PkgRadar

Package evidence

@0xmaxma/[email protected]

Install Lifecycle Suppresses Failure: postinstall="if command -v bun >/dev/null 2>&1; then bun install --cwd mcp; else echo 'Warning: bun not found. Run `cd mcp && bun install` manually to enable MCP tools.'; fi"

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.

Versions published
37
First published
May 2026
Publisher
maxma015

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":["@0xmaxma/[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":["@0xmaxma/[email protected]"],"fail_on":"high"}'
Publishermaxma015
Artifact bytes362,376
Previous version1.2.31
Published2026-06-11T04:36:16.444Z
SHA-256f87cd4e4341c281a45dccb3bc28520b65fe9508f1d2b678204ff8ac20e10126b

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="if command -v bun >/dev/null 2>&1; then bun install --cwd mcp; else echo 'Warning: bun not found. Run `cd mcp && bun install` manually to enable MCP tools.'; fi"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="if command -v bun >/dev/null 2>&1; then bun install --cwd mcp; else echo 'Warning: bun not found. Run `cd mcp && bun install` manually to enable MCP tools.'; fi"20
mediumRemote Payloadpackage/dist/apps/registry-client.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/mcp/tools/agent/handlers.tsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/lib/pairing.tsmatched "api.telegram.org/bot"12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="if command -v bun >/dev/null 2>&1; then bun install --cwd mcp; else echo 'Warning: bun not found. Run `cd mcp && bun install` manually to enable MCP tools.'; fi"20
mediumRemote Payloadpackage/dist/apps/registry-client.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/mcp/tools/agent/handlers.tsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/lib/pairing.tsmatched "api.telegram.org/bot"12
lowMessenger Bot Endpointpackage/mcp/tools/agent/handlers.tsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/lib/pairing.tsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="if command -v bun >/dev/null 2>&1; then bun install --cwd mcp; else echo 'Warning: bun not found. Run `cd mcp && bun install` manually to enable MCP tools.'; fi"5

Manifest

Package metadata

Scripts12
  • buildtsc
  • integrationjest --testPathPattern=integration --testTimeout=15000
  • integration:csjest --testPathPattern=character-system --testTimeout=15000
  • integration:hbjest --testPathPattern=heartbeat-e2e --testTimeout=15000
  • integration:majest --testPathPattern=multi-agent --testTimeout=15000
  • postinstallif command -v bun >/dev/null 2>&1; then bun install --cwd mcp; else echo 'Warning: bun not found. Run `cd mcp && bun install` manually to enable MCP tools.'; fi
  • startnode --no-warnings=ExperimentalWarning --env-file-if-exists=.env dist/index.js
  • testjest
  • test:e2ejest --testPathPattern=tests/e2e --forceExit
  • test:manualjest --testPathPattern=phase-manual --testTimeout=15000
  • test:unitjest --testPathPattern=unit
  • typechecktsc --noEmit
Dependencies7
  • chokidar^3.5.0
  • cron-parser^5.5.0
  • express^4.18.0
  • js-yaml^4.1.0
  • lru-cache^10.0.0
  • node-cron^3.0.0
  • p-queue^6.6.2