PkgRadar

Package evidence

@wukazis/[email protected]

Large Javascript Payload: 2042205 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
129
Versions published
2
First published
May 2026
Publisher
wukazis

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":["@wukazis/[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":["@wukazis/[email protected]"],"fail_on":"review"}'
Publisherwukazis
Artifact bytes1,428,550
Previous version0.1.45
Published2026-05-28T07:14:27.060Z
SHA-256f47d9c985bfba0089b115a59a545696ec041a3b3e7bacd1fde0a6a16942a04ed

Why flagged

What the scanner saw

Large Javascript Payload: 2042205 bytes

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/assets/harmony-render-5ErAOXX9.js2042205 bytes10

Manifest

Package metadata

Scripts12
  • buildtsc && tsc -p tsconfig.server.json && vite build && vite build --mode server && vite build --mode library
  • build:apptsc && tsc -p tsconfig.server.json && vite build && vite build --mode server
  • build:frontendtsc && vite build
  • build:frontend-onlytsc && VITE_EUPHONY_FRONTEND_ONLY=true vite build
  • build:githubtsc && VITE_EUPHONY_FRONTEND_ONLY=true vite build --mode github
  • build:librarytsc && vite build --mode library
  • build:servertsc -p tsconfig.server.json && vite build --mode server
  • deploypnpm run deploy:github
  • deploy:githubpnpm run build:github && pnpm gh-pages -m "Deploy $(git log '--format=format:%H' main -1)" -d ./dist
  • devvite --port 3000
  • previewvite preview
  • startnode server-dist/node-main.js
Dependencies2
  • gpt-tokenizer^3.4.0
  • jmespath^0.16.0