skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/init_skill.pyutility handles directory creation and file generation for new skills. It sets executable permissions on template scripts usingchmod 755, which is appropriate for a development tool. - [COMMAND_EXECUTION]: The
scripts/package_skill.pyutility performs file system traversal to package skill resources into a zip archive. - [SAFE]: The validation logic in
scripts/quick_validate.pyemploysyaml.safe_loadto ensure that skill metadata is parsed without the risk of arbitrary code execution. - [SAFE]: No network communication or external data fetching mechanisms were identified in the skill's implementation.
- [SAFE]: The documentation and templates do not contain prompt injection markers or instructions that attempt to override AI safety guidelines.
Audit Metadata