PkgRadar

Package evidence

@rings-webgpu/[email protected]

Large Javascript Payload: 2103203 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
443
Versions published
58Established · −30% score
First published
Sep 2025
Publisher
hanbingcool

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":["@rings-webgpu/[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":["@rings-webgpu/[email protected]"],"fail_on":"review"}'
Publisherhanbingcool
Artifact bytes4,517,580
Previous version1.0.55
Published2026-04-01T07:52:37.645Z
SHA-256d5c42d766580e8a4e80fc68c31b9af0ddca23538fafd1e6167237789c9b72315

Why flagged

What the scanner saw

Large Javascript Payload: 2103203 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/rings.es.js2103203 bytes10
mediumLarge Javascript Payloadpackage/dist/rings.es.max.js3012910 bytes10
mediumLarge Javascript Payloadpackage/dist/rings.umd.js2107314 bytes10
mediumLarge Javascript Payloadpackage/dist/rings.umd.max.js3163701 bytes10

Manifest

Package metadata

Scripts14
  • buildtsc --p tsconfig.build.json && vite build && npm run build:types && npm run minify
  • build:mediacd packages/media-extention && npm run build
  • build:packagesnpm run build:physics && npm run build:media && npm run build:stats
  • build:physicscd packages/physics && npm run build
  • build:statscd packages/stats && npm run build
  • build:testtsc --p tsconfig.build.json && vite build && npm run build:packages
  • build:typestsc --emitDeclarationOnly -p tsconfig.build.json && node scripts/build-types.js
  • devvite
  • docstypedoc --skipErrorChecking
  • minifynode scripts/minify.js
  • publishnpm publish --access public
  • publish:ammocd packages/ammo && npm publish --access public
  • publish:packagesnpm run publish:ammo && npm run publish:physics
  • publish:physicscd packages/physics && npm run build && npm publish --access public