PkgRadar

Package evidence

@wayke-se/[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
347
Versions published
185Mature · −50% score
First published
Jun 2020
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@wayke-se/[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":["@wayke-se/[email protected]"],"fail_on":"review"}'
Artifact bytes1,656,008
Previous version4.6.5
Published2026-05-28T11:10:19.594Z
SHA-2564b3107ad4f40b62db56c337a6df89e918f9af0e986ce367816b49e05b40eab32

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
7Score
4.6.6Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.mjshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts13
  • buildnpm run clean && node ./esbuild/lib.js
  • build:typestsc --emitDeclarationOnly --declaration --project tsconfig.build.json
  • cleanrimraf build && rimraf dist && rimraf dist-cdn
  • gengraphql-codegen --config ./codegen.yml
  • generate-libphonenumber-metadatalibphonenumber-metadata-generator src/utils/metadata.min.json --countries SE,NO --extended
  • linteslint --ext .tsx,.ts 'src' 'example'
  • lint:fixeslint --ext .tsx,.ts 'src' 'example' --fix
  • prebuildnpm run clean
  • preparehusky
  • prettifyprettier --write 'src/**/*.{ts,tsx}'
  • startnode ./esbuild/start.js
  • testnpm run lint
  • typechecktsc --noEmit --skipLibCheck
Dependencies11
  • @apollo/client^3.4.17
  • @wayke-se/pannellum-react^1.0.0
  • date-fns^3.6.0
  • graphql^16.0.1
  • i18next^23.6.0
  • libphonenumber-js^1.9.42
  • marked^12.0.1
  • react-compound-slider^3.3.1
  • react-i18next^14.1.0
  • react-slick^0.30.2
  • scroll-into-view-if-needed^3.1.0