Crypto-View

vlayer-xyz/vlayer-docs-2.0

Readiness score
100 of 100
How this is calculated
Cryptographic posture
Quantum-safe 1
To address0
Key establishment0
Inventory only0
Total findings1
What was analysed
Branch main
Commit f4dbec29370dfeac2368b482e6827730d4cee560 Fix Dependabot: next, js-yaml, postcss, brace-expansion, valibot (npm) (#29)
Committed 2026-09-01 08:50 UTC
Scanned 2026-09-02 03:09 UTC 8 days ago
Coverage 41 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 be8fcecab84b main 100 0 Compare
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 this scan f4dbec29370d main 100 0

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