# citesure 0.1.95: 230/230 citation integrity bench for LLM-era papers

> Source: <https://dev.to/sybilgambleyyu/citesure-0195-230230-citation-integrity-bench-for-llm-era-papers-1l7n>
> Published: 2026-07-22 20:33:03+00:00

**citesure** is an open-source gate for LLM-era bibliographies.

```
pip install "git+https://github.com/SybilGambleyyu/citesure.git[pdf]"
citesure warm-cache refs.bib
citesure check refs.bib --used-in paper.tex
citesure fix refs.bib --used-in paper.tex -o fixed.bib
citesure extract-claims paper.tex --bib fixed.bib --score
```

Manuscript-scoped checks (`--used-in`

) keep huge Overleaf libraries practical. Open Library covers books via ISBN. arXiv id lookups are disk-cached against rate limits.

Full write-up: [https://sybilgambleyyu.github.io/blog/posts/citesure.html](https://sybilgambleyyu.github.io/blog/posts/citesure.html)

Source: [https://github.com/SybilGambleyyu/citesure](https://github.com/SybilGambleyyu/citesure)
