skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several Python scripts (
init_skill.py,generate_openai_yaml.py,package_skill.py,quick_validate.py) designed to automate the skill creation process. These scripts perform standard file system operations such as reading and writing files, creating directories, and generating ZIP archives. - [COMMAND_EXECUTION]: The
scripts/init_skill.pyutility applies executable permissions (chmod 0o755) to a template script file it creates. This is a functional requirement for the skill's purpose of bootstrapping new development projects. - [PROMPT_INJECTION]:
SKILL.mdprovides architectural guidance and procedural instructions to the agent. These instructions are focused on maintaining consistency and token efficiency when creating new skills and do not attempt to bypass agent safety guardrails. - [DATA_EXFILTRATION]: No sensitive file paths are accessed, and the scripts do not perform any network operations.
Audit Metadata