PkgRadar

Package evidence

[email protected]

DNS / OAST exfiltration: matched "dns.resolveTxt"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Artifact bytes12,211
Previous version1.2.10
Published2026-02-13T13:51:24.401Z
SHA-256b155c5b587b72a188a36796d719af7592946bf0ea0dce260494a44b745714331

Why flagged

What the scanner saw

DNS / OAST exfiltration: matched "dns.resolveTxt"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/lib/spf.jsmatched "dns.resolveTxt"30

Manifest

Package metadata

Scripts8
  • formatnpm run prettier:fix && npm run lint:fix
  • lintnpx eslint *.js bin/spf lib test
  • lint:fixnpx eslint --fix *.js bin/spf lib test
  • prettiernpx prettier . --check
  • prettier:fixnpx prettier . --write --log-level=warn
  • testnpx mocha
  • versionsnpx dependency-version-checker check
  • versions:fixnpx dependency-version-checker update && npm run prettier:fix
Dependencies4
  • haraka-dsn^1.1.0
  • haraka-net-utils^1.7.2
  • ipaddr.js^2.3.0
  • nopt^9.0.0