concept-synthesis
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONNO_CODE
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it synthesizes data from external sources without explicit boundary markers.
- Ingestion points: The
gbrain query "type:concept"command pulls in data from multiple ingestion sources (signals, voice notes, articles) which may contain untrusted content. - Boundary markers: There are no explicit delimiters or instructions to treat concept content as data rather than instructions during the Phase 3 (Synthesis) and Phase 4 (Clustering) passes.
- Capability inventory: The agent has the ability to query the concept database and write new files to the
concepts/directory using theput_pageoperation. - Sanitization: No sanitization or validation of input data is performed before processing.
- [COMMAND_EXECUTION]: The skill utilizes the
gbrainCLI tool to perform queries and manage concept pages. - The instructions involve running
gbrain query "type:concept" --limit 10000 --jsonto list and process pages. - While this is the intended mechanism for the skill, it relies on command execution to interact with the underlying data store.
Audit Metadata