skill-creation
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides documentation, best practices, and templates for the creation of AI agent skills. Its primary purpose is educational and administrative.
- [COMMAND_EXECUTION]: The skill contains shell scripts (
scripts/validate-skill.sh,examples/complete-skill/scripts/validate.sh, andexamples/complete-skill/examples/working-example.sh) that use standard Linux utilities such asgrep,sed,awk, andfindfor local file analysis and directory management. These scripts are functional components of the skill's utility for validating and generating skill structures. - [COMMAND_EXECUTION]: The script
examples/working-example.shaccepts a skill name as an argument and uses it to create directories and perform string replacement viased. While this pattern could be susceptible to injection if misused with untrusted inputs, it is provided here as a local development template consistent with the skill's primary use case. - [SAFE]: No obfuscation, data exfiltration, hardcoded credentials, or unauthorized network operations were identified within the skill's 14 files.
Audit Metadata