mflux-image-router
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard CLI tools (
curl,pip,uv) to install and interact with the image routing software. These operations are transparent and consistent with the skill's stated purpose of managing local image generation services. - [EXTERNAL_DOWNLOADS]: The skill references the installation of
ollama-herdfrom PyPI andmfluxvia theuvtool. These are documented dependencies provided by the vendor and are standard for the described use case. - [REMOTE_CODE_EXECUTION]: Automated security scans flagged two instances of
curl | python3. Analysis confirms these commands specifically usepython3 -m json.tool, which is a standard Python library used for pretty-printing JSON output and does not execute arbitrary code from the remote source.
Audit Metadata