PkgRadar

Package evidence

@plasmicapp/[email protected]

Large Javascript Payload: 22327190 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
17,762Mainstream · −50% score
Versions published
343Mature · −50% score
First published
Apr 2020
Publisher
plasmicapp

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":["@plasmicapp/[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":["@plasmicapp/[email protected]"],"fail_on":"review"}'
Publisherplasmicapp
Artifact bytes8,210,100
Previous version0.1.362
Published2026-05-27T19:32:39.503Z
SHA-256cf9a591353d539a14f5af87987db2637f0ca414bd62e5a254125e75158eb5549

Why flagged

What the scanner saw

Large Javascript Payload: 22327190 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js22327190 bytes10
mediumLarge Javascript Payloadpackage/dist/lib.js22136746 bytes10

Manifest

Package metadata

Scripts6
  • buildbash build.sh
  • plasmictsx src/index.ts
  • prepublishOnlynpm run build
  • testNODE_OPTIONS=--experimental-vm-modules jest --colors
  • test:debugnode --experimental-vm-modules --inspect-brk node_modules/.bin/jest --runInBand --watch
  • wtestNODE_OPTIONS=--experimental-vm-modules jest --colors --watchAll