aseprite-frame-extract
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill's primary function is to automate local file processing using a third-party tool.
- [SAFE]: Command execution is performed securely. The script uses the Aseprite CLI via
subprocess.runwith a list of arguments, which prevents shell injection vulnerabilities. - [SAFE]: Directory management is handled with care. The script includes a safety check to avoid deleting directories containing
.gitfolders, protecting local repositories from accidental removal.
Audit Metadata