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
184
Versions published
20
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,798,426
Previous version2026.5.13
Published2026-05-20T14:07:50.545Z
SHA-256ceeb2949c0867a630885bb8eabf627d9ab1e71af61c734dc4dd5307036d097aa

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
34Score
2026.5.20Version
Status history (1 event)
  1. newavailable · risk review · score 34 · status changed

Evidence

Static findings

4 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
Show all 4 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
lowCredential file accesspackage/app/web/build/client/_app/immutable/chunks/D52prnWp.jsmatched ".aws"5
lowCredential file accesspackage/app/web/build/server/chunks/FilesPanel-Bzk3mgrr.jsmatched ".aws"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