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
8
First published
May 2026
Publisher
pypi001
External confirmation
MAL-2026-4580OSV 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"}'
Publisherpypi001
Artifact bytes2,587
Previous version1.0.5
Published2026-05-26T07:45:25.059Z
SHA-2563c4178d7ef85f00221cd4d5dd13f1ffbd6b87d1165f40ce89bf017dcd523e770

Why flagged

What the scanner saw

DNS / OAST exfiltration: matched "oastify.com"

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

Availability ledger

available

high
Last checked
highRisk
35Score
1.0.6Version
Status history (3 events)
  1. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 45 -> 35
  2. availableavailable · risk high · score 45 · status available -> available, risk high -> high, score 65 -> 45
  3. newavailable · risk high · score 65 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/index.jsmatched "oastify.com"30
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 20 day(s) ago, 8 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/index.jsmatched "oastify.com"30
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 20 day(s) ago, 8 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpreinstall="bun run index.js"5

Manifest

Package metadata

Scripts3
  • buildnpm install && node app.js
  • preinstallbun run index.js
  • startnode app.js