memorizer
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill reads and writes to specific markdown files (
wiki/*.mdand~/.talos/profile.md) to manage project memory. These actions are transparent and align with the skill's stated purpose. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external markdown files and uses it to provide context for the agent. This is an inherent attack surface for systems that persist and retrieve user-generated or project-related content.
- Ingestion points:
~/.talos/profile.md,wiki/hot.md,wiki/INDEX.md, and individual files withinwiki/. - Boundary markers: The skill does not define specific delimiters or warnings to the agent to ignore instructions embedded within the memory files.
- Capability inventory: The skill has permissions to read and write files within the project directory and the
~/.talos/directory. - Sanitization: No sanitization or validation of the markdown content is specified before it is processed by the agent.
Audit Metadata