cc-obsidian
Fail
Audited by Snyk on Jun 14, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). High risk: the instructions tell the user to search their filesystem for Obsidian vaults and install/run third‑party packages (npx/@bitbonsai/mcpvault, Obsidian Local REST API, pip packages) that grant an external service/agent direct read/write access to local notes—this enables easy data exfiltration, supply‑chain/remote‑code execution risk via dynamic installs, and exposure of sensitive vault contents.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill instructs running "npx @bitbonsai/mcpvault <VAULT_PATH>" (which fetches and executes package code from the npm registry at runtime) and also recommends "pip install cli-anything-hub && cli-hub install obsidian" (which fetches/installs remote Python/CLI packages), so remote code is fetched and executed during setup and used to configure the agent integration.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata