qcrypt-scan
Version updated for https://github.com/varmabudharaju/qcrypt to version v0.2.1.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The qcrypt GitHub Action is designed to scan codebases for cryptographic vulnerabilities to quantum computing threats. It identifies at-risk cryptographic primitives, evaluates their quantum resistance, and provides actionable insights for fixing vulnerabilities before quantum computers pose a real risk. This tool automates the detection and reporting of quantum-vulnerable cryptography in CI pipelines, offering features like language support across 11 programming languages, NIST deadline tracking, and context-aware PR comments for streamlined remediation.
What’s Changed
First public release on npm and GitHub Marketplace.
Added
- One-click folder picker in the local web dashboard.
--openflag for--servethat auto-launches the browser.- Friendly error message when the requested port is already in use.
Changed
npm installnow auto-builds both the CLI and the React dashboard via thepreparelifecycle hook.- Dashboard advertises local-path scanning when running against the local Fastify server.
Fixed
--servefallback handler whenweb/dist/is missing (instead of silent 404s).- Dead darwin-arm64-only dependency removed (was breaking installs on Linux/Windows/Intel Mac).
Install paths:
- Hosted: https://qcrypt.dev
- npm:
npx qcrypt-scan https://github.com/your-repo - GitHub Action:
uses: varmabudharaju/qcrypt@v1