PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 3224865 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
91
Versions published
64Mature · −50% score
First published
Nov 2018
Publisher
luaacro

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Publisherluaacro
Artifact bytes1,195,759
Previous version3.0.0-alpha.1
Published2019-05-01T11:56:44.916Z
SHA-25622054404a6c03c3caa90b798bf647d087ef46a58003e31f14f9c5cb8d27d069a

Why flagged

What the scanner saw

Large Javascript Payload: 3224865 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
3.0.0-rc.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/editor-all.js3224865 bytes0

Manifest

Package metadata

Scripts13
  • buildnpm run compile && npm run compile-electron && npm run build-vscode-extension && npm run bundle
  • build-vscode-extensioncd vscode-extension && npm run package && cd ..
  • bundlenode ./script/dts.js && node ./script/css.js && node ./script/bundle.js && node ./script/electron.js
  • bundle-jsnode ./script/css.js && node ./script/bundle.js
  • cleanrimraf build && rimraf declaration && rimraf dist && rimraf electron-packages
  • compiletsc -p .
  • compile-electrontsc -p ./electron
  • dtsnode ./script/dts.js
  • rebuildnpm run clean && npm run build
  • watchtsc -p . --watch
  • watch-electrontsc -p ./electron --watch
  • watch-vscode-extensiontsc -p ./vscode-extension --watch
  • webserverhttp-server -p 1338