skill-creator

Pass

Audited by Gen Agent Trust Hub on Apr 2, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No security issues detected. The skill performs standard file system operations (creating directories, writing template files, and zipping folders) necessary for its stated purpose as a skill creation utility.
  • [COMMAND_EXECUTION]: The skill includes scripts for initializing and packaging skills. These scripts use standard Python libraries for file and directory management. The chmod operation in init_skill.py is used to make generated template scripts executable, which is expected behavior for a developer tool.
  • [DYNAMIC_EXECUTION]: The validation script uses yaml.safe_load() to parse configuration files, which is a secure method for handling YAML data.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 2, 2026, 11:41 PM