Check prompts against ComplyEdge TrustLint offline rules with article-cited findings.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Runtime compliance enforcement for AI agents. Not a scanner: runs in production, on every request.
Article 5 is already law. GPAI obligations carry fines from 2 August 2026. Your AI is either compliant right now, or it isn't.
What does your compliance tool tell a regulator when it blocks a request? A probability score?
ComplyEdge says: Article 5(1)(a), rule
rego-art5-1a-001, timestamp, input hash. One is an audit trail. One is a guess.
Not a static badge. These seals reflect live /v1/check traffic from open-source projects
embedding ComplyEdge: they change as real enforcement happens.
Both projects below are our own. ComplyEdge runs in production against our own code before we ask anyone else to run it against theirs.
| Project | Live trust page |
|---|---|
| IVD Framework | trust.complyedge.io/ivd |
| Horizon | trust.complyedge.io/horizon |
Each trust page is generated from that project's real audit trail: enforcement status, check volume, and the EU AI Act articles enforced at runtime. (GitHub proxies and caches images, so the seal above can lag; the trust page is always current.)
Embed one on your own project: Enforcement Seal docs.
Three lines. Every AI input and output evaluated against the EU AI Act rule corpus (Article 5, Article 50, GPAI). Violations blocked before they reach the user: with article citation, rule ID, and timestamp on every decision.
Set COMPLYEDGE_API_KEY to your key. The decorator activates by default; to disable without removing the key (e.g., in CI), set COMPLYEDGE_ENABLED=false.
rule_id is the citation key: every rule carries its article reference in the corpus (rego-art5-1c-001 β Article 5(1)(c)), and the full citation text ships with the rule under rules/.
Jurisdiction maps to the rule corpus: EU evaluates against EU AI Act Article 5, Article 50, and GPAI obligations. US evaluates against HIPAA, SOX, COPPA, TCPA, BIPA.
No API key required. Scans text against the YAML rule corpus using regex patterns. Published as a standalone package, versioned independently of the SDK.
Exit codes: 0 = pass, 1 = violations found. Designed for CI/CD pipelines. Source: packages/trustlint/.
ComplyEdge resolves the same regulations through two engines, each with its own rule-ID namespace:
rego-art5-1c-001: returned by compliance_check and the /v1/check API. This is the audit trail your production system logs.EU_AI_ACT_ART5_SOCIAL_SCORING_001: emitted by the offline linter.Both cite the same legal article and differ only in engine. Map between them via the article reference carried in every rule.
64 YAML rules + 63 deterministic leaf OPA/Rego policies (+ 6 package aggregators) across 4 jurisdictions:
| Jurisdiction | Rules | Regulations |
|---|---|---|
| EU | 36 YAML + 63 leaf Rego | EU AI Act Articles 4β6, 9β10, 12β16, 26β27, 50, 53, GPAI, GDPR + Art 15 IPI |
| US | 16 YAML | HIPAA, SOX, COPPA, TCPA, BIPA, CCPA, Colorado AI Act, NYC LL144, ECPA |
| Global | 1 YAML | PCI DSS |
| Universal | 11 YAML | PII detection, prompt injection (direct + indirect) |
Each rule specifies conditions, severity, detection scope, and remediation with legal citations. See the rule schema for the format.
Validate: cd rules && python scripts/validate_rules.py
Layer 1, Deterministic (hot path): 63 leaf OPA/Rego policies (+ 6 package aggregators) evaluate every request, no LLM. The engine (OPA/Rego + TrustLint) evaluates in 4.87ms p99 in a local microbenchmark against the current 6-package bundle (layer1_latency_latest.json, best of 5 trials, 2026-08-04). End-to-end through the live API, the published 60-prompt run measured a p50 of 139ms and p95 of 2,519ms across the 39 OPA-decided prompts, with individual requests spanning 47ms to 10.7s (runtime_benchmark_latest.json, 2026-07-28). That run mixes cold and concurrent invocations against a Lambda-backed API, which is where the long tail comes from; we publish the whole run rather than a hand-picked warm figure. Opting into the Layer 2 LLM adds 2β5s on the long tail. Binary pass/block, legal citation on every decision. (TrustLint applies the same regex corpus offline for CI use.)
Layer 2, Interpretive (synchronous, opt-in): When called with use_semantic_fallback=True, an LLM evaluates the request and blocks if a violation is found. Off by default since v0.2.2. Adds 2β5s latency per request.
Security products protect AI from bad actors. ComplyEdge blocks EU AI Act violations at runtime: and logs a cited record on every decision.
A 60-prompt corpus runs against the live API. The runner, prompt YAMLs, and the latest result JSON are committed under scripts/benchmark/: inspect the results directly, or re-run with your own COMPLYEDGE_API_KEY.
We welcome rule contributions. See CONTRIBUTING.md for details.
Every rule must include: article + paragraph citation, verifiable detection condition, and test cases.
To report a vulnerability, see SECURITY.md. Do not open a public issue for security reports.
Apache License 2.0: see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/complyedge-trustlint)<a href="https://allmcps.com/mcp/complyedge-trustlint"><img src="https://allmcps.com/api/badge/complyedge-trustlint?style=directory" alt="ComplyEdge TrustLint on AllMCPs" /></a>