BEACON

← candidates

npm iso27001-mcp @0.8.8

score
0.8275 high
flagged 2026-06-06 22:49
signals by category
content 2 enrichment 1

maintainers added:

package profile →

amplifiers co-occurring signal pairs that lift the final score

Signals fired

signalweightrationale
content
new_install_script 1.0 first time ['preinstall'] present
install_script_payload 1.0 install/lifecycle script matches payload regex
enrichment
repo_too_new_for_version_history 0.7 claimed repo created 35d ago but package has 15 versions (expect >= 70d for that history)

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "sushegaad"
  ],
  "versions": 14
}

Evidence (package doc at flag time)

{
  "dependencies_count": 4,
  "dist": {
    "integrity": "sha512-i7xg+bRL7wBQV7thPNP/ARpN3YemqG8xEoamBwPbcjay0Nmj33D40Rx0s9W0zd4qO87+yoK7eboa0ezFYTDkew==",
    "tarball": "https://registry.npmjs.org/iso27001-mcp/-/iso27001-mcp-0.8.8.tgz",
    "unpackedSize": 1888251
  },
  "dist-tags": {
    "latest": "0.8.8"
  },
  "latest_version": "0.8.8",
  "maintainers": [
    {
      "email": "hemant.naik@gmail.com",
      "name": "sushegaad"
    }
  ],
  "num_versions": 15,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sushegaad/MCP-Server-for-ISO27001.git"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsx src/index.ts",
    "generate-checksums": "tsx scripts/generate-checksums.ts",
    "lint": "eslint src --ext .ts",
    "postbuild": "rm -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",
    "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)}\"",
    "prepack": "npm run build",
    "prepublishOnly": "npm run typecheck && npm test && npm run build",
    "test": "vitest run --coverage",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "verify-checksums": "tsx scripts/verify-checksums.ts"
  },
  "signal_details": {
    "_amplifiers": [
      "install_script_payload + new_install_script: first-ever install script also matches payload regex (+0.15)"
    ],
    "install_script_payload": "install/lifecycle script matches payload regex",
    "new_install_script": "first time ['preinstall'] present",
    "repo_too_new_for_version_history": "claimed repo created 35d ago but package has 15 versions (expect >= 70d for that history)"
  },
  "time": {
    "created": "2026-05-15T00:33:11.661Z",
    "modified": "2026-06-07T03:49:20.665Z"
  }
}