claude-usage-analyst
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation recommends installing the
ccusageutility from the NPM registry (npm install -g ccusage@latest). This is a legitimate tool and a well-known package registry, directly supporting the skill's primary function of usage analysis. - [COMMAND_EXECUTION]: The skill executes the
ccusagecommand through a Python wrapper script (scripts/analyze_claude_usage.py). The script usessubprocess.runwith a list of arguments, which is a secure implementation that prevents shell injection attacks. - [PROMPT_INJECTION]: The skill processes data from the output of the
ccusagecommand. While this represents a potential surface for indirect prompt injection if the usage data contained malicious instructions, the skill implements specific formatting and explanation rules that minimize this risk. This is considered a typical data-processing risk for AI agents.
Audit Metadata