comfyui-gateway
Pass
Audited by Gen Agent Trust Hub on May 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill documentation includes standard developer commands for installation (
npm install), execution (npm run dev,npx tsx), and system diagnostics (nvidia-smi,sqlite3). These are provided as legitimate guidance for setting up and managing the gateway tool. - [EXTERNAL_DOWNLOADS]: The documentation and configuration files reference official and well-known software repositories, including GitHub for ComfyUI source code and standard Docker images for Redis and MinIO. These downloads originate from trusted service providers.
- [SAFE]: The skill demonstrates excellent security practices by utilizing environment variables for all sensitive configuration (API keys, S3 secrets, JWT tokens). Only placeholders are used in documentation and example files, ensuring no hardcoded credentials are exposed.
Audit Metadata