DepScope
NPM · DEPSCOPE-MCP · 2 COMPONENTS · SCANNED AUG 3
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (AGPL-3.0-or-later).Pass
- Actively maintained (last published 90 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability74
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 3060 tokens (~139/item across 22 items; 22 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage83
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 48% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · depscope-mcp
claude mcp add dev-depscope-mcp -- npx -y depscope-mcp
codex mcp add dev-depscope-mcp -- npx -y depscope-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dev-depscope-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"depscope-mcp"
],
"enabled": true
}
}
} openclaw mcp add dev-depscope-mcp --command npx --arg -y --arg depscope-mcp
mcp_servers:
dev-depscope-mcp:
command: "npx"
args: ["-y", "depscope-mcp"] {
"mcpServers": {
"dev-depscope-mcp": {
"command": "npx",
"args": [
"-y",
"depscope-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +12
- Known CVEs: partial → unverified ▼ security
- Malware scan: unverified → pass ▲ security
- Dependency health: partial → unverified ▼ functional
- 1 Aug 26 +18
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: AGPL-3.0-or-later functional
- 31 Jul 26 −44
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +35
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Licence: AGPL-3.0-or-later functional
- 27 Jul 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
check_bulk ~125
Fast pre-flight filter for a batch of (ecosystem, package) pairs. DB-only, <100ms for 100 items. USE WHEN: about to emit `npm install a b c …` or `pip install a b c …` — catches hallucinated names, stdlib, typos, and known-bad in ONE call. NOT a dep-tree audit (use scan_project for that). RETURNS: per-item {status: exists|stdlib|malicious|typosquat_suspect|historical_incident|unknown}.
| Name | Type | Req | Description |
|---|---|---|---|
| items | array | yes | — |
No output schema declared.
No examples provided.
check_compatibility ~81
Is this specific multi-package version combo verified to work together? USE WHEN: pinning a stack (next@15 + react@19 + node@22); before recommending a version matrix. RETURNS: {compatible, conflicts[], notes}.
| Name | Type | Req | Description |
|---|---|---|---|
| packages | object | yes | Package -> version map, e.g. {"next":"15","react":"19"}. |
No output schema declared.
No examples provided.
check_malicious ~83
Supply-chain malware check against OpenSSF/OSV. USE WHEN: about to suggest install of an unvetted/unfamiliar package; name came from a blog/tutorial. Call BEFORE check_package for untrusted pkgs. RETURNS: {is_malicious, threat_tier, source}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | — |
No output schema declared.
No examples provided.
check_package ~109
Full machine-readable JSON report (~2k tokens). USE WHEN: you need to programmatically parse specific fields (CI gating, UI, sub-field extraction). Otherwise prefer get_package_prompt. RETURNS: {package, health:{score}, vulnerabilities[], latest, deprecated, maintainers, recommendation}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | Package name (e.g. 'express', 'fastapi', 'serde'). |
| version | string | — | Specific version (optional; default = latest). |
No output schema declared.
No examples provided.
check_typosquat ~84
Typosquat detector. USE WHEN: name differs from a well-known package by 1-2 chars (`lodsh`, `reqeusts`); copy-paste from unreliable source; downloads near zero but name looks familiar. RETURNS: {is_typosquat, likely_target, confidence}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | — |
No output schema declared.
No examples provided.
compare_packages ~96
Side-by-side comparison (health, vulns, downloads, maintainers, last release) of 2-10 packages in the same ecosystem. USE WHEN: 'X vs Y' / 'should I pick X or Y'. RETURNS: table-shaped JSON, one row per package.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| packages | array | yes | Package names to compare, e.g. ['express','fastify','hono']. |
No output schema declared.
No examples provided.
contact_depscope ~403
Inbound ticket: bug/listing/security/anomaly/partnership. USE WHEN: reporting wrong data (`bug`), requesting a new pkg/ecosystem index (`listing`), disclosing a DepScope security issue (`security`), flagging a concrete mismatch in another tool's output vs. authoritative source (`anomaly` — provide tool_called+observed+expected), or partnership/press (`partnership`). RETURNS: {ticket_id} or {anomaly_id}.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | — | Message body (10-8000 chars). Be specific: include package name, ecosystem, error trace, repro steps when applicable. |
| company | string | — | Company / organization (optional). |
| ecosystem | string | — | For kind=anomaly: ecosystem of the involved package, if any. |
| string | — | Reply-to email of the requester (required for bug/listing/security/partnership). | |
| evidence_url | string | — | For kind=anomaly: URL to authoritative source (registry page, GHSA, CVE, repo, ...) supporting your expectation. |
| expected | string | — | For kind=anomaly: what you expected to see (1-1500 chars). Be concrete. |
| kind | string | — | Ticket category. `anomaly` routes to structured anomaly triage (requires tool_called/observed/expected). |
| name | string | — | Sender display name (optional). |
| observed | string | — | For kind=anomaly: what DepScope returned (1-1500 chars). |
| package | string | — | For kind=anomaly: package name involved, if any. |
| subject | string | — | Short subject line (3-200 chars). |
| tool_called | string | — | For kind=anomaly: DepScope tool that produced the anomaly (e.g. check_package, get_migration_path). |
| version | string | — | For kind=anomaly: package version involved, if any. |
No output schema declared.
No examples provided.
find_alternatives ~92
Curated replacements for deprecated/unhealthy packages, including stdlib built-ins (e.g. `fs.rm` for rimraf). USE WHEN: pkg flagged AVOID/URGENT; 'what to use instead of X'; before guessing a replacement name. RETURNS: {alternatives[]: {name, reason, is_stdlib}}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | — |
No output schema declared.
No examples provided.
get_breaking_changes ~103
Breaking changes between two majors of the SAME package (`next@14`→`15`). USE WHEN: user is bumping a major; before recommending a major upgrade. Different from get_migration_path (same pkg vs. different pkg). RETURNS: {breaking_changes[]: {area, description, hint}}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| from_version | string | — | — |
| package | string | yes | — |
| to_version | string | — | — |
No output schema declared.
No examples provided.
get_health_score ~89
Single 0-100 health score — cheapest go/no-go gate (>=70 safe). USE WHEN: CI gating or pkg already screened for malware/typos. NOT a first screen — run check_malicious + check_typosquat first. For a verbal verdict use get_package_prompt. RETURNS: {score, verdict}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | — |
No output schema declared.
No examples provided.
get_known_bugs ~76
Non-CVE known bugs for a specific package version. USE WHEN: unexpected behavior that is NOT a security issue; a pinned version misbehaves. RETURNS: {bugs[]: {title, fixed_in, workaround}}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | — |
| version | string | — | — |
No output schema declared.
No examples provided.
get_latest_version ~78
Latest published version + deprecation flag — the cheapest call. USE WHEN: only a version string matters (pinning a dep, answering 'what version of X'). If you also need health/vulns use check_package. RETURNS: {latest, deprecated, published_at}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | — |
No output schema declared.
No examples provided.
get_migration_path ~113
Prescriptive migration plan between DIFFERENT packages — rationale + literal code diff + breaking changes + effort minutes. USE WHEN: replacing `request`→`axios`, `moment`→`dayjs`, `flask`→`fastapi`, etc.; both endpoints known. RETURNS: {rationale, diff, breaking_changes[], estimated_minutes}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| from_package | string | yes | Deprecated/legacy package to migrate away from. |
| to_package | string | yes | Modern replacement package. |
No output schema declared.
No examples provided.
get_package_prompt ~113
LLM-optimised package brief — plain text ~300 tokens (~75% cheaper than JSON). Verdict (SAFE/AVOID/URGENT/MALICIOUS) + health + vulns + alternatives + maintainer alerts. USE WHEN: you want to reason over a package and drop the output directly in context; 'is X safe'. PREFER THIS over check_package in 95% of LLM cases. RETURNS: plain-text brief.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | — |
No output schema declared.
No examples provided.
get_trending ~112
Live trending packages with rank-delta and weekly growth %. USE WHEN: 'what is rising in npm/PyPI/Cargo right now'; recommendation not biased by training-data cutoff. RETURNS: {items[]: {name, rank, rank_delta, weekly_growth_pct}}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | — | Optional. If omitted returns cross-ecosystem trending. |
| limit | integer | — | Max results, 1-50. Default 20. |
| scope | string | — | Time window. Defaults to week. |
No output schema declared.
No examples provided.
get_trust_signals ~140
One-call aggregate of ALL non-CVE supply-chain trust signals: maintainer trust (bus factor, ownership changes), OpenSSF Scorecard, quality (criticality, release velocity, publish security), and SLSA/Sigstore provenance. USE WHEN: deep-vetting a package beyond CVEs (hardened/regulated env, SBOM/compliance, small-pkg ownership review, choosing between healthy candidates). Runs 4 backend endpoints in parallel. RETURNS: {maintainer, scorecard, quality, provenance} — each may be null if its backend call failed.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | — |
No output schema declared.
No examples provided.
get_vulnerabilities ~85
CVE/OSV advisories affecting the latest (or specified) version. USE WHEN: security-sensitive project; user asks 'any CVEs in X'; you already know the pkg exists. RETURNS: {vulnerability_count, vulnerabilities[]: {id, severity, cvss, fixed_in}}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | — |
No output schema declared.
No examples provided.
install_command ~103
Canonical install command(s) across every package manager of the ecosystem (npm/pnpm/yarn/bun, pip/uv/poetry, cargo, go, composer, maven+gradle, nuget, …). USE WHEN: emitting an install line and you want correct flags. RETURNS: {primary, variants[]}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | — |
| version | string | — | Optional explicit version; defaults to latest. |
No output schema declared.
No examples provided.
package_exists ~58
Boolean registry existence check. USE WHEN: about to emit a package name in an install command but unsure it exists; verifying a name generated from training data. RETURNS: {exists}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | — |
| package | string | yes | — |
No output schema declared.
No examples provided.
pin_safe ~133
Highest version below the chosen CVE severity tier, respecting a semver constraint. USE WHEN: writing a package.json/requirements.txt line; resolving dependabot by lowest-risk patched version. RETURNS: {recommended_version, walk_log[]}.
| Name | Type | Req | Description |
|---|---|---|---|
| constraint | string | — | npm-style constraint: ^X.Y.Z, ~X.Y.Z, >=X.Y.Z, or exact X.Y.Z. |
| ecosystem | string | yes | — |
| include_prerelease | boolean | — | — |
| min_severity | string | — | Lowest severity to exclude. Default: high (excludes critical+high). |
| package | string | yes | — |
No output schema declared.
No examples provided.
resolve_error ~166
Map error OR free-text query to a verified fix. USE WHEN: user pastes a concrete error/stack (ENOENT, ImportError, build failure) — pass `error`. OR user describes a symptom ('webpack slow', 'pip stuck') — pass `query`. Always prefer this over guessing a fix. RETURNS: exact-match {status, solution, confidence, source_url} or search results [{title, summary, source_url}].
| Name | Type | Req | Description |
|---|---|---|---|
| context | object | — | Optional context for error-mode calls (ecosystem, package, version). |
| error | string | — | Concrete error message / stack trace. Triggers exact-match lookup. |
| limit | integer | — | Max search results (query mode only). |
| query | string | — | Free-text symptom description. Triggers KB search. |
No output schema declared.
No examples provided.
scan_project ~244
Audit a project's dependencies in one shot. Returns a single-sentence `verdict` (e.g. "DO NOT INSTALL — 1 hallucinated: fastapi-turbo") that an agent can paste into its reply, plus per-package health/vulns/recommendation. Detects hallucinated packages, deprecated, typosquats, critical vulnerabilities. Accepts EITHER {ecosystem, packages:[name@ver, …]} (up to 100, returns JSON) OR {packages:[{ecosystem, package}, …]} (up to 50, mixed ecosystems, returns text brief). USE WHEN: user pastes package.json/requirements.txt/Cargo.toml; agent generated install command; 'is my stack OK'. RETURNS: JSON with `verdict`, `project_risk`, `summary.hallucinated_packages`, `summary.deprecated_packages`, per-package health.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | — | Required when packages is a string array. |
| packages | — | yes | Either ['express','[email protected]'] (single ecosystem, up to 100) or [{ecosystem, package}, …] (mixed, up to 50). |
No output schema declared.
No examples provided.