session-management
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents a surface for indirect prompt injection (Category 8) due to its core functionality of processing external data.
- Ingestion points: The skill ingests untrusted data from the local project environment using tools like
Read,Grep,Glob, andTodoReadas specified inreferences/load.mdandreferences/reflect.md. - Boundary markers: While the skill utilizes personas (e.g.,
quality-engineer,knowledge-engineer) to provide cognitive framing, it lacks explicit boundary markers or instructions to treat ingested file content as untrusted data. - Capability inventory: The agent possesses significant capabilities, including filesystem write access via
WriteandTodoWrite, and memory management operations through theCodanna MCPinterface (write_memory,read_memory). - Sanitization: There is no evidence of sanitization or escaping of the content read from the project before it is passed to reflection tools like
think_about_collected_informationor summarized for session persistence.
Audit Metadata