skill-creator
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides utility scripts (
init_skill.py,package_skill.py,quick_validate.py) that automate the boilerplate tasks of creating and distributing agent skills. These scripts perform standard local file operations consistent with their described functionality. - [SAFE]: The validation script (
quick_validate.py) demonstrates security-conscious design by usingyaml.safe_load()to prevent unsafe deserialization and enforcing strict regular expression checks on skill names to prevent directory traversal or naming-based attacks. - [SAFE]: Metadata fields are validated for length and character content (disallowing angle brackets), which mitigates common injection or schema confusion risks in the generated output.
- [SAFE]: No network operations, sensitive file access (beyond the target skill directory), or obfuscated content were detected. The use of
chmod 0o755in the initialization script is standard for making generated template scripts executable for the user.
Audit Metadata