Commit e32daf8
Implement aicheck CLI for AI content detection (#1)
Add a Rust CLI tool (aic) that detects AI-generated content via three provenance layers:
- C2PA manifest reading (HIGH confidence): digitalSourceType and claim_generator
- XMP/IPTC metadata parsing (MEDIUM confidence): DigitalSourceType, AISystemUsed, CreatorTool
- EXIF heuristics (LOW confidence): Software tag matching and camera metadata absence
Includes batch processing, JSON/human/quiet output modes, and metadata info dump.
Supports images, video, audio, and PDF formats.
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 76a1567 commit e32daf8
File tree
16 files changed
+5547
-0
lines changed- src
- detector
- tests/fixtures
16 files changed
+5547
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Whitespace-only changes.
0 commit comments