PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: preinstall="node -e \"const v=process.versions.node.split('.').map(Number);if(v[0]<20||(v[0]===20&&v[1]<11)){process.stderr.write('\\nERROR: iso27001-mcp requires Node.js 20.11.0 or later.\\n Found: '+process.version+'\\n Install: https://nodejs.org (or use nvm / Volta)\\n\\n');process.exit(1)}\""

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
sushegaad

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"}'
Publishersushegaad
Artifact bytes463,516
Previous version0.8.7
Published2026-06-07T03:49:20.339Z
SHA-256d091e18c0e8a006e52003ffe4647664e535597758ab00fbd89249a4e82b9b8dd

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: preinstall added in 0.8.8 vs 0.8.7: "node -e \"const v=process.versions.node.split('.').map(Number);if(v[0]<20||(v[0]===20&&v[1]<11)){process.stderr.write('\\nERROR: iso27001-mcp requires Node.js 20.11.0 or later.\\n Found: '+process.version+'\\n Install: https://nodejs.org (or use nvm / Volta)\\n\\n');process.exit(1)}\""

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 0.8.8 vs 0.8.7: "node -e \"const v=process.versions.node.split('.').map(Number);if(v[0]<20||(v[0]===20&&v[1]<11)){process.stderr.write('\\nERROR: iso27001-mcp requires Node.js 20.11.0 or later.\\n Found: '+process.version+'\\n Install: https://nodejs.org (or use nvm / Volta)\\n\\n');process.exit(1)}\""40
highInstall Lifecycle Remote Or Execpackage.jsonpreinstall="node -e \"const v=process.versions.node.split('.').map(Number);if(v[0]<20||(v[0]===20&&v[1]<11)){process.stderr.write('\\nERROR: iso27001-mcp requires Node.js 20.11.0 or later.\\n Found: '+process.version+'\\n Install: https://nodejs.org (or use nvm / Volta)\\n\\n');process.exit(1)}\""30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 0.8.8 vs 0.8.7: "node -e \"const v=process.versions.node.split('.').map(Number);if(v[0]<20||(v[0]===20&&v[1]<11)){process.stderr.write('\\nERROR: iso27001-mcp requires Node.js 20.11.0 or later.\\n Found: '+process.version+'\\n Install: https://nodejs.org (or use nvm / Volta)\\n\\n');process.exit(1)}\""40
highInstall Lifecycle Remote Or Execpackage.jsonpreinstall="node -e \"const v=process.versions.node.split('.').map(Number);if(v[0]<20||(v[0]===20&&v[1]<11)){process.stderr.write('\\nERROR: iso27001-mcp requires Node.js 20.11.0 or later.\\n Found: '+process.version+'\\n Install: https://nodejs.org (or use nvm / Volta)\\n\\n');process.exit(1)}\""30
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node -e \"const v=process.versions.node.split('.').map(Number);if(v[0]<20||(v[0]===20&&v[1]<11)){process.stderr.write('\\nERROR: iso27001-mcp requires Node.js 20.11.0 or later.\\n Found: '+process.version+'\\n Install: https://nodejs.org (or use nvm / Volta)\\n\\n');process.exit(1)}\""5

Manifest

Package metadata

Scripts12
  • buildtsup
  • devtsx src/index.ts
  • generate-checksumstsx scripts/generate-checksums.ts
  • linteslint src --ext .ts
  • postbuildrm -rf dist/seed && mkdir -p dist/seed && cp -r src/seed/policy-templates dist/seed/policy-templates && cp -r src/seed/procedure-templates dist/seed/procedure-templates && cp -r src/seed/evidence-templates dist/seed/evidence-templates && cp -r src/seed/partials dist/seed/partials
  • preinstallnode -e "const v=process.versions.node.split('.').map(Number);if(v[0]<20||(v[0]===20&&v[1]<11)){process.stderr.write('\nERROR: iso27001-mcp requires Node.js 20.11.0 or later.\n Found: '+process.version+'\n Install: https://nodejs.org (or use nvm / Volta)\n\n');process.exit(1)}"
  • prepacknpm run build
  • prepublishOnlynpm run typecheck && npm test && npm run build
  • testvitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
  • verify-checksumstsx scripts/verify-checksums.ts
Dependencies4
  • @modelcontextprotocol/sdk1.29.0
  • better-sqlite3-multiple-ciphers12.9.0
  • mustache4.2.0
  • zod3.25.76
Optional dependencies2
  • express^4.22.2
  • express-rate-limit7.5.1