Runtime tool drift detection — gap beyond admission-time security? #2826
MaazAhmed47
started this conversation in
Ideas - Security
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Working on runtime MCP security and wanted to surface a gap for discussion.
Admission-time checks (trust roots, signed assertions, server attestation) verify a server when you connect. But they don't catch tools that change behavior AFTER admission — a read-only tool that later adds export effects, PII data classes, or escalates externality from internal to external. The server identity is unchanged, so the admission check still passes.
Is post-admission tool drift considered in-scope for the spec / Security IG, or is it expected to live in a runtime monitoring layer outside the protocol?
I've been building an open-source implementation focused on this (continuous baseline + drift detection with severity-based quarantine) and would be happy to share findings or contribute if it's relevant to the group's direction.
Beta Was this translation helpful? Give feedback.
All reactions