PkgRadar

Package evidence

[email protected]

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

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 bytes88,180
Previous version1.1.0
Published2026-05-24T10:23:03.015Z
SHA-256b6f765c098a2537f224323fea20f1cd4df483826443fd8cf1e0390fb681e541d

Why flagged

What the scanner saw

Install-time lifecycle script: 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
33Score
1.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 33 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

thana0623

3 members · evidence strength 60
Repeated static TTPstale

Install-time lifecycle script — postinstall="node -e \"console.log('\\x1b[32m%s\\x1b[0m', '✅ pmcp-server installed successfully! run \\x1b[1mpmcp setup\\x1b[22m to initialize your project.')\""

3 members · evidence strength 66

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-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.')\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-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.')\""30
lowObfuscationpackage/package.jsonmatched "\\x1b"3

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