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
3,197Niche · −30% score
Versions published
53
First published
Feb 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 bytes200,984
Previous version2.5.1
Published2026-05-22T21:08:20.095Z
SHA-256cb4b03166de5b6ed787b7fa9efad15cb5353f734613fa1ebc6e45c87dfc4585a

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
2.6.0Version
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/dist/localhost.jsmatched "dns.lookup"30

Manifest

Package metadata

Scripts15
  • benchnode bench/getQueueByArn.bench.ts && node bench/createMessage.bench.ts && node bench/snsPublish.bench.ts
  • buildtsc
  • devnode --watch src/server.ts
  • docker:builddocker build -t kibertoad/fauxqs:latest -t kibertoad/fauxqs:$npm_package_version .
  • docker:publishpnpm docker:build && pnpm docker:push
  • docker:pushdocker push kibertoad/fauxqs:latest && docker push kibertoad/fauxqs:$npm_package_version
  • lintoxlint && oxfmt src && tsc --noEmit
  • lint:fixoxlint --fix && oxfmt --write src
  • startnode dist/server.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:dockernode docker-acceptance/docker-acceptance.ts
  • test:docker:composenode docker-acceptance/docker-compose-acceptance.ts
  • test:docker:persistencenode docker-acceptance/docker-persistence-acceptance.ts
  • test:docker:s3-storagenode docker-acceptance/docker-s3-storage-acceptance.ts
Dependencies8
  • @aws-sdk/client-s3^3.1053.0
  • @aws-sdk/client-sns^3.1053.0
  • @aws-sdk/client-sqs^3.1053.0
  • @fastify/cors^11.2.0
  • @smithy/node-http-handler^4.7.4
  • fastify^5.8.5
  • toad-cache^3.7.1
  • valibot^1.4.0