Skip to content

Commit cb8b4f8

Browse files
committed
docs: add security mode (MSSS) auditing to README
Document that --security-mode enables auditing against the MCP Server Security Standard (MSSS). Link to mcp-security-standard/mcp-server-security-standard and describe side-effect oracles, policy checks, and MSSS control mapping.
1 parent 333d328 commit cb8b4f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ If your server conforms to the [MCP schema](https://github.com/modelcontextproto
3939
- Production Ready: PATH shims, sandbox defaults, and CI-friendly controls
4040
- Intelligent Testing: Hypothesis-based data generation with custom strategies
4141
- More Than Conformance: Goes beyond the checks in [modelcontextprotocol/conformance](https://github.com/modelcontextprotocol/conformance) with fuzzing, reporting, and safety tooling
42+
- **Security Mode**: Audit server security against the [MCP Server Security Standard (MSSS)](https://github.com/mcp-security-standard/mcp-server-security-standard) with side-effect oracles (process, filesystem, network), policy-violation checks, and reporting that maps findings to MSSS controls (e.g. MCP-EXEC-01, MCP-FS-02, MCP-NET-01)
4243

4344
### Fuzzing Paradigms
4445

@@ -49,6 +50,10 @@ MCP Server Fuzzer combines:
4950

5051
It does **not** use instrumentation-based fuzzing (no coverage or binary/source instrumentation).
5152

53+
### Security mode (MSSS auditing)
54+
55+
With `--security-mode minimal` or `--security-mode full`, the fuzzer audits server behavior against the [MCP Server Security Standard (MSSS)](https://github.com/mcp-security-standard/mcp-server-security-standard). It uses side-effect oracles (process, filesystem, network), policy-violation checks, and optional auth/session probes. Results include oracle findings and policy violations mapped to MSSS control IDs (e.g. MCP-EXEC-01, MCP-FS-02, MCP-NET-01). See [Configuration](#configuration) for `--security-mode`, `--fs-allow-root`, `--net-allow-host`, `--proc-allow`, and related options.
56+
5257
### Basic Fuzzer Flow
5358

5459
```mermaid

0 commit comments

Comments
 (0)