npm omniroute @3.8.7
score
0.55
med
flagged
2026-06-01 23:49
Signals fired
| signal | weight | rationale |
|---|---|---|
| content | ||
| script_count_spike | 0.5 | scripts count 63 -> 68 |
| topology | ||
| dependency_added_unknown | 0.6 | 9 new non-watchlisted dep(s): ['@aws-sdk/client-bedrock-runtime', '@dnd-kit/core', '@dnd-kit/sortable', '@dnd-kit/utilities', '@types/mdx'] ... |
Prior profile (what it deviated from)
{
"had_install_script": true,
"maintainers": [
"diegosouza.pw"
],
"versions": 238
}
Evidence (package doc at flag time)
{
"dependencies_count": 66,
"dist": {
"integrity": "sha512-zIqXMikOrN0yRR7U5nkVkTcOaReVRokAxegCCBFU5PTx5vD7ceARlGjDynyUGPOeP+jfPqCjd1Rhed/Iu/7iDg==",
"tarball": "https://registry.npmjs.org/omniroute/-/omniroute-3.8.7.tgz",
"unpackedSize": 214664833
},
"dist-tags": {
"latest": "3.8.7"
},
"latest_version": "3.8.7",
"maintainers": [
{
"email": "diegosouza.pw@outlook.com",
"name": "diegosouza.pw"
}
],
"num_versions": 246,
"repository": {
"type": "git",
"url": "git+https://github.com/diegosouzapw/OmniRoute.git"
},
"scripts": {
"audit:deps": "npm audit --audit-level=moderate && npm run audit:electron",
"audit:electron": "npm --prefix electron audit --audit-level=moderate",
"backfill-aggregation": "node --import tsx src/scripts/backfillAggregation.ts",
"build": "node scripts/build/build-next-isolated.mjs",
"build:cli": "node --import tsx scripts/build/prepublish.ts",
"build:cli-api": "node --import tsx/esm scripts/cli/generate-api-commands.mjs",
"build:secure": "OMNIROUTE_BUILD_PROFILE=minimal node scripts/build/build-next-isolated.mjs",
"check": "npm run lint && npm run test",
"check:any-budget:t11": "node scripts/check/check-t11-any-budget.mjs",
"check:cycles": "node scripts/check/check-cycles.mjs",
"check:deprecated-versions": "node scripts/check/check-deprecated-versions.mjs",
"check:doc-links": "node scripts/check/check-doc-links.mjs",
"check:docs-all": "npm run check:docs-sync && npm run check:docs-counts && npm run check:env-doc-sync && npm run check:deprecated-versions && npm run check:doc-links",
"check:docs-counts": "node scripts/check/check-docs-counts-sync.mjs",
"check:docs-sync": "node scripts/check/check-docs-sync.mjs",
"check:env-doc-sync": "node scripts/check/check-env-doc-sync.mjs",
"check:node-runtime": "node --import tsx scripts/check/check-supported-node-runtime.ts",
"check:pack-artifact": "node --import tsx scripts/build/validate-pack-artifact.ts",
"check:pr-test-policy": "node scripts/check/check-pr-test-policy.mjs",
"check:route-validation:t06": "node scripts/check/check-route-validation.mjs",
"coverage:report": "c8 report --output-dir coverage --exclude=tests/** --exclude=**/*.test.* --reporter=text --reporter=text-summary --reporter=html --reporter=json-summary --reporter=lcov",
"coverage:report:legacy": "c8 report --output-dir coverage --exclude=open-sse --reporter=text --reporter=text-summary",
"coverage:summary": "node scripts/check/test-report-summary.mjs --input coverage/coverage-summary.json --output coverage/coverage-report.md",
"dev": "node scripts/dev/run-next.mjs dev",
"docs:render-diagrams": "node scripts/docs/render-diagrams.mjs",
"electron:build": "npm run build && cd electron && npm run build",
"electron:build:linux": "npm run build && cd electron && npm run build:linux",
"electron:build:mac": "npm run build && cd electron && npm run build:mac",
"electron:build:win": "npm run build && cd electron && npm run build:win",
"electron:dev": "concurrently \"npm run dev\" \"wait-on http://localhost:20128 && cd electron && npm run dev\"",
"electron:smoke:packaged": "node scripts/dev/smoke-electron-packaged.mjs",
"env:sync": "node scripts/dev/sync-env.mjs",
"gen:provider-reference": "node --import tsx scripts/docs/gen-provider-reference.ts",
"i18n:check": "node scripts/i18n/check-translation-drift.mjs",
"i18n:check-ui-coverage": "node scripts/i18n/check-ui-keys-coverage.mjs",
"i18n:run": "node scripts/i18n/run-translation.mjs",
"i18n:run:dry": "node scripts/i18n/run-translation.mjs --dry-run",
"i18n:sync-ui": "node scripts/i18n/sync-ui-keys.mjs",
"i18n:sync-ui:dry": "node scripts/i18n/sync-ui-keys.mjs --dry-run",
"lint": "eslint .",
"postinstall": "node scripts/build/postinstall.mjs",
"prebuild:docs": "node scripts/docs/gen-openapi-module.mjs",
"prepare": "husky",
"prepublishOnly": "npm run build:cli-api && npm run build:cli && npm run check:pack-artifact",
"start": "node scripts/dev/run-next.mjs start",
"system-info": "node scripts/dev/system-info.mjs",
"test": "cross-env DISABLE_SQLITE_AUTO_BACKUP=true node --max-old-space-size=8192 --import tsx --import ./open-sse/utils/setupPolyfill.ts --test --test-concurrency=20 tests/unit/*.test.ts",
"test:all": "npm run test:unit && npm run test:vitest && npm run test:ecosystem && npm run test:e2e",
"test:coverage": "cross-env DISABLE_SQLITE_AUTO_BACKUP=true c8 --output-dir coverage --exclude=tests/** --exclude=**/*.test.* --reporter=text-summary --reporter=html --reporter=json-summary --reporter=lcov --check-coverage --statements 75 --lines 75 --functions 75 --branches 70 node --max-old-space-size=8192 --import tsx --import ./open-sse/utils/setupPolyfill.ts --test --test-force-exit --test-concurrency=8 tests/unit/*.test.ts",
"test:coverage:legacy": "c8 --output-dir coverage --exclude=open-sse --check-coverage --lines 50 --functions 50 --branches 50 node --import tsx --test tests/unit/*.test.ts",
"test:e2e": "node scripts/dev/run-playwright-tests.mjs test tests/e2e/*.spec.ts",
"test:ecosystem": "node scripts/dev/run-ecosystem-tests.mjs",
"test:fixes": "cross-env DISABLE_SQLITE_AUTO_BACKUP=true node --import tsx --import ./open-sse/utils/setupPolyfill.ts --test tests/unit/fixes-p1.test.ts",
"test:integration": "cross-env DISABLE_SQLITE_AUTO_BACKUP=true node --import tsx --import ./open-sse/utils/setupPolyfill.ts --test --test-force-exit --test-concurrency=1 tests/integration/*.test.ts",
"test:plan3": "cross-env DISABLE_SQLITE_AUTO_BACKUP=true node --import tsx --import ./open-sse/utils/setupPolyfill.ts --test tests/unit/plan3-p0.test.ts",
"test:protocols:e2e": "node scripts/dev/run-protocol-clients-tests.mjs",
"test:security": "cross-env DISABLE_SQLITE_AUTO_BACKUP=true node --import tsx --import ./open-sse/utils/setupPolyfill.ts --test tests/unit/security-fase01.test.ts",
"test:system": "cross-env DISABLE_SQLITE_AUTO_BACKUP=true node --import tsx --import ./open-sse/utils/setupPolyfill.ts --test --test-force-exit --test-concurrency=1 tests/e2e/system-failover.test.ts",
"test:unit": "cross-env DISABLE_SQLITE_AUTO_BACKUP=true node --max-old-space-size=8192 --import tsx --import ./open-sse/utils/setupPolyfill.ts --test --test-force-exit --test-concurrency=20 tests/unit/*.test.ts",
"test:unit:fast": "cross-env DISABLE_SQLITE_AUTO_BACKUP=true node --max-old-space-size=8192 --import tsx --import ./open-sse/utils/setupPolyfill.ts --test --test-force-exit --test-isolation=none tests/unit/*.test.ts",
"test:unit:shard": "concurrently --kill-others-on-fail -n s1,s2 \"npm:test:unit:shard:1\" \"npm:test:unit:shard:2\"",
"test:unit:shard:1": "cross-env DISABLE_SQLITE_AUTO_BACKUP=true node --max-old-space-size=8192 --import tsx --import ./open-sse/utils/setupPolyfill.ts --test --test-force-exit --test-concurrency=10 --test-shard=1/2 tests/unit/*.test.ts",
"test:unit:shard:2": "cross-env DISABLE_SQLITE_AUTO_BACKUP=true node --max-old-space-size=8192 --import tsx --import ./open-sse/utils/setupPolyfill.ts --test --test-force-exit --test-concurrency=10 --test-shard=2/2 tests/unit/*.test.ts",
"test:vitest": "vitest run --config vitest.mcp.config.ts",
"typecheck:core": "tsc --pretty false -p tsconfig.typecheck-core.json",
"typecheck:noimplicit:core": "tsc --pretty false -p tsconfig.typecheck-noimplicit-core.json",
"uninstall": "node scripts/build/uninstall.mjs",
"uninstall:full": "node scripts/build/uninstall.mjs --full"
},
"signal_details": {
"dependency_added_unknown": "9 new non-watchlisted dep(s): ['@aws-sdk/client-bedrock-runtime', '@dnd-kit/core', '@dnd-kit/sortable', '@dnd-kit/utilities', '@types/mdx'] ...",
"script_count_spike": "scripts count 63 -> 68"
},
"time": {
"created": "2026-02-14T07:41:10.173Z",
"modified": "2026-05-29T23:39:48.262Z"
}
}