Framework
Measure, benchmark, and improve your AI governance posture with the industry's first standardized scoring framework. Get a single 0–100 score that tells you exactly where you stand.
How visible are AI decisions to stakeholders?
Are humans in the loop for high-risk actions?
Are risks identified, assessed, and mitigated?
Does the system meet regulatory requirements?
Is PII detected, redacted, and protected?
Are decisions logged with cryptographic receipts?
Are outputs checked for bias and discrimination?
Is the system resilient to adversarial input?
Are roles and responsibilities clearly defined?
Is governance maintained and improved over time?
Every governance decision generates a blockchain-verified receipt — signed, timestamped, and verifiable. Present them to auditors or regulators as cryptographic proof of compliance.
{
"receipt_id": "tork_rcpt_a1b2c3d4e5f6",
"timestamp": "2026-02-06T14:32:00Z",
"action": "redact",
"pii_detected": ["email", "ssn"],
"policy_version": "v2.1",
"torking_x_score": 87,
"signature": "sha256:9f3a...c2d1"
}Request
GET /api/v1/torking-x/score
Authorization: Bearer tork_your_key
Response:
{
"overall_score": 87,
"tier": "Strong",
"dimensions": {
"transparency": 92,
"oversight": 85,
"risk_management": 88,
"compliance": 91,
"data_privacy": 95,
...
},
"recommendations": [
"Enable human-in-the-loop for financial actions",
"Add bias detection to content generation pipeline"
]
}Track your governance score over time. See how policy changes impact your posture week over week.
Radar chart across all 9 dimensions. Instantly spot your weakest areas and prioritize fixes.
Compare your score against industry averages. See where you lead and where you lag.
Audit-ready timeline of every score change, policy update, and receipt generated.
Start measuring and improving your AI governance posture today.