wizard
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to read various repository files to identify necessary environment variables and secrets.
- Ingestion points: The agent is directed to read
.env,.env.example,README,docker-compose*, framework configurations, and GitHub workflow files inSKILL.md. - Boundary markers: There are no explicit instructions for the agent to treat this data as untrusted or to use delimiters when processing it.
- Capability inventory: The agent generates executable bash scripts capable of writing to the local filesystem (
.envfiles) and executing GitHub CLI commands (gh secret set). - Sanitization: No sanitization or validation steps are prescribed for the content extracted from repository files before it is used to generate the script stages.
- [COMMAND_EXECUTION]: The generated wizard script utilizes shell commands to perform its tasks.
- Evidence: The
template.shlibrary includes functions that callxdg-open,open,wslview, andexplorer.exeto open URLs, as well asgh secret setandgh variable setto interact with GitHub Actions. These are standard operations for the skill's stated purpose of automating environment setup.
Audit Metadata