PkgRadar

Package evidence

@wise/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
1,217Niche · −30% score
Versions published
470Mature · −50% score
First published
Mar 2023
Publisher
npn_ci_wise

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":["@wise/[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":["@wise/[email protected]"],"fail_on":"review"}'
Publishernpn_ci_wise
Artifact bytes318,589
Previous version5.14.1
Published2026-05-21T10:47:19.114Z
SHA-256e76d968039f66fb0b783c20bd6004dd1054a3aa35e1f755d225f324acdee188f

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/build/main.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/build/main.mjshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts20
  • audit-i18ntsx ./scripts/audit-i18n.mjs
  • buildrm -rf build && npm-run-all build:*
  • build-storybookpnpm build:visual-tests && storybook build -c .storybook --disable-telemetry
  • build:compiled-messagesmkdir -p build/i18n && cp src/i18n/*.json build/i18n
  • build:csspostcss src/main.css -o build/main.css
  • build:jsnode ./scripts/build.mjs
  • build:messages-sourceformatjs extract 'src/**/{*.messages,messages}.{js,ts}' --out-file src/i18n/en.json --format simple && prettier --find-config-path --write src/i18n/*.json
  • build:typestsc --project ./tsconfig.types.json
  • build:visual-teststsx ./scripts/build-visual-tests.mjs
  • devEXCLUDE_VISUAL_TESTS=true pnpm storybook dev -p 3003
  • dev:visual-testspnpm build:visual-tests && storybook dev -p 3003
  • lintnpm-run-all lint:ts lint:css
  • lint:cssstylelint './src/**/*.css'
  • lint:tseslint 'src/**/*.{js,jsx,ts,tsx}' --quiet
  • testvitest run --no-isolate
  • test:civitest run --no-file-parallelism
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typespnpm tsc
  • types:watchpnpm tsc --watch
Dependencies1
  • @wise/dynamic-flow-types4.14.0