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
- 134
- Versions published
- 1
- First published
- Jun 2026
- Publisher
- musistudio
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":["@musistudio/[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":["@musistudio/[email protected]"],"fail_on":"high"}'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
Status history (3 events)
- available → available · risk high · score 74 · status available -> available, risk high -> high, score 84 -> 74
- available → available · risk high · score 84 · status available -> available, risk high -> high, score 74 -> 84
- new → available · risk high · score 74 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | package/dist/src/channels/telegram/actions.js | matched "api.telegram.org/bot" | 40 |
| high | Webhook Exfil Endpoint | package/dist/src/channels/telegram/polling-manager.js | matched "api.telegram.org/bot" | 40 |
| medium | Remote Payload | package/dist/src/channels/telegram/actions.js | matched "api.telegram.org/bot" | 12 |
| medium | Remote Payload | package/dist/src/channels/telegram/polling-manager.js | matched "api.telegram.org/bot" | 12 |
Manifest
Package metadata
Scripts21
buildnpm run clean && tsc -p tsconfig.jsonbundlenpm run clean:bundle && node scripts/bundle.mjsbundle:servernode scripts/bundle.mjs serverbundle:stdionode scripts/bundle.mjs stdiocleanrm -rf distclean:bundlerm -rf dist-bundledevtsx watch src/server.tsdev:stdiotsx src/stdio.tspack:dry-runnpm pack --dry-runplayground:replnpm --prefix sdks/node run build && node scripts/repl-playground.mjsprepacknpm run buildprepublishOnlynpm testrelease:checknpm test && npm run pack:dry-runrelease:publishnpm publish --access publicrelease:publish:provenancenpm publish --access public --provenancestartnode dist/src/server.jsstart:bundle:servernode dist-bundle/server/server.jsstart:bundle:stdionode dist-bundle/stdio/stdio.jsstart:stdionode dist/src/stdio.jssync:sdk-stdionpm run bundle:stdio && node scripts/sync-sdk-stdio.mjstestnode --test --import tsx tests/**/*.test.ts
Dependencies7
@fastify/websocket^11.2.0@larksuiteoapi/node-sdk^1.63.0fastify^5.3.0https-proxy-agent^9.0.0socks-proxy-agent^10.0.0undici^7.25.0ws^8.20.0