Know what's missing
43 EU AI Act checks, 19 ISO 42001 checks, 18 NIST AI RMF checks. Every gap gets an assertion ID, the legal article it covers, and the exact file to create.
You’re an AI startup closing an enterprise deal. Their security review comes back with a questionnaire: EU AI Act compliance, ISO 42001, NIST AI RMF.
You don’t have a compliance team. You have engineers and a deadline.
Rulestatus is a CLI that scans your repo for the 80+ documentation artifacts regulators and enterprise procurement teams look for — risk registers, model cards, bias assessments, technical documentation, human oversight configs — and tells you exactly what’s missing and how to add it.
Run it in CI. Fix the gaps. Ship with evidence.
Know what's missing
43 EU AI Act checks, 19 ISO 42001 checks, 18 NIST AI RMF checks. Every gap gets an assertion ID, the legal article it covers, and the exact file to create.
Engineers fix it, not lawyers
Each failing check tells you which file to create, which fields to add, and links to a generated template. No legal background required.
Blocks PRs like a test suite
One GitHub Actions config. Evidence gaps fail the build the same way a broken test does. The audit trail is automatic.
Fully open source
CLI, all 80 rules, all reporters, GitHub Action — Apache 2.0. No paywalled checks, no subscription to run it locally.
$ rulestatus run
Rulestatus v1.0 — EU AI Act (Regulation 2024/1689)System: Acme Fraud Detection v2.1 | provider | high-risk
Art. 9 — Risk Management ✓ PASS ASSERT-EU-AI-ACT-009-001-01 Risk management system documentation exists ✗ FAIL ASSERT-EU-AI-ACT-009-002-B-01 Risk register includes emerging risks → No risk entries with source: emerging or category: misuse found. → Run: rulestatus generate risk-register
Art. 10 — Data Governance ✓ PASS ASSERT-EU-AI-ACT-010-002-01 Bias examination documented ✗ FAIL ASSERT-EU-AI-ACT-010-002-02 Bias examination covers ≥3 protected characteristics → Found: [gender, race]. Missing at least one of: age, disability, nationality.
...
Results: 38 passed | 5 evidence gaps | 0 warnings | 2 manual attestations requiredEach gap links to the legal article and tells you exactly what to add.
bun install -g rulestatus# ornpm install -g rulestatusrulestatus init # creates .rulestatus.yamlrulestatus generate --all # scaffolds all required docs with inline comments# fill in the TODO fieldsrulestatus run # see what's missing| Framework | Checks | Applies to |
|---|---|---|
| EU AI Act | 43 | High-risk AI providers under Regulation (EU) 2024/1689 |
| ISO/IEC 42001 | 19 | AI Management System providers |
| NIST AI RMF | 18 | AI risk management across GOVERN, MAP, MEASURE, MANAGE |
Disclaimer: Rulestatus checks whether required documentation and configuration is present and correctly structured. Evidence present does not constitute a legal determination of compliance. Conformity assessment for high-risk AI systems may require evaluation by a notified body. Treat outputs as due diligence documentation, not compliance certificates.