reflect
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands (
ls,head) to search for and identify transcript files within the workspace'sagent-transcripts/directory. While these are used for locating context, shell execution always presents a surface for potential command injection if path variables are not strictly controlled by the environment.- [INDIRECT_PROMPT_INJECTION]: The skill ingests and processesagent-transcripts/*.jsonlfiles which contain external conversation data. This creates a surface for indirect prompt injection where malicious content in a transcript could attempt to manipulate the reviewer or synthesizer subagents.- Ingestion points: Transcript files located in
agent-transcripts/(referenced inSKILL.md). - Boundary markers: None present; the transcript content or digests are substituted directly into subagent prompt templates.
- Capability inventory: Includes shell command execution, subagent spawning with tool access (
readonly: false), and skill modification via thecreate-skilltool. - Sanitization: No sanitization or filtering of the transcript content is specified before processing.- [DYNAMIC_EXECUTION]: The skill dynamically loads instructions from external template files (
references/judgment-reviewer.md,references/tooling-reviewer.md,references/divergent-reviewer.md, andreferences/synthesizer.md) and routes them to subagents. The behavior and safety of the subagents are dependent on the content of these external references.
- Ingestion points: Transcript files located in
Audit Metadata