claude-context
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
python3to execute a local analysis scriptsession_summary.pythat processes internal session data. - [PROMPT_INJECTION]: The skill parses conversation history from local
.jsonlsession logs, which creates a potential surface for indirect prompt injection if those logs contain adversarial instructions. - Ingestion points: Conversation messages are read from JSONL files located in
~/.claude/projects/by thescripts/session_summary.pyscript. - Boundary markers: The script output for the 'Last message' summary does not employ specific delimiters or instruction isolators to protect the agent's context from embedded commands.
- Capability inventory: The script itself is limited to read-only file operations, although the agent platform executing the skill typically possesses shell access.
- Sanitization: Extracted log text is truncated to 200 characters for display but does not undergo specific sanitization for prompt injection patterns.
Audit Metadata