PkgRadar

Package evidence

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

Versions published
4
First published
May 2026
Publisher
daya2004
External confirmation
MAL-2026-4581OSV match · pinned to high regardless of other signals

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["[email protected]"],"fail_on":"high"}'

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":["[email protected]"],"fail_on":"high"}'
Publisherdaya2004
Artifact bytes271,458
Previous versionnone
Published2026-05-18T19:05:56.682Z
SHA-256f667be0ae693de678d9d2d559eeca1958b74f6e372e4ee50663a800ab8aa5130

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

not present

status
Last checked
noneRisk
Score
1.0.0Version

Latest scanner note: [email protected] not present in registry metadata

Status history (2 events)
  1. availablenot_present · risk none · score · [email protected] not present in registry metadata
  2. newavailable · risk high · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • buildnpm run clean && npm run build:shared && npm run build:cli && npm run build:daemon
  • build:clitsup cli/index.ts --format esm --out-dir dist/cli && node -e "require('node:fs').chmodSync('dist/cli/index.js', 0o755)"
  • build:daemontsup --config desktop/tsup.config.ts && node -e "require('node:fs').copyFileSync('desktop/src/overlay.html','desktop/dist/overlay.html');"
  • build:extensionvite build --config extension/vite.config.ts && node -e "require('node:fs').copyFileSync('extension/manifest.json','extension/dist/manifest.json')"
  • build:sharedtsup shared/index.ts --format esm,cjs --dts --out-dir dist/shared
  • cleanrimraf dist desktop/dist
  • devtsx watch desktop/src/daemon.ts
  • encrypt-keysnode scripts/encrypt-keys.js
  • linttsc --noEmit
  • prepublishOnlynpm run build
  • publish:prepnpm run build && npm pack
  • testvitest run
Dependencies14
  • active-win^7.7.2
  • chalk^5.4.1
  • commander^14.0.0
  • conf^13.0.1
  • dotenv^17.2.1
  • electron^41.5.0
  • groq-sdk^0.18.0
  • node-machine-id^1.1.12
  • ora^8.2.0
  • prompts^2.4.2
  • rcedit^5.0.2
  • screenshot-desktop^1.15.1
  • uiohook-napi^1.5.4
  • zod^4.1.5