PkgRadar

Package evidence

@blinkk/[email protected]

Large Javascript Payload: 3800032 bytes

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
3,831Niche · −30% score
Versions published
291Mature · −50% score
First published
Oct 2022
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@blinkk/[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":["@blinkk/[email protected]"],"fail_on":"review"}'
Artifact bytes1,271,960
Previous version3.0.1
Published2026-05-20T22:08:29.599Z
SHA-256162e3bae809c04954a842352ba15c73813b3b1dfd77a6b0893e073e3d9414463

Why flagged

What the scanner saw

Large Javascript Payload: 3800032 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
3.0.2Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/ui/ui.js3800032 bytes10

Manifest

Package metadata

Scripts12
  • //NOTE: esbuild is used here because tsup doesn't currently support aliases.
  • buildrm -rf dist && concurrently -n "core,signin,ui" npm:build:core npm:build:signin npm:build:ui
  • build:coretsup-node --config=./core/tsup.config.ts
  • build:signinesbuild signin/signin.tsx --bundle --minify --tsconfig=signin/tsconfig.json --outdir=dist/ui --legal-comments=external
  • build:uiesbuild ui/ui.tsx --bundle --minify --alias:react=@preact/compat --alias:react-dom=@preact/compat --tsconfig=ui/tsconfig.json --outdir=dist/ui --legal-comments=external
  • devrm -rf dist && concurrently -k -n "core,ui" npm:dev:core npm:dev:signin npm:dev:ui
  • dev:corepnpm build:core --watch
  • dev:signinpnpm build:signin --watch
  • dev:uipnpm build:ui --watch
  • testpnpm build && firebase emulators:exec 'vitest run --exclude=**/*.visual.test.tsx'
  • test:visualvitest run --config=vitest.config.visual.ts
  • test:watchpnpm build && firebase emulators:exec 'vitest'
Dependencies31
  • @ag-grid-community/client-side-row-model32.3.9
  • @ag-grid-community/core32.3.9
  • @ag-grid-community/react32.3.9
  • @ag-grid-community/styles32.3.9
  • @ai-sdk/anthropic3.0.74
  • @ai-sdk/google3.0.67
  • @ai-sdk/openai3.0.60
  • @ai-sdk/openai-compatible2.0.46
  • @ai-sdk/react3.0.177
  • @google-cloud/firestore7.11.3
  • @hello-pangea/dnd18.0.1
  • @mantine/spotlight4.2.12
  • @types/cli-progress3.11.6
  • ai6.0.175
  • body-parser1.20.2
  • cli-progress3.12.0
  • commander11.0.0
  • csv-parse5.5.2
  • csv-stringify6.4.4
  • date-fns4.1.0
  • date-fns-tz3.2.0
  • diff8.0.2
  • dts-dom3.7.0
  • fnv-plus1.3.1
  • jsonwebtoken9.0.2
  • kleur4.1.5
  • minisearch7.2.0
  • sanitize-html2.13.1
  • sirv2.0.3
  • tiny-glob0.2.9
  • …and 1 more.