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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/.next/standalone/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/lib/mkcert.js | matched "github.com/FiloSottile/mkcert/releases/download" | 12 |
Manifest
Package metadata
Scripts6
buildnext builddevnext devlinteslintprepublishOnlynpm run build && npm run prune-standaloneprune-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