BEACON

← candidates

npm @plurnk/plurnk-grammar @1.1.1

score
0.55 med
flagged 2026-07-21 10:50
signals by category
topology 2

maintainers added:

package profile →

Signals fired

signalweightrationale
topology
no_repo 0.3 package.json has no repository field
mass_publish_burst 0.8 publisher 'possumtechcom' pushed 5 packages in the last 15min on npm

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "possumtechcom"
  ],
  "versions": 127
}

Evidence (package doc at flag time)

{
  "dependencies_count": 4,
  "dist": {
    "integrity": "sha512-44yCvCKqhANKlfgiW8gq/RHTd40Gff9IeGw1EKi7x39eA1pu9KNtIa6s7dHPa+l6ZPaSqP1I/e+LzjVPKlLH4w==",
    "tarball": "https://registry.npmjs.org/@plurnk/plurnk-grammar/-/plurnk-grammar-1.1.1.tgz",
    "unpackedSize": 719075
  },
  "dist-tags": {
    "latest": "1.1.1"
  },
  "latest_version": "1.1.1",
  "maintainers": [
    {
      "email": "possumtech@pm.me",
      "name": "possumtechcom"
    }
  ],
  "num_versions": 129,
  "repository": null,
  "scripts": {
    "antlr:parse": "testrig src/generated/plurnk document --tree",
    "antlr:tokens": "testrig src/generated/plurnk document --tokens",
    "antlr:trace": "testrig src/generated/plurnk document --trace",
    "build": "npm run build:grammar && npm run build:types && npm run build:dist && npm run build:gbnf",
    "build:dist": "rm -rf dist && tsc -p tsconfig.build.json",
    "build:gbnf": "node --conditions=plurnk-dev scriptify/generate-gbnf.ts",
    "build:grammar": "antlr-ng -D language=TypeScript -o src/generated --generate-visitor true --generate-listener false plurnkLexer.g4 plurnkParser.g4 && node --conditions=plurnk-dev scriptify/fix-generated-imports.ts",
    "build:types": "node --conditions=plurnk-dev scriptify/generate-types.ts",
    "deps:fresh": "npm outdated",
    "prepack": "npm run build",
    "prepare": "npm run build",
    "prepublishOnly": "npm run deps:fresh && npm audit && npm run build && npm run test:all && npm run test:smoke",
    "test": "npm run test:all",
    "test:all": "npm run test:lint && npm run test:unit && npm run test:intg && npm run test:demo",
    "test:demo": "node --conditions=plurnk-dev --test test/demo/*.test.ts",
    "test:intg": "node --conditions=plurnk-dev --test test/integration/*.test.ts",
    "test:lint": "tsc --noEmit",
    "test:llama": "node --conditions=plurnk-dev --test test/llama/*.test.ts",
    "test:smoke": "node --conditions=plurnk-dev scriptify/smoke-test.ts",
    "test:unit": "node --conditions=plurnk-dev --test test/unit/*.test.ts"
  },
  "signal_details": {
    "mass_publish_burst": "publisher 'possumtechcom' pushed 5 packages in the last 15min on npm",
    "no_repo": "package.json has no repository field"
  },
  "time": {
    "created": "2026-05-15T03:07:24.524Z",
    "modified": "2026-07-21T15:50:19.680Z"
  }
}