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 →