Dentops Copilot — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Dentops Copilot (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.
An MCP-native agentic copilot for a dental practice. Given a dental X-ray + a patient record, a Claude agent orchestrates several MCP tools to detect findings, pull history, draft a patient-friendly summary and an insurance pre-authorisation narrative, and propose a recall — streaming every step live to a React dashboard over WebSocket. The MCP server (FastAPI + FastMCP) is callable by any MCP client, including Claude Desktop.
Portfolio prototype. Not a medical device. Every generated artifact is a draft for dentist review.
DentOps Copilot — live demo: a Claude agent calls MCP tools and streams grounded drafts to the dashboard
DetectorBackend interface; the default MockDetector returns fixture findings. No model is trained here. Swap in an off-the-shelf detector via the interface.cp .env.example .env # add your ANTHROPIC_API_KEY
make install
make seed
make dev # API (uvicorn) + frontend (vite)
# open the printed localhost URL, click "Run demo · patient #1042"Architecture, tool contracts, and the event protocol are in SPEC.md. Build/finish notes for Claude Code are in CLAUDE.md. Deployment is in docs/DEPLOY.md.
Mock patient data and fixture detector output. No clinical validity; outputs are drafts only and route low-confidence findings to a dentist. Do not use with real patient data.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.