PkgRadar

Package evidence

[email protected]

Install Lifecycle Repeated Payload: preinstall,postinstall="rm -f package-lock.json"

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
3
Versions published
4
First published
Jul 2017
Publisher
stono

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherstono
Artifact bytes7,922
Previous version0.1.1
Published2017-07-27T10:51:51.516Z
SHA-256762a6a2ffff5e5bd76220a96ec6543c6a022bf22f9197098318ce97661268493

Why flagged

What the scanner saw

Install Lifecycle Repeated Payload: preinstall,postinstall="rm -f package-lock.json"

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

Availability ledger

available

high
Last checked
highRisk
35Score
0.1.2Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Repeated Payloadpackage.jsonpreinstall,postinstall="rm -f package-lock.json"25
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Repeated Payloadpackage.jsonpreinstall,postinstall="rm -f package-lock.json"25
lowInstall-time lifecycle scriptpackage.jsonpreinstall="rm -f package-lock.json"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="rm -f package-lock.json"5

Manifest

Package metadata

Scripts4
  • postinstallrm -f package-lock.json
  • preinstallrm -f package-lock.json
  • startnode ./bin/kube-superlog
  • test./node_modules/grunt/bin/grunt mochaTest
Dependencies6
  • async2.5.0
  • colors1.1.2
  • command-exists1.2.2
  • commander2.11.0
  • debug2.6.8
  • istextorbinary2.1.0