maintain
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONPERSISTENCEDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of the
gbrainCLI utility to perform system-level tasks, data extraction, and maintenance. This includes running background processes withnohupand utilizing the--remediate --yesflag for autonomous modification of the user's filesystem.\n- [INDIRECT_PROMPT_INJECTION]: The skill possesses a significant attack surface by ingesting external data (transcripts and markdown files) to synthesize new content. \n - Ingestion points: Files located in the
~/braindirectory and transcripts from the configuredsession_corpus_dir.\n - Boundary markers: The skill implements
allowed_slug_prefixesand references_brain-filing-rules.jsonto constrain subagent write operations. \n - Capability inventory: Includes the
put_pagetool and variousgbrainCLI commands that can create or modify files and database links.\n - Sanitization: Employs slug discipline (lowercase alphanumeric validation) and content-hash suffixes to prevent silent overwriting of existing files.\n- [PERSISTENCE]: The
autopilot --installcommand establishes a continuous background loop (daemon) that runs sync, extract, and embed tasks, ensuring the skill's operations persist across sessions.\n- [DYNAMIC_EXECUTION]: Features a "synthesis subagent" that autonomously generates new pages and reflections based on transcript analysis, representing a form of runtime content generation and execution of LLM-derived instructions.
Audit Metadata