BEACON

← candidates

npm @hasna/cloud @0.1.39

score
0.6164 med
flagged 2026-06-21 06:49
signals by category
content 1 cadence 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
content
install_script_payload 1.0 install/lifecycle script matches payload regex
cadence
rapid_release 0.8 3 versions in last 24h: ['0.1.37', '0.1.38', '0.1.39']
topology
no_repo 0.3 package.json has no repository field

Prior profile (what it deviated from)

{
  "had_install_script": true,
  "maintainers": [
    "andreihasna2"
  ],
  "versions": 39
}

Evidence (package doc at flag time)

{
  "dependencies_count": 5,
  "dist": {
    "integrity": "sha512-fnLB3d45NVuBuwgp3Fx8If6EKnAuyprs2YfGPLMHOCgKxu2Wx5N32cHmavbLe9RgEa2zLC4FbLAClppcmTqbWg==",
    "tarball": "https://registry.npmjs.org/@hasna/cloud/-/cloud-0.1.39.tgz",
    "unpackedSize": 3161681
  },
  "dist-tags": {
    "latest": "0.1.39"
  },
  "latest_version": "0.1.39",
  "maintainers": [
    {
      "email": "andrei@hasna.com",
      "name": "andreihasna2"
    }
  ],
  "num_versions": 40,
  "repository": null,
  "scripts": {
    "build": "bun build src/index.ts --outdir dist --target node && bun build src/cli/index.ts --outdir dist/cli --target node && bun build src/mcp/index.ts --outdir dist/mcp --target node && bun build src/mcp/bin.ts --outfile dist/mcp/bin.js --target node && chmod +x dist/mcp/bin.js && bun build src/scheduled-sync.ts --outdir dist --target node && bun run build:types",
    "build:types": "tsc --emitDeclarationOnly --declaration --outDir dist",
    "postinstall": "mkdir -p $HOME/.hasna/cloud 2>/dev/null || true; test -f $HOME/.hasna/cloud/config.json || printf '{\"rds\":{\"host\":\"hasnaxyz-prod-opensource.c4limg0qgqvk.us-east-1.rds.amazonaws.com\",\"port\":5432,\"username\":\"\",\"password_env\":\"HASNA_RDS_PASSWORD\",\"ssl\":true},\"mode\":\"local\",\"feedback_endpoint\":\"https://feedback.hasna.com/api/v1/feedback\",\"auto_sync_interval_minutes\":0,\"sync\":{\"schedule_minutes\":0}}\\n' > $HOME/.hasna/cloud/config.json 2>/dev/null || true",
    "prepublishOnly": "bun run build",
    "test": "bun test"
  },
  "signal_details": {
    "install_script_payload": "install/lifecycle script matches payload regex",
    "no_repo": "package.json has no repository field",
    "rapid_release": "3 versions in last 24h: ['0.1.37', '0.1.38', '0.1.39']"
  },
  "time": {
    "created": "2026-03-23T13:27:05.564Z",
    "modified": "2026-06-21T09:29:07.500Z"
  }
}