team-level
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
BashandTasktools to orchestrate its workflow. TheTasktool is used to spawn internal subagents from thegamedevnamespace, andBashis used for environment checks. These actions are aligned with the stated purpose of coordinating a development team. - [DATA_EXFILTRATION]: Analysis shows no patterns of data exfiltration. While the skill reads local configuration and design files (e.g.,
design/gdd/,production/review-mode.txt), it does not contain network calls, external URLs, or methods to transmit data to remote servers. - [PROMPT_INJECTION]: The instructions are structured for workflow management and do not contain any patterns intended to bypass safety filters, override system constraints, or extract internal prompts.
- [SAFE]: The skill demonstrates best practices for agent safety by implementing mandatory human-in-the-loop (HITL) checkpoints. The
AskUserQuestiontool is invoked at every stage gate, ensuring the user reviews and confirms all subagent proposals before the orchestrator proceeds to the next phase or delegates file-writing operations.
Audit Metadata