Crypto-View

vlayer-xyz/vlayer-docs-2.0

Readiness score
100 of 100
How this is calculated · previous scan 100
Cryptographic posture
Quantum-safe 1
To address0
Key establishment0
Inventory only0
Total findings1
What was analysed
Branch main
Commit be8fcecab84b7fa4ecb21d3a3b256b80aad842d0 Fix Dependabot: image-size (npm) (#33)
Committed 2026-09-03 08:15 UTC
Scanned 2026-09-10 21:52 UTC 4 hours ago
Coverage 42 files, 24 javascript

Earlier scans of this repository

11 scans · score 100 → 100 · compare any two
11 scans · 100 → 100 (unchanged). The filled point is the scan you are reading.
Scanned Commit Score To address
3 hours ago be8fcecab84b main 100 0 Compare
4 hours ago this scan be8fcecab84b main 100 0
20 hours ago be8fcecab84b main 100 0 Compare
23 hours ago be8fcecab84b main 100 0 Compare
1 day ago be8fcecab84b main 100 0 Compare
1 day ago be8fcecab84b main 100 0 Compare
1 day ago be8fcecab84b main 100 0 Compare
3 days ago be8fcecab84b main 100 0 Compare
3 days ago be8fcecab84b main 100 0 Compare
4 days ago be8fcecab84b main 100 0 Compare
8 days ago f4dbec29370d main 100 0 Compare

Every repository in this history is re-scanned weekly.

List of cryptographic assets

CSPRNG Quantum-safe 1 place See details

Random number generation

`crypto.randomBytes()`, `randomUUID()` or `getRandomValues()`. A platform CSPRNG is not a quantum exposure; it is recorded because an inventory that omits the randomness source is incomplete. `Math.random()` is a separate, present-day defect.

This is where the software gets its random numbers. Quantum computers do not weaken it.

What to do. No action.

  1. app/api/chat/route.ts:84 sessionId = crypto.randomUUID();
js.rng

Cryptographic assets

Algorithm Assessment What it means Occurrences
CSPRNG Quantum-safe A cryptographically secure random number generator provided by the platform. Not weakened by a quantum computer. 1