PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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
2,785Niche · −30% score
Versions published
16
First published
May 2026
Publisher
khalidvance

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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"}'
Publisherkhalidvance
Artifact bytes58,529
Previous version0.6.1
Published2026-06-06T05:51:34.076Z
SHA-256502298a9572e6869fe4ea3a2bd873425b6d8e642e3f4c3092e1ae58e42aa65b3

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.7.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5
lowCredential file accesspackage/redteam/refuses-credential-exfiltration.scenario.yamlmatched ".aws/"3

Manifest

Package metadata

Scripts9
  • buildtsup src/cli.ts --format esm --clean --dts
  • devtsx src/cli.ts
  • linteslint src
  • postinstallnode scripts/postinstall.mjs
  • prepublishOnlynpm run build && node dist/cli.js --version >/dev/null && node dist/cli.js --help >/dev/null
  • smokenode dist/cli.js --version && node dist/cli.js --help >/dev/null
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies4
  • commander^12.1.0
  • picocolors^1.1.1
  • yaml^2.6.1
  • zod^3.24.1