bash
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structural templates and a scaffolding script for generating Bash code. It enforces defensive coding practices such as explicit error handling, quoting variables, and validating dependencies before execution.
- [COMMAND_EXECUTION]: The
scripts/scaffold.shtool uses standard shell commands (sed,cat,chmod,mkdir) andgit configto generate local files based on user-provided inputs. This is consistent with its stated purpose as a developer tool. - [EXTERNAL_DOWNLOADS]: The documentation mentions using
npxto install the skill from its GitHub repository (bentsolheim/public-skills). This is a standard installation method for such skills and points to a repository associated with the skill's author. - [SAFE]: No obfuscation, data exfiltration, or persistence mechanisms were detected. The templates provided are clean and prioritize readability.
Audit Metadata