system-design-orchestrator
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local script
scripts/validate_orchestration.pyto verify design completion and complexity gates. The script uses standard JSON parsing and lacks dangerous primitives such aseval(),exec(), or network operations. - [PROMPT_INJECTION]: The orchestrator is designed to ingest and merge
state_patchupdates from external capabilities into its primary state, creating an indirect prompt injection surface. - Ingestion points: Data enters the context via
state_patchobjects defined inSKILL.mdandreferences/handoff-v1.md. - Boundary markers: The instructions do not define specific delimiters (e.g., XML tags) or warnings to the agent to ignore instructions embedded within the state data.
- Capability inventory: The skill possesses the ability to execute the
scripts/validate_orchestration.pysubprocess. - Sanitization: There is no evidence of validation or sanitization of the content within the
state_patchbefore it is merged into thesystem_design_state.
Audit Metadata