hallucite
v2.4.0Detect hallucinated (fabricated) references in academic paper PDF files: extract references, verify against offline DBLP + CrossRef, DOI resolution, arXiv and Semantic Scholar, then triage the residue via web search and report likely-hallucinated citations.
By se-uhdLicense: MIT15 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install hallucite for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add hallucite@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/se-uhd/halluciteClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/hallucite/SKILL.md
Included Skills1
Detect hallucinated (fabricated) references in academic paper PDF files. Use when the user asks to check, audit, or verify the references/bibliography of one or more papers for hallucinated or fabricated citations, or names a paper PDF file (or directory of PDF files) to check. Extracts each reference, verifies it against academic databases (the offline DBLP mirror, then CrossRef, DOI resolution, arXiv, OpenAlex and Semantic Scholar) without using an LLM, then triages only the database-unverified residue via web search and writes a report of likely-hallucinated references plus per-paper manual-verification sheets.
Plugin manifests2
{
"name": "hallucite",
"version": "2.4.0",
"description": "Detect hallucinated (fabricated) references in academic paper PDF files: extract references, verify against offline DBLP + CrossRef, DOI resolution, arXiv and Semantic Scholar, then triage the residue via web search and report likely-hallucinated citations.",
"author": {
"name": "se-uhd"
},
"homepage": "https://github.com/se-uhd/hallucite",
"repository": "https://github.com/se-uhd/hallucite",
"license": "MIT",
"keywords": [
"references",
"citations",
"hallucination",
"peer-review",
"dblp",
"bibliography"
],
"skills": "./skills/",
"interface": {
"displayName": "hallucite",
"shortDescription": "Detect fabricated references in academic PDFs.",
"longDescription": "Extracts references from academic paper PDFs, verifies them against DBLP and open bibliographic databases, then guides LLM triage for unresolved citations.",
"developerName": "se-uhd",
"category": "Research",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Check the references in this paper for hallucinations.",
"Audit a folder of PDFs for fabricated citations.",
"Triage unresolved references in an existing out directory."
],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo-readme.png"
}
}{
"name": "hallucite",
"version": "2.4.0",
"description": "Detect hallucinated (fabricated) references in academic paper PDF files: extract references, verify against offline DBLP + CrossRef, DOI resolution, arXiv and Semantic Scholar, then triage the residue via web search and report likely-hallucinated citations.",
"author": {
"name": "se-uhd"
},
"keywords": [
"references",
"citations",
"hallucination",
"peer-review",
"dblp",
"bibliography"
],
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hallucite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hallucite)