sprite-decompose
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration attempts were identified in the instructions or the accompanying Python scripts.
- [COMMAND_EXECUTION]: The script
scripts/test_skill.pyutilizessubprocess.runto execute internal unit tests and verify extraction logic against provided fixtures. These calls are performed using the local Python interpreter, avoid shell execution, and are restricted to scripts within the skill's own package structure. - [EXTERNAL_DOWNLOADS]: The skill requires
numpyandPillow, which are well-known and trusted libraries in the Python ecosystem for scientific computing and image processing.
Audit Metadata