npm @mcp-use/inspector @8.0.0
score
0.7
high
flagged
2026-06-10 07:55
Signals fired
| signal | weight | rationale |
|---|---|---|
| topology | ||
| dist_tag_anomaly | 0.5 | dist-tags.latest=8.0.0 but max published is 8.0.1-canary.1 |
| shared_repo_different_publisher | 0.9 | repo 'git+https://github.com/mcp-use/mcp-use.git' also claimed by 3 package(s) under different publishers: ['npm/create-mcp-use-app', 'npm/@mcp-use/cli', 'npm/mcp-use'] |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"pzullo",
"pederzh",
"tonxxd"
],
"versions": 517
}
Evidence (package doc at flag time)
{
"dependencies_count": 33,
"dist": {
"integrity": "sha512-4tTP6mDskYQ2R+zw/Ocw4mO5qs5ye7YTLWYO1IR75lPTbBMjbT7qw0lwkh1qePX0oA1zVjIst423x/DyhFnraA==",
"tarball": "https://registry.npmjs.org/@mcp-use/inspector/-/inspector-8.0.0.tgz",
"unpackedSize": 12225386
},
"dist-tags": {
"beta": "0.4.1-beta.0",
"canary": "8.0.1-canary.3",
"latest": "8.0.0"
},
"latest_version": "8.0.0",
"maintainers": [
{
"email": "dev@mcp-use.io",
"name": "pzullo"
},
{
"email": "luigipederzani@gmail.com",
"name": "pederzh"
},
{
"email": "tonxipad+npm@gmail.com",
"name": "tonxxd"
}
],
"num_versions": 518,
"repository": {
"directory": "libraries/typescript/packages/inspector",
"type": "git",
"url": "git+https://github.com/mcp-use/mcp-use.git"
},
"scripts": {
"build": "npm run build:client && npm run build:client-exports && npm run build:server && npm run build:cli && npm run build:cdn",
"build:cdn": "vite build --config vite.cdn.config.ts",
"build:cli": "tsup src/server/cli.ts --format esm --out-dir dist/",
"build:client": "vite build",
"build:client-exports": "tsup --config tsup.client.ts && tsc -p tsconfig.client.json --emitDeclarationOnly --declaration",
"build:server": "tsup src/server/*.ts --format esm --out-dir dist/server && tsc -p tsconfig.server.json --emitDeclarationOnly --declaration",
"dev": "concurrently \"npm run dev:client\" \"npm run dev:server\"",
"dev:client": "rimraf node_modules/.vite && vite --port 3000",
"dev:server": "VITE_DEV=true tsx watch src/server/server.ts",
"dev:standalone": "tsx watch src/server/server.ts",
"install:npm": "npm install",
"install:pnpm": "pnpm install",
"install:yarn": "yarn install",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:npm": "npm run lint:fix",
"lint:pnpm": "pnpm lint:fix",
"lint:yarn": "yarn eslint . --fix",
"preview": "vite preview",
"start": "node dist/server/server.js",
"test:e2e": "playwright test",
"test:e2e:builtin": "node tests/e2e/scripts/run-test-matrix.mjs builtin",
"test:e2e:codegen": "playwright codegen http://localhost:3000/inspector",
"test:e2e:debug": "playwright test --debug",
"test:e2e:mix": "node tests/e2e/scripts/run-test-matrix.mjs mix",
"test:e2e:prod": "node tests/e2e/scripts/run-test-matrix.mjs prod",
"test:e2e:prod:ui": "TEST_MODE=production playwright test --ui",
"test:e2e:python": "node tests/e2e/scripts/run-python-e2e.mjs",
"test:e2e:report": "playwright show-report",
"test:e2e:tunnel": "node tests/e2e/scripts/run-tunnel-test.mjs",
"test:e2e:ui": "playwright test --ui",
"test:unit": "vitest run",
"test:unit:watch": "vitest",
"type-check": "tsc --noEmit"
},
"signal_details": {
"dist_tag_anomaly": "dist-tags.latest=8.0.0 but max published is 8.0.1-canary.1",
"shared_repo_different_publisher": "repo 'git+https://github.com/mcp-use/mcp-use.git' also claimed by 3 package(s) under different publishers: ['npm/create-mcp-use-app', 'npm/@mcp-use/cli', 'npm/mcp-use']"
},
"time": {
"created": "2025-10-09T14:32:40.098Z",
"modified": "2026-06-10T12:39:50.336Z"
}
}