cc-obsidian
Warn
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
@bitbonsai/mcpvaultglobal NPM package and thecli-anything-hubPyPI package, which are hosted on public registries but authored by unverified third parties. - [COMMAND_EXECUTION]: The instructions include several shell commands that modify the system environment or local configurations:
npm install -g @bitbonsai/mcpvaultfor global package installation.claude mcp add obsidian -- npx @bitbonsai/mcpvault <VAULT_PATH>which adds a persistent command to the agent's MCP settings.cli-hub install obsidianwhich performs a secondary dynamic installation of a tool from an external hub.- [REMOTE_CODE_EXECUTION]: The use of
cli-hub install obsidianrepresents an indirect remote code execution vector, as it downloads and installs executable code from a third-party hub (cli-anything-hub) that is not part of standard trusted software repositories.
Audit Metadata