skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes Python scripts (
init_skill.py,package_skill.py) designed to manage the skill development lifecycle. These scripts perform standard file system operations, such as creating directories, writing template files, and archiving the skill into a distributable format. These actions are restricted to the local environment and are consistent with the skill's documented purpose. - [SAFE]: Security-conscious practices are utilized, such as implementing
yaml.safe_load()in thequick_validate.pyscript to prevent unsafe deserialization during metadata validation. - [SAFE]: A thorough review of the markdown instructions and Python scripts revealed no evidence of prompt injection, obfuscated commands, hardcoded credentials, or network activity.
Audit Metadata