BEACON

← candidates

npm saimem @1.1.4

score
0.5259 med
flagged 2026-06-18 03:39
signals by category
content 2 topology 1

maintainers added: supermeo

package profile →

amplifiers co-occurring signal pairs that lift the final score

Signals fired

signalweightrationale
content
new_install_script 1.0 first time ['postinstall'] present
install_script_payload 1.0 install/lifecycle script matches payload regex
topology
no_repo 0.3 package.json has no repository field

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [],
  "versions": 0
}

Evidence (package doc at flag time)

{
  "dependencies_count": 8,
  "dist": {
    "integrity": "sha512-L1S4a4I3qp3rCriCFm3x3UwvWPCslpy0wvsYcA5gNNTK/HRPM03WL2fnKb3WkGSXOlIfa49VXulQZaxqOKBu2Q==",
    "tarball": "https://registry.npmjs.org/saimem/-/saimem-1.1.4.tgz",
    "unpackedSize": 1097047
  },
  "dist-tags": {
    "latest": "1.1.4"
  },
  "latest_version": "1.1.4",
  "maintainers": [
    {
      "email": "supermeo.studio@gmail.com",
      "name": "supermeo"
    }
  ],
  "num_versions": 3,
  "repository": null,
  "scripts": {
    "benchmark": "tsx tests/benchmark/search-benchmark.ts",
    "build": "tsc && mkdir -p dist/webview/public && cp -r src/webview/public/. dist/webview/public/",
    "build:prod": "node scripts/build-prod.mjs",
    "dev": "tsx watch src/index.ts",
    "postbuild": "GLOBAL_SAIMEM=$(npm root -g 2>/dev/null)/saimem/dist && [ -d \"$GLOBAL_SAIMEM\" ] && rsync -a --delete dist/ \"$GLOBAL_SAIMEM/\" && echo 'Auto-deployed to global saimem' || true",
    "postinstall": "node -e \"const fs=require('fs');const p=require('path');const src=p.join('node_modules','cytoscape','dist','cytoscape.min.js');const dest=p.join('src','webview','public','vendor','cytoscape.min.js');fs.mkdirSync(p.dirname(dest),{recursive:true});if(fs.existsSync(src))fs.copyFileSync(src,dest);\"",
    "prepack": "npm run build:prod",
    "release": "npm run build:prod && npm publish --access public",
    "start": "node dist-prod/index.cjs",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest"
  },
  "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 ['postinstall'] present",
    "no_repo": "package.json has no repository field"
  },
  "time": {
    "created": "2026-03-30T10:49:37.599Z",
    "modified": "2026-06-18T08:39:22.016Z"
  }
}