Dolbom Navi Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Dolbom Navi Mcp (Agent Skill) and scored it 92/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 2 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 2 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
Dolbom Navi(돌봄내비) is a PlayMCP-compatible remote MCP server for Korean family senior-support navigation.
It helps families route elderly-care questions across welfare, medical support, mobility, long-term care, dementia support, facilities, and local administration using official-source guidance.
Core scenario tools cover:
POST /mcpkakao string in server or tool namesnpm install
npm run build
npm startHealth check:
curl http://127.0.0.1:3000/healthzMCP endpoint:
http://127.0.0.1:3000/mcpFor a public deployment, set MCP_ALLOWED_HOSTS to the comma-separated hostnames that should be accepted in the HTTP Host header. Example:
MCP_ALLOWED_HOSTS=127.0.0.1,localhost,your-playmcp-host.example.com npm startStart the server in one terminal:
npm startRun the Streamable HTTP smoke test in another terminal:
MCP_ENDPOINT=http://127.0.0.1:3000/mcp npm run smokeMCP_ENDPOINT is required on purpose. This avoids accidentally testing another service that happens to be running on port 3000.
For LLM-connected evaluation, provide both the OpenRouter key and the exact MCP endpoint being reviewed:
OPENROUTER_API_KEY=... MCP_ENDPOINT=http://127.0.0.1:3000/mcp npm run llm:evalnpm run inspectFor repeatable CLI checks while the server is running:
npm run inspect:tools
npm run inspect:resources
npm run inspect:source-registryUse the Git source build path:
https://github.com/hjongc/dolbom-navi-mcpmainDockerfileAfter PlayMCP in KC returns an Endpoint URL, register it in the PlayMCP developer console and test as a temporary registration before requesting review.
Before review, run both checks against the returned endpoint:
MCP_ENDPOINT=https://your-server.playmcp-endpoint.kakaocloud.io/mcp npm run smoke
OPENROUTER_API_KEY=... MCP_ENDPOINT=https://your-server.playmcp-endpoint.kakaocloud.io/mcp npm run llm:evalThe server uses curated official/public-agency source records:
The server does not diagnose dementia, determine long-term care grade eligibility, guarantee benefits, rank facilities from unverified reviews, or collect resident registration numbers, exact addresses, phone numbers, payment details, or medical records.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.