Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -514,19 +514,19 @@
<!-- ============ HERO ============ -->
<section class="hero">
<div class="wrap">
<div class="hero-eyebrow">MCP Server Security — 365 tests passing</div>
<h1><em>120</em> Analyzers. <em>One</em> Command.</h1>
<div class="hero-eyebrow">MCP Server Security — 594 tests passing</div>
<h1><em>105</em> Analyzers. <em>One</em> Command.</h1>
<p class="hero-lede">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.</p>

<div class="stat-grid">
<div class="stat-card">
<div class="skey">Analyzers</div>
<div class="sval">120<span class="unit">rules</span></div>
<div class="sval">105<span class="unit">rules</span></div>
<div class="sdesc">Static analysis, fuzzing, behavioral evals across 12 categories of MCP security vulnerabilities.</div>
</div>
<div class="stat-card">
<div class="skey">Test Suite</div>
<div class="sval">365<span class="unit">passing</span></div>
<div class="sval">594<span class="unit">passing</span></div>
<div class="sdesc">Every analyzer verified by its own regression test. Self-verifying — tests its own detections.</div>
</div>
<div class="stat-card" style="border-color: rgba(245, 158, 11, 0.4);">
Expand Down
Loading