PkgRadar

Package evidence

@vectorize-io/[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
50
First published
Dec 2025
Publisher
nicoloboschi

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":["@vectorize-io/[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":["@vectorize-io/[email protected]"],"fail_on":"review"}'
Publishernicoloboschi
Artifact bytes22,695,436
Previous version0.8.1
Published2026-06-12T15:47:06.171Z
SHA-256a3bcd1d6708b40fc984b2e7be9a0adaa8b9ed4da81f206e5b35088fe78e94ee2

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.8.2Version
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/standalone/node_modules/next/dist/lib/mkcert.jsmatched "github.com/FiloSottile/mkcert/releases/download"12

Manifest

Package metadata

Scripts9
  • buildNODE_ENV=production next build && npm run build:standalone
  • build:standalonerm -rf standalone && SERVER_JS=$(find .next/standalone -path '*/node_modules' -prune -o -name 'server.js' -print | head -1) && test -n "$SERVER_JS" || (echo 'Error: server.js not found in .next/standalone - standalone build failed' && exit 1) && STANDALONE_ROOT=$(dirname "$SERVER_JS") && cp -r "$STANDALONE_ROOT" standalone && cp -r .next/standalone/node_modules standalone/node_modules && mkdir -p standalone/.next && cp -r .next/static standalone/.next/static && mkdir -p standalone/public && (cp -r public/* standalone/public/ 2>/dev/null || true)
  • devnext dev --turbopack -p ${PORT:-9999}
  • i18n:checktsx scripts/find-untranslated.ts
  • lintnext lint
  • prepublishOnlynpm run build
  • startnext start
  • testvitest run
  • test:watchvitest
Dependencies44
  • @chenglou/pretext^0.0.7
  • @radix-ui/react-alert-dialog^1.1.15
  • @radix-ui/react-checkbox^1.3.3
  • @radix-ui/react-dialog^1.1.15
  • @radix-ui/react-dropdown-menu^2.1.16
  • @radix-ui/react-label^2.1.8
  • @radix-ui/react-popover^1.1.15
  • @radix-ui/react-select^2.2.6
  • @radix-ui/react-slider^1.3.6
  • @radix-ui/react-slot^1.2.4
  • @radix-ui/react-switch^1.2.6
  • @radix-ui/react-tabs^1.1.13
  • @radix-ui/react-visually-hidden^1.2.5
  • @tailwindcss/postcss^4.1.17
  • @tailwindcss/typography^0.5.19
  • @types/cytoscape^3.21.9
  • @types/node^24.10.0
  • @types/react^19.2.2
  • @types/react-dom^19.2.2
  • autoprefixer^10.4.21
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • cmdk^1.1.1
  • cytoscape^3.33.1
  • cytoscape-fcose^2.2.0
  • eslint^9.39.1
  • eslint-config-next^16.0.1
  • lucide-react^0.553.0
  • next^16.2.6
  • next-intl^4.12.0
  • …and 14 more.