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.

Weekly downloads
2,490Niche · −30% score
Versions published
36
First published
May 2026
Publisher
maxma015

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":["@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 bytes346,955
Previous version1.2.0
Published2026-05-26T01:16:02.024Z
SHA-25600402f30608a00c548f21fc49f9230b7b4519bcb44925f067e6d235a3ef06830

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
49Score
1.2.1Version
Status history (3 events)
  1. availableavailable · risk high · score 49 · status available -> available, risk high -> high, score 71 -> 49
  2. availableavailable · risk high · score 71 · status available -> available, risk high -> high, score 37 -> 71
  3. newavailable · risk high · score 37 · 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