PkgRadar

Package evidence

[email protected]

Webhook Exfil Endpoint: matched "smee.io"

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
4,686Niche · −30% score
Versions published
386
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

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

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Artifact bytes3,125,935
Previous version0.1.0-nightly.20260617.634
Published2026-06-18T02:38:08.001Z
SHA-2563b226880407ea1e107a96e9a45559b3b803c75b00898c5c670b7413876607d94

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "smee.io"

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

Availability ledger

available

review
Last checked
reviewRisk
21Score
0.1.0-nightly.20260618.635Version
Status history (2 events)
  1. availableavailable · risk review · score 21 · status available -> available, risk high -> review, score 21 -> 21
  2. newavailable · risk high · score 21 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/frontend/assets/main-CD3lmZU_.jsmatched "smee.io"40
highWebhook Exfil Endpointpackage/dist/server/webhook-manager.jsmatched "smee.io"40
mediumRemote Dependency Specpackage.jsondependencies.@xterm/xterm="github:donovan-yohan/xterm.js#v6.0.0-relay.1"12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/frontend/assets/main-CD3lmZU_.jsmatched "smee.io"40
highWebhook Exfil Endpointpackage/dist/server/webhook-manager.jsmatched "smee.io"40
mediumRemote Dependency Specpackage.jsondependencies.@xterm/xterm="github:donovan-yohan/xterm.js#v6.0.0-relay.1"12
lowCredential file accesspackage/dist/frontend/assets/ssh-config-_ykCGR6B.jsmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts25
  • agent-browsernode dist/scripts/agent-browser-cli.js
  • buildnpm run clean && tsc && chmod +x dist/bin/relay-ide.js dist/bin/relayctl.js dist/scripts/agent-browser-cli.js && vite build --config frontend/vite.config.ts
  • build:frontendvite build --config frontend/vite.config.ts
  • build:servertsc
  • checktsc --noEmit && tsc --noEmit -p frontend/tsconfig.json && npm run typecheck:test && npm run lint
  • cleanrm -rf dist/
  • devnpm run build:server && node dist/scripts/dev.js
  • dev:backendnpm run build:server && RELAY_IDE_CONFIG="$(node dist/scripts/dev-backend-config-path.js)" RELAY_IDE_DEV_INSTANCE=1 RELAY_IDE_TMUX_PREFIX=${RELAY_IDE_TMUX_PREFIX:-relay-dev-} RELAY_IDE_HOST=${RELAY_IDE_DEV_BACKEND_HOST:-127.0.0.1} RELAY_IDE_PORT=${RELAY_IDE_DEV_BACKEND_PORT:-3457} node dist/server/index.js
  • dev:nodenpm run build:server && node dist/bin/relay-ide.js node link
  • dev:selfnpm run build:server && node dist/bin/relay-ide.js dev --self-host
  • dev:vitevite --config frontend/vite.config.ts --host ${RELAY_IDE_DEV_FRONTEND_HOST:-127.0.0.1} --port ${RELAY_IDE_DEV_FRONTEND_PORT:-5173}
  • linteslint .
  • postinstallnode scripts/postinstall.js
  • preparehusky
  • prepublishOnlynpm run build
  • sandboxnpm run build && node dist/scripts/sandbox-cli.js
  • sandbox:devnode dist/scripts/sandbox-cli.js
  • startnpm run build && node dist/server/index.js
  • testvitest run
  • test:e2eplaywright test
  • test:e2e:debugplaywright test --debug
  • test:e2e:uiplaywright test --ui
  • test:e2e:updateplaywright test --update-snapshots
  • test:smoke:multi-nodevitest run test/hub-cross-node-pty.test.ts test/multi-node-smoke.test.ts
  • typecheck:testtsc --noEmit -p test/tsconfig.json
Dependencies27
  • @anthropic-ai/claude-agent-sdk^0.2.119
  • @coder/libghostty-vt-node^0.1.0-beta.1
  • @dnd-kit/core^6.3.1
  • @dnd-kit/sortable^10.0.0
  • @dnd-kit/utilities^3.2.2
  • @tanstack/react-query^5.96.1
  • @tanstack/react-virtual^3.13.24
  • @xterm/addon-fit^0.11.0
  • @xterm/addon-web-links^0.12.0
  • @xterm/addon-webgl^0.19.0
  • @xterm/xtermgithub:donovan-yohan/xterm.js#v6.0.0-relay.1
  • better-sqlite3^12.8.0
  • cookie-parser^1.4.7
  • diff^7.0.0
  • diff2html^3.4.56
  • eslint-plugin-sonarjs^4.0.2
  • express^4.21.0
  • get-port^7.1.0
  • node-pty^1.0.0
  • react^19.2.4
  • react-dom^19.2.4
  • react-resizable-panels^2.1.9
  • shiki^4.0.2
  • smee-client^5.0.0
  • web-push^3.6.7
  • ws^8.18.0
  • zustand^5.0.12