obsidian
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard shell commands including
cat,find,ls,grep, and shell redirection to read and write files within the local filesystem. These operations are limited to the path specified in theOBSIDIAN_VAULT_PATHenvironment variable or the default Documents directory. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection. It reads content from user-controlled files (markdown notes) and presents it to the agent without boundary markers or sanitization. If a note contains malicious instructions, they could potentially influence the agent's behavior during subsequent interactions.
- Ingestion points: SKILL.md (Reading note content via
catandgrepcommands). - Boundary markers: Absent.
- Capability inventory: File system read/write (cat, find, ls, grep, redirection).
- Sanitization: Absent.
Audit Metadata