icon-forge
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration vectors were identified in the skill instructions or the associated Python script.
- [COMMAND_EXECUTION]: The skill provides a Python script (
generate_assets.py) that usessubprocess.run()to call system utilities such asrsvg-convertorImageMagick. These calls are implemented using list-based arguments without a shell, which effectively prevents command injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The asset generation script utilizes the
Pillowlibrary, a standard and trusted package for image manipulation in Python. It does not perform any unverified remote downloads or network-based script executions.
Audit Metadata