PkgRadar

Package evidence

[email protected]

no findings

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
71
Versions published
6
First published
Feb 2026
Publisher
neverinfamous

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes314,577
Previous version1.1.1
Published2026-05-21T16:17:21.030Z
SHA-25608fb49fa1e885ad6882af98647204063c49020d4b46fe16ba86434c85aa92171

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.0.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts19
  • benchvitest bench --run
  • bench:verbosevitest bench --run --reporter=verbose
  • buildtsup
  • checknpm run lint && npm run typecheck
  • cleanrimraf dist
  • devtsx watch src/index.ts
  • generate:instructionsnode scripts/generate-server-instructions.ts
  • 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
Dependencies6
  • @modelcontextprotocol/sdk^1.27.1
  • cors^2.8.5
  • express^5.2.1
  • jose^6.2.1
  • sql.js^1.14.1
  • zod^3.25.0 || ^4.0.0
Optional dependencies1
  • better-sqlite3^12.8.0