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.

Weekly downloads
84
Versions published
32
First published
May 2026
Publisher
f3rnox

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"}'
Publisherf3rnox
Artifact bytes26,209,730
Previous version0.1.44
Published2026-05-29T04:07:27.867Z
SHA-25667f724518f6e2336fb0cff6749b48d3eee48a6ec122e0ee1c51b85c398fd0bab

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
36Score
0.1.45Version
Status history (1 event)
  1. newavailable · risk review · score 36 · status changed

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts26
  • buildnext build
  • devnext dev
  • formatpnpm format:prettier
  • format:checkpnpm format:prettier:check
  • format:prettierprettier --write .
  • format:prettier:checkprettier --check .
  • lintpnpm lint:markdownlint && pnpm lint:typescript && pnpm lint:eslint
  • lint:eslinteslint .
  • lint:eslint:fixeslint . --fix
  • lint:fixpnpm lint:markdownlint:fix && pnpm lint:eslint:fix
  • lint:markdownlintmarkdownlint README.md
  • lint:markdownlint:fixmarkdownlint --fix README.md
  • lint:typescripttsc --noEmit -p tsconfig.lint.json
  • postbuildnode scripts/sync-standalone-assets.js && node scripts/ensure-standalone-runtime-deps.js && node scripts/prune-standalone-dist.js
  • prebuildnode scripts/stop-standalone-server.js
  • preparehusky
  • prepare-releasepnpm build && git add docs
  • prepublishOnlypnpm build
  • releasepnpm prepare-release && pnpm update-version && git push --follow-tags origin main
  • serve:coveragehttp-server ./coverage
  • serve:docshttp-server ./docs
  • startnext start
  • stt-uinode bin/stt-ui.js
  • testNODE_PATH=./src NODE_ENV=test vitest run
  • update-depsupdates -u -g -c
  • update-versionstandard-version -a
Dependencies10
  • @next/env16.2.6
  • @supabase/ssr^0.10.3
  • @supabase/supabase-js^2.106.0
  • @swc/helpers0.5.15
  • date-fns^4.2.1
  • humanize-duration^3.33.2
  • next16.2.6
  • react19.2.4
  • react-dom19.2.4
  • time-speak^1.9.0