Skip to content

Commit e32daf8

Browse files
MatrixAclaude
andauthored
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

16 files changed

+5547
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)