npm @happyvertical/smrt-core @0.36.7
score
0.6812
med
flagged
2026-06-26 18:42
Signals fired
| signal | weight | rationale |
|---|---|---|
| cadence | ||
| rapid_release | 0.8 | 7 versions in last 24h: ['0.36.3', '0.36.4', '0.36.5', '0.36.6', '0.36.7'] |
| topology | ||
| mass_publish_burst | 0.8 | publisher 'wllgrffn' pushed 14 packages in the last 15min on npm |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"wllgrffn"
],
"versions": 31
}
Evidence (package doc at flag time)
{
"dependencies_count": 17,
"dist": {
"integrity": "sha512-eGgZDm0rmLxCM5nzWca1lMFNUd2FKH3QCPue0oWSL6s/uMmJq/ehjUbXGXxu5fbijzxERdPwpw09LkaCKkQRmg==",
"tarball": "https://registry.npmjs.org/@happyvertical/smrt-core/-/smrt-core-0.36.7.tgz",
"unpackedSize": 10526253
},
"dist-tags": {
"latest": "0.36.7"
},
"latest_version": "0.36.7",
"maintainers": [
{
"email": "willgriffin@gmail.com",
"name": "wllgrffn"
}
],
"num_versions": 31,
"repository": {
"directory": "packages/core",
"type": "git",
"url": "git+https://github.com/happyvertical/smrt.git"
},
"scripts": {
"build": "node scripts/generate-manifest.js && node scripts/generate-test-manifest.js && vite build && cp -r src/vite-plugin/templates dist/vite-plugin/ && cp -r scripts dist/ && cp src/manifest/static-manifest.json dist/manifest.json && cp src/manifest/smrt-knowledge.json dist/smrt-knowledge.json",
"build:fresh": "npm run clean && npm run build && npm run verify:exports && npm run verify:consumer-plugin",
"build:watch": "vite build --watch",
"clean": "rm -rf dist docs",
"dev": "npm run build:watch & npm run test:watch",
"docs": "typedoc --plugin typedoc-plugin-markdown --out docs --entryPoints ./src/index.ts --tsconfig ./tsconfig.json --excludePrivate --excludeInternal --hideGenerator --fileExtension .md --readme none --categorizeByGroup false --includeVersion false --hidePageHeader --hidePageTitle false --outputFileStrategy modules",
"docs:watch": "typedoc --plugin typedoc-plugin-markdown --out docs --entryPoints ./src/index.ts --tsconfig ./tsconfig.json --excludePrivate --excludeInternal --hideGenerator --fileExtension .md --readme none --categorizeByGroup false --includeVersion false --hidePageHeader --hidePageTitle false --outputFileStrategy modules --watch",
"generate": "node scripts/generate-manifest.js",
"generate:test": "node scripts/generate-test-manifest.js",
"test": "node scripts/generate-test-manifest.js && vitest run",
"test:integration": "TEST_INTEGRATION=1 vitest run src/__tests__/full-registry-integration.test.ts src/__tests__/manifest-no-leak.test.ts",
"test:watch": "node scripts/generate-test-manifest.js && vitest",
"typecheck": "tsc -p tsconfig.typecheck.json",
"verify:consumer-plugin": "node -e \"try { const { smrtConsumer } = require('./dist/consumer-plugin.js'); const plugin = smrtConsumer(); console.log('\u2705 Consumer plugin working:', plugin.name); } catch(e) { console.error('\u274c Consumer plugin failed:', e.message); process.exit(1); }\"",
"verify:exports": "node --input-type=module -e \"import { readFileSync, existsSync } from 'fs'; const pkg = JSON.parse(readFileSync('./package.json', 'utf-8')); Object.entries(pkg.exports).forEach(([key, path]) => { if (typeof path === 'string' && existsSync(path)) { console.log('\u2705', key, '\u2192', path); } else if (typeof path === 'object') { const paths = [path.types, path.browser, path.default, path.import, path.require].filter(Boolean); if (paths.every(p => existsSync(p))) { console.log('\u2705', key, '\u2192', JSON.stringify(path)); } else { console.error('\u274c', key, '\u2192', JSON.stringify(path), '(some missing)'); process.exit(1); } } else { console.error('\u274c', key, '\u2192', path, '(missing)'); process.exit(1); } });\""
},
"signal_details": {
"mass_publish_burst": "publisher 'wllgrffn' pushed 14 packages in the last 15min on npm",
"rapid_release": "7 versions in last 24h: ['0.36.3', '0.36.4', '0.36.5', '0.36.6', '0.36.7']"
},
"time": {
"created": "2026-06-23T01:18:31.192Z",
"modified": "2026-06-26T21:13:06.412Z"
}
}