Watch AI Agents
cause regulatory disasters
then watch comply54 stop them
Comply54 is an open-source runtime policy engine — evaluates AI agent actions before execution, blocking tool calls that violate African regulations.
Nine real-world AI agent failures across finance, healthcare, insurance, and regulated industries. Powered by African compliance frameworks including CBN, NDPA, NAICOM, NFIU, and KDPA — running real enforcement in real time.
Works with
import { NigeriaFintechCompliance } from "@comply54/core"const compliance = new NigeriaFintechCompliance()const result = compliance.check("transfer_funds",{ amount: 500_000_000, currency: "NGN" },"",{ kyc_tier: 1 })if (result.blocked) {throw new Error(result.decisions[0].messages[0])}// ⛔ "CBN NIP Framework: Transaction of ₦500000000// exceeds ₦10,000,000 single-transaction cap"
How comply54 works
Policy evaluation happens before the tool executes — not after
Tool call blocked
Violation cited
Agent informed
Tool executes
Audit record
logged
Run it locally
All 9 scenarios in your terminal — real comply54 enforcement, no browser needed
Node CLI
Python CLI
Attacker Mode
NewYou are the attacker. Social-engineer a real AI agent into breaking African regulations. comply54 intercepts every tool call in real time — your goal is to discover as many violations as possible.