grounded-vault
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python utility script,
scripts/check_vault.py, which executesgit diffvia thesubprocess.runmethod. The arguments for these calls are derived from metadata headers such asFingerprintandMonitored. Although the script uses a list-based argument format to mitigate shell injection, malicious values in these user-defined fields could still potentially be used to pass unexpected flags to the Git command. - [INDIRECT_PROMPT_INJECTION]: The skill instructs agents to process and compile data from Markdown files in the
raw/andwiki/directories. These files could serve as an attack surface if they contain untrusted content designed to influence agent behavior. The vault's grounding logic provides a mitigation by requiring exact verbatim matches for numbers and quotes against immutable source files. - [EXTERNAL_DOWNLOADS]: The documentation references an external GitHub repository,
github.com/PALAN-K/llm-wiki-loop, as a reference implementation for the vault architecture and workflow.
Audit Metadata