Sniffitout is an open-source, privacy-first content integrity and similarity analysis engine created specifically for academic researchers, authors, and institutions.
Traditional plagiarism detection engines often flag standard bibliographic references, equations, and authorized quotations. Sniffitout utilizes document structural segmentation to parse body sections individually while automatically excluding bibliographies, citation markers, and mathematical formulas from similarity metrics.
Zero Document Logging: Sniffitout processes your academic manuscripts in temporary memory buffers. Uploaded files and generated reports are never saved to external commercial servers, never published, and never used to train third-party AI models.
Your unpublished research, experimental data, and thesis drafts remain completely confidential under your own control.
| Format | Extension | Parser Behavior |
|---|---|---|
| LaTeX | .tex |
Isolates preamble, extracts sections, strips math equations, and excludes \bibliography and \bibitem entries. |
| Portable Document Format | .pdf |
Extracts academic multi-column layouts, normalizes fonts, and demarcates section boundaries. |
| Microsoft Word | .docx |
Parses heading hierarchy (Heading 1, 2) and extracts structured body paragraphs. |
| Plain Text & Markdown | .txt, .md |
Tokenizes paragraph blocks, headers, and semantic divisions. |
Sniffitout provides a powerful command-line interface for terminal users on Linux, macOS, and Windows.
pip install sniffitout && sniffitout setup
Sniffitout is currently in private preview. Public releases and self-hosting kits will be announced here.
| Command | Description |
|---|---|
sniff manuscript.pdf |
Run a full audit (overlap detection + AI signal analysis). |
sniff paper.tex --only-plag |
Scan for web and academic repository overlap only. |
sniff paper.tex --only-ai |
Scan for synthetic / AI generated content signals only. |
sniff resume <report.json> |
Resume an interrupted scan from the last completed section. |
sniff web |
Launch the local web browser portal on port 5000. |
Sniffitout is free to use for independent researchers, students, educators, and academic peer-review evaluation.
Commercial integrations (including LaTeX editors, PDF editing suites, and publisher automated ingestion pipelines) require a commercial license agreement. Contact the project maintainers for commercial API access and integration support.