DEV Community

SybilGambleyyu
SybilGambleyyu

Posted on • Originally published at sybilgambleyyu.github.io

citesure 0.5.26: one-shot manuscript audit

Authors and CI need one command that catches LLM bibliography junk and verifies the citations the paper actually uses.

soft-lint (offline)

citesure soft-lint refs.bib
Enter fullscreen mode Exit fullscreen mode

Flags placeholder DOIs, bad ORCID checksums, impossible years, invalid ISBNs, empty titles — no network.

audit (full gate)

citesure audit paper.tex --bib refs.bib --check-orcid --claims -o audit.json
Enter fullscreen mode Exit fullscreen mode

Evidence: 250/250 integrity · 52/52 claims · 78 tests · 15 packs.

Top comments (0)