knowledge
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
obsidian-cliorobsidianto manage the vault. It checks for their existence usingcommand -vand falls back to filesystem tools likergif needed. These are standard local operations for the skill's purpose. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill interacts with files within a directory specified by the
OBSIDIAN_KNOWLEDGE_VAULTenvironment variable. It does not access sensitive system paths and lacks network capabilities for exfiltration. - [INDIRECT_PROMPT_INJECTION]: The skill processes content from an Obsidian vault, which could contain untrusted data from external sources (Literature Notes). While boundary markers for this content are absent, this is inherent to the nature of a note-taking tool.
- Ingestion points: Reads
.mdfiles from the local vault via thereadcommand or direct filesystem access. - Boundary markers: None explicitly provided for interpolated note content.
- Capability inventory: Filesystem read/write operations and execution of the
obsidian-clitool. - Sanitization: None mentioned for processed note content.
Audit Metadata