npm orez @0.5.34
score
0.675
med
flagged
2026-07-20 02:57
Signals fired
| signal | weight | rationale |
|---|---|---|
| content | ||
| script_count_spike | 0.5 | scripts count 41 -> 46 |
| cadence | ||
| rapid_release | 0.8 | 3 versions in last 24h: ['0.5.30', '0.5.32', '0.5.34'] |
| topology | ||
| mass_publish_burst | 0.8 | publisher 'nwienert' pushed 7 packages in the last 15min on npm |
| dependency_added_unknown | 0.6 | 4 new non-watchlisted dep(s): ['@noble/ciphers', '@noble/curves', '@noble/hashes', 'orez-sync-executor'] |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"nwienert"
],
"versions": 277
}
Evidence (package doc at flag time)
{
"dependencies_count": 13,
"dist": {
"integrity": "sha512-ch1LOQtDfriG27EnwfmwG5319kY6udRXses1BNAKFfpdffHwMC80L4jcb8c6fXR7rDIDcf80bpiUKtPCwI5qCA==",
"tarball": "https://registry.npmjs.org/orez/-/orez-0.5.34.tgz",
"unpackedSize": 5471102
},
"dist-tags": {
"canary": "0.5.30-canary.1784475796600",
"latest": "0.5.34"
},
"latest_version": "0.5.34",
"maintainers": [
{
"email": "natewienert@gmail.com",
"name": "nwienert"
}
],
"num_versions": 279,
"repository": {
"type": "git",
"url": "git+https://github.com/natew/orez.git"
},
"scripts": {
"build": "bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && tsc && bun run build:sync-browser-host && bun run --cwd packages/drizzle-zero-sqlite build && chmod +x dist/cli-entry.js",
"build:encryption-conformance": "tsc",
"build:sync-browser-host": "bun run --cwd packages/sync-browser-host build:dist",
"check": "bun run --cwd packages/sync-executor typecheck && bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && tsc --noEmit && bun run --cwd packages/sync-browser-host typecheck && bun run --cwd packages/sync-cf-host typecheck && bun run --cwd packages/drizzle-zero-sqlite typecheck",
"check:all": "bun run lint && bun run format:check && bun run check && bun run test",
"compiler:ensure-pgsqlite": "bun scripts/pgsqlite/ensure.ts",
"compiler:harvest-fixtures": "bun scripts/pgsqlite/harvest-fixtures.ts",
"conformance:encryption:browser": "bun run --cwd packages/sync-browser-host conformance:encryption-codec",
"conformance:encryption:gpui": "bun run build:encryption-conformance && node scripts/encryption-codec-gpui-conformance.mjs",
"conformance:encryption:node": "bun run build:encryption-conformance && node scripts/encryption-codec-node-conformance.mjs",
"demo:test": "bun demo/src/test/run-e2e.ts",
"dev": "bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && tsc --watch",
"format": "oxfmt .",
"format:check": "oxfmt --check .",
"lint": "oxlint --import-plugin --ignore-pattern sqlite-wasm/",
"native:bootstrap": "bun scripts/setup-native-sqlite.ts",
"perf:all": "bun run perf:bench && bun run perf:overhead && bun run perf:correctness && bun run perf:crash",
"perf:bench": "bun run perf/scripts/bench-all.ts",
"perf:ci": "bun run perf:bench -- --output=perf/reports/bench.json && bun run perf:overhead && bun run perf:correctness",
"perf:correctness": "bun test perf/stability/correctness.test.ts",
"perf:crash": "bun run perf/stability/crash-recovery.ts",
"perf:diagnose": "bun run perf/scripts/diagnose.ts",
"perf:load": "bun run perf/load/harness.ts",
"perf:memory": "bun run perf/memory/profile.ts",
"perf:overhead": "bun run perf/scripts/bench-proxy-overhead.ts",
"perf:quick": "bun run perf/scripts/quick-check.ts",
"perf:soak": "bun run perf/stability/soak.ts",
"perf:write-profile": "bun run build && bun run perf/write-amplification/build-production-shape.ts && bun run perf/write-amplification/production-shape.ts",
"perf:write-wrapper-profile": "bun run build && bun run perf/write-amplification/build-chat-wrapper-production-shape.ts && bun run perf/write-amplification/chat-wrapper-production-shape.ts",
"release": "bun scripts/release.ts",
"test": "bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && vitest run --exclude 'src/integration/' --exclude 'src/wasm-sqlite.test.ts' && bun run test:sync-executor && bun run --cwd packages/drizzle-zero-sqlite test",
"test:all": "bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && vitest run && bun run test:sync-executor",
"test:chat": "bun scripts/test-chat-integration.ts",
"test:chat:e2e": "bun scripts/test-chat-e2e.ts",
"test:chat:smoke": "bun scripts/test-chat-integration.ts --smoke",
"test:compiler": "vitest run src/pg-sqlite-compiler/",
"test:compiler:oracle": "bun scripts/pgsqlite/ensure.ts && vitest run src/pg-sqlite-compiler/test/",
"test:integration": "bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host build:dist && vitest run src/integration/",
"test:integration:native": "bun run test:native:guard && vitest run src/integration/native-startup.test.ts",
"test:native:guard": "bun run native:bootstrap && vitest run src/integration/native-binary.guard.test.ts",
"test:sync-browser-host": "bun run --cwd packages/sync-browser-host test",
"test:sync-cf-host": "bun run --cwd packages/sync-cf-host test",
"test:sync-executor": "bun run --cwd packages/sync-executor test",
"test:transaction-query:chat": "bun run --cwd packages/sync-cf-host build:dist && bun harness/src/chat-transaction-query-diff.ts",
"test:wasm": "vitest run src/wasm-sqlite.test.ts",
"test:watch": "bun run --cwd packages/sync-cf-host build:dist && vitest"
},
"signal_details": {
"dependency_added_unknown": "4 new non-watchlisted dep(s): ['@noble/ciphers', '@noble/curves', '@noble/hashes', 'orez-sync-executor']",
"mass_publish_burst": "publisher 'nwienert' pushed 7 packages in the last 15min on npm",
"rapid_release": "3 versions in last 24h: ['0.5.30', '0.5.32', '0.5.34']",
"script_count_spike": "scripts count 41 -> 46"
},
"time": {
"created": "2026-02-09T05:17:46.317Z",
"modified": "2026-07-20T07:57:01.930Z"
}
}