vault
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands via the
scripts/vault.shscript to manage files and git operations. - The script interacts with the local filesystem to create and append to markdown files in directories like
daily/,decisions/,learning/, andideas/based on a configurableVAULT_PATH(defaulting to~/vault). - It performs git operations including
git add,git commit, andgit pushto synchronize changes to a remote repository if configured. - Content is safely passed into files using heredocs and standard redirection; titles are processed through a
slugifyfunction to prevent path traversal or shell injection via filenames. - [SAFE]: No malicious patterns such as credential exfiltration, obfuscation, or unauthorized remote code execution were detected. The skill's behavior matches its stated purpose of managing a personal knowledge base.
Audit Metadata