wizard
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [SAFE]: The skill and its accompanying template demonstrate no malicious patterns. It is designed to assist humans in manual configuration tasks and correctly utilizes secure methods for secret management.
- [COMMAND_EXECUTION]: The generated wizard scripts utilize standard system utilities and the GitHub CLI to perform configuration tasks.
- Evidence: The
template.shfile includes functions usingmktemp,grep, andmvfor managing.envfiles. - Evidence: Use of the GitHub CLI (
gh secret set,gh variable set) for managing repository-level configuration. - Evidence: Cross-platform URL opening capabilities using
wslview,explorer.exe,xdg-open, andopen. - [REMOTE_CODE_EXECUTION]: The skill's core functionality is to author and provide executable bash scripts to the user.
- Evidence:
SKILL.mdprovides instructions for scoping procedures and generating bash scripts based on the provided template. - Evidence: Instructions include making the generated script executable via
chmod +x.
Audit Metadata