PkgRadar

Package evidence

@wcardinal/[email protected]

Large Javascript Payload: 3894361 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
373
Versions published
592Mature · −50% score
First published
Oct 2019
Publisher
masashi.kojo

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

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":["@wcardinal/[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":["@wcardinal/[email protected]"],"fail_on":"review"}'
Publishermasashi.kojo
Artifact bytes4,829,310
Previous version0.461.0
Published2026-05-26T10:52:55.625Z
SHA-256f2706e791fc3aa04915a333b6a50e252787d7fcb8f4ebb3d8eae206f4d122c4a

Why flagged

What the scanner saw

Large Javascript Payload: 3894361 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.462.0Version
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/wcardinal-ui.cjs.js3894361 bytes10
mediumLarge Javascript Payloadpackage/dist/wcardinal-ui.js3396899 bytes10

Manifest

Package metadata

Scripts14
  • buildrimraf --glob dist/* && rimraf src/main/sample/js && tsc && rollup -c
  • build:apirimraf docs/api && typedoc --options typedoc.json --out docs/api
  • build:cheatsheetnode src/main/cheatsheet/build.js
  • build:rolluprollup -c
  • build:samplenode src/main/sample/build.js docs
  • build:sample:darknode src/main/sample/build.js dark
  • build:sample:indexnode src/main/sample/build.js index
  • build:tstsc
  • linteslint src/main/typescript
  • lint:fixeslint src/main/typescript --fix
  • prepublishOnlynpm run build
  • startwds --config wds.config.js
  • watch:rolluprollup -c -w
  • watch:tstsc -w