obsidian
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard shell commands such as
cat,find,ls, andgrepto manage files within a local directory. These commands are restricted to the path defined by the user in theOBSIDIAN_VAULT_PATHenvironment variable. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it reads and processes the content of external Markdown files which could contain adversarial instructions.
- Ingestion points: File content is ingested into the agent context via
catandgrepoperations as described inSKILL.md. - Boundary markers: No specific delimiters or "ignore" instructions are provided in the command examples to separate note content from system instructions.
- Capability inventory: The skill has the ability to read, write, append to files, and list directory contents.
- Sanitization: There is no evidence of sanitization or validation performed on the text content retrieved from the vault notes.
Audit Metadata