design-iteration-loop
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill implements a workflow that ingests untrusted data from external sources to influence agent behavior during design evaluation.
- Ingestion points: Processes content from a user-provided
BRIEFdocument and acopy.jsonfile in SKILL.md. - Boundary markers: Employs logical constraints such as the "Sprint Contract" to limit scoring criteria, but lacks explicit content delimiters or instructions to ignore embedded commands within the ingested data.
- Capability inventory: The skill is capable of writing artifacts to the
.moai/sprintsdirectory and executing shell-based testing commands. - Sanitization: No evidence of sanitization, escaping, or validation of the
BRIEFcontent is present in the implementation guide. - [DYNAMIC_EXECUTION]: The skill generates and invokes shell commands for automated design verification.
- Evidence: The
sprint-N.jsonstructure defines atest_scenariosfield used to execute tools like Playwright (e.g.,playwright test --viewport 375x667). This represents script or command generation from a predefined template.
Audit Metadata