Appearance
Why It Matters
Webhook posts are a common low-friction exfiltration channel because they can send captured credentials or tokens directly to an attacker-controlled collector.
What Triggers
SEC673 matches executable hook lines that combine secret markers such as OPENAI_API_KEY or bearer auth material with webhook endpoints like Slack or Discord incoming webhooks.
False Positives
Shared committed hooks should not forward secret material to webhook collectors. If a webhook is legitimate, it should not include credentials or copied secret values in the request body or query.
Remediation
Remove the secret-bearing webhook post from the hook and keep secret access local to the trusted tool or provider that actually needs it.