
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@kryptosai/veros
Advanced tools
Open-source validation layer for clinical AI. Fact-checks AI claims against FHIR patient records with citations.
Plug into any EHR. Ask questions in plain English. Get cited answers from the chart.
Every AI claim gets fact-checked before it reaches a clinician.
git clone https://github.com/KryptosAI/veros.git && cd veros && npm install && npm start
# → http://localhost:3100 (4 synthetic ophthalmology patients pre-loaded)
# Ask a question
curl -X POST localhost:3100/api/query/demo \
-H 'Content-Type: application/json' \
-d '{"question":"is this patient allergic to penicillin","patientId":"patient-002","userId":"user-dr-nguyen"}'
{
"understanding": "Checking for allergies or adverse reactions",
"answer": "YES — Maria E Santos has a documented Penicillin. HIGH RISK. Anaphylaxis with respiratory distress in 1990.",
"citations": [{
"sourceType": "AllergyIntolerance",
"sourceId": "allergy-002",
"display": "Penicillin — HIGH RISK (Confirmed)",
"snippet": "Anaphylaxis with respiratory distress — avoid penicillin-class antibiotics."
}],
"policy": "all_cited"
}
# Verify an AI claim — decomposes compound claims into atomic propositions
curl -X POST localhost:3100/api/verify/demo \
-H 'Content-Type: application/json' \
-d '{"claim":"Patient has diabetic retinopathy, is on metformin, and is allergic to penicillin","patientId":"patient-001","userId":"user-dr-chen"}'
{
"verdict": "PARTIALLY_VERIFIED",
"reason": "2 verified, 0 contradicted, 1 unverifiable.",
"decomposed": true,
"propositions": [
{ "proposition": "Patient has diabetic retinopathy", "verdict": "VERIFIED", "reason": "Confirmed: 'Diabetic Retinopathy — Proliferative, Both Eyes' is documented (active)." },
{ "proposition": "is on metformin", "verdict": "VERIFIED", "reason": "Confirmed: Metformin 1000mg — active (order)." },
{ "proposition": "is allergic to penicillin", "verdict": "UNVERIFIABLE", "reason": "No allergy or medication history found for penicillin." }
]
}
# Generate a differential diagnosis
curl -X POST localhost:3100/api/differential/demo \
-H 'Content-Type: application/json' \
-d '{"symptoms":"62yo diabetic with progressive blurry vision OS x6mo, no pain, no flashes","patientId":"patient-001","userId":"user-dr-chen"}'
| Rank | Diagnosis | Likelihood | Supporting |
|---|---|---|---|
| 1 | Diabetic Macular Edema Progression | high | HbA1c 8.2%, PDR, anti-VEGF therapy |
| 2 | Vitreous Hemorrhage | medium | PDR both eyes |
| 3 | Cataract | medium | Age 62, diabetic |
| 4 | Tractional Retinal Detachment | low | PDR both eyes |
| 5 | NAION | low | Age 62, hypertension |
Each diagnosis includes suggested tests to order and questions to ask the patient.
AI systems are being embedded in every EHR. They write notes, suggest diagnoses, summarize charts. They also hallucinate. A fabricated allergy or a wrong medication in a clinical note isn't a typo — it's dangerous. Veros is a validation layer: submit a claim, and it checks whether the actual patient record backs it up, contradicts it, or has no data either way.
| 🗣 Plain English queries | 📋 Cited FHIR sources | 🔍 AI claim verification |
| Ask anything about a patient. LLM interprets intent, searches FHIR, answers with citations. | Every answer links to the exact chart source — resource type, ID, author, date, clinical snippet. | Submit a claim. Get VERIFIED, CONTRADICTED, or UNVERIFIABLE with per-proposition evidence. |
| 🩺 Differential diagnosis | 🔒 RBAC + audit trail | 🏥 FHIR-native · SMART auth |
| Describe symptoms. Get ranked differential with supporting/contradicting evidence, suggested tests, patient questions. | 9 clinical roles. Per-resource access. Hash-chained tamper-evident audit log. | Speaks FHIR R4. Authenticates via SMART on FHIR. Works with Epic, Oracle, Medplum, OpenEMR, or anything with a FHIR API. |
npm install @kryptosai/veros
git clone https://github.com/KryptosAI/veros.git
cd veros && npm install
npm start # → http://localhost:3100
npm run eval # 27 unit tests
npm run benchmark # citation precision/recall
Enable natural language understanding (otherwise falls back to deterministic regex):
export DEEPSEEK_API_KEY="sk-your-key"
npm start
Open source under MIT. PRs and issues welcome on GitHub.
MIT © KryptosAI
FAQs
Open-source validation layer for clinical AI. Fact-checks AI claims against FHIR patient records with citations.
The npm package @kryptosai/veros receives a total of 12 weekly downloads. As such, @kryptosai/veros popularity was classified as not popular.
We found that @kryptosai/veros demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.