PkgRadar

Package evidence

@wix/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
541
Versions published
64
First published
Feb 2026
Publisher
wix-ci-publisher

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 bytes6,869
Previous version0.62.0
Published2026-05-18T10:17:51.069Z
SHA-256c20a6e1692e63fe56fe31d2ac0f58f4a83528dd6affc446e9860305d98096ae0

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/build/index.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/build/index.mjsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts7
  • buildyarn run clean && yarn run build:cjs && yarn run build:esm && yarn run build:types
  • build:cjsesbuild src/index.ts --bundle --platform=node --outfile=build/index.js --format=cjs --sourcemap --packages=external
  • build:esmesbuild src/index.ts --bundle --platform=node --outfile=build/index.mjs --format=esm --sourcemap --packages=external
  • build:typestsc --emitDeclarationOnly --outDir ./build/types
  • cleanrm -rf build
  • linteslint .
  • testecho 'No tests specified' && exit 0
Dependencies1
  • @wix/evalforge-types0.88.0