Skip to main content

Apitally CLI and skill for agents

Enables coding agents to access API metrics and logs for in-depth analysis and investigations using the Apitally CLI.

Install this skill

or
64/100

Security score

The Apitally CLI and skill for agents skill was audited on May 14, 2026 and we found 10 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 75

Piping content to sh shell

SourceSKILL.md
75curl -fsSL https://apitally.io/cli/install.sh | sh
medium line 75

Curl to non-GitHub URL

SourceSKILL.md
75curl -fsSL https://apitally.io/cli/install.sh | sh
medium line 89

Access to hidden dotfiles in home directory

SourceSKILL.md
89Authenticate using a browser-based flow that creates and saves an API key to `~/.apitally/auth.json`:
medium line 124

Access to hidden dotfiles in home directory

SourceSKILL.md
124The database defaults to `~/.apitally/data.duckdb` if no other path is provided (e.g. `--db ./my-investigation.duckdb`). It is created automatically on first use, and data is retained between sessions
low line 12

External URL reference

SourceSKILL.md
12The CLI is a single Rust binary with a bundled [DuckDB](https://duckdb.org/) engine and no runtime dependencies.
low line 24

External URL reference

SourceSKILL.md
24href="https://www.npmjs.com/package/@apitally/cli"
low line 39

External URL reference

SourceSKILL.md
39For example use cases, see the [release announcement](https://apitally.io/blog/apitally-cli-and-skill-for-agents).
low line 47

External URL reference

SourceSKILL.md
47It follows the open [Agent Skills](https://agents.md/) standard and works with Claude Code, Cursor, Codex, and other compatible agents.
low line 75

External URL reference

SourceSKILL.md
75curl -fsSL https://apitally.io/cli/install.sh | sh
low line 80

External URL reference

SourceSKILL.md
80powershell -ExecutionPolicy Bypass -c "irm https://apitally.io/cli/install.ps1 | iex"
Scanned on May 14, 2026
View Security Dashboard
Installation guide →