PkgRadar

Package evidence

@settlin/[email protected]

Large Javascript Payload: 2459597 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
28
Versions published
131Mature · −50% score
First published
Mar 2019
Publisher
s7dhansh

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

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@settlin/[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":["@settlin/[email protected]"],"fail_on":"review"}'
Publishers7dhansh
Artifact bytes5,989,780
Previous version5.1.4
Published2025-03-27T12:17:12.185Z
SHA-2569048c10fcea6df01994dddca51ab430801e1a36b4ebe4365a04aec72c51d0dcb

Why flagged

What the scanner saw

Large Javascript Payload: 2459597 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
5.1.5Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/out1199/sb_dll/storybook_ui_dll.js2459597 bytes0
lowLarge Javascript Payloadpackage/out2466/sb_dll/storybook_ui_dll.js2459597 bytes0
lowLarge Javascript Payloadpackage/out3692/sb_dll/storybook_ui_dll.js2459597 bytes0
lowLarge Javascript Payloadpackage/out3972/sb_dll/storybook_ui_dll.js2459597 bytes0
lowLarge Javascript Payloadpackage/out5333/sb_dll/storybook_ui_dll.js2459597 bytes0
lowLarge Javascript Payloadpackage/out7166/sb_dll/storybook_ui_dll.js2459597 bytes0
lowLarge Javascript Payloadpackage/out8606/sb_dll/storybook_ui_dll.js2459597 bytes0

Manifest

Package metadata

Scripts9
  • buildnpm run build:commonjs && npm run build:es
  • build-storybookstorybook build
  • build:commonjscross-env BABEL_ENV=commonjs babel src --out-dir lib --presets=@babel/preset-env,@babel/preset-react
  • build:esbabel src --out-dir es
  • cleanrimraf lib dist es coverage
  • deploy-storybookcd .. && storybook-to-ghpages --packages . && cd -
  • preparenpm run clean && npm run build
  • storybookstorybook dev -p 6006
  • testnode tests/test.js