PkgRadar

Package evidence

@turbowarp/[email protected]

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

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@turbowarp/[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":["@turbowarp/[email protected]"],"fail_on":"review"}'
Artifact bytes3,160,177
Previous version3.11.0
Published2026-03-30T00:12:12.516Z
SHA-256f72b28181c7151dbc037bfcdba2c7ceb0f6de37141d2e8f6a7d7a92d0cc16703

Why flagged

What the scanner saw

Large Javascript Payload: 3841877 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/scaffolding/scaffolding-full.js3841877 bytes10
mediumRemote Dependency Specpackage.jsondevDependencies.scratch-audio="github:TurboWarp/scratch-audio#develop"8
mediumRemote Dependency Specpackage.jsondevDependencies.scratch-render="github:TurboWarp/scratch-render#develop"8
mediumRemote Dependency Specpackage.jsondevDependencies.scratch-vm="github:TurboWarp/scratch-vm#develop"8
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/scaffolding/scaffolding-full.js3841877 bytes10
mediumRemote Dependency Specpackage.jsondevDependencies.scratch-audio="github:TurboWarp/scratch-audio#develop"8
mediumRemote Dependency Specpackage.jsondevDependencies.scratch-render="github:TurboWarp/scratch-render#develop"8
mediumRemote Dependency Specpackage.jsondevDependencies.scratch-vm="github:TurboWarp/scratch-vm#develop"8
lowObfuscationpackage/dist/scaffolding/addons.jsmatched "eval("3

Manifest

Package metadata

Scripts12
  • buildnpm run clean && webpack
  • build-nodecross-env BUILD_MODE=node npm run build
  • build-node-prodcross-env NODE_ENV=production npm run build-node
  • build-prodcross-env NODE_ENV=production npm run build
  • build-standalonecross-env STANDALONE=1 npm run build && node src/build/generate-standalone.js
  • build-standalone-prodcross-env NODE_ENV=production npm run build-standalone
  • cleanrimraf dist
  • postpublishnode src/build/nodejs/update-readme.js restore
  • prepublishOnlynpm run test && npm run build-node-prod && node src/build/nodejs/update-readme.js node
  • startwebpack serve
  • testjest
  • watchwebpack --watch
Dependencies6
  • @fiahfy/icns^0.0.7
  • @turbowarp/json^0.1.1
  • @turbowarp/jszip^3.11.0
  • @turbowarp/sbdl^7.0.0
  • cross-fetch^4.1.0
  • sha.js^2.4.11