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
4
Versions published
3
First published
Feb 2026
Publisher
alexander2000

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"}'
Publisheralexander2000
Artifact bytes583,716
Previous version1.0.0
Published2026-04-09T17:31:38.575Z
SHA-256c4d8993f8b472922fec6df6fac1a9a3e36b8341d27e08fee236d431c91a6eace

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.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

Scripts9
  • buildtsc && vite build
  • docs:buildtypedoc src/index.ts --out generated/docs --theme default --excludePrivate --excludeProtected
  • example/authtsx --env-file=.env examples/auth.ts
  • example/taskstsx --env-file=.env examples/tasks-live.ts
  • example/terminaltsx --env-file=.env examples/terminal-local.ts
  • previewvite preview
  • testvitest
  • test:coveragevitest run --coverage
  • test:uivitest --ui
Dependencies1
  • ws^8.19.0