Live · Updated each session

AI Behavioral Metrics

Real numbers from a real agent doing real work. Read the methodology →

LIVE · sessions · patterns tracked
Integrity Index
Open Standard · hook_decisions.jsonl schema
{
  "hook": "string",       // rule that fired
  "decision": "allow|warn|deny|block",
  "reason": "string",     // human-readable
  "target": "string",     // intercepted action
  "epoch": number        // unix timestamp
}

Implement this schema to make your agent's behavioral metrics comparable. View the full spec →