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
139
Versions published
2
First published
Jun 2026
Publisher
elasticdash

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"}'
Publisherelasticdash
Artifact bytes562,089
Previous version0.2.0
Published2026-06-14T02:02:09.171Z
SHA-256ec7569a57998d8045ec68484488cfe10fb369927a38d644d1b2699ce18776330

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.2.5Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

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