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 bytes15,784
Previous version1.1.1
Published2026-05-10T22:34:27.190Z
SHA-256c47232b5cd7765647102033085fd81faaba51d3e8990cba9a58f9593f1e4ba17

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
33Score
1.1.2Version
Status history (1 event)
  1. newavailable · risk high · score 33 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/lib/dkim-object.jsmatched "dns.resolveTxt"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/lib/dkim-object.jsmatched "dns.resolveTxt"30
lowObfuscationpackage/lib/dkim-object.jsmatched "Buffer.from(this.dns_fields.p, 'base64"3

Manifest

Package metadata

Scripts9
  • formatnpm run prettier:fix && npm run lint:fix
  • lintnpx eslint *.js test
  • lint:fixnpx eslint *.js test --fix
  • prettiernpx prettier . --check
  • prettier:fixnpx prettier . --write --log-level=warn
  • testnode --test
  • test:coveragenpx c8 --reporter=text --reporter=text-summary npm test
  • versionsnpx npm-dep-mgr check
  • versions:fixnpx npm-dep-mgr update
Dependencies6
  • address-rfc2821^2.1.5
  • address-rfc2822^2.2.3
  • async^3.2.6
  • haraka-email-message^1.3.3
  • haraka-utils^1.1.4
  • nopt^9.0.0