https://github.com/SidneyBissoli/medical-terminologies-mcp
· scanned 2026-06-16 00:12 UTC (2 months, 2 weeks ago)
44 raw signals (0 security + 44 graph)
Last scanned 2 months, 2 weeks ago · v1 · 39 actionable findings from 1 signal source. 5 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 390 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
readCSV |
software | healthy | scripts/build-cid10-dataset.mjs:readCSV |
formatSubcat |
software | healthy | scripts/build-cid10-dataset.mjs:formatSubcat |
tabular |
software | healthy | scripts/build-cid10-dataset.mjs:tabular |
main |
software | healthy | scripts/build-cid10-dataset.mjs:main |
readTSV |
software | healthy | scripts/build-icd10-to-icd11-dataset.mjs:readTSV |
pickICD11 |
software | healthy | scripts/build-icd10-to-icd11-dataset.mjs:pickICD11 |
pickICD10 |
software | healthy | scripts/build-icd10-to-icd11-dataset.mjs:pickICD10 |
main |
software | healthy | scripts/build-icd10-to-icd11-dataset.mjs:main |
listModules |
software | healthy | src/index.test.ts:listModules |
postJsonRpc |
software | healthy | src/server.http.test.ts:postJsonRpc |
body |
software | healthy | src/server.http.test.ts:body |
parseArgs |
software | healthy | src/index.ts:parseArgs |
installShutdown |
software | healthy | src/index.ts:installShutdown |
shutdown |
software | healthy | src/index.ts:shutdown |
main |
software | healthy | src/index.ts:main |
startServer |
software | healthy | src/server.ts:startServer |
handleMcpRequest |
software | healthy | src/server.ts:handleMcpRequest |
startHttpServer |
software | healthy | src/server.ts:startHttpServer |
workerFetch |
software | healthy | src/worker.test.ts:workerFetch |
body |
software | healthy | src/worker.test.ts:body |
makeReq |
software | healthy | src/worker.test.ts:makeReq |
createServer |
software | healthy | src/server-core.ts:createServer |
bridgeEnv |
software | healthy | src/worker.ts:bridgeEnv |
createRequestTransport |
software | healthy | src/worker.ts:createRequestTransport |
corsHeaders |
software | healthy | src/worker.ts:corsHeaders |
healthResponse |
software | healthy | src/worker.ts:healthResponse |
methodNotAllowed |
software | healthy | src/worker.ts:methodNotAllowed |
notFound |
software | healthy | src/worker.ts:notFound |
bridgeStats |
software | healthy | src/worker.ts:bridgeStats |
statsResponse |
software | healthy | src/worker.ts:statsResponse |
statsBadgeResponse |
software | healthy | src/worker.ts:statsBadgeResponse |
body |
software | healthy | src/durable-objects/stats-counter.ts:body |
makeCounter |
software | healthy | src/durable-objects/stats-counter.test.ts:makeCounter |
increment |
software | healthy | src/durable-objects/stats-counter.test.ts:increment |
read |
software | healthy | src/durable-objects/stats-counter.test.ts:read |
payload |
software | healthy | src/durable-objects/stats-counter.test.ts:payload |
maxResults |
software | healthy | src/types/index.ts:maxResults |
textOf |
software | healthy | src/resources/index.test.ts:textOf |
textOf |
software | healthy | src/resources/stats.test.ts:textOf |
setStatsRecorder |
software | healthy | src/utils/stats.ts:setStatsRecorder |
getStatsRecorder |
software | healthy | src/utils/stats.ts:getStatsRecorder |
recordInvocation |
software | healthy | src/utils/stats.ts:recordInvocation |
waitUntil |
software | healthy | src/utils/stats.ts:waitUntil |
called |
software | healthy | src/utils/retry.ts:called |
sleep |
software | healthy | src/utils/retry.ts:sleep |
calculateDelay |
software | healthy | src/utils/retry.ts:calculateDelay |
isRetryableError |
software | healthy | src/utils/retry.ts:isRetryableError |
with |
software | healthy | src/utils/retry.ts:with |
to |
software | healthy | src/utils/retry.ts:to |
withRetry |
software | healthy | src/utils/retry.ts:withRetry |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
OUTREACH-PLAN.md |
software | healthy | OUTREACH-PLAN.md |
PROGRESS.md |
software | healthy | PROGRESS.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
package.json |
software | healthy | package.json |
wrangler.toml |
software | healthy | wrangler.toml |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
Dockerfile |
software | healthy | Dockerfile |
glama.json |
software | healthy | glama.json |
package-lock.json |
software | healthy | package-lock.json |
server.json |
software | healthy | server.json |
tsconfig.json |
software | healthy | tsconfig.json |
LICENSE |
software | healthy | LICENSE |
CODE_OF_CONDUCT.md |
software | healthy | CODE_OF_CONDUCT.md |
SECURITY.md |
software | healthy | SECURITY.md |
NOTICE.md |
software | healthy | NOTICE.md |
outreach-templates.md |
software | healthy | outreach-templates.md |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
glama-dockerfile.md |
software | healthy | docs/glama-dockerfile.md |
build-cid10-dataset.mjs |
software | healthy | scripts/build-cid10-dataset.mjs |
build-icd10-to-icd11-dataset.mjs |
software | healthy | scripts/build-icd10-to-icd11-dataset.mjs |
PULL_REQUEST_TEMPLATE.md |
software | healthy | .github/PULL_REQUEST_TEMPLATE.md |
FUNDING.yml |
software | healthy | .github/FUNDING.yml |
dependabot.yml |
software | healthy | .github/dependabot.yml |
feature_request.md |
software | healthy | .github/ISSUE_TEMPLATE/feature_request.md |
config.yml |
software | healthy | .github/ISSUE_TEMPLATE/config.yml |
bug_report.md |
software | healthy | .github/ISSUE_TEMPLATE/bug_report.md |
deploy-worker.yml |
software | healthy | .github/workflows/deploy-worker.yml |
ci.yml |
software | healthy | .github/workflows/ci.yml |
integration.yml |
software | healthy | .github/workflows/integration.yml |
publish.yml |
software | healthy | .github/workflows/publish.yml |
index.test.ts |
software | healthy | src/index.test.ts |
server.http.test.ts |
software | healthy | src/server.http.test.ts |
index.ts |
software | healthy | src/index.ts |
server.ts |
software | healthy | src/server.ts |
worker.test.ts |
software | healthy | src/worker.test.ts |
server-core.ts |
software | healthy | src/server-core.ts |
worker.ts |
software | healthy | src/worker.ts |
stats-counter.ts |
software | healthy | src/durable-objects/stats-counter.ts |
stats-counter.test.ts |
software | healthy | src/durable-objects/stats-counter.test.ts |
index.ts |
software | healthy | src/types/index.ts |
schemas.test.ts |
software | healthy | src/types/schemas.test.ts |
live-apis.integration.test.ts |
software | healthy | src/integration/live-apis.integration.test.ts |
related-6809-ingredients.json |
software | healthy | src/__fixtures__/rxnorm/related-6809-ingredients.json |
classes-byrxcui-6809.json |
software | healthy | src/__fixtures__/rxnorm/classes-byrxcui-6809.json |
ndcstatus.json |
software | healthy | src/__fixtures__/rxnorm/ndcstatus.json |
atc-byid-A10BA.json |
software | healthy | src/__fixtures__/rxnorm/atc-byid-A10BA.json |
properties-6809.json |
software | healthy | src/__fixtures__/rxnorm/properties-6809.json |
approximate-metfrmin.json |
software | healthy | src/__fixtures__/rxnorm/approximate-metfrmin.json |
status-161.json |
software | healthy | src/__fixtures__/rxnorm/status-161.json |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
ToolRegistry |
software | healthy | src/server-core.ts:ToolRegistry |
PromptRegistry |
software | healthy | src/server-core.ts:PromptRegistry |
ResourceRegistry |
software | healthy | src/server-core.ts:ResourceRegistry |
so |
software | healthy | src/worker.ts:so |
lives |
software | healthy | src/worker.ts:lives |
DurableObjectStatsRecorder |
software | healthy | src/worker.ts:DurableObjectStatsRecorder |
StatsCounter |
software | healthy | src/durable-objects/stats-counter.ts:StatsCounter |
MockStorage |
software | healthy | src/durable-objects/stats-counter.test.ts:MockStorage |
is |
software | healthy | src/types/index.ts:is |
ApiError |
software | healthy | src/types/index.ts:ApiError |
code |
software | healthy | src/integration/live-apis.integration.test.ts:code |
FixedRecorder |
software | healthy | src/resources/stats.test.ts:FixedRecorder |
CacheManager |
software | healthy | src/utils/cache.ts:CacheManager |
NoopStatsRecorder |
software | healthy | src/utils/stats.ts:NoopStatsRecorder |
MockRecorder |
software | healthy | src/utils/stats.test.ts:MockRecorder |
HttpError |
software | healthy | src/utils/http.ts:HttpError |
HttpClient |
software | healthy | src/utils/http.ts:HttpClient |
RateLimiter |
software | healthy | src/utils/rate-limiter.ts:RateLimiter |
NLMClient |
software | healthy | src/clients/nlm-client.ts:NLMClient |
RxNormClient |
software | healthy | src/clients/rxnorm-client.ts:RxNormClient |
containing |
software | healthy | src/clients/rxnorm-client.ts:containing |
details |
software | healthy | src/clients/rxnorm-client.ts:details |
is |
software | healthy | src/clients/rxnorm-client.ts:is |
itself |
software | healthy | src/clients/snomed-client.contract.test.ts:itself |
ICD10ToICD11MapClient |
software | healthy | src/clients/icd10-icd11-map-client.ts:ICD10ToICD11MapClient |
SNOMEDClient |
software | healthy | src/clients/snomed-client.ts:SNOMEDClient |
CID10Client |
software | healthy | src/clients/cid10-client.ts:CID10Client |
MeSHClient |
software | healthy | src/clients/mesh-client.ts:MeSHClient |
WHOClient |
software | healthy | src/clients/who-client.ts:WHOClient |
fields |
software | healthy | src/clients/rxnorm-client.contract.test.ts:fields |
has |
software | healthy | src/clients/rxnorm-client.contract.test.ts:has |
hierarchy |
software | healthy | src/tools/atc.ts:hierarchy |
name |
software | healthy | src/tools/atc.ts:name |
is |
software | healthy | src/tools/atc.ts:is |
names |
software | healthy | src/tools/atc.ts:names |
may |
software | healthy | src/tools/atc.ts:may |
$ |
software | healthy | src/tools/atc.ts:$ |
IDs |
software | healthy | src/tools/rxnorm.ts:IDs |
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
scripts |
software | healthy | scripts |
.github |
software | healthy | .github |
ISSUE_TEMPLATE |
software | healthy | .github/ISSUE_TEMPLATE |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
durable-objects |
software | healthy | src/durable-objects |
types |
software | healthy | src/types |
integration |
software | healthy | src/integration |
__fixtures__ |
software | healthy | src/__fixtures__ |
rxnorm |
software | healthy | src/__fixtures__/rxnorm |
mesh |
software | healthy | src/__fixtures__/mesh |
nlm |
software | healthy | src/__fixtures__/nlm |
resources |
software | healthy | src/resources |
utils |
software | healthy | src/utils |
clients |
software | healthy | src/clients |
tools |
software | healthy | src/tools |
prompts |
software | healthy | src/prompts |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::src/clients/who-client.contract.test.ts |
security | healthy | src/clients/who-client.contract.test.ts |
auth::src/clients/who-client.ts |
security | healthy | src/clients/who-client.ts |
auth::src/types/index.ts |
security | healthy | src/types/index.ts |
auth::src/integration/live-apis.integration.test.ts |
security | healthy | src/integration/live-apis.integration.test.ts |
auth::src/resources/index.ts |
security | healthy | src/resources/index.ts |
auth::src/utils/extract-error-message.ts |
security | healthy | src/utils/extract-error-message.ts |
auth::src/utils/cache.ts |
security | healthy | src/utils/cache.ts |
auth::.github/workflows/publish.yml |
security | healthy | .github/workflows/publish.yml |
auth::CLAUDE.md |
security | healthy | CLAUDE.md |
auth::src/utils/extract-error-message.test.ts |
security | healthy | src/utils/extract-error-message.test.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
deploy |
cicd | healthy | .github/workflows/deploy-worker.yml |
check |
cicd | healthy | .github/workflows/ci.yml |
integration |
cicd | healthy | .github/workflows/integration.yml |
build |
cicd | healthy | .github/workflows/publish.yml |
publish |
cicd | healthy | .github/workflows/publish.yml |
publish-registry |
cicd | healthy | .github/workflows/publish.yml |
create-release |
cicd | healthy | .github/workflows/publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
NPM_TOKEN |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
CLOUDFLARE_ACCOUNT_ID |
cicd | healthy | — |
WHO_CLIENT_ID |
cicd | healthy | — |
WHO_CLIENT_SECRET |
cicd | healthy | — |
CLOUDFLARE_API_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
port:3000 |
network | healthy | README.md |
port:8080 |
network | healthy | Dockerfile |
port:09 |
network | healthy | .github/workflows/integration.yml |
port:06 |
network | healthy | .github/workflows/integration.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::deploy-worker |
cicd | healthy | .github/workflows/deploy-worker.yml |
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::integration |
cicd | healthy | .github/workflows/integration.yml |
gha::publish |
cicd | healthy | .github/workflows/publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | README.md |
455.426.559.389 |
network | healthy | src/types/schemas.test.ts |
1.2.3.4 |
network | healthy | src/utils/http.test.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-lgcshrdp |
software | healthy | /tmp/repobility-clone-lgcshrdp |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | wrangler.toml |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | src/utils/extract-error-message.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | src/types/schemas.test.ts |
This page is publicly accessible at:
https://repobility.com/scan/9199a66f-6b04-467d-acc7-6dee3f62d442/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/9199a66f-6b04-467d-acc7-6dee3f62d442/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.