PkgRadar

Package evidence

[email protected]

Webhook Exfil Endpoint: matched "requestbin.com"

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
253
Versions published
9
First published
May 2026
Publisher
imdeadpool

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"}'
Publisherimdeadpool
Artifact bytes8,941,889
Previous version0.9.1
Published2026-06-05T19:45:48.438Z
SHA-256f8d7dc6cd1e630864c315d2b5ac34bd3377ce0e10b2d49f7954aea2c497f6329

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "requestbin.com"

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burstactive

imdeadpool

6 members · evidence strength 84
Publisher / release actor burstcandidate

imdeadpool

6 members · max score 182

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/resources/skills/skills/gstack/browse/src/content-security.tsmatched "requestbin.com"40
highDNS / OAST exfiltrationpackage/resources/skills/skills/gstack/browse/src/content-security.tsmatched "burpcollaborator.net"30
mediumRemote Payloadpackage/src/commands/import-profile.tsmatched "raw.githubusercontent.com"12
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 18 day(s) ago, 9 total version(s), has lifecycle hook10
Show all 17 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/resources/skills/skills/gstack/browse/src/content-security.tsmatched "requestbin.com"40
highDNS / OAST exfiltrationpackage/resources/skills/skills/gstack/browse/src/content-security.tsmatched "burpcollaborator.net"30
mediumRemote Payloadpackage/src/commands/import-profile.tsmatched "raw.githubusercontent.com"12
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 18 day(s) ago, 9 total version(s), has lifecycle hook10
lowCredential file accesspackage/src/lib/permissions.test.tsmatched ".ssh/"5
lowCredential file accesspackage/src/commands/security.test.tsmatched ".aws/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="echo '' && echo ' ✅ cue installed.' && echo ' Next: run `cue shell install` (activates the claude/codex shim — required to load profiles)' && echo ' then `cue init` (pin a profile to this directory)' && echo ' Docs: https://github.com/opencue/cuecards' && echo ''"5
lowCredential file accesspackage/resources/mcps/configs/claude_runtime.sanitized.jsonmatched "GOOGLE_APPLICATION_CREDENTIALS"3
lowCredential file accesspackage/resources/mcps/configs/claude.sanitized.jsonmatched "GOOGLE_APPLICATION_CREDENTIALS"3
lowCredential file accesspackage/resources/mcps/configs/codex.sanitized.jsonmatched "GOOGLE_APPLICATION_CREDENTIALS"3
lowCredential file accesspackage/profiles/aws/profile.yamlmatched "AWS_ACCESS_KEY"3
lowCredential file accesspackage/profiles/google-ads/profile.yamlmatched "GOOGLE_APPLICATION_CREDENTIALS"3
lowCredential file accesspackage/profiles/google-analytics/profile.yamlmatched "GOOGLE_APPLICATION_CREDENTIALS"3
lowCredential file accesspackage/profiles/growth/profile.yamlmatched "GOOGLE_APPLICATION_CREDENTIALS"3
lowCredential file accesspackage/profiles/ops/profile.yamlmatched "AWS_ACCESS_KEY"3
lowCredential file accesspackage/profiles/ssh/profile.yamlmatched ".ssh/"3
lowCredential file accesspackage/profiles/webshop-google/profile.yamlmatched "GOOGLE_APPLICATION_CREDENTIALS"3

Manifest

Package metadata

Scripts8
  • buildbun build src/index.ts --no-bundle
  • build:bundlebun build src/index.ts --target=node --outfile=dist/cue.js
  • cuebun src/index.ts
  • lintbiome lint src
  • postinstallecho '' && echo ' ✅ cue installed.' && echo ' Next: run `cue shell install` (activates the claude/codex shim — required to load profiles)' && echo ' then `cue init` (pin a profile to this directory)' && echo ' Docs: https://github.com/opencue/cuecards' && echo ''
  • prepackbash scripts/prepack-check.sh && bun run build:bundle
  • testbun test
  • typechecktsc --noEmit
Dependencies4
  • @clack/core^1.3.1
  • @clack/prompts^1.4.0
  • ajv^8.17.1
  • yaml^2.6.0