Agent Skill: Check academic paper citations for format, queryability, thematic relevance, and semantic accuracy.
SaferSkills independently audited CiteCheck (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
CiteCheck verifies academic paper citations by combining structured parsing with agent-native LLM evaluation. It supports LaTeX source files (preferred) and PDF fallback.
citecheck CLI to read LaTeX (preferred) or PDF, extract references and body textcitecheck CLI to validate bibliography entriescitecheck CLI to verify existence via Crossref / Semantic ScholarWhy matching steps are not done by the CLI ThecitecheckCLI can run standalone with optional--api-keyfor external LLM-powered matching. When used as a Skill, the host agent itself possesses LLM reasoning capabilities. Direct evaluation is faster, more consistent, and requires no additional API keys from the user.
citecheck path/to/latex_project/ --skip-verification --skip-semantic -o parsed_report.mdOr parse a single file:
citecheck main.tex --skip-verification --skip-semantic -o parsed_report.mdcitecheck paper.pdf --skip-verification --skip-semantic -o parsed_report.md--skip-verificationand--skip-semanticare required in Skill mode because steps 3–5 are performed directly by the agent.
Call citecheck to check and report format issues:
| Check item | Description |
|---|---|
| Required fields | Author, title, year, venue completeness |
| Format consistency | Punctuation, capitalization, abbreviation uniformity |
| DOI/URL | If present, whether format is correct and accessible |
| Year sanity | No 202x placeholders, not in the future |
Detailed rules: see ./references/format-check-rules.md.
Call citecheck to query Crossref and Semantic Scholar public APIs for citation existence.
API details: see ./references/api-reference.md.
If the CLI fails due to network/SSL issues, use WebSearch to directly query suspicious citations (especially those marked "unverifiable"), supplementing the verification results.
Do not call the CLI or any external API. Evaluate directly using the agent's reasoning capabilities.
For each reference, extract:
title, abstract, keywordstitle, abstract (from API results or WebSearch), venueEvaluation prompt template: see ./references/thematic-scoring-prompt.md.
Do not call the CLI or any external API. Evaluate directly using the agent's reasoning capabilities.
For each in-text citation position:
citing_textcited_textGenerate a Markdown report containing:
| No. | Title | Format | Queryable | Thematic | Semantic | Notes |
|---|---|---|---|---|---|---|
| 1 | ... | ✅/⚠️/❌ | ✅/❌ | 0.85 | 0.90 | DOI mismatch |
pip install CiteCheckFor PDF support:
pip install CiteCheck[pdf]=? or [?, ?] are found, mark them as "unverifiable references".~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.