PkgRadar

Package evidence

@dcl/[email protected]

Large Javascript Payload: 8600051 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.

Versions published
269Mature · −50% score
First published
Sep 2023
Publisher
decentralandbot

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":["@dcl/[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":["@dcl/[email protected]"],"fail_on":"review"}'
Artifact bytes4,026,526
Previous version2.15.1
Published2026-04-27T15:53:55.971Z
SHA-25615ddb376fa0db7788d61513879a3a82b94006a576c353ab946d2a71c8b44aa1f

Why flagged

What the scanner saw

Large Javascript Payload: 8600051 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/bin/index.js8600051 bytes10
mediumLarge Javascript Payloadpackage/dist/bin/index.js8600051 bytes10

Manifest

Package metadata

Scripts15
  • buildnpm run build:lib && npm run build:js && npm run build:catalog
  • build:catalogts-node --project tsconfig.scripts.json ./scripts/catalog.ts
  • build:jssdk-commands build
  • build:libtsc --project tsconfig.lib.json
  • downloadts-node --project tsconfig.scripts.json ./scripts/download.ts
  • migratets-node --project tsconfig.scripts.json ./scripts/migrate.ts
  • startconcurrently "npm run start:js" "npm run start:lib" "npm run start:catalog"
  • start:catalognodemon --watch packs -x "npm run build:catalog"
  • start:devconcurrently "npm run start:js -- --data-layer" "npm run start:lib" "npm run start:catalog"
  • start:jssdk-commands start --no-browser --port 8001
  • start:libnpm run build:lib -- --watch
  • testvitest run --passWithNoTests
  • typechecktsc --noEmit -p tsconfig.lib.json
  • uploadts-node --project tsconfig.scripts.json ./scripts/upload.ts
  • validatets-node --project tsconfig.scripts.json ./scripts/validate.ts
Dependencies3
  • @types/glob^8.1.0
  • glob^11.0.0
  • mitt^3.0.1