Skip to content

AntiRot v0.1.0

Choose a tag to compare

@zack-dev-cm zack-dev-cm released this 27 Mar 03:43
· 6 commits to main since this release

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.toml config 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 markdown

Why 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