PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"console.log('\\x1b[32m%s\\x1b[0m', '✅ pmcp-server installed successfully! Run \\x1b[1mpmcp setup\\x1b[22m to initialize your project.')\""

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
15
First published
May 2026
Publisher
thana0623

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherthana0623
Artifact bytes101,727
Previous version1.5.2
Published2026-06-04T15:40:13.955Z
SHA-256da8cdf6fd5c8a65820e2a687d19760aeb07428a45c86d3e063ffeb215f08225e

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"console.log('\\x1b[32m%s\\x1b[0m', '✅ pmcp-server installed successfully! Run \\x1b[1mpmcp setup\\x1b[22m to initialize your project.')\""

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"console.log('\\x1b[32m%s\\x1b[0m', '✅ pmcp-server installed successfully! Run \\x1b[1mpmcp setup\\x1b[22m to initialize your project.')\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"console.log('\\x1b[32m%s\\x1b[0m', '✅ pmcp-server installed successfully! Run \\x1b[1mpmcp setup\\x1b[22m to initialize your project.')\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"console.log('\\x1b[32m%s\\x1b[0m', '✅ pmcp-server installed successfully! Run \\x1b[1mpmcp setup\\x1b[22m to initialize your project.')\""5

Manifest

Package metadata

Scripts12
  • buildtsc -p tsconfig.json
  • clinode build/cli.js
  • devtsx src/index.ts
  • dev:clitsx src/cli.ts
  • formatprettier --write src/
  • linteslint src/
  • lint:fixeslint src/ --fix
  • postinstallnode -e "console.log('\x1b[32m%s\x1b[0m', '✅ pmcp-server installed successfully! Run \x1b[1mpmcp setup\x1b[22m to initialize your project.')"
  • prepublishOnlynpm run build && rm -rf build/__tests__
  • startnode build/index.js
  • testvitest run
  • test:watchvitest
Dependencies1
  • @modelcontextprotocol/sdk^1.29.0