Skip to content

Dashboard

The Dashboard provides a real-time overview of your cryptographic posture: quantum risk distribution, asset counts by type, recent scan activity, and compliance status.

hidden Dashboard overview showing risk distribution and asset counts


The primary visualization shows the breakdown of all crypto assets by quantum risk level:

Risk LevelColorMeaning
CRITICALRedBroken/deprecated algorithms (MD5, SHA-1, DES, RC4)
HIGHOrangeQuantum-vulnerable (RSA, ECDSA, ECDH, DH)
MEDIUMYellowReduced strength under quantum attack (AES-128)
LOWBlueAdequate with margin (AES-192)
NONEGreenQuantum-safe (AES-256, SHA-256+, ML-KEM, ML-DSA)

This gives an immediate sense of how much of your crypto inventory needs attention before quantum computers become practical.

hidden Risk distribution chart showing percentage of assets at each risk level


Cards showing total counts by asset type:

  • Certificates — X.509 certificates from endpoints, keystores, file systems, AD
  • Private Keys — RSA, EC, Ed25519 private keys
  • Public Keys — Standalone public keys
  • Symmetric Keys — AES, ChaCha20 keys
  • Algorithms — Crypto algorithm usage detected in source code and binaries
  • Protocols — TLS/SSH protocol configurations
  • Signatures — Code signatures and signed artifacts

Each card links to the Inventory filtered by that type.


Shows recent sensor scan runs:

  • Last scan timestamp
  • Assets discovered per scan
  • Scanner type used
  • Scan duration and status (success/failure)

Links to Sensors for full scan history.


Summary of policy evaluation results:

  • Number of assets passing all policies
  • Number of assets with compliance violations
  • Active policy templates (CNSA 2.0, NIST PQC, FIPS 140-3)

Links to Compliance for detailed results.


A percentage gauge showing what fraction of your inventory is quantum-safe:

PQC Readiness = (Assets with risk NONE or LOW) / Total Assets × 100

This metric tracks your progress toward post-quantum migration.

PQC Readiness details