npm.io
1.0.0 • Published 2d ago

n8n-nodes-quantumscan

Licence
MIT
Version
1.0.0
Deps
0
Size
10 kB
Vulns
0
Weekly
0

n8n-nodes-quantumscan

n8n community node for QuantumScan — post-quantum cryptography (PQC) vulnerability scanner.

Features

  • Scan Repository — scan any GitHub, GitLab, or Bitbucket repo for quantum-vulnerable algorithms (ECDSA, RSA, AES-128, etc.)
  • Get Scan Result — retrieve a previous scan by ID
  • Check Algorithm — instantly evaluate if a crypto algorithm is quantum-safe (NIST FIPS 203/204/205)
  • Scan Smart Contract — check Ethereum/Solana contracts for PQC risk

Installation

In your n8n instance: Settings → Community Nodes → Install → enter n8n-nodes-quantumscan

Configuration

API Key is optional. Free tier: 10 scans/day without a key. Get one at quantumscan.io.

Example Workflow

  1. Schedule Trigger → fires weekly
  2. QuantumScan (Scan Repository) → scans your codebase
  3. IF riskScore > 70 → Slack alert with findings

License

MIT