Compliance
for AI‑generated
code.

licit tracks who wrote what — human or AI — evaluates your project against the EU AI Act and OWASP Agentic Top 10, and generates the regulatory documentation your organization needs. One CLI. Zero infrastructure.

10
CLI Commands
11
EU AI Act Articles
10
OWASP Controls
0
External Deps
Provenance

Code origin tracking

Six git heuristics analyze author patterns, commit messages, bulk changes, co-author trailers, file patterns, and timing to classify every file as human, AI, or mixed.

Session Reader

Claude Code integration

Reads Claude Code session logs for high-fidelity provenance. Extensible protocol for adding Cursor, Codex, and Copilot readers in V1.

Attestation

Cryptographic signatures

HMAC-SHA256 signatures and Merkle tree batch hashing provide tamper-evident provenance records. Sigstore integration planned for V1.

Art. 27

FRIA generator

Interactive 5-step questionnaire covering system description, rights identification, impact assessment, mitigation, and monitoring. Auto-detects answers from your project.

Annex IV

Technical documentation

Generates EU AI Act Annex IV documents auto-populated from pyproject.toml, package.json, CI/CD configs, agent configs, and test frameworks.

Changelog

Agent config monitoring

Tracks changes in CLAUDE.md, .cursorrules, AGENTS.md, architect configs, and more. Classifies each change as MAJOR, MINOR, or PATCH.

Evaluation

Multi-framework audit

Evaluates EU AI Act articles 9, 10, 12, 13, 14, 26, 27 and all OWASP Agentic Top 10 controls in a single pass with auto-collected evidence.

Analysis

Gap analyzer

Identifies exactly which compliance requirements are missing, with specific recommendations, effort level (low/medium/high), and suggested tools per gap.

CI/CD

Pipeline gate

licit verify returns exit code 0 (compliant), 1 (non-compliant), or 2 (partial). Block non-compliant deploys automatically.

Framework
Coverage
Status
EU AI Act
Regulation 2024/1689 — Art. 9, 10, 12, 13, 14, 26, 27 + Annex IV
V0
OWASP Agentic
Top 10 AI agent security risks — 2026 edition
V0
NIST AI RMF
AI 100-1 risk management framework
V1
ISO/IEC 42001
AI management system standard (2023)
V1

Start building
on solid ground.

Your code is already being shaped by AI. Now you can prove it's compliant. One install. One command. Full regulatory visibility.

$ pip install licit-ai-cli $ cd your-project/ $ licit init ✓ Created .licit.yaml $ licit trace ✓ 372 files analyzed $ licit report --format html ✓ Report saved $ licit verify ✓ All requirements met. exit code: 0