orchestrator
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process untrusted data from external sources such as GitHub Issues, PR descriptions, and comments.
- Ingestion points: Data enters the context via
gh issue list,gh issue view, andgh prcommands described inSKILL.mdandreferences/orchestrator-delegation-protocol.md. - Boundary markers: The skill explicitly instructs the agent to treat external content as data, not commands, and includes a "Prompt-injection defense" section to identify and report injection attempts (e.g., "ignore previous instructions").
- Capability inventory: The skill manages project state and delegates implementation tasks to specialized skills like
/execute-spec, which have the capability to write code and execute shell commands. - Sanitization: Instructions require the agent to sanitize or quote external text before use and to extract only structured metadata (IDs, status) rather than raw bodies for planning.
- [COMMAND_EXECUTION]: The orchestrator utilizes standard development tools, including
gitfor version control andghCLI for issue management and repository interactions. - [EXTERNAL_DOWNLOADS]: The skill performs framework update checks using
git fetchagainst the author's official repository and suggests the use ofnpxfor installation and updates. These operations are consistent with the vendor's infrastructure.
Audit Metadata