context-agent
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill implements an automated context persistence mechanism that is vulnerable to indirect prompt injection.
- Ingestion points:
session_parser.pyreads JSONL logs from the Claude Code projects directory (C:\Users\renat\.claude\projects). - Boundary markers: Extracted content is written to
ACTIVE_CONTEXT.mdandMEMORY.mdwithout delimiters or 'ignore embedded instructions' warnings. - Capability inventory: The skill has file-write access via
active_context.pyandproject_registry.py, and provides a full-text search interface using SQLite FTS5 insearch.py. - Sanitization: No escaping, validation, or filtering is performed on message content during extraction in
session_summary.pybefore it is saved to the active context and synced to the agent's memory file. - [COMMAND_EXECUTION]: The skill requires the manual execution of local Python scripts to maintain session state.
SKILL.mdprovides instructions to run several commands viapython C:\Users\renat\skills\context-agent\scripts\context_manager.py, includinginit,save, andloadcommands.- These scripts interact with the file system to manage the
data/directory and synchronize information with the agent's environment.
Audit Metadata