PkgRadar

Package evidence

@wix/[email protected]

Large Javascript Payload: 6267700 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
26
Versions published
51Established · −30% score
First published
Sep 2025
Publisher
wix-ci-publisher

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

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":["@wix/[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":["@wix/[email protected]"],"fail_on":"review"}'
Artifact bytes662,650
Previous version0.32.17
Published2026-02-04T11:30:59.993Z
SHA-256cf937c27d587d3ff32ed60ba9848eccc0b3fa58035952571094d5fac9ccc74eb

Why flagged

What the scanner saw

Large Javascript Payload: 6267700 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.cjs6267700 bytes10

Manifest

Package metadata

Scripts5
  • buildtsc --noEmit && tsup
  • lint:checkprettier --check "src/**/*.{ts,tsx,js,jsx,json,md}"
  • lint:fixprettier --write "src/**/*.{ts,tsx,js,jsx,json,md}"
  • testvitest run
  • test:watchvitest
Dependencies3
  • @wix/vibe-forms-plugin-files0.32.18
  • @wix/wix-vibe-plugins^0.0.2
  • dedent^1.6.0