BEACON

← candidates

npm @hasna/cloud @0.1.38

score
0.5724 med
flagged 2026-06-21 04:29
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
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-lLBlyHBs+LMdNaYTWw7h37g/wv6aB2C58m7kn/2idO3oGTAtEPyqVncTsHxrNn3XVs4Qv5buvhHhP8VT/KQj3Q==",
    "tarball": "https://registry.npmjs.org/@hasna/cloud/-/cloud-0.1.38.tgz",
    "unpackedSize": 3158822
  },
  "dist-tags": {
    "latest": "0.1.38"
  },
  "latest_version": "0.1.38",
  "maintainers": [
    {
      "email": "andrei@hasna.com",
      "name": "andreihasna2"
    }
  ],
  "num_versions": 39,
  "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"
  },
  "time": {
    "created": "2026-03-23T13:27:05.564Z",
    "modified": "2026-06-21T04:49:07.271Z"
  }
}