First Seen
Feb 18, 2026
Last Scanned
Feb 20, 2026
Findings
3
Score
76/100
Findings (3)
Detects Kubernetes internal service URLs and secret paths
.svc.cluster.local Validate and sanitize all user-provided URLs before making server-side requests. Resolve DNS and verify the IP is not in a private range before connecting.
Likely FP if the URL fetch is for a well-known public API endpoint that is hardcoded (not user-controlled) in the tool configuration.
Detects Kubernetes internal service URLs and secret paths
.svc.cluster.local Validate and sanitize all user-provided URLs before making server-side requests. Resolve DNS and verify the IP is not in a private range before connecting.
Likely FP if the URL fetch is for a well-known public API endpoint that is hardcoded (not user-controlled) in the tool configuration.
Detects Kubernetes internal service URLs and secret paths
.svc.cluster.local Validate and sanitize all user-provided URLs before making server-side requests. Resolve DNS and verify the IP is not in a private range before connecting.
Likely FP if the URL fetch is for a well-known public API endpoint that is hardcoded (not user-controlled) in the tool configuration.