PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 0 day(s) ago, 3 total version(s), has lifecycle hook

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
3
First published
Jun 2026
Publisher
corryxsd

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"}'
Publishercorryxsd
Artifact bytes701
Previous version2.999.0
Published2026-06-16T21:04:32.202Z
SHA-2561ea6c32c28da347a2a26677990d27baf9b779dbb85a3c58a6539c5604f4c0f26

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 0 day(s) ago, 3 total version(s), has lifecycle hook

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burstactive

corryxsd

4 members · evidence strength 74
Publisher / release actor burstcandidate

corryxsd

4 members · max score 67

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 3 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsonpreinstall="node index.js > /dev/null 2>&1"20
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"corryxsd","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 3 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsonpreinstall="node index.js > /dev/null 2>&1"20
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"corryxsd","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node index.js > /dev/null 2>&1"5

Manifest

Package metadata

Scripts2
  • preinstallnode index.js > /dev/null 2>&1
  • testecho "Error: no test specified" && exit 1
Dependencies1
  • lodash^4.17.21