skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates as a local development utility. All included scripts (
init_skill.py,package_skill.py,quick_validate.py) perform legitimate file system operations such as directory creation, file writing, and archiving, which are necessary for its stated function. - [SAFE]: Secure data parsing is implemented. The validation logic utilizes
yaml.safe_load()for reading configuration files, effectively mitigating risks associated with unsafe object deserialization. Metadata validation is further reinforced with strict regular expressions and length constraints. - [SAFE]: No malicious network activity or unauthorized data exfiltration patterns were identified. The skill does not perform external requests or attempt to access sensitive system files.
- [SAFE]: The instructional content is purely educational and procedural. There are no attempts at prompt injection, safety filter bypasses, or obfuscated commands.
Audit Metadata