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
8
First published
May 2026
Publisher
tassanakhr

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"}'
Publishertassanakhr
Artifact bytes198,060
Previous version0.1.6
Published2026-05-24T11:35:28.569Z
SHA-2562a3bb251798c88080dc5a425223ed62171c0291ae16be1a643ccfc6e2b3241a3

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.1Version
Status history (2 events)
  1. availableavailable · risk low · score 0 · status available -> available, risk high -> low, score 64 -> 0
  2. newavailable · risk high · score 64 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install Lifecycle Suppresses Failure — prepare="husky || true"

13 members · evidence strength 90

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • buildnpm run clean && tsc -p tsconfig.json && chmod +x dist/cli.js
  • cleanrm -rf dist
  • devtsx src/cli.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • preparehusky || true
  • prepublishOnlynpm run typecheck && npm run lint && npm run build && npm test
  • testvitest run
  • test:watchvitest
  • typechecktsc -p tsconfig.json --noEmit
Dependencies3
  • commander^12.1.0
  • playwright-core>=1.49.0 <1.61.0
  • ws^8.20.1