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
2,342Niche · −30% score
Versions published
51
First published
Apr 2026
Publisher
jpliu

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherjpliu
Artifact bytes8,486,508
Previous version0.2.32
Published2026-06-12T07:20:06.136Z
SHA-256d9951962b6d773419f4ec5a9a62e6aa3466932b7c87a251caec2b93db9e1c6f2

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.next/standalone/node_modules/next/dist/lib/mkcert.jsmatched "github.com/FiloSottile/mkcert/releases/download"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.next/standalone/node_modules/next/dist/lib/mkcert.jsmatched "github.com/FiloSottile/mkcert/releases/download"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/generate-prisma-client.js && node scripts/link-prisma.js && node scripts/fix-native-permissions.js && node scripts/post-install-banner.js"5
lowLarge Javascript Payloadpackage/dist/mcp-server.cjs2204659 bytes0

Manifest

Package metadata

Scripts22
  • buildpnpm mcp:build && rm -rf .next && next build && find .next -name '*.map' -delete && cp -R .next/static .next/standalone/.next/ && cp -R public .next/standalone/ && node scripts/prune-standalone-natives.js
  • changelogconventional-changelog -p angular -i CHANGELOG.md -s
  • db:generateprisma generate
  • db:inittsx scripts/init-db.ts
  • db:init-ftstsx prisma/init-fts.ts
  • db:pushprisma db push
  • db:seedtsx prisma/seed.ts
  • db:studioprisma studio
  • devnext dev --webpack -p 9022
  • linteslint
  • mcpnode dist/mcp-server.cjs
  • mcp:buildesbuild src/mcp/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/mcp-server.cjs --external:@prisma/client --external:@modelcontextprotocol/sdk --external:@opentelemetry/api --alias:@=./src
  • mcp:devtsx src/mcp/index.ts
  • postinstallnode scripts/generate-prisma-client.js && node scripts/link-prisma.js && node scripts/fix-native-permissions.js && node scripts/post-install-banner.js
  • predevnode scripts/ensure-dev-db.js && pnpm mcp:build
  • releasepnpm build && npm pack
  • release:publishpnpm build && npm publish
  • release:smokenode scripts/release-smoke.js
  • startnext start
  • testvitest
  • test:e2eNO_PROXY=localhost,127.0.0.1 no_proxy=localhost,127.0.0.1 playwright test
  • test:runvitest run
Dependencies7
  • @modelcontextprotocol/sdk^1.28.0
  • @prisma/client^6.19.2
  • @vscode/ripgrep1.18.0
  • node-pty^1.1.0
  • prisma^6.19.2
  • tsx^4.21.0
  • ws^8.20.0