Risk API
Compliance Risk API
6 REST endpoints for PCI DSS compliance risk intelligence: composite risk scores, anonymised leaderboards, percentile distributions, framework comparisons, YoY trends, and platform-wide statistics.
✓ 6 endpoints✓ No auth required✓ JSON + CORS✓ 24h cache✓ force-dynamic
Endpoint Reference
Base URL: https://grctrack.io
Risk Score Formula
The composite risk score is computed from three weighted components:
riskScore = (100 - maturity) × 0.40 // Maturity gap
+ (remediationDays / 15 × 100) × 0.30 // Remediation delay
+ (100 - automationRate) × 0.30 // Automation gap
riskLevel = score >= 65 ? "High"
: score >= 50 ? "Moderate"
: "Low-Moderate"