media-svd
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/svd.pyexecutes system commands likenvidia-smiandunameto detect hardware capabilities. It also usessubprocessto trigger model weight downloads via Python CLI calls. - [EXTERNAL_DOWNLOADS]: The skill interacts with Hugging Face to download model weights. This is transparently documented and uses standard libraries for the intended purpose.
- [DATA_EXFILTRATION]: The
animatecommand communicates with a local ComfyUI server. While this involves network communication, the server address defaults to localhost and the interaction is limited to standard API requests for workflow processing.
Audit Metadata