PkgRadar

Package evidence

[email protected]

DNS / OAST exfiltration: matched "oastify.com"

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
6
First published
May 2026
Publisher
l0bo

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"}'
Publisherl0bo
Artifact bytes779
Previous version1.0.3
Published2026-05-24T11:48:37.954Z
SHA-256053052cd4b75f8c9504809e513492fe95fa8db471fc6cd52866b85b1daaae1b6

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 2.0.4 vs 1.0.3: "node index.js"

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

not present

status
Last checked
noneRisk
Score
2.0.4Version

Latest scanner note: [email protected] not present in registry metadata

Status history (3 events)
  1. availablenot_present · risk none · score · [email protected] not present in registry metadata
  2. availableavailable · risk high · score 105 · status available -> available, risk high -> high, score 130 -> 105
  3. newavailable · risk high · score 130 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burstactive

l0bo

6 members · evidence strength 84
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node index.js"

10 members · evidence strength 90
Repeated static TTPstale

Install-time lifecycle script — postinstall="node index.js"

5 members · evidence strength 90
Publisher / release actor burstcandidate

l0bo

6 members · max score 105

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 2.0.4 vs 1.0.3: "node index.js"40
highDNS / OAST exfiltrationpackage/index.jsmatched "oastify.com"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node index.js"30
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 2.0.4 vs 1.0.3: "node index.js"40
highDNS / OAST exfiltrationpackage/index.jsmatched "oastify.com"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node index.js"30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node index.js"5

Manifest

Package metadata

Scripts1
  • postinstallnode index.js