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
1
First published
Jun 2026
Publisher
neonwatty

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"}'
Publisherneonwatty
Artifact bytes318,978
Previous versionnone
Published2026-06-06T18:13:11.960Z
SHA-256c7164a45f06b880589bf31c9c8be80a3776e7fa528b7d58705d6fcaab1cee6f0

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.1.0Version
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 build:cli && npm run build:dashboard
  • build:clitsc -p tsconfig.cli.json
  • build:dashboardtsc -p dashboard/tsconfig.json && vite build --config dashboard/vite.config.ts
  • checknpm run lint && npm run knip && npm test -- --runInBand && npm run build
  • dashboardtsx dashboard/server/index.ts
  • knipnpm run build:cli && knip
  • linteslint .
  • migration:auditnode scripts/ts-migration-audit.mjs
  • migration:audit:finalnode scripts/ts-migration-audit.mjs --require-zero-python
  • prepackrm -rf dist/cli && npm run build:cli
  • prepublishOnlynode scripts/prepublish-guard.mjs
  • testnode dashboard/scripts/run-tests.mjs
Dependencies10
  • @homebridge/node-pty-prebuilt-multiarch^0.13.1
  • @playwright/test^1.60.0
  • @vitejs/plugin-react^5.1.0
  • @xterm/addon-fit^0.10.0
  • @xterm/xterm^5.5.0
  • express^5.1.0
  • react^19.2.0
  • react-dom^19.2.0
  • vite^7.2.4
  • ws^8.18.3