quantakrypto pqc-tools
NPM · @QUANTAKRYPTO/MCP · 2 COMPONENTS · SCANNED AUG 3
Scan code for quantum-vulnerable cryptography and get NIST post-quantum migration guidance.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 0 of 2 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to quantakrypto/pqc-tools). View diagnostics → Pass
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability81
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1838 tokens (~102/item across 18 items; 16 tools + 2 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @quantakrypto/mcp
claude mcp add quantakrypto-pqc-tools -- npx -y @quantakrypto/mcp
codex mcp add quantakrypto-pqc-tools -- npx -y @quantakrypto/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"quantakrypto-pqc-tools": {
"type": "local",
"command": [
"npx",
"-y",
"@quantakrypto/mcp"
],
"enabled": true
}
}
} openclaw mcp add quantakrypto-pqc-tools --command npx --arg -y --arg @quantakrypto/mcp
mcp_servers:
quantakrypto-pqc-tools:
command: "npx"
args: ["-y", "@quantakrypto/mcp"] {
"mcpServers": {
"quantakrypto-pqc-tools": {
"command": "npx",
"args": [
"-y",
"@quantakrypto/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 1 Aug 26 −13
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 +36
- Schema quality: unverified → 100 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: fail functional
- First check of Schema quality: pass functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: good functional
- 26 Jul 26 59
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@quantakrypto/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- quantakrypto/pqc-tools
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/quantakrypto/pqc-tools/.github/workflows/release.yml@refs/heads/main
- Rekor log index:
- 2222225156
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:f2de30a0aa4dad9a7dd84787cacf76ae6d83b01c0cb02316f7556b1f8b5f328b8fbc48a0342838f40ff8c86837b939d6b88c87bb85c32a2fdb76aa6ea
- Discovery method:
- attestation_endpoint
Dependencies 2 packages
2 packages in the resolved dependency tree.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
apply_triage ~94
Deterministically attach your triage verdicts to their findings and re-sort by exposure (highest first). Never suppresses. Pass the same 'findings' array you triaged plus a 'verdicts' array of { fingerprint, exposureScore, priority, rationale }.
| Name | Type | Req | Description |
|---|---|---|---|
| findings | array | yes | The findings that were triaged. |
| verdicts | array | yes | One verdict per finding, keyed by fingerprint. |
No output schema declared.
No examples provided.
apply_verified_patch ~168
Deterministically VERIFY a proposed fix before writing it — runs the same patch-policy + verify_fix + blast-radius gates as `qremediate` (offline, no key, no network). Give the finding, the file's current content, and your proposed FULL corrected content; returns approved:true only if the patch is in-policy, clears the finding, adds no new finding, introduces no network/exec sink, and is bounded in size. This does NOT write the file — you write it, only when approved, and never auto-merge.
| Name | Type | Req | Description |
|---|---|---|---|
| finding | object | yes | The scan finding being fixed (needs a string ruleId and location.file). |
| newContent | string | yes | Your proposed full corrected file content. |
| originalContent | string | yes | The file's current full content. |
No output schema declared.
No examples provided.
check_dependency ~82
Check whether a package is in quantakrypto's known quantum-vulnerable dependency database (the classical crypto it exposes). Provide 'name' and optional 'ecosystem' (default npm).
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | — | Package ecosystem. Default: npm. |
| name | string | yes | Package name to look up (e.g. 'node-forge', 'jsonwebtoken'). |
No output schema declared.
No examples provided.
explain_finding ~135
Explain a quantakrypto finding and its post-quantum remediation. Provide a ruleId (e.g. 'forge-rsa-keygen', 'elliptic-ec', 'node-rsa', 'pem-ec-private-key') and/or an algorithm (e.g. 'RSA', 'ECDSA'). The ruleId is resolved against the core detector set, so library and config rules explain correctly.
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | — | The classical algorithm family involved (e.g. RSA, ECDH, ECDSA). |
| ruleId | string | — | The finding's rule id, matching a detector id prefix. |
No output schema declared.
No examples provided.
generate_cbom ~78
Scan a path and emit a CycloneDX 1.6 Cryptographic Bill of Materials (CBOM) of the classical cryptographic assets found, for compliance / supply-chain tooling. Reads the filesystem, so it is gated like scan_path over HTTP.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Absolute or relative path to a file or directory to inventory. |
No output schema declared.
No examples provided.
get_fix_examples ~90
Return before/after code examples for migrating a classical algorithm to a post-quantum / hybrid replacement. Provide an 'algorithm' (RSA, ECDH, ECDSA, …) or a 'ruleId' from a finding.
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | — | Classical algorithm family to migrate away from. |
| ruleId | string | — | A finding's ruleId (resolved to its algorithm). |
No output schema declared.
No examples provided.
inventory_crypto ~59
Produce a post-quantum readiness inventory for a path: a 0-100 readiness score plus counts of cryptographic findings by algorithm, category, and severity.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Absolute or relative path to a file or directory to inventory. |
No output schema declared.
No examples provided.
list_rules ~25
List the quantakrypto detector catalog: every detector id and what it looks for.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
plan_migration ~86
Scan a path and return a deterministic, prioritized post-quantum migration plan: findings grouped by algorithm, ordered harvest-now-decrypt-later first, each with its PQC target and the readiness-score impact. Reads the filesystem, so it is gated like scan_path over HTTP.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Absolute or relative path to a file or directory to plan a migration for. |
No output schema declared.
No examples provided.
probe_endpoint ~239
Actively probe ONE live TLS/SSH endpoint YOU OWN for post-quantum readiness (PQC-hybrid key exchange X25519MLKEM768, classical certificate posture). REQUIRES an ownership attestation: set i_own_this=true to confirm you are authorized to test the target. Refuses CIDR ranges / wildcards / lists — one host at a time. Performs only a benign, unauthenticated handshake and never modifies the endpoint. NOTE: this is the ONLY quantakrypto MCP tool that opens a network connection; the server is otherwise offline. Over HTTP it is disabled unless the operator sets QUANTAKRYPTO_MCP_ALLOW_NETWORK=1.
| Name | Type | Req | Description |
|---|---|---|---|
| i_own_this | boolean | yes | Attestation that you are authorized to probe this endpoint. Must be true; the probe is refused otherwise. |
| mode | string | — | Probe mode (default: auto — SSH on :22, TLS otherwise). |
| target | string | yes | A single host or host:port you own (no ranges/CIDRs/wildcards). |
| timeout_ms | number | — | Per-connection timeout in ms (default 8000). |
No output schema declared.
No examples provided.
remediate_findings ~112
Produce a deterministic remediation REQUEST bundle (rubric + fix schema + per-finding metadata + fingerprints) for YOU (the host agent) to fix. This tool calls no model and needs no key. For each finding, propose the corrected FULL file content, then VERIFY with verify_fix and keep only fixes that clear the finding. Never touch files with secrets; never auto-merge. Pass 'findings' from scan_path --format json.
| Name | Type | Req | Description |
|---|---|---|---|
| findings | array | yes | Findings from a scan's JSON output. |
No output schema declared.
No examples provided.
scan_path ~83
Scan a file or directory for classical (quantum-vulnerable) asymmetric cryptography using quantakrypto. Returns a readiness summary and findings.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Output format: 'summary' (default) for readable text, 'json' for the raw ScanResult. |
| path | string | yes | Absolute or relative path to a file or directory to scan. |
No output schema declared.
No examples provided.
score_delta ~79
Compute the readiness-score and HNDL change between two finding sets (e.g. before and after a migration). Pass 'before' and 'after' as arrays of findings from scan_path --format json.
| Name | Type | Req | Description |
|---|---|---|---|
| after | array | yes | Findings after the change. |
| before | array | yes | Findings before the change (from a scan's JSON findings). |
No output schema declared.
No examples provided.
suggest_hybrid ~172
Recommend a post-quantum / hybrid migration. Provide an 'algorithm' (e.g. RSA, ECDH, ECDSA) or free-text 'context' describing the usage. Set 'tier' to 'category-5' for CNSA 2.0 / national-security systems.
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | — | Classical algorithm family to migrate away from. |
| context | string | — | Free-text description of the cryptographic usage (used when no algorithm is given). |
| tier | string | — | Security tier: 'category-3' (default, commercial — ML-KEM-768 / ML-DSA-65) or 'category-5' (CNSA 2.0 / NSS, long-lived secrets — ML-KEM-1024 / ML-DSA-87). |
No output schema declared.
No examples provided.
triage_findings ~100
Produce a deterministic triage REQUEST bundle (rubric + verdict schema + per-finding metadata) for YOU (the host agent) to reason over. This tool does NOT call any model and needs no API key. Assess each finding's real-world exposure, then call apply_triage with your verdicts. Pass 'findings' as an array from scan_path --format json.
| Name | Type | Req | Description |
|---|---|---|---|
| findings | array | yes | Findings from a scan's JSON output. |
No output schema declared.
No examples provided.
verify_fix ~123
Run the quantakrypto detectors over a code snippet (NOT the filesystem) and report any classical crypto that remains. Use this to confirm an edit actually removed the quantum-vulnerable usage. Provide 'code' plus a 'language' or 'filename'.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | The source code to check. |
| filename | string | — | Optional filename; its extension selects the detectors (overrides 'language'). |
| language | string | — | Language of the code (js, ts, python, go, java, csharp, rust, ruby, c, …). |
No output schema declared.
No examples provided.