reasoning-controls
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The reasoning metrics dashboard functionality processes command execution history, creating a potential surface for indirect prompt injection via manipulated metadata.
- Ingestion points: Untrusted data enters the agent context through command execution logs stored in
~/.claude/.metrics/reasoning/(referenced inreferences/metrics.md). - Boundary markers: Absent. The instructions do not specify delimiters or warnings for the agent to ignore potentially embedded instructions within the metadata logs.
- Capability inventory: The skill utilizes
Readfor log access,Writefor exporting reports, andBashfor generating visualizations using plotting tools (referenced inreferences/metrics.md). - Sanitization: Absent. There are no explicit instructions for the agent to sanitize or validate command names or other metadata before processing them for reports or visualizations.
- [COMMAND_EXECUTION]: The skill coordinates with shell tools for analytics and visualization purposes.
- Evidence: The
Tool Coordinationsection inreferences/metrics.mdexplicitly listsBashas a tool for generating visualizations with plotting tools andGrepfor pattern analysis in usage logs.
Audit Metadata