BEACON

← candidates

npm @exulu/backend @3.0.0

score
0.8 high
flagged 2026-07-19 23:33
signals by category
content 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
content
install_script_payload 1.0 install/lifecycle script matches payload regex
topology
dependency_added_unknown 0.6 4 new non-watchlisted dep(s): ['busboy', 'fuse.js', 'mailparser', 'safe-regex']

Prior profile (what it deviated from)

{
  "had_install_script": true,
  "maintainers": [
    "exulu"
  ],
  "versions": 139
}

Evidence (package doc at flag time)

{
  "dependencies_count": 78,
  "dist": {
    "integrity": "sha512-tvLHIXsgQw9IJvPIQjS8fvEoom+JOo6HpULJhocjpk9PPn2AoohdrudwotS/Re3t21OEn3mlXr8z20ZdnUXIrA==",
    "tarball": "https://registry.npmjs.org/@exulu/backend/-/backend-3.0.0.tgz",
    "unpackedSize": 3098685
  },
  "dist-tags": {
    "latest": "3.0.0"
  },
  "latest_version": "3.0.0",
  "maintainers": [
    {
      "email": "daniel@qventu.com",
      "name": "exulu"
    }
  ],
  "num_versions": 150,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Qventu/exulu-backend.git"
  },
  "scripts": {
    "audit": "npm audit",
    "audit:fix": "npm audit fix",
    "audit:prod": "npm audit --omit=dev",
    "build": "tsup",
    "cpd": "jscpd src --reporters console",
    "cpd:report": "jscpd src --reporters console,html",
    "cpd:view": "serve cpd-report/html -l 3001",
    "dev": "npm link && tsup --watch",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\"",
    "lint": "eslint src --ext .ts",
    "lint:errors": "eslint src --ext .ts --quiet",
    "lint:fix": "eslint src --ext .ts --fix",
    "postinstall": "node scripts/postinstall.cjs",
    "preinstall": "node -e \"if (process.version !== 'v22.18.0') { console.error('\u274c Wrong Node.js version. Expected v22.18.0, got ' + process.version); process.exit(1); }\"",
    "prepare": "husky",
    "python:clean": "rm -rf ee/python/.venv ee/python/__pycache__ ee/python/**/__pycache__ ee/python/**/*.pyc",
    "python:install": "source ee/python/.venv/bin/activate && pip install -r ee/python/requirements.txt",
    "python:rebuild": "npm run python:clean && npm run python:setup",
    "python:setup": "cd ee/python && ./setup.sh",
    "python:validate": "source ee/python/.venv/bin/activate && python -c 'import docling; import transformers; print(\"\u2713 Python environment is working correctly\")'",
    "semantic-release": "semantic-release",
    "start:whisper": "node ./dist/cli/start-whisper.cjs",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "type-check": "tsc --noEmit",
    "validate": "npm run type-check && npm run lint && npm run test"
  },
  "signal_details": {
    "dependency_added_unknown": "4 new non-watchlisted dep(s): ['busboy', 'fuse.js', 'mailparser', 'safe-regex']",
    "install_script_payload": "install/lifecycle script matches payload regex"
  },
  "time": {
    "created": "2025-05-21T21:01:02.934Z",
    "modified": "2026-07-20T04:33:01.424Z"
  }
}