PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2280890 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
2,443Niche · −30% score
Versions published
71
First published
Apr 2026
Publisher
foo-ogawa

Effective trust discount applied: 30% (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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherfoo-ogawa
Artifact bytes2,476,386
Previous version0.32.1
Published2026-05-27T00:33:44.700Z
SHA-256f8d60ac80433ca9c20f5ef575d7405465bd463db019e073ca77d3426a38825f2

Why flagged

What the scanner saw

Large Javascript Payload: 2280890 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli.js2280890 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js2213866 bytes10

Manifest

Package metadata

Scripts12
  • buildtsup
  • cleanrm -rf dist
  • generate:clicli-contracts generate typescript
  • generate:docscli-contracts docs
  • generate:schematsx scripts/generate-json-schema.ts
  • linteslint src/ test/
  • prepublishOnlynpm run clean && npm run build
  • testvitest run
  • test:unitvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • versionnode -e "const fs=require('fs');const f='cli-contract.yaml';fs.writeFileSync(f,fs.readFileSync(f,'utf8').replace(/^ version: .*/m,' version: '+process.env.npm_package_version))" && git add cli-contract.yaml
Dependencies11
  • @stoplight/spectral-core^1.22.0
  • @stoplight/spectral-functions^1.9.0
  • @stoplight/spectral-rulesets^1.22.1
  • ajv^8.18.0
  • cli-contracts^0.30.0
  • commander^14.0.3
  • handlebars^4.7.9
  • minimatch^10.2.5
  • yaml^2.8.3
  • zod^4.3.6
  • zod-to-json-schema^3.25.2