skill-creator
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration attempts were detected. The skill provides architectural guidance and procedural workflows for skill development.
- [COMMAND_EXECUTION]: The skill includes Python scripts (
init_skill.py,package_skill.py) that perform local file system operations, including directory creation, file writing, and zipping. These actions are legitimate and necessary for the skill's functionality as a creation and packaging tool. - [PRIVILEGE_ESCALATION]: The
init_skill.pyscript applies executable permissions (chmod 0o755) to generated template scripts. While this involves privilege modification, it is a standard and expected step for initializing development tools and does not indicate an attack vector.
Audit Metadata