skill-creator
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured guidance and utility scripts for skill development. Analysis of the scripts (
init_skill.py,package_skill.py,quick_validate.py) shows they perform standard file system operations required for their stated purpose. - [COMMAND_EXECUTION]: The provided Python scripts use standard libraries (
pathlib,zipfile) to create directories, write template files, and package ZIP archives. These operations are initiated by the user and do not involve shell injection or unauthorized command execution. - [DATA_EXPOSURE]: The skill documentation correctly identifies best practices for secret management, instructing developers to use
.envfiles for configuration. The scripts themselves do not attempt to read or exfiltrate sensitive data from the host environment. - [EXTERNAL_DOWNLOADS]: The documentation references official documentation at
docs.claude.com. No automated downloads from untrusted or external sources are performed by the skill or its associated scripts.
Audit Metadata