maintain
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute maintenance operations using the
gbrainCLI, such asgbrain extract links,gbrain autopilot --install, andgbrain apply-migrations. These commands are standard administrative tasks for the tool's ecosystem. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and processes user-controlled markdown files from the
~/braindirectory. - Ingestion points: Markdown content is read from the local
~/braindirectory viaget_pageandgbrain extractcommands. - Boundary markers: No specific delimiters are used to protect the agent from instructions embedded within the processed markdown files.
- Capability inventory: The skill possesses file-writing capabilities (
put_page,add_link) and the ability to execute shell commands via thegbrainCLI. - Sanitization: There is no evidence of sanitization or validation performed on the ingested markdown content.
Audit Metadata