briefing
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill aggregates and summarizes logs from sources like
kb/learnings/andmaintenance/, creating a surface for indirect prompt injection. Malicious instructions or data within these logs could potentially influence the agent's summary output. - Ingestion points: Accesses files in
kb/learnings/,maintenance/, and Claude Code session JSONL logs. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present in the processing instructions.
- Capability inventory: The skill uses
Read,Grep, andGlobtools and executes local scripts viapython3. - Sanitization: The skill performs format normalization but lacks explicit sanitization or filtering of instruction-like content within the logs.
- [COMMAND_EXECUTION]: The skill utilizes shell commands to execute local Python scripts and references installation hooks.
- Evidence: Executes
python3 scripts/session_token_stats.pyto calculate token usage and compare results against a baseline. - Evidence: References the use of
app/hooks/ai-toolkit-statusline.shfor rendering environment status updates.
Audit Metadata