context-status
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
catandlscommands to list files and read session data from the local filesystem. - [DATA_EXFILTRATION]: Reads from the sensitive path
~/.claude/sessions/to extract context monitor data. While used for reporting session health, accessing the user's application configuration directory is an exposure risk. - [PROMPT_INJECTION]: Vulnerable to indirect prompt injection if an attacker can manipulate the content of
context-monitor-cache.jsonor the names of files inquality_reports/which are then displayed to the agent. - Ingestion points:
~/.claude/sessions/*/context-monitor-cache.jsonand file listings inquality_reports/. - Boundary markers: None present.
- Capability inventory: Filesystem read access via
catandls. - Sanitization: No escaping or validation is applied to the retrieved data before it is presented.
Audit Metadata