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.py utility handles directory creation and file generation for new skills. It sets executable permissions on template scripts using chmod 755, which is appropriate for a development tool.
  • [COMMAND_EXECUTION]: The scripts/package_skill.py utility performs file system traversal to package skill resources into a zip archive.
  • [SAFE]: The validation logic in scripts/quick_validate.py employs yaml.safe_load to 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
Risk Level
SAFE
Analyzed
Feb 27, 2026, 06:52 PM