Tork

Framework

TORKING-X

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.

Governance Score (0–100)

90–100
Exemplary
Industry-leading governance posture
70–89
Strong
Comprehensive controls in place
50–69
Developing
Core controls present, gaps remain
0–49
Critical
Significant governance gaps

9 Measurement Dimensions

🔍

Transparency

How visible are AI decisions to stakeholders?

👁️

Oversight

Are humans in the loop for high-risk actions?

⚠️

Risk Management

Are risks identified, assessed, and mitigated?

📋

Compliance

Does the system meet regulatory requirements?

🔒

Data Privacy

Is PII detected, redacted, and protected?

📝

Auditability

Are decisions logged with cryptographic receipts?

⚖️

Fairness

Are outputs checked for bias and discrimination?

🛡️

Robustness

Is the system resilient to adversarial input?

👤

Accountability

Are roles and responsibilities clearly defined?

♻️

Sustainability

Is governance maintained and improved over time?

Cryptographic Compliance Receipts

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"
}

Automated Scoring via API

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"
  ]
}

Dashboard Visualization

Score Trends

Track your governance score over time. See how policy changes impact your posture week over week.

Dimension Breakdown

Radar chart across all 9 dimensions. Instantly spot your weakest areas and prioritize fixes.

Industry Benchmarks

Compare your score against industry averages. See where you lead and where you lag.

Compliance Timeline

Audit-ready timeline of every score change, policy update, and receipt generated.

Know Your Governance Score

Start measuring and improving your AI governance posture today.

Start Free TrialRead the Docs