skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a comprehensive framework for skill development. It includes instructions for structuring metadata, references, and assets to optimize agent performance.
- [COMMAND_EXECUTION]: The skill contains utility scripts (
scripts/init_skill.py,scripts/package_skill.py, andscripts/quick_validate.py) intended for local file system management. These scripts automate directory creation, template generation, and ZIP packaging. They do not accept untrusted input or perform dangerous system-level operations. - [EXTERNAL_DOWNLOADS]: No external network requests or remote code downloads were identified. The scripts operate entirely on local file paths provided by the user.
- [DATA_EXPOSURE]: There is no evidence of hardcoded credentials, sensitive file path access, or data exfiltration. The packaging script uses standard library functions to bundle local files.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare purely procedural and intended to guide the user and the agent in creating structured content. No bypass markers or override patterns were detected.
Audit Metadata