From 3399c1588eca64e77ebd4d9bf8e0a4b421aa0811 Mon Sep 17 00:00:00 2001 From: Thomas Connally Date: Fri, 12 Jun 2026 19:09:51 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20landing=20page=20numbers=20match=20reali?= =?UTF-8?q?ty=20=E2=80=94=20105=20analyzers,=20594=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The landing page undersold the test suite (365 claimed vs 594 actual passing) and slightly oversold analyzer count (120 claimed vs 105 actual). Updated to match the real codebase. --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ae507f3..3cc4904 100644 --- a/index.html +++ b/index.html @@ -514,19 +514,19 @@
-
MCP Server Security — 365 tests passing
-

120 Analyzers. One Command.

+
MCP Server Security — 594 tests passing
+

105 Analyzers. One Command.

MCTS is a comprehensive security scanner for MCP servers. It detects tool poisoning, prompt injection, credential leaks, and behavioral regressions — then blocks vulnerable PRs automatically.

Analyzers
-
120rules
+
105rules
Static analysis, fuzzing, behavioral evals across 12 categories of MCP security vulnerabilities.
Test Suite
-
365passing
+
594passing
Every analyzer verified by its own regression test. Self-verifying — tests its own detections.