skills/dnyoussef/ai-chrome-extension/when-creating-skill-template-use-skill-builder/Gen Agent Trust Hub
when-creating-skill-template-use-skill-builder
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands primarily for validation and testing of the generated templates. It uses
npx js-yamlto verify YAML syntax inSKILL.md, thedotcommand (GraphViz) to validate the process diagram, and standard filesystem commands liketestto ensure files were created correctly. These are routine development tasks. - [EXTERNAL_DOWNLOADS]: The skill references external tools
claude-flow@alphaandjs-yamlwhich are accessed vianpx. These packages are used to run and validate the skill-building process and are standard within the intended developer workflow. - [REMOTE_CODE_EXECUTION]: Phase 4 of the skill includes an execution test where it runs the newly generated skill using
npx claude-flow@alpha skill-run --dry-run. While this involves executing code generated at runtime, it is performed in a dry-run mode for the purpose of validating the template's structure and is an expected feature of a skill builder.
Audit Metadata