retro
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it reads and acts upon data from an external file (
~/Obsidian/Profile/observations.md) to determine its actions. - Ingestion points: The skill reads the entire content of
~/Obsidian/Profile/observations.mdat the start of its procedure. - Boundary markers: There are no delimiters or instructions provided to the agent to distinguish the data read from the file from its operational instructions.
- Capability inventory: The skill utilizes file reading, file editing (across
~/Obsidian,~/dotfiles, and~/Repos/skills), and git commit operations. - Sanitization: No input validation or sanitization is performed on the content of the observations file before the agent processes it.
- [COMMAND_EXECUTION]: The skill requires the agent to perform multi-repository git operations and modify sensitive local configuration files within the
~/dotfilesdirectory.
Audit Metadata