stage-gate
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted input by reading and executing commands defined in the
docs/design/stage-specs/S{N}.mdspecification files. This design allows for instructions embedded in documentation to influence agent behavior and trigger command execution. - Ingestion points: The 'DoD' (Definition of Done) section of
docs/design/stage-specs/S{N}.md. - Boundary markers: Absent; the skill is instructed to extract and execute every
- [ ]assertion without filtering or validation. - Capability inventory: Execution of
npxtools and arbitrary shell commands defined under 'Behavioral Acceptance'. - Sanitization: Absent; there is no validation or escaping of the commands extracted from the markdown specifications.
- [COMMAND_EXECUTION]: The skill uses
npxto execute development tools such asvitest,typescript(viatsc), andplaywright. Additionally, it is designed to execute arbitrary commands or tests specified within the behavioral acceptance section of external markdown files, posing a risk of unauthorized shell execution if the source files are untrusted.
Audit Metadata