obsidian-excalidraw
Warn
Audited by Snyk on Aug 9, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). Outsider-authored free text can be ingested at runtime because
scripts/to-obsidian-md.jsandscripts/write-to-vault.jsread a JSON document from stdin/files (JSON.parseof arbitrarydoc/doc.elements[].text) and then embed thosetextstrings into the generated Obsidian note content.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly tells the user to "Run it unsandboxed (the CLI hangs under the sandbox)" and to use the Obsidian CLI to write into user vault paths, which is an instruction to bypass sandboxing/security protections and thus can compromise the machine state.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata