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
5
First published
Jun 2026
Publisher
aa2246740

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"}'
Publisheraa2246740
Artifact bytes74,316
Previous version0.1.3
Published2026-06-07T10:34:25.306Z
SHA-256d8e8eb8554694c5f0cd2692228aea2471c7255251fdfb90becfc1545afbfa11b

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.4Version
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
  • buildnpm run clean && tsc -p tsconfig.json
  • checknpm run privacy:scan && npm run typecheck && npm test && npm run build && npm run privacy:scan
  • cleanrm -rf dist
  • postpacknpm run privacy:scan
  • prepacknpm run privacy:scan
  • preparenpm run build
  • privacy:scannode scripts/privacy-scan.mjs
  • testvitest run
  • typechecktsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json
Dependencies2
  • commander^14.0.2
  • yaml^2.8.1