PkgRadar

Package evidence

@cimplify/[email protected]

Large Javascript Payload: 2591509 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
2,135Niche · −30% score
Versions published
49
First published
May 2026
Publisher
robeng1

Effective trust discount applied: 30% (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":["@cimplify/[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":["@cimplify/[email protected]"],"fail_on":"review"}'
Publisherrobeng1
Artifact bytes1,175,816
Previous version0.7.19
Published2026-06-10T15:25:35.873Z
SHA-2565931764eac3ef5c962794e10132ac15656bce22dc45440671088f966c9168f84

Why flagged

What the scanner saw

Large Javascript Payload: 2591509 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.7.20Version
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/chunk-CIZ7IWO4.mjs2591509 bytes0

Manifest

Package metadata

Scripts12
  • buildnext build
  • checkbun run typecheck && bun run test:run
  • check:brandvitest run __tests__/brand.test.ts
  • check:cartvitest run __tests__/cart-flow.test.ts
  • check:contractvitest run __tests__/contract.test.ts
  • devconcurrently -k -n mock,next -c blue,magenta "cimplify-mock --seed services --quiet" "next dev"
  • dev:mockcimplify-mock --seed services
  • dev:storefrontnext dev
  • startnext start
  • testvitest
  • test:runvitest run
  • typechecktsc --noEmit
Dependencies4
  • @cimplify/sdk^0.79.0
  • next^16.2.6
  • react^19.0.0
  • react-dom^19.0.0