PkgRadar

Package evidence

@databrainhq/[email protected]

Large Javascript Payload: 21005473 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.

Versions published
648Mature · −50% score
First published
Feb 2023
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":["@databrainhq/[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":["@databrainhq/[email protected]"],"fail_on":"review"}'
Artifact bytes12,252,699
Previous version0.16.49-uat1
Published2026-05-27T05:35:41.955Z
SHA-25608c594df8c7f880b490e4ed43a9042c32db13b0b373c65be15f05a0adeff56ed

Why flagged

What the scanner saw

Large Javascript Payload: 21005473 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
6Score
0.16.49-uat2Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/webcomponents.es.js21005473 bytes10
mediumLarge Javascript Payloadpackage/dist/webcomponents.umd.js18341499 bytes10

Manifest

Package metadata

Scripts12
  • buildcross-env NODE_OPTIONS=--max-old-space-size=8192 tsc && vite build
  • build-storybookstorybook build
  • build:csstailwindcss build -i src/index.css -o dist/index.css
  • huskyhusky install
  • linteslint --ext .tsx,.ts --ignore-path .gitignore --fix src
  • predeploycd example && npm install && npm run build
  • preparenpm run build
  • startvite --port 3005
  • start:replvite --host 0.0.0.0
  • storybookstorybook dev -p 6006
  • storybook:replstorybook dev -p 6006 --host 0.0.0.0
  • test:e2eplaywright test