PkgRadar

Package evidence

[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.

Weekly downloads
1,490Niche · −30% score
Versions published
338
First published
Jan 2026
Publisher
dnszlsk

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherdnszlsk
Artifact bytes710,944
Previous version2.11.76
Published2026-06-08T14:52:31.227Z
SHA-2561ee1b661874156c45af80254e3ba6496a50999315373ec099d27317f1e954190

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "webhook.site"

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burstactive

dnszlsk

2 members · evidence strength 61
Publisher / release actor burstcandidate

dnszlsk

2 members · max score 196

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/src/scanner/ast-detectors/constants.jsmatched "webhook.site"40
highJs Split Join Obfuscationpackage/src/scanner/deobfuscate.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
highWebhook Exfil Endpointpackage/src/rules/index.jsmatched "canarytokens.org"40
highWebhook Exfil Endpointpackage/src/sandbox/index.jsmatched "discord.com/api/webhooks/"40
highWebhook Exfil Endpointpackage/src/sandbox/network-allowlist.jsmatched "webhook.site"40
highWebhook Exfil Endpointpackage/src/response/playbooks.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/src/scanner/ast-detectors/constants.jsmatched "oastify.com"30
highDNS / OAST exfiltrationpackage/src/rules/index.jsmatched "oastify.com"30
highDNS / OAST exfiltrationpackage/src/sandbox/network-allowlist.jsmatched "oastify.com"30
highDNS / OAST exfiltrationpackage/src/scanner/package.jsmatched "oast.fun"30
highDNS / OAST exfiltrationpackage/src/response/playbooks.jsmatched "oastify.com"30
mediumCredential file accesspackage/src/scanner/package.jsmatched ".npmrc"10
Show all 23 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/src/scanner/ast-detectors/constants.jsmatched "webhook.site"40
highJs Split Join Obfuscationpackage/src/scanner/deobfuscate.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
highWebhook Exfil Endpointpackage/src/rules/index.jsmatched "canarytokens.org"40
highWebhook Exfil Endpointpackage/src/sandbox/index.jsmatched "discord.com/api/webhooks/"40
highWebhook Exfil Endpointpackage/src/sandbox/network-allowlist.jsmatched "webhook.site"40
highWebhook Exfil Endpointpackage/src/response/playbooks.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/src/scanner/ast-detectors/constants.jsmatched "oastify.com"30
highDNS / OAST exfiltrationpackage/src/rules/index.jsmatched "oastify.com"30
highDNS / OAST exfiltrationpackage/src/sandbox/network-allowlist.jsmatched "oastify.com"30
highDNS / OAST exfiltrationpackage/src/scanner/package.jsmatched "oast.fun"30
highDNS / OAST exfiltrationpackage/src/response/playbooks.jsmatched "oastify.com"30
mediumCredential file accesspackage/src/scanner/package.jsmatched ".npmrc"10
lowCredential file accesspackage/src/scanner/ai-config.jsmatched ".npmrc"5
lowCredential file accesspackage/src/shared/bundle-detect.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/integrations/canary-tokens.jsmatched "aws_access_key"5
lowCredential file accesspackage/src/scanner/ast-detectors/constants.jsmatched ".npmrc"5
lowCredential file accesspackage/src/scanner/dataflow.jsmatched ".npmrc"5
lowCredential file accesspackage/src/rules/index.jsmatched ".npmrc"5
lowCredential file accesspackage/src/sandbox/index.jsmatched ".npmrc"5
lowCredential file accesspackage/src/ml/llm-detective.jsmatched ".npmrc"5
lowCredential file accesspackage/src/scanner/paranoid.jsmatched ".npmrc"5
lowCredential file accesspackage/src/response/playbooks.jsmatched ".npmrc"5
lowCredential file accesspackage/src/scanner/temporal-ast-diff.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts9
  • compress-iocsnode -e "const fs=require('fs');const zlib=require('zlib');zlib.gzip(fs.readFileSync('src/ioc/data/iocs.json'),(e,b)=>{if(e)throw e;fs.writeFileSync('iocs.json.gz',b);console.log('Compressed: '+b.length+' bytes')})"
  • fp-clustersnode scripts/analyze-fp-clusters.js
  • linteslint src bin --ext .js
  • prepublishOnlynode -e "if(!process.env.CI){console.error('ERR: Publish via CI workflow (tag v* push). Local publishes are disabled.');process.exit(1)}"
  • scannode bin/muaddib.js scan .
  • testnode tests/run-tests.js
  • test:integrationnode tests/run-tests-integration.js
  • test:regression-checknode scripts/regression-check.js
  • updatenode bin/muaddib.js update
Dependencies6
  • @inquirer/prompts8.5.2
  • acorn8.16.0
  • acorn-walk8.3.5
  • adm-zip0.5.17
  • js-yaml4.2.0
  • web-tree-sitter^0.26.9