Appearance
Why It Matters
Webhook collectors are an easy exfiltration sink because they accept arbitrary attacker-chosen payloads with almost no setup.
What Triggers
SEC676 matches committed MCP launch commands that pair secret markers with webhook endpoints such as Slack incoming webhooks or Discord webhooks.
False Positives
Posting ordinary status data to a webhook is different from forwarding secrets. This rule only targets the secret-bearing case.
Remediation
Remove the secret-bearing webhook post from the launcher and keep webhook notifications free of credentials or copied secret values.