moai-security-ssrf
Audited by Socket on Mar 1, 2026
1 alert found:
SecurityThe provided skill is a documentation + implementation draft for SSRF protection and request validation. Its capabilities (URL parsing, DNS resolution, IP range checks, axios HTTP requests, and NetworkSegmentation policies) align with its stated purpose. I found no indicators of deliberate malicious behavior (no hardcoded credentials, no obfuscated code, no download-and-execute, no credential exfiltration endpoints). The main security considerations are operational: DNS resolution of user-supplied hostnames can leak queries if resolvers are not controlled; default allowlist of 0.0.0.0/0 is permissive and must be tightened in production; IP range check code should be carefully reviewed for correct use of cidrSubnet to ensure blocked ranges are enforced. Logging may record sensitive URL/query data and should be protected. Overall this appears to be a legitimate SSRF protection implementation but requires careful deployment/configuration to avoid weakening protections or leaking sensitive information.