PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2124182 bytes

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["[email protected]"],"fail_on":"review"}'

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":["[email protected]"],"fail_on":"review"}'
Publisheralok-19
Artifact bytes672,540
Previous version0.1.4
Published2026-05-24T17:22:09.505Z
SHA-256a1e4b3f37db0f307e5ba63beeb070f3b74a3be259cff6bdae67fe64f6308fd30

Why flagged

What the scanner saw

Large Javascript Payload: 2124182 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.1.5Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/server.js2124182 bytes10

Manifest

Package metadata

Scripts10
  • buildrm -rf dist && node scripts/build.mjs
  • cleanrm -rf dist coverage
  • deploywrangler deploy
  • devtsx src/server.ts
  • dev:workerwrangler dev
  • linteslint .
  • pack:checknpm_config_cache=./.npm-cache npm pack --dry-run
  • prepublishOnlynpm run clean && npm run lint && npm run test && npm run build
  • testvitest run --coverage
  • typechecktsc -p tsconfig.json --noEmit
Dependencies9
  • @modelcontextprotocol/sdk^1.23.0
  • agents^0.0.71
  • better-sqlite3^12.4.1
  • cheerio^1.1.0
  • lru-cache^11.2.2
  • luxon^3.7.1
  • pino^10.1.0
  • robots-parser^3.0.1
  • zod^3.25.76