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,015,708
Previous version0.7.0
Published2026-06-01T00:47:47.250Z
SHA-2560283b271bd0bd4a3c5c10364bf193f179e163eec25e6f92394df9878499f8eba

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
114Score
0.9.0Version
Status history (1 event)
  1. newavailable · risk high · score 114 · 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

14 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 14 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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="echo '' && echo ' ✅ cue installed. Run: cue init' && echo ' Docs: https://github.com/opencue/claude-code-skills' && 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/webshop-google/profile.yamlmatched "GOOGLE_APPLICATION_CREDENTIALS"3

Manifest

Package metadata

Scripts7
  • buildbun build src/index.ts --no-bundle
  • build:bundlebun build src/index.ts --target=node --outfile=dist/cue.js
  • cuebun src/index.ts
  • postinstallecho '' && echo ' ✅ cue installed. Run: cue init' && echo ' Docs: https://github.com/opencue/claude-code-skills' && 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