See the output before you install anything
Everything on this page is real Regula output, generated from the CV-screening example project that ships in the repository — the same project regula demo scans. Nothing is mocked up.
1. The terminal verdict
What a developer sees when they run regula check against the bundled hiring-system example (an intentionally high-risk fixture under EU AI Act Annex III, Category 4 — employment):
Regula Scan: /home/mkuziva/getregula/examples/cv-screening-app
============================================================
Verdict: HIGH-RISK
Your project is classified as high-risk under EU AI Act Annex III.
You must comply with Articles 9-15 before the enforcement deadline.
Why:
1. app.py:1 — Employment and workers management
(Art. 9, Art. 10)
Files scanned: 1
Prohibited: 0
Credentials: 0
High-risk: 1
Agent autonomy: 0
Limited-risk: 0
Suppressed: 0
BLOCK tier: 0
WARN tier: 1
INFO tier: 0
Lifecycle: develop: 1, plan: 1
HIGH-RISK INDICATORS:
[WARN] [ 63] app.py — Employment and workers management [plan]
Add human oversight before automated hiring/employment decisions
============================================================
Confidence scores: 0-100 (higher = more indicators matched)
Tiers: BLOCK (>=80 or prohibited), WARN (50-79), INFO (<50)
Suppress findings: add '# regula-ignore' to file
────────────────────────────────────────────────────────
Next steps:
1. regula gap --project . See which articles you need to address
2. regula roadmap --project . Get a week-by-week compliance plan
3. regula evidence-pack --project . --bundle Generate auditor-ready evidence
2. The documents it generates
The same scan feeds the shareable artifacts — open the actual files:
HTML compliance report
The full per-finding report (regula report -f html): verdict, findings with file/line references, article mappings, and confidence scores.
Executive summary
The one-page summary for non-technical stakeholders (regula report -f exec-summary): what was scanned, what it means, what to do next.
examples/cv-screening-app in the public repository with the employment domain declared (exactly what regula demo does — employment patterns are opt-in to avoid false positives on unrelated code). Reproduce it yourself: pipx install regula-ai && regula demo. One hostname in the executive summary was replaced with example-host, and a noindex meta tag was added to each artifact so search engines list this page rather than the raw output; everything else is verbatim tool output.
Next step — with or without installing
Not sure the EU AI Act even applies to you? The browser-based assessment answers that in about 60 seconds, no install. Ready to scan your own code? pipx install regula-ai && regula check .