model-audit
FreeLLM 蒸馏检测与模型指纹审计 — 文本溯源、身份验证、蒸馏关系判定,守护模型知识产权。
About model-audit
ModelAudit is an open-source framework for detecting unauthorized LLM knowledge distillation using statistical forensics. It extracts model fingerprints through 20 behavioral probes covering 10 dimensions (self-cognition, safety boundaries, injection tests, reasoning, creativity, multilingual, format control, role-play, code generation, summarization), then applies hypothesis testing to determine if a student model has copied a teacher model. The framework integrates four complementary methods: LLMmap (behavioral probing), DLI (lineage inference via Jensen-Shannon divergence), REEF (CKA representation similarity), and StyleAnalysis (12-family stylistic signatures). It achieves 100% detection accuracy on a built-in benchmark of 6 model families (14 samples). ModelAudit works in black-box scenarios (API-only models), provides a CLI and MCP server, and is designed specifically for model IP protection—not general model evaluation.
Key Features
Pros & Cons
- Achieves 100% detection accuracy on the built-in benchmark
- Combines multiple detection methods for robust results
- Works with black-box models (API-only access) through behavioral probing
- Open-source and free to use
- Provides CLI and MCP server for flexible deployment
- Focused solely on detecting distillation, not a general-purpose model evaluation tool
- Requires access to model outputs for all 20 behavioral probes
- Detection performance on unseen model families may vary (benchmark covers 6 families)