PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":6,"publisher":"elasticdash","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}

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
141
Versions published
3
First published
Jun 2026
Publisher
elasticdash

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":["[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"}'
Publisherelasticdash
Artifact bytes563,398
Previous version0.2.5
Published2026-06-14T11:06:03.567Z
SHA-25624740e74fdbf32cbfb6020fd71383a1fc1abf96abe20aac77e021de997200981

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":6,"publisher":"elasticdash","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}

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.2.6Version
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
mediumSuspicious Publish Contextmanifest{"package_age_days":6,"publisher":"elasticdash","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts9
  • buildnode scripts/inline-html.js && tsc && npm run restore:inline-html && node -e "const{cpSync,mkdirSync}=require('fs');mkdirSync('dist/html',{recursive:true});cpSync('src/html/dashboard.html','dist/html/dashboard.html');" && node_modules/.bin/esbuild src/index.ts --bundle --platform=node --format=cjs --outfile=dist/index.cjs --packages=external --target=node18 && npm pack
  • dashboardnode dist/cli.js dashboard
  • devtsx src/cli.ts
  • releasenpm run build && npm publish --tag beta
  • release:prodnpm run build && npm publish
  • restore:inline-htmlnode scripts/restore-inline-html.js
  • startnode dist/cli.js
  • testvitest run
  • typechecktsc --noEmit
Dependencies10
  • chalk^5.3.0
  • chokidar^5.0.0
  • commander^12.1.0
  • dotenv^17.3.1
  • esbuild^0.27.3
  • expect^29.7.0
  • express^5.2.1
  • fast-glob^3.3.2
  • socket.io-client^4.8.3
  • tsx^4.15.6