npm @happyvertical/smrt-core @0.38.10
score
0.6245
med
flagged
2026-07-07 01:03
Signals fired
| signal | weight | rationale |
|---|---|---|
| cadence | ||
| rapid_release | 0.8 | 3 versions in last 24h: ['0.38.8', '0.38.9', '0.38.10'] |
| topology | ||
| mass_publish_burst | 0.8 | publisher 'wllgrffn' pushed 12 packages in the last 15min on npm |
| dependency_added_unknown | 0.6 | 1 new non-watchlisted dep(s): ['@oxc-project/runtime'] |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"wllgrffn"
],
"versions": 31
}
Evidence (package doc at flag time)
{
"dependencies_count": 18,
"dist": {
"integrity": "sha512-5gvhXZDSAZdrnpZ5cLjp97sxu52MoU4jkHvSCm+I7YxON9WAroAciATWSdrN+KFijofv42hBRjdf8Txafbi6IQ==",
"tarball": "https://registry.npmjs.org/@happyvertical/smrt-core/-/smrt-core-0.38.10.tgz",
"unpackedSize": 10742666
},
"dist-tags": {
"latest": "0.38.10"
},
"latest_version": "0.38.10",
"maintainers": [
{
"email": "willgriffin@gmail.com",
"name": "wllgrffn"
}
],
"num_versions": 55,
"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": {
"dependency_added_unknown": "1 new non-watchlisted dep(s): ['@oxc-project/runtime']",
"mass_publish_burst": "publisher 'wllgrffn' pushed 12 packages in the last 15min on npm",
"rapid_release": "3 versions in last 24h: ['0.38.8', '0.38.9', '0.38.10']"
},
"time": {
"created": "2026-06-23T01:18:31.192Z",
"modified": "2026-07-06T23:33:24.843Z"
}
}