PkgRadar

Package evidence

@ada-mcp/[email protected]

Install-time lifecycle script: preinstall="node scripts/preinstall-registry.mjs"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
87
First published
May 2026
Publisher
osgm000000

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@ada-mcp/[email protected]"],"fail_on":"high"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@ada-mcp/[email protected]"],"fail_on":"high"}'
Publisherosgm000000
Artifact bytes91,995
Previous version0.1.4
Published2026-05-25T08:00:27.585Z
SHA-25676bcd6cdadcf4addf09ed9261018d6c7fdae67c6836ecd1d7e300c299e42deae

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: preinstall added in 0.1.5 vs 0.1.4: "node scripts/preinstall-registry.mjs"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
45Score
0.1.5Version
Status history (3 events)
  1. availableavailable · risk high · score 45 · status available -> available, risk high -> high, score 78 -> 45
  2. availableavailable · risk high · score 78 · status available -> available, risk high -> high, score 56 -> 78
  3. newavailable · risk high · score 56 · status changed

Evidence

Static findings

1 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 0.1.5 vs 0.1.4: "node scripts/preinstall-registry.mjs"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 0.1.5 vs 0.1.4: "node scripts/preinstall-registry.mjs"40
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/preinstall-registry.mjs"5

Manifest

Package metadata

Scripts8
  • buildtsc -p tsconfig.json
  • build:npmnode ../../scripts/build-mcp-npm.mjs
  • devtsx src/cli.ts
  • pack:dry-runnpm run build:npm && npm pack --dry-run
  • prebuildnode ../../scripts/generate-bundled-config.mjs
  • preinstallnode scripts/preinstall-registry.mjs
  • prepublishOnlynpm run build:npm
  • typechecktsc -p tsconfig.json --noEmit
Dependencies6
  • @modelcontextprotocol/sdk^1.17.5
  • express^5.2.1
  • jimp^1.6.0
  • js-yaml^4.1.0
  • playwright^1.59.1
  • selenium-webdriver^4.34.0