he-workflow
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes multiple project artifacts and runbooks, which can contain instructions that influence the agent's behavior. This creates a surface for indirect prompt injection.
- Ingestion points: Project artifacts located in
docs/specs/,docs/plans/, anddocs/spikes/, as well as output from thescripts/runbooks/select-runbooks.shscript. - Boundary markers: The instructions do not specify the use of delimiters or warnings to ignore embedded instructions within these processed files.
- Capability inventory: The skill includes capabilities to perform git commits (via
he-bootstrap), modify files (viahe-implement), and manage pull requests (viahe-github). - Sanitization: No sanitization or validation of the content read from these external files is mentioned.
- [COMMAND_EXECUTION]: The skill executes local shell scripts and orchestrates several sub-skills to manage the development lifecycle.
- Evidence:
bash scripts/runbooks/select-runbooks.sh --skill he-workflowand references to executinghe-bootstrap,he-implement, andhe-githubskills. - Context: While these executions are necessary for the workflow's operation, they involve running code from the repository that could be influenced by external project data.
Audit Metadata