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,575Niche · −30% score
- Versions published
- 53
- 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 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 11 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/.next/standalone/node_modules/next/dist/lib/mkcert.js | matched "github.com/FiloSottile/mkcert/releases/download" | 12 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/.next/standalone/node_modules/next/dist/lib/mkcert.js | matched "github.com/FiloSottile/mkcert/releases/download" | 12 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/generate-prisma-client.js && node scripts/link-prisma.js && node scripts/fix-native-permissions.js && node scripts/post-install-banner.js" | 5 |
| low | Large Javascript Payload | package/dist/mcp-server.cjs | 2341530 bytes | 0 |
Manifest
Package metadata
Scripts23
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.jschangelogconventional-changelog -p angular -i CHANGELOG.md -sdb:generateprisma generatedb:inittsx scripts/init-db.tsdb:init-ftstsx prisma/init-fts.tsdb:migratetsx scripts/run-migrations.tsdb:pushprisma db pushdb:seedtsx prisma/seed.tsdb:studioprisma studiodevnext dev --webpack -p 9022linteslintmcpnode dist/mcp-server.cjsmcp: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:@=./srcmcp:devtsx src/mcp/index.tspostinstallnode scripts/generate-prisma-client.js && node scripts/link-prisma.js && node scripts/fix-native-permissions.js && node scripts/post-install-banner.jspredevnode scripts/ensure-dev-db.js && pnpm mcp:buildreleasepnpm build && npm packrelease:publishpnpm build && npm publishrelease:smokenode scripts/release-smoke.jsstartnext starttestvitesttest:e2eNO_PROXY=localhost,127.0.0.1 no_proxy=localhost,127.0.0.1 playwright testtest:runvitest run
Dependencies8
@modelcontextprotocol/sdk^1.28.0@prisma/client^6.19.2@vscode/ripgrep1.18.0node-pty^1.1.0prisma^6.19.2tinykeys^4.0.0tsx^4.21.0ws^8.20.0