skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The scripts perform local file operations within a defined skill directory and do not execute arbitrary shell commands.
- REMOTE_CODE_EXECUTION (SAFE): No remote code execution or dynamic code loading patterns were found. The scripts use safe YAML loading practices (yaml.safe_load).
- DATA_EXFILTRATION (SAFE): The scripts do not access sensitive file paths or perform network operations.
- EXTERNAL_DOWNLOADS (SAFE): No external dependencies are downloaded or executed. The reference documentation includes a trusted GitHub URL only as an example.
Audit Metadata