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
484
Versions published
5
First published
Mar 2026
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

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"}'
Artifact bytes106,115
Previous version6.4.6
Published2026-04-20T17:22:06.786Z
SHA-256e0c2efbbedef2c6a6f0365bf12f9d63f2a39dd8e272a1822803894572c0b174b

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
9Score
6.4.7Version
Status history (1 event)
  1. newavailable · risk review · score 9 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/lib/utils/dns-utils.jsmatched "dns.lookup"30

Manifest

Package metadata

Scripts15
  • buildnode scripts/client.js build
  • build:checknode scripts/client.js check
  • build:watchnode scripts/client.js watch
  • commit:checkcommitlint --from HEAD~1
  • commitlintcommitlint
  • formatprettier . --write --ignore-unknown
  • format:checkprettier . --check --ignore-unknown
  • linteslint . --ext js --ignore-pattern *.tpl.js --no-warn-ignored
  • lint:fixeslint . --ext js --ignore-pattern *.tpl.js --no-warn-ignored --fix
  • prepare[ -w .git/config ] && husky || true
  • testnpm run test:unit && npm run test:e2e && npm run test:client
  • test:clientnode bin/karma start test/client/karma.conf.js
  • test:e2ecucumber-js
  • test:integration./scripts/integration-tests.sh
  • test:unitmocha --require test/unit/mocha-globals.js "test/unit/**/*.spec.js"
Dependencies24
  • @colors/colors1.6.0
  • body-parser^2.2.2
  • braces^3.0.3
  • chokidar^5.0.0
  • connect^3.7.0
  • di^0.0.1
  • dom-serialize^2.2.1
  • glob^13.0.6
  • graceful-fs^4.2.11
  • http-proxy^1.18.1
  • isbinaryfile^5.0.7
  • lodash^4.17.23
  • log4js^6.9.1
  • mime-types^3.0.2
  • minimatch^10.2.4
  • mkdirp^3.0.1
  • qjobs^1.2.0
  • range-parser^1.2.1
  • rimraf^6.1.3
  • socket.io^4.8.3
  • source-map^0.7.6
  • tmp^0.2.5
  • ua-parser-js^2.0.9
  • yargs^18.0.0