You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: MCP002's exfiltrat alternative false-positived on plain mentions of exfiltration
The regex matched a bare "exfiltrat" substring with no directive context,
unlike every other phrase in the injection list (all require an actual
command shape). Found dogfooding mcpscan against secops-toolkit-mcp, whose
own module comment describing exfiltration shapes tripped it. Narrowed to
two directive shapes that still catch real injected instructions:
"silently/quietly/secretly/covertly exfiltrate" and "exfiltrate <object> to
<destination>". 3 new regression tests. 130 tests passing (was 127).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
description = "Supply-chain security scanner for MCP servers and Claude Code projects — catch tool-poisoning, command injection and risky permissions before you install."
0 commit comments