Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.complior.ai/llms.txt

Use this file to discover all available pages before exploring further.

Latest: v1.0.1 (2026-05-03) — patch release. EU AI Act enforcement begins August 2, 2026 (~91 days from latest release).

v1.0.1 — Patch Release

Released: 2026-05-03 Closes the only known limitation from v1.0.0.

Fixed

complior fix --doc <type> now surfaces the actual engine error message when an invalid passport name is passed:
- Error: Unknown engine error
+ Error: Passport not found: default
The functional behaviour was already correct in v1.0.0 (exit code 1, no fake “Document generated” output) — only the displayed message has improved.

Upgrade

npm install -g complior@1.0.1

v1.0.0 — Initial GA Release

Released: 2026-05-03 First general-availability release. Production-ready for EU AI Act compliance.

Highlights

Profile-aware filtering

role × riskLevel × domain → applicableObligations. Examples: deployer/limited/general → 16 obligations; provider/high/healthcare → 67; deployer/high/finance → 46.

680 eval probes

11 EU AI Act conformity categories + 300 OWASP/MITRE security probes. Profile-aware: 319/335/327 of 388 tests applicable per profile.

14 SDK hooks

7 pre + 7 post hooks. PII sanitization with checksum validation (IBAN, BSN, NIR, PESEL, Codice Fiscale). 138 Art. 5 prohibited patterns.

Multi-framework scoring

EU AI Act + AIUC-1 + OWASP LLM Top 10 + MITRE ATLAS. AIUC-1 Readiness score (15 requirements).

Agent Passport

36-field standardized identity card. 3 modes (Auto / Guided / Manual). Ed25519 signed. Export A2A / AIUC-1 / NIST.

Evidence chain

SHA-256 hash linking + ed25519 signatures. Tamper-proof audit trail.

Pipeline commands

All v1.0 pipeline commands stable with full flag coverage:
complior init           # 9-question onboarding → profile + passport
complior scan           # 5-layer static analysis
complior eval <url>     # 680 dynamic probes against live AI
complior fix            # 18 remediation strategies
complior fix --doc <type>  # Generate compliance documents
complior report         # 5 formats: human/json/md/html/pdf
complior agent          # 13 verbs for passport management
complior doctor         # System health check

Distribution

Available across 3 ecosystems + 5 platforms:
ChannelPackageInstall
npmcomplior@1.0.1npm install -g complior
npm@complior/engine@1.0.1(auto-installed by complior)
crates.iocomplior-cli@1.0.1cargo install complior-cli
GitHub Releases5 binaries (Linux x86/arm, macOS Intel/ARM, Windows)download

Tests & verification

  • 226 Rust + 2,493 TypeScript = 2,719 total tests, 0 failures
  • 4-cycle exhaustive E2E across 3 profile contexts before tag
  • 11 mini-hotfix milestones (V1-M30.1 → V1-M30.11) consecutively delivered
  • CI: Rust fmt + clippy + test + security audit, Engine typecheck + lint + test, npm audit, version consistency, contract tests

What’s coming next

Currently planning post-v1.0.x roadmap (Month 1.5 → Month 3-4):
  • V2-M01 — SDK Layer 2 enrichment (HTTP middleware, hook composition, per-domain enrichment)
  • V2-M02 — MCP enrichment (7 → 12+ tools, Guard tools, builder tools, analytics)
  • V2-M03 — Guard Service integration (after Guard MVP — separate track)
  • Cloud Services (Month 3-4): Guard API beta, Hosted LLM, Cloud Scan, SaaS Dashboard
Follow GitHub Releases for updates.

Read full changelog

See every version since v0.8.0-alpha (March 2026).