AntiRot v0.1.0
AntiRot v0.1.0
AntiRot is a local-first evidence-hygiene linter for AI-written research artifacts.
It catches:
- unsupported claims
- numeric claims without citations
- citation drift
- hype language without evidence
- comparative claims without benchmark grounding
- TODO and draft markers left in publishable text
Highlights
- zero-key local CLI
- Markdown-first workflow
- text, JSON, Markdown, and SARIF output
.antirot.tomlconfig support- GitHub Actions CI with SARIF upload path
Quick start
python3.10 -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'
antirot lint examples/sloppy_paper.md \
--references examples/references.md \
--format markdownWhy now
Research agents can generate polished text faster than authors can verify it. AntiRot is a narrow guardrail for the last mile: the artifact that actually gets shipped.
Known limits
- heuristics are intentionally simple in
v0.1.0 - claim detection is conservative and markdown-focused
- config parsing currently supports scalar values only