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,066Niche · −30% score
Versions published
489Mature · −50% score
First published
May 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 bytes206,609
Previous version5.16.1
Published2026-05-27T13:38:20.922Z
SHA-25689fb0644d97aa9b458e2cbd46ef65df1ee45ba3df71967ea155e9aa0502fd30c

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.17.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

Scripts19
  • 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 '../renderers/src/**/{*.messages,messages}.{js,ts}' './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
  • devpnpm build:visual-tests && storybook dev -p 3005
  • lintnpm-run-all lint:ts lint:css
  • lint:cssstylelint --allow-empty-input './src/**/*.css'
  • lint:tseslint 'src/**/*.{js,jsx,ts,tsx}' --quiet
  • testvitest run
  • test:civitest run --no-file-parallelism
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typespnpm tsc
  • types:watchpnpm tsc --watch
Dependencies2
  • @wise/dynamic-flow-client5.15.1
  • @wise/dynamic-flow-types4.14.0