skill-creator

Pass

Audited by Gen Agent Trust Hub on Aug 30, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill instructions and Python scripts involve standard file system operations and command-line execution for skill management.
  • scripts/init_skill.py: Performs directory creation (mkdir) and file writing to initialize templates. It uses chmod(0o755) to set execution permissions on a newly created example script, which is a standard procedure for generating executable boilerplate.
  • scripts/package_skill.py: Uses the zipfile module to package skill contents for distribution. This is a common utility function for the stated purpose.
  • SKILL.md: Instructs the agent on how to run these management scripts using standard shell commands.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 30, 2026, 02:56 PM
Security Audit — agent-trust-hub — skill-creator