mcptrustchecker 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
[](#why-this-is-different)
|
|
15
15
|
[](#why-this-is-different)
|
|
16
16
|
[](https://mcptrustchecker.com/api)
|
|
17
|
+
[](https://mcptrustchecker.com/registry)
|
|
17
18
|
|
|
18
19
|
<br/>
|
|
19
20
|
|
|
@@ -47,7 +48,7 @@ Three more things sit under that graph:
|
|
|
47
48
|
|
|
48
49
|
> And it is **comprehensive by design**: the full catalog of known MCP attack techniques is covered in one offline pass — no API key, no LLM. [See the full coverage map ↓](#coverage-the-full-catalog-of-mcp-attack-techniques)
|
|
49
50
|
|
|
50
|
-
**Jump to:** [Why it's different](#why-this-is-different) · [Quick start](#quick-start) · [The algorithm](#the-algorithm-the-capability-flow-trust-model) · [Coverage](#coverage-the-full-catalog-of-mcp-attack-techniques) · [Scoring](#the-trust-
|
|
51
|
+
**Jump to:** [Why it's different](#why-this-is-different) · [Quick start](#quick-start) · [The algorithm](#the-algorithm-the-capability-flow-trust-model) · [Coverage](#coverage-the-full-catalog-of-mcp-attack-techniques) · [Scoring](#the-trust-grade-is-auditable-by-construction) · [Embed as a library](#embed-the-exact-same-engine-marketplaces--platforms) · [CI / GitHub](#ci--github-integration) · [Rules](docs/rules.md)
|
|
51
52
|
|
|
52
53
|
---
|
|
53
54
|
|
|
@@ -153,6 +154,8 @@ The terminal report is **detailed by default** — every finding prints its full
|
|
|
153
154
|
|
|
154
155
|
**No install? Use the free hosted API.** A hosted version of the exact same deterministic engine runs at **[mcptrustchecker.com/api](https://mcptrustchecker.com/api)** — POST a `tools.json` manifest or a published npm/PyPI package name over a single HTTPS request and get the same auditable A–F Trust Score back as JSON. It is **completely free** (grab a key in seconds, no card, no account), and it's the quickest way to try the scanner without installing anything. The CLI and library stay 100% offline — the hosted API is an optional convenience.
|
|
155
156
|
|
|
157
|
+
**Browse the MCP Trust Registry** — a growing, security-scanned catalog of MCP servers with an A–F Trust Score for each, all computed by this exact engine: **[mcptrustchecker.com/registry](https://mcptrustchecker.com/registry)**.
|
|
158
|
+
|
|
156
159
|
---
|
|
157
160
|
|
|
158
161
|
## The algorithm: the Capability-Flow Trust Model
|
package/dist/version.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*! MCP Trust Checker · https://mcptrustchecker.com · support@mcptrustchecker.com · © 2026 Illia Haidar · MIT */
|
|
2
2
|
/** Package version. Keep in sync with package.json. */
|
|
3
|
-
export declare const TOOL_VERSION = "1.
|
|
3
|
+
export declare const TOOL_VERSION = "1.3.1";
|
|
4
4
|
/**
|
|
5
5
|
* Methodology version. Bump this whenever scoring weights, gates, rule
|
|
6
6
|
* severities, or bundled threat data change in a way that could move a score.
|
package/dist/version.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*! MCP Trust Checker · https://mcptrustchecker.com · support@mcptrustchecker.com · © 2026 Illia Haidar · MIT */
|
|
2
2
|
/** Package version. Keep in sync with package.json. */
|
|
3
|
-
export const TOOL_VERSION = '1.
|
|
3
|
+
export const TOOL_VERSION = '1.3.1';
|
|
4
4
|
/**
|
|
5
5
|
* Methodology version. Bump this whenever scoring weights, gates, rule
|
|
6
6
|
* severities, or bundled threat data change in a way that could move a score.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcptrustchecker",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Local-first, deterministic security scanner for Model Context Protocol (MCP) servers. Cross-tool toxic-flow analysis, Unicode-smuggling decode, prompt-injection & supply-chain detection, with an auditable 0–100 Trust Score.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|