Add qrp-mcp (offline quantum-vulnerable crypto scanner, CBOM) - #159
Merged
Merged
Conversation
jkowalleck
reviewed
Sep 14, 2026
Signed-off-by: StanimirTenev <min.el.eng@gmail.com>
Signed-off-by: StanimirTenev <min.el.eng@gmail.com>
StanimirTenev
force-pushed
the
add-qrp-mcp
branch
from
September 15, 2026 07:15
e59d89d to
c877729
Compare
Contributor
Author
|
Thanks for the review, @jkowalleck. I've signed off both commits — DCO and GitGuardian are now green. The repository link is in the manifest (https://github.com/StanimirTenev/qrp-mcp, public, Apache-2.0). Ready to merge whenever it suits you. |
jkowalleck
approved these changes
Sep 15, 2026
jkowalleck
requested changes
Sep 15, 2026
| "repository_url": "https://github.com/StanimirTenev/qrp-mcp", | ||
| "name": "qrp-mcp", | ||
| "publisher": "Elkan Electronic", | ||
| "description": "Offline scanner for quantum-vulnerable cryptography in source code and configuration. It reports its own coverage - which files it read and which it could not, per file with reasons - and emits a CycloneDX CBOM. Runs locally via uvx (no code leaves the machine); free and open source. Aimed at post-quantum readiness and DORA/CBOM evidence.", |
Member
There was a problem hiding this comment.
the description text is too long
check-jsonschema --schemafile schemas/tool.schema.json tools/qrp-mcp.json
Schema validation errors were encountered.
tools/qrp-mcp.json::$.tool.description: 'Offline scanner for quantum-vulnerable cryptography in source code and configuration. It reports its own coverage - which files it read and which it could not, per file with reasons - and emits a CycloneDX CBOM. Runs locally via uvx (no code leaves the machine); free and open source. Aimed at post-quantum readiness and DORA/CBOM evidence.' is too long
The tool.schema.json caps tool.description at 250 characters; the entry was 340 and failed check-jsonschema. Trimmed to 250 while keeping the coverage-reporting and CBOM points that distinguish the tool. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ArRbRXEkrAwKSAcvzA11v1 Signed-off-by: StanimirTenev <min.el.eng@gmail.com>
Contributor
Author
|
Thanks @jkowalleck — and thanks for the approve. Fixed the change you requested: |
jkowalleck
approved these changes
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds qrp-mcp, a free and open-source (Apache-2.0) offline scanner for quantum-vulnerable cryptography in source code and configuration.
What makes it a bit different: alongside findings it reports its own coverage — which files it read and which it could not, per file with reasons — and emits a CycloneDX 1.6 CBOM. Runs locally via
uvx qrp-mcp(nothing leaves the machine).Entry added as
tools/qrp-mcp.json, validated against the tool-center v2 schema.