| What it intercepts |
Every input an employee types into a commercial AI system (ChatGPT, Copilot, Gemini), at the browser boundary, before transmission |
Every tool call an AI coding agent attempts (bash, SQL, file write, HTTP fetch, MCP tool), at the PreToolUse boundary inside the agent runtime, before execution |
| Who buys it |
Compliance officers, CISOs, legal teams at regulated firms (healthcare, finance, education, telco) |
Engineering leaders + devs using AI coding agents; law firms / regulated dev teams adopting agentic intake workflows |
| Rule source |
93 deontic rules derived from active statutes (HIPAA, FERPA, CCPA/CPRA, COPPA, CPNI, PCI DSS, FINRA, EU AI Act, SB-1001 CA, Colorado AI Act). Each rule maps to a specific legal citation. |
Operator feedback (👍/👎) auto-promoted via Thompson Sampling; LLM-generated candidates that must pass precision/recall gates before activation. Each rule traceable to the lesson that produced it. |
| Enforcement primitive |
Deterministic pattern matching; no AI in the gate |
Deterministic pattern matching; no LLM in the gate |
| Evidence output |
SHA-256 linked artifacts, timestamped, hashed, chain-linked, statute-referenced — designed as legal evidence |
Audit log entries with rule version + source lesson + decision + reviewer + timestamp; DPO preference pairs for downstream model hardening; HuggingFace dataset export |
| Status surface |
GREEN (system ran) / YELLOW (risk caught) / RED (violation prevented) |
Per-agent / per-gate hit rates, agent inventory, remediations, token-savings telemetry on /dashboard |
| Attach point |
Browser extension / web boundary, before the HTTP request to OpenAI / Microsoft / Google reaches the AI provider |
PreToolUse hook inside the agent runtime, before the tool call (bash, SQL, MCP, etc.) hits the OS / network |
| License / availability |
Enterprise (no public pricing published as of 2026-05-27) |
MIT-licensed npm package (free local CLI); $19/mo Pro for hosted sync + dashboard + DPO export; $49/seat Team for shared lesson DB + workflow hardening |