eiirp
Warn
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions direct the agent to interact with the host system using the
gbrainCLI utility for several critical operations. - Evidence: The agent is instructed to use commands such as
gbrain schema show --json,gbrain capture --file <analysis.md> --slug <taxonomist-path>,gbrain sync,gbrain doctor --json, andgbrain check-resolvablethroughout its operational phases. - [INDIRECT_PROMPT_INJECTION]: The skill implements an 'Always-On Auto-Fire Gate' that triggers when the agent processes user-provided documents, creating a surface where untrusted data is converted into permanent knowledge base entries.
- Ingestion points: The skill logic in
SKILL.mdexplicitly processes PDFs, file attachments, external links, and pasted long-form content. - Boundary markers: Absent. The skill does not define delimiters or specific 'ignore embedded instructions' warnings for the document content during analysis.
- Capability inventory: The agent has access to
put_pageandadd_linktools, as well as thegbrainCLI for writing to permanent storage. - Sanitization: Absent. There is no mention of validation, escaping, or filtering of external document content before it is processed and filed.
Audit Metadata