wiki-setup
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill initializes a local directory structure using standard filesystem operations (mkdir, file writes). It populates the directory with markdown templates and JSON configuration files based on user-provided parameters.
- [COMMAND_EXECUTION]: The migration script (
scripts/migrate_layout.py) invokes an internal helper script (config_bump.py) usingsubprocess.run(). The execution uses the current Python interpreter and passes arguments as a list, which prevents shell injection vulnerabilities.
Audit Metadata