PkgRadar

Package evidence

@sebbo2002/[email protected]

Install Lifecycle Binary Exec: postinstall="./check.sh"

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
1,007Niche · −30% score
Versions published
222Mature · −50% score
First published
Jan 2019
Publisher
sebbo2002

Effective trust discount applied: 50% (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":["@sebbo2002/[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":["@sebbo2002/[email protected]"],"fail_on":"review"}'
Publishersebbo2002
Artifact bytes2,508,668
Previous version4.0.0-develop.4
Published2021-07-31T12:24:39.907Z
SHA-256842d43f788184030fad6470f00aaf8178d1750b3b7e616e77f6b41f1ccbc0dca

Why flagged

What the scanner saw

Install Lifecycle Binary Exec: postinstall="./check.sh"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumInstall Lifecycle Binary Execpackage.jsonpostinstall="./check.sh"15
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumInstall Lifecycle Binary Execpackage.jsonpostinstall="./check.sh"15
lowInstall-time lifecycle scriptpackage.jsonpostinstall="./check.sh"5

Manifest

Package metadata

Scripts10
  • buildtsc
  • build-all./.github/workflows/build.sh
  • check./check.sh
  • coveragenyc mocha
  • developts-node ./src/bin/start.ts
  • examplenode ./dist/examples/push.js
  • license-checklicense-checker --production --summary
  • linteslint . --ext .ts
  • postinstall./check.sh
  • testmocha
Dependencies1
  • semver^7.3.5