sprite-forge
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Several scripts (
isometric_pipeline.py,video_to_spritesheet.py,generate_walk_video.py,image_to_ascii.py) utilizesubprocess.runto interface with system utilities. Specifically, the skill invokesffmpegfor video processing,magick(ImageMagick) for image manipulation,jp2afor ASCII conversion, andrembgfor background removal. All calls use argument lists rather than shell strings, which follows security best practices to prevent command injection. - [REMOTE_CODE_EXECUTION]: The
isometric_pipeline.pyscript depends on an external skill,nano-banana-pro, and attempts to execute itsedit_image.pyscript from a standard installation path (~/.claude/skills/nano-banana-pro/scripts/edit_image.py). This is a documented inter-skill dependency required for the pipeline's image-to-image generation steps. - [DATA_EXFILTRATION]: No network exfiltration or unauthorized data access patterns were detected. The skill references well-known services and repositories (GitHub, ayotomcs.me) for research and documentation purposes without transmitting sensitive data.
- [PROMPT_INJECTION]: The skill uses hardcoded prompt templates for image generation in
isometric_pipeline.py. It does not attempt to bypass agent safety filters or override system instructions. - [DYNAMIC_EXECUTION]:
animation_builder.pygenerates JavaScript code for GSAP animations and can embed it into a standalone HTML file. This behavior is confined to generating front-end code for browser rendering based on predefined animation presets and does not execute dynamic code within the agent's environment.
Audit Metadata