vault-stubs
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill identifies and processes markdown files within the vault, which constitutes an attack surface if those files contain malicious instructions.
- Ingestion points: Content is read from markdown files in the
FVH/z/andZettelkasten/directories (SKILL.md). - Boundary markers: The instructions do not define specific delimiters or instructions for the agent to ignore embedded commands within the processed files.
- Capability inventory: The skill uses
Read,Edit,Write,Grep, andGlobtools, and executes local shell commands includingfd,rg,wc, andsort. - Sanitization: There is no evidence of content validation or escaping before the agent performs merges or promotions.
- [COMMAND_EXECUTION]: The skill provides shell commands for identifying and analyzing stubs.
- Evidence: The 'Detection' section includes shell pipelines using
fd,wc,sort, andrgto find markdown files and evaluate their size or tag content. These operations are restricted to the local workspace and use standard utilities.
Audit Metadata