PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: install="echo \"Skipping automatic native build to preserve optional dependencies\""

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.

Weekly downloads
180
Versions published
8
First published
Feb 2026
Publisher
neverinfamous

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"}'
Publisherneverinfamous
Artifact bytes378,164
Previous version3.0.1
Published2026-05-31T23:30:16.673Z
SHA-256d759b48979c5bbc4e7bf27e57421d2068f93a83b5f2406e67f1164e43381ee67

Why flagged

What the scanner saw

Install-time lifecycle script: install="echo \"Skipping automatic native build to preserve optional dependencies\""

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsoninstall="echo \"Skipping automatic native build to preserve optional dependencies\""5

Manifest

Package metadata

Scripts24
  • benchvitest bench --run
  • bench:verbosevitest bench --run --reporter=verbose
  • buildnpm run build:native && npm run build:js && npm run build:types
  • build:jstsup
  • build:nativenode-gyp rebuild
  • build:typestsc --project tsconfig.build.json --emitDeclarationOnly
  • checknpm run lint && npm run typecheck
  • cleanrimraf dist
  • devtsx watch src/index.ts
  • generate:instructionsnode scripts/generate-server-instructions.ts
  • installecho "Skipping automatic native build to preserve optional dependencies"
  • linteslint .
  • lint:fixeslint . --fix
  • lint:jsoneslint . --format json --output-file eslint-results.json
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • start:httpnode dist/cli.js --transport=http
  • start:stdionode dist/cli.js --transport=stdio
  • testvitest run
  • test:coveragevitest run --coverage && tsx scripts/update-badges.ts
  • test:e2eplaywright test && tsx scripts/update-badges.ts
  • test:watchvitest
  • typechecktsc --noEmit
  • typecheck:teststsc --noEmit --project tsconfig.test.json
Dependencies13
  • @modelcontextprotocol/sdk1.29.0
  • acorn^8.16.0
  • cors2.8.6
  • express5.2.1
  • express-rate-limit8.5.2
  • isolated-vm6.1.2
  • jose6.2.3
  • rate-limit-redis^5.0.0
  • redis^6.0.0
  • sql.js1.14.1
  • sqlite-parser^1.0.1
  • zod^4.4.3
  • zod-to-json-schema3.25.2
Optional dependencies1
  • better-sqlite3^12.10.0