obsidian
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes system CLI tools, including
gitandgh(GitHub CLI), to manage repository initialization, commits, and synchronization of the Obsidian vault. - [EXTERNAL_DOWNLOADS]: It performs network operations to pull updates from remote git repositories during synchronization workflows.
- [SAFE]: The skill implements path sandboxing by explicitly blocking access to the
.obsidian/configuration directory, protecting sensitive app settings. - [SAFE]: A robust preflight checklist ensures that required tools and identities (git user.name/email) are configured before any sync operations are performed.
- [SAFE]: Critical actions, such as initializing a new repository or configuring a remote URL, require explicit user approval via
askuserquestionbefore execution.
Audit Metadata