soia-dev-project-scaffold
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a bash script (
init-project-baseline.sh) to perform file system operations. - The script creates directories (
mkdir -p) and writes markdown files usingcatandprintfwithin a user-provided path. - It includes safety checks to refuse overwriting existing files, preventing accidental data loss.
- All commands are localized to the target project directory and follow the stated purpose of scaffolding documentation.
Audit Metadata