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
2
First published
Jun 2026
Publisher
theash12

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"}'
Publishertheash12
Artifact bytes469
Previous version5.0.0
Published2026-06-14T18:57:25.036Z
SHA-256a14c5f6dfc63ae039ea77b3cf9bf09abfe53e587ebd5020d0a9ab8afe77ec0df

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 5.0.1 vs 5.0.0: "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

available

high
Last checked
highRisk
85Score
5.0.1Version
Status history (2 events)
  1. availableavailable · risk high · score 85 · status available -> available, risk high -> high, score 75 -> 85
  2. newavailable · risk high · score 75 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burstactive

theash12

2 members · evidence strength 61
Publisher / release actor burstcandidate

theash12

2 members · max score 85

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 5.0.1 vs 5.0.0: "node index.js"40
highDNS / OAST exfiltrationpackage/index.jsmatched "oastify.com"30
highNew Account With Lifecycle Hookpackage.jsonpackage first published 5 day(s) ago, 2 total version(s), has lifecycle hook25
mediumSuspicious Publish Contextmanifest{"package_age_days":5,"publisher":"theash12","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":true,"new_account":true}10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 5.0.1 vs 5.0.0: "node index.js"40
highDNS / OAST exfiltrationpackage/index.jsmatched "oastify.com"30
highNew Account With Lifecycle Hookpackage.jsonpackage first published 5 day(s) ago, 2 total version(s), has lifecycle hook25
mediumSuspicious Publish Contextmanifest{"package_age_days":5,"publisher":"theash12","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":true,"new_account":true}10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node index.js"5

Manifest

Package metadata

Scripts1
  • postinstallnode index.js