PkgRadar

Package evidence

[email protected]

DNS / OAST exfiltration: matched "oast.fun"

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
265
Versions published
2
First published
May 2026
Publisher
saladin0x1
External confirmation
MAL-2026-5098OSV match · pinned to high regardless of other signals

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"}'
Publishersaladin0x1
Artifact bytes883
Previous version1.11.6
Published2026-05-31T07:16:12.470Z
SHA-256aee301ca2b2db91ba2c490c78acfd4266483e08a43f943961a26ca8b09c10ed5

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.11.7 vs 1.11.6: "node poc.js"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.11.7 vs 1.11.6: "node poc.js"40
highDNS / OAST exfiltrationpackage/poc.jsmatched "oast.fun"30
highNew Account With Lifecycle Hookpackage.jsonpackage first published 17 day(s) ago, 2 total version(s), has lifecycle hook25
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.11.7 vs 1.11.6: "node poc.js"40
highDNS / OAST exfiltrationpackage/poc.jsmatched "oast.fun"30
highNew Account With Lifecycle Hookpackage.jsonpackage first published 17 day(s) ago, 2 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node poc.js"5

Manifest

Package metadata

Scripts1
  • postinstallnode poc.js