PkgRadar

Package evidence

@brutalstrikedevs/[email protected]

Webhook Exfil Endpoint: matched "api.telegram.org/bot"

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
9,884Niche · −30% score
Versions published
2
First published
May 2026
Publisher
brutalstrikedevs

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":["@brutalstrikedevs/[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":["@brutalstrikedevs/[email protected]"],"fail_on":"high"}'
Artifact bytes1,301,229
Previous version0.1.91
Published2026-06-11T01:20:26.218Z
SHA-256e5d63dff4bbf3477964a30841078b3236cb9902564ff2d2d8daaa8aaaf6b11c1

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "api.telegram.org/bot"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist-cli/index.jsmatched "api.telegram.org/bot"40
highNew Account With Lifecycle Hookpackage.jsonpackage first published 14 day(s) ago, 2 total version(s), has lifecycle hook25
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist-cli/index.jsmatched "api.telegram.org/bot"40
highNew Account With Lifecycle Hookpackage.jsonpackage first published 14 day(s) ago, 2 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/fix-pty-native-build.cjs"5
lowObfuscation Densitypackage/dist-cli/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts11
  • buildpnpm run build:frontend && pnpm run build:cli
  • build:clitsup
  • build:frontendvue-tsc --noEmit && vite build
  • devnode scripts/dev.cjs
  • dev2node scripts/dev-random-home.cjs
  • dev:openpnpm run build:cli && sh -c 'pnpm run dev & VPID=$!; node dist-cli/index.js --open-project "${1:-.}"; wait $VPID' --
  • postinstallnode scripts/fix-pty-native-build.cjs
  • previewvite preview
  • profile:browsernode scripts/profile-browser-runtime.cjs
  • profile:threadPROFILE_ROUTE='#/thread/019da7c0-4e12-7a91-837c-f7c11cc8ab6c' node scripts/profile-browser-runtime.cjs
  • test:unitvitest run
Dependencies9
  • @composio/client0.1.0-alpha.66
  • @xterm/addon-fit^0.11.0
  • @xterm/xterm^6.0.0
  • commander^13.1.0
  • express^5.1.0
  • firebase^12.2.1
  • highlight.js^11.11.1
  • qrcode-terminal^0.12.0
  • ws^8.18.3