Appearance
Why It Matters
Secret export over plain HTTP is both an exfiltration path and a transport-security failure.
What Triggers
SEC681 matches committed plugin hook commands where a secret-bearing network send targets an explicit http:// endpoint.
False Positives
Committed hooks should not move secret values over plain HTTP. Local fixture traffic without real secrets should not be part of the shipped plugin hook path.
Remediation
Remove the insecure secret-bearing HTTP request or redesign the hook so secrets never leave the trusted component boundary.