PkgRadar

Package evidence

@wukazis/[email protected]

no findings

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
270
Versions published
3
First published
May 2026
Publisher
wukazis

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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,432,301
Previous version0.1.46
Published2026-05-31T07:55:43.124Z
SHA-2563bdb882a32da07bf2b795dd50daf0147435ada3b3fa17616d6945e24edc052e9

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.1.47Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

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