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.

Weekly downloads
465
Versions published
7
First published
May 2026
Publisher
daya2004

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherdaya2004
Artifact bytes247,765
Previous version1.0.6
Published2026-06-04T06:27:22.010Z
SHA-256f632508a6a5ed548d5676223e3c37b497abcd77e8678e615f4a65656348fa736

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
1.0.7Version
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
  • 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
Dependencies12
  • 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
  • ora^8.2.0
  • prompts^2.4.2
  • screenshot-desktop^1.15.1
  • uiohook-napi^1.5.4
  • zod^4.1.5
Optional dependencies1
  • rcedit^5.0.2