obsidian-vault
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands like
findandgrepto interact with a hardcoded local directory (/mnt/d/Obsidian Vault/AI Research/). - Evidence: Shell workflows in
SKILL.mddemonstrate direct interpolation of search keywords and note titles into command lines. - Risk: If input is not properly sanitized by the platform, there is a potential for command injection via shell metacharacters.
- [PROMPT_INJECTION]: The skill implements an indirect prompt injection surface by ingesting the content of markdown notes into the agent's context during search and retrieval operations.
- Ingestion points: Note content is read via
grep -rland similar commands inSKILL.md. - Boundary markers: None identified; external note content is processed without explicit delimiters or warnings to ignore embedded instructions.
- Capability inventory: The skill has the capability to execute shell commands (
find,grep) as described inSKILL.md. - Sanitization: There is no evidence of sanitization, validation, or escaping of note content before it is processed by the agent.
Audit Metadata