Obsidian-Git-Vault
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The obsidian-git-vault skill bundle is a well-structured tool for managing Obsidian note repositories via Git. It includes security-conscious features such as a default .gitignore (in scripts/init-default-vault.sh) that explicitly excludes sensitive files like .env, private keys, and SSH identities. The instructions in SKILL.md and git-remote-wizard.md specifically direct the AI agent to avoid handling or exfiltrating private keys and tokens, and automated tasks (cron jobs) require explicit user consent before setup. The code logic is transparent and strictly aligned with the stated purpose of note synchronization and version control.
