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
Recommended action
Looks clean — keep monitoringNo 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"}'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
Status history (1 event)
- new → available · 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:daemonbuild: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/sharedcleanrimraf dist desktop/distdevtsx watch desktop/src/daemon.tsencrypt-keysnode scripts/encrypt-keys.jslinttsc --noEmitprepublishOnlynpm run buildpublish:prepnpm run build && npm packtestvitest run
Dependencies14
active-win^7.7.2chalk^5.4.1commander^14.0.0conf^13.0.1dotenv^17.2.1electron^41.5.0groq-sdk^0.18.0node-machine-id^1.1.12ora^8.2.0prompts^2.4.2rcedit^5.0.2screenshot-desktop^1.15.1uiohook-napi^1.5.4zod^4.1.5