BEACON

← candidates

npm pinata-security-cli @0.6.1

score
0.6403 med
flagged 2026-06-17 18:11
signals by category
content 2 enrichment 1

maintainers added: chiefhype

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
enrichment
repo_doesnt_exist 1.0 claimed repo pinata-security/pinata returns 404 on github.com

Prior profile (what it deviated from)

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

Evidence (package doc at flag time)

{
  "dependencies_count": 15,
  "dist": {
    "integrity": "sha512-WhuF2xK7JtK2NDNLs0fC9TiHGCesnJucHqIHyqwMH3lx6pflz+53cd7vGzjtYdAx2pciYgas8h2xQZi9HcQRJA==",
    "tarball": "https://registry.npmjs.org/pinata-security-cli/-/pinata-security-cli-0.6.1.tgz",
    "unpackedSize": 4615293
  },
  "dist-tags": {
    "latest": "0.6.1"
  },
  "latest_version": "0.6.1",
  "maintainers": [
    {
      "email": "christiandcattaneo@gmail.com",
      "name": "chiefhype"
    }
  ],
  "num_versions": 19,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pinata-security/pinata.git"
  },
  "scripts": {
    "benchmark": "vitest run tests/benchmarks/ --reporter=verbose",
    "benchmark:quick": "vitest run tests/benchmarks/scan-benchmark.test.ts --reporter=verbose",
    "build": "tsup",
    "clean": "rm -rf dist",
    "deploy:web": "vercel --prod",
    "dev": "tsup --watch",
    "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "postinstall": "node -e \"try { require('child_process').execSync('npm run setup:wasm', {stdio: 'inherit'}); } catch(e) { console.log('WASM setup skipped (run npm run setup:wasm manually)'); }\"",
    "prepublishOnly": "npm run build",
    "setup:wasm": "npx tsx scripts/setup-wasm.ts",
    "start": "node dist/cli/index.js",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:run": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "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",
    "repo_doesnt_exist": "claimed repo pinata-security/pinata returns 404 on github.com"
  },
  "time": {
    "created": "2026-02-03T00:20:17.106Z",
    "modified": "2026-06-17T23:11:25.580Z"
  }
}