PkgRadar

Package evidence

@dcagentx/[email protected]

Webhook Exfil Endpoint: matched "webhook.site"

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.

Versions published
1
First published
Jun 2026
Publisher
dangcheng

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":["@dcagentx/[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":["@dcagentx/[email protected]"],"fail_on":"high"}'
Publisherdangcheng
Artifact bytes17,847,696
Previous versionnone
Published2026-06-12T09:17:33.349Z
SHA-2562ebd70b20b86d87f8c99d2d72d902c35e3788d6d1ce458f1edea881ec8b5fbed

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "webhook.site"

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

Availability ledger

available

high
Last checked
highRisk
85Score
1.0.0-canary.2Version
Status history (1 event)
  1. newavailable · risk high · score 85 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli/chunks/chunk-4PFUQDF2.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/dist/cli/chunks/chunk-4PFUQDF2.jsmatched "oastify.com"30
mediumCredential file accesspackage/dist/cli/chunks/chunk-BNESGOSJ.jsmatched "AWS_ACCESS_KEY"10
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli/chunks/chunk-4PFUQDF2.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/dist/cli/chunks/chunk-4PFUQDF2.jsmatched "oastify.com"30
mediumCredential file accesspackage/dist/cli/chunks/chunk-BNESGOSJ.jsmatched "AWS_ACCESS_KEY"10
lowCredential file accesspackage/dist/cli/chunks/chunk-4PFUQDF2.jsmatched ".npmrc"5
lowLarge Javascript Payloadpackage/dist/cli/chunks/chunk-7HIHYS2T.js2240858 bytes0
lowObfuscation Densitypackage/dist/cli/chunks/chunk-IY7VA2FF.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/cli/chunks/chunk-K5PGHDBN.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/cli/chunks/chunk-ROAWQHZI.js2496841 bytes0
lowLarge Javascript Payloadpackage/dist/cli/chunks/chunk-Z7TCTBNI.js2919219 bytes0
lowLarge Javascript Payloadpackage/dist/cli/cli.js5615424 bytes0
lowLarge Javascript Payloadpackage/dist/cli/chunks/dist-TE5QKMGR.js4920964 bytes0

Manifest

Package metadata

Scripts12
  • buildnode scripts/build.js
  • bundle:clinode scripts/bundle-cli.js
  • cleanrm -rf dist
  • linteslint src test
  • lint:fixeslint src test --fix
  • prepacknpm run build && npm run bundle:cli
  • prepublishOnlynpm run clean && npm run build && npm run bundle:cli
  • testvitest run
  • test:civitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies2
  • @modelcontextprotocol/sdk^1.25.2
  • zod^3.25.0