PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2816788 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
197Mature · −50% score
First published
Jan 2016
Publisher
artf

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"}'
Publisherartf
Artifact bytes2,916,557
Previous version0.23.1
Published2026-06-02T08:26:21.104Z
SHA-256fe257a456a8ef95ab1f61994e14bb434f116cc82c8f4d5ccf0db50b484593d19

Why flagged

What the scanner saw

Large Javascript Payload: 2816788 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
0.23.2Version
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/grapes.mjs2816788 bytes0

Manifest

Package metadata

Scripts12
  • buildnpm run build-all
  • build-allrun-s build:*
  • build:csssass src/styles/scss/main.scss dist/css/grapes.min.css --no-source-map --style=compressed --load-path=node_modules
  • build:jsnode node_modules/grapesjs-cli/dist/cli.js build --patch=false --targets="defaults" --statsOutput="stats.json" --localePath="src/i18n/locale"
  • build:mjscross-env BUILD_MODULE=true node node_modules/grapesjs-cli/dist/cli.js build --dts='skip' --patch=false --targets="defaults"
  • startcross-env NODE_ENV=development run-p start:*
  • start:cssnpm run build:css -- --watch
  • start:jsnode node_modules/grapesjs-cli/dist/cli.js serve
  • testjest --forceExit
  • test:devjest --watch
  • ts:buildnode node_modules/grapesjs-cli/dist/cli.js build --dts='only' --patch=false
  • ts:checktsc --noEmit --esModuleInterop dist/index.d.ts
Dependencies8
  • @types/backbone1.4.15
  • backbone1.4.1
  • backbone-undo0.2.6
  • codemirror5.63.0
  • codemirror-formatting1.0.0
  • html-entities~1.4.0
  • promise-polyfill8.3.0
  • underscore1.13.8