PkgRadar

Package evidence

[email protected]

DNS / OAST exfiltration: matched "dns.lookup"

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
91,211,962Ubiquitous · −70% score
Versions published
1,239Mature · −50% score
First published
Mar 2013
Publisher
pnpmuser

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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publisherpnpmuser
Artifact bytes4,583,486
Previous version10.34.0
Published2026-05-27T23:03:31.140Z
SHA-256b568bc5ee2b68a9735743c1b9f09b3d3065de64befaf186c5d01b2f084d16cc0

Why flagged

What the scanner saw

DNS / OAST exfiltration: matched "dns.lookup"

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

Availability ledger

available

review
Last checked
reviewRisk
25Score
10.34.1Version
Status history (1 event)
  1. newavailable · risk review · score 25 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/dist/node_modules/@npmcli/agent/lib/dns.jsmatched "dns.lookup"30
highDNS / OAST exfiltrationpackage/dist/node_modules/socks-proxy-agent/dist/index.jsmatched "dns.lookup"30
highDNS / OAST exfiltrationpackage/dist/node_modules/make-fetch-happen/lib/options.jsmatched "dns.lookup"30
mediumObfuscation Densitypackage/dist/node_modules/minipass-sized/package-lock.jsonhigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/node_modules/.pnpm/lock.yamlhigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/pnpm.cjs7883937 bytes10

Manifest

Package metadata

Scripts8
  • _compiletsc --build
  • _testjest
  • bundlets-node bundle.ts
  • compiletsc --build && pnpm run lint --fix && rimraf dist bin/nodes && pnpm run bundle && shx cp -r node-gyp-bin dist/node-gyp-bin && shx cp -r node_modules/@pnpm/tabtab/lib/templates dist/templates && shx cp -r node_modules/ps-list/vendor dist/vendor && shx cp pnpmrc dist/pnpmrc
  • linteslint "src/**/*.ts" "test/**/*.ts"
  • pretest:e2erimraf node_modules/.bin/pnpm
  • starttsc --watch
  • testpnpm run compile && pnpm run _test