npm @plurnk/plurnk-grammar @1.3.9
score
0.6333
med
flagged
2026-07-26 16:36
Signals fired
| signal | weight | rationale |
|---|---|---|
| cadence | ||
| rapid_release | 0.8 | 6 versions in last 24h: ['1.3.5', '1.3.6', '1.3.7', '1.3.8', '1.3.9'] |
| 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": 139
}
Evidence (package doc at flag time)
{
"dependencies_count": 4,
"dist": {
"integrity": "sha512-ZvAHOT8eonlUew509buDTH92V7JpVAglYM+Kl4NCBy4aVlw7m6rn+kgWdYGDdqnsbq7Bp2AUEOT6zHBW3R5vjw==",
"tarball": "https://registry.npmjs.org/@plurnk/plurnk-grammar/-/plurnk-grammar-1.3.9.tgz",
"unpackedSize": 728835
},
"dist-tags": {
"latest": "1.3.9"
},
"latest_version": "1.3.9",
"maintainers": [
{
"email": "possumtech@pm.me",
"name": "possumtechcom"
}
],
"num_versions": 140,
"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",
"prepack": "npm run build",
"prepare": "npm run build",
"prepublishOnly": "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",
"rapid_release": "6 versions in last 24h: ['1.3.5', '1.3.6', '1.3.7', '1.3.8', '1.3.9']"
},
"time": {
"created": "2026-05-15T03:07:24.524Z",
"modified": "2026-07-26T20:24:44.446Z"
}
}