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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 127 · status changed
Related candidates
Linked campaigns and clusters
imdeadpool
6 members · evidence strength 84imdeadpool
6 members · max score 182Evidence
Static findings
17 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | package/resources/skills/skills/gstack/browse/src/content-security.ts | matched "requestbin.com" | 40 |
| high | DNS / OAST exfiltration | package/resources/skills/skills/gstack/browse/src/content-security.ts | matched "burpcollaborator.net" | 30 |
| medium | Remote Payload | package/src/commands/import-profile.ts | matched "raw.githubusercontent.com" | 12 |
| medium | New Account With Lifecycle Hook | package.json | package first published 18 day(s) ago, 9 total version(s), has lifecycle hook | 10 |
Show all 17 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | package/resources/skills/skills/gstack/browse/src/content-security.ts | matched "requestbin.com" | 40 |
| high | DNS / OAST exfiltration | package/resources/skills/skills/gstack/browse/src/content-security.ts | matched "burpcollaborator.net" | 30 |
| medium | Remote Payload | package/src/commands/import-profile.ts | matched "raw.githubusercontent.com" | 12 |
| medium | New Account With Lifecycle Hook | package.json | package first published 18 day(s) ago, 9 total version(s), has lifecycle hook | 10 |
| low | Credential file access | package/src/lib/permissions.test.ts | matched ".ssh/" | 5 |
| low | Credential file access | package/src/commands/security.test.ts | matched ".aws/" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="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 |
| low | Credential file access | package/resources/mcps/configs/claude_runtime.sanitized.json | matched "GOOGLE_APPLICATION_CREDENTIALS" | 3 |
| low | Credential file access | package/resources/mcps/configs/claude.sanitized.json | matched "GOOGLE_APPLICATION_CREDENTIALS" | 3 |
| low | Credential file access | package/resources/mcps/configs/codex.sanitized.json | matched "GOOGLE_APPLICATION_CREDENTIALS" | 3 |
| low | Credential file access | package/profiles/aws/profile.yaml | matched "AWS_ACCESS_KEY" | 3 |
| low | Credential file access | package/profiles/google-ads/profile.yaml | matched "GOOGLE_APPLICATION_CREDENTIALS" | 3 |
| low | Credential file access | package/profiles/google-analytics/profile.yaml | matched "GOOGLE_APPLICATION_CREDENTIALS" | 3 |
| low | Credential file access | package/profiles/growth/profile.yaml | matched "GOOGLE_APPLICATION_CREDENTIALS" | 3 |
| low | Credential file access | package/profiles/ops/profile.yaml | matched "AWS_ACCESS_KEY" | 3 |
| low | Credential file access | package/profiles/ssh/profile.yaml | matched ".ssh/" | 3 |
| low | Credential file access | package/profiles/webshop-google/profile.yaml | matched "GOOGLE_APPLICATION_CREDENTIALS" | 3 |
Manifest
Package metadata
Scripts8
buildbun build src/index.ts --no-bundlebuild:bundlebun build src/index.ts --target=node --outfile=dist/cue.jscuebun src/index.tslintbiome lint srcpostinstallecho '' && 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:bundletestbun testtypechecktsc --noEmit
Dependencies4
@clack/core^1.3.1@clack/prompts^1.4.0ajv^8.17.1yaml^2.6.0