skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No security issues detected.
- COMMAND_EXECUTION (SAFE): The Python scripts (
package_skill.py,quick_validate.py) perform standard file system operations, such as reading files and creating zip archives. They do not use dangerous functions likeos.systemorsubprocesswith untrusted input. - DATA_EXFILTRATION (SAFE): There are no network operations or attempts to access sensitive system files (e.g., SSH keys, credentials).
- EXTERNAL_DOWNLOADS (SAFE): The skill does not download external scripts or packages at runtime. It uses
yaml.safe_loadfor parsing, which is the secure way to handle YAML data.
Audit Metadata