skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- Automated Project Scaffolding: The skill includes a Python script (init_skill.py) that creates the necessary directory structure and template files for new skills. This script performs standard filesystem operations like directory creation and file writing, facilitating a consistent development workflow.\n- Safe Data Deserialization: The validation script (quick_validate.py) utilizes yaml.safe_load() to process skill configuration. This is a recommended security practice that prevents the execution of arbitrary code during the parsing of YAML metadata.\n- Metadata Compliance Enforcement: The validation utility checks for adherence to naming conventions and field constraints, ensuring that created skills remain compatible with the agent environment.\n- Localized Execution Scope: All functionality is designed for local use; the scripts do not initiate network connections or download untrusted external resources, keeping the development process self-contained.
Audit Metadata