PkgRadar

Package evidence

[email protected]

Remote Payload: matched "github.com/FiloSottile/mkcert/releases/download"

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
1
First published
Jun 2026
Publisher
nigesh

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"}'
Publishernigesh
Artifact bytes2,902,450
Previous versionnone
Published2026-06-02T06:37:16.060Z
SHA-256218c9d9c851e1246ac1bbaa41df517c8343d1ee2c2c6adf29d306d2c6a9a1204

Why flagged

What the scanner saw

Remote Payload: matched "github.com/FiloSottile/mkcert/releases/download"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.next/standalone/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/lib/mkcert.jsmatched "github.com/FiloSottile/mkcert/releases/download"12

Manifest

Package metadata

Scripts6
  • buildnext build
  • devnext dev
  • linteslint
  • prepublishOnlynpm run build && npm run prune-standalone
  • prune-standalonefind .next/standalone/node_modules/.pnpm -maxdepth 1 -name '@img+sharp*' -exec rm -rf {} + ; find .next/standalone/node_modules/.pnpm -maxdepth 1 -name 'sharp*' -exec rm -rf {} + ; find .next/standalone/node_modules/.pnpm -maxdepth 1 -name 'detect-libc*' -exec rm -rf {} + ; find .next/standalone/node_modules/.pnpm -maxdepth 1 -name 'semver@*' -exec rm -rf {} + ; find .next/standalone/node_modules/.pnpm -maxdepth 1 -name '@img+colour*' -exec rm -rf {} + ; rm -rf .next/standalone/node_modules/.pnpm/node_modules/@img .next/standalone/node_modules/.pnpm/node_modules/sharp .next/standalone/node_modules/.pnpm/node_modules/detect-libc .next/standalone/node_modules/.pnpm/node_modules/semver ; find .next/standalone/node_modules -path '*/next/dist/server/capsize-font-metrics.json' -delete ; find .next/standalone/node_modules -path '*/next/dist/compiled/@edge-runtime' -exec rm -rf {} + ; find .next/standalone/node_modules -path '*/next/dist/compiled/edge-runtime' -exec rm -rf {} + ; cp -r public/* .next/standalone/public/ ; cp -r .next/static .next/standalone/.next/
  • startnext start
Dependencies1
  • commander^12.1.0