skills/mikeygonz/skills/vault/Gen Agent Trust Hub

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.sh script 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/, and ideas/ based on a configurable VAULT_PATH (defaulting to ~/vault).
  • It performs git operations including git add, git commit, and git push to synchronize changes to a remote repository if configured.
  • Content is safely passed into files using heredocs and standard redirection; titles are processed through a slugify function 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
Risk Level
SAFE
Analyzed
Mar 24, 2026, 12:16 PM