klingai-reference-architecture
Audited by Socket on Sep 9, 2026
2 alerts found:
SecurityAnomalyNo clear malware or supply-chain backdoor is present. The main security concern is an SSRF vulnerability caused by sending requests to an unrestricted user-supplied webhook_url. Missing authentication, authorization, rate limiting, input bounds, and request timeouts create additional security and availability risks. Restrict webhook destinations, block loopback/private/link-local ranges after DNS resolution, validate inputs, authenticate status access, and add network timeouts and quotas.
No direct malicious behavior is evident in the supplied Compose file. The primary risks are unauthenticated host exposure of Redis, handling of the API key through a normal environment variable, mutable unpinned container images, and reliance on externally supplied Dockerfiles and nginx.conf. Review those external artifacts and restrict Redis to an internal network or configure authentication and firewall controls.