PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.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
701
Versions published
25
First published
Apr 2026
Publisher
dinweldik

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"}'
Publisherdinweldik
Artifact bytes2,853,159
Previous version2026.5.29-2
Published2026-05-31T11:37:54.735Z
SHA-2565b1bb3cc6dceb8745111a9cab943a541cd9bce952cdcf3b281459125fa76dc70

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
51Score
2026.5.29-3Version
Status history (1 event)
  1. newavailable · risk review · score 51 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/app/server/dist/extension-registries/claude-marketplace.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/app/server/dist/extension-registries/skills-sh.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/app/server/dist/telegram-notifier.jsmatched "api.telegram.org/bot"12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/app/server/dist/extension-registries/claude-marketplace.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/app/server/dist/extension-registries/skills-sh.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/app/server/dist/telegram-notifier.jsmatched "api.telegram.org/bot"12
lowCredential file accesspackage/app/web/build/client/_app/immutable/chunks/ChtZyE-R.jsmatched ".npmrc"5
lowCredential file accesspackage/app/web/build/server/chunks/FilesPanel-CuYqL3i2.jsmatched ".npmrc"5
lowMessenger Bot Endpointpackage/app/server/dist/telegram-notifier.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts11
  • buildnpm run build -w @fatmux/shared && npm run build -w @fatmux/web && npm run build -w @fatmux/server
  • checknpm run check -w @fatmux/shared && npm run check -w @fatmux/server && npm run check -w @fatmux/web
  • devbash scripts/dev.sh
  • prepacknpm run build
  • preversionnpm run check && npm run build
  • releasenpm run release:version && npm run build && npm run verify:pack && npm publish --tag latest
  • release:versionnode scripts/release-version.mjs
  • startnode app/server/dist/index.js
  • testnpm run test -w @fatmux/shared && npm run test -w @fatmux/server
  • test:e2eplaywright test
  • verify:packnode scripts/verify-pack.mjs
Dependencies11
  • @sveltejs/kit^2.57.0
  • @xterm/addon-fit^0.11.0
  • @xterm/addon-web-links^0.12.0
  • @xterm/xterm^6.0.0
  • better-sqlite3^12.5.0
  • nanoid^5.1.9
  • node-pty^1.1.0
  • smol-toml^1.6.1
  • svelte^5.55.2
  • ws^8.20.0
  • zod^4.1.13