transparent-visual-assets
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a local image processing workflow using a Python script. Analysis of
scripts/prepare_transparent_asset.pyshows it uses the standard Pillow library for pixel-level chroma keying and cropping. - [SAFE]: The Python script handles file paths securely using the
pathlibmodule, resolving and expanding user paths properly to prevent path traversal issues. It restricts output to the.pngformat to ensure transparency support. - [SAFE]: No network operations, credential access, privilege escalation, or persistence mechanisms were detected. The instructions follow best practices for deterministic data processing.
Audit Metadata