wizard
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructions direct the agent to read various repository files to determine which manual steps and credentials are required for the wizard.
- Ingestion points: The agent reads project files like
README,.env.example,docker-compose.yml, and.github/workflows/*as specified inSKILL.mdunder the 'Scope the procedure' section. - Boundary markers: There are no explicit boundary markers or instructions to ignore potential commands embedded within these project files.
- Capability inventory: The generated script includes functions to write to local files (
write_env), interact with the GitHub CLI (set_secret,set_var), and launch the user's browser (open_url). - Sanitization: The skill includes a human-in-the-loop requirement where the agent must show the ordered list of stages to the user for confirmation before generating the script.
- [DYNAMIC_EXECUTION]: The skill is designed to generate executable bash scripts based on a provided template and AI-authored logic.
- Evidence:
SKILL.mdinstructions (Step 3: Author the wizard) guide the agent to copytemplate.shand populate it with custom stages to be executed by the user. - [COMMAND_EXECUTION]: The skill encourages the use of local command-line tools for verification and execution of the generated scripts.
- Evidence:
SKILL.md(Step 4: Verify and hand off) suggests runningbash -n,shellcheck, andchmod +xon the generated files.
Audit Metadata