stackchan-nukoevi-motion-assets
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes ImageMagick (
magick) commands to resize and arrange image frames for animation strips. This is a core part of its asset generation workflow. - [COMMAND_EXECUTION]: It uses the ESP-IDF toolchain (
idf.py) to build firmware and flash it to hardware devices. This involves interaction with the local file system and connected serial devices. - [COMMAND_EXECUTION]: Python scripts within the repository (
generate_nukoevi_motion_assets.py,verify_motion_asset.py) are executed usinguv runto transform source images into raw binary assets for the firmware. - [COMMAND_EXECUTION]: The skill uses
gtimeoutto monitor serial output from the flashed device, running a shell command to export environment variables and start the monitor process. - [EXTERNAL_DOWNLOADS]: The
uv runcommand dynamically loads standard Python libraries (pillow,lz4) from the official PyPI registry. These are well-known dependencies required for image processing and compression.
Audit Metadata