skill-creator
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a utility for bootstrapping skill development. It operates locally using predefined templates and does not perform any unauthorized network, file, or credential operations.
- [DYNAMIC_EXECUTION]: The init_skill.py script generates a template Python script and sets its execution bit. The script content is derived from a static internal template and user-provided skill names are sanitized before interpolation to prevent code injection.
- [INDIRECT_PROMPT_INJECTION]: The skill processes user input for naming and directory paths during initialization. It employs normalization and path resolution to ensure these inputs do not lead to malicious file operations or script injections.
Audit Metadata