analytics
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by processing and displaying content from untrusted data sources.
- Ingestion points: Reads command history from
~/.claude/history.jsonland session logs from~/.claude/projects/. - Boundary markers: Absent; the instructions do not implement delimiters or ignore-instructions to prevent the agent from following commands embedded within the logs.
- Capability inventory: The skill uses
Bashto executejqandReadto access file contents. - Sanitization: Absent; the
jqqueries extract and display raw message content from past sessions to the agent. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to run complexjqqueries for data aggregation. While these queries are functionally related to the skill's purpose, they involve processing local system data and metadata.
Audit Metadata