token-audit
Warn
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill reads from sensitive file paths and environment variables to perform its audit. Specifically, it parses
~/.claude/settings.json,.env, and~/.claude.jsonto extract configuration details. It also executesenv | grepto inspect variables such asANTHROPIC_API_KEYandANTHROPIC_AUTH_TOKEN, exposing these credentials to the agent context. - [DYNAMIC_EXECUTION]: The skill relies on external scripts bundled within its package (
memory-scan.pyandcache-report.sh) and uses shell command pipelines to process system information at runtime. This involves executing local Python and Bash scripts to perform file system scanning and log analysis. - [INDIRECT_PROMPT_INJECTION]: The skill analyzes data from potentially untrusted sources within the project directory.
- Ingestion points: The skill reads project memory files (
CLAUDE.md), agent definitions (~/.claude/agents/*.md), and session logs (~/.claude/projects/*.jsonl). - Boundary markers: Absent. The skill does not use specific delimiters or instructions to ignore embedded prompts in the analyzed files.
- Capability inventory: The skill has the ability to execute shell commands and read arbitrary files mentioned in the project chain.
- Sanitization: Absent. The skill relies on basic string processing and JSON parsing without specific sanitization for prompt injection.
Audit Metadata