Avoid relaying request-controlled data through outbound Go HTTP clients
Outbound `http.Post` bodies should not be built directly from request values without validation or redaction.
#Metadata
#Why it matters
Tainted POST bodies can exfiltrate secrets, replay cookies, or forward attacker payloads to internal integrations.
#Remediation
Allowlist outbound hosts, strip secrets from relayed payloads, and route integrations through audited helpers.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/go/go.security.sensitive-data-egress.rule.yaml.