PkgRadar

Package evidence

@rings-webgpu/[email protected]

Large Javascript Payload: 2105998 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,524,078
Previous version1.0.56
Published2026-05-26T09:47:56.650Z
SHA-25605308302f39f155b5c5206e2bba204084b4dadc8d5d4c1c4f4963ce6d5892748

Why flagged

What the scanner saw

Large Javascript Payload: 2105998 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.57Version
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.js2105998 bytes10
mediumLarge Javascript Payloadpackage/dist/rings.es.max.js3013880 bytes10
mediumLarge Javascript Payloadpackage/dist/rings.umd.js2110107 bytes10
mediumLarge Javascript Payloadpackage/dist/rings.umd.max.js3163971 bytes10

Manifest

Package metadata

Scripts15
  • 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
  • docs:servenpx --yes serve docs -l 5174
  • 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