comfyui-gateway
Audited by Socket on Aug 11, 2026
1 alert found:
SecurityThis fragment contains only configuration, not executable code; there is no direct evidence of intentional malware in the snippet itself. However, it presents a high security/supply-chain risk due to hardcoded sensitive secrets (API_KEYS, JWT_SECRET, WEBHOOK_SECRET, Redis/Postgres credentials, S3/MinIO credentials including default values) and permissive wildcard security settings (WEBHOOK_ALLOWED_DOMAINS='*', CORS_ORIGINS='*' in some variants). These factors could enable unauthorized access, job abuse, and data compromise if the configuration is exposed or deployed without compensating controls. Validate that real secrets are not committed/baked into artifacts, replace defaults, and tighten webhook/CORS policies in production.