Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

rocketride-org/rocketride-server

https://github.com/rocketride-org/rocketride-server · scanned 2026-06-15 23:54 UTC (2 months, 3 weeks ago)

1037 raw signals (0 security + 1037 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 1013 actionable findings from 1 signal source. 24 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 67.3/100 with 100.0% coverage. It contains 12969 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 1037 findings — concentrated in quality (959), frontend (32), security (19). Risk profile is high: 1 critical, 7 high, 33 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 151 of 1013 actionable findings. 1037 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in deploy/helm/rocketride/README.md
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
deploy/helm/rocketride/README.md:62
high System graph quality Integrity conf 1.00 Blocking `requests.post(...)` inside `async def report` — packages/ai/src/ai/account/report.py:50
Sync I/O inside an async function blocks the event loop. While `requests.post(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_t…
packages/ai/src/ai/account/report.py:50 Sync io in asyncPerformance
high System graph security security conf 1.00 Insecure pattern 'eval_used' in tools/contract_checks/README.md:254
Found a known-risky pattern (eval_used). Review and replace if possible.
tools/contract_checks/README.md:254 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in tools/contract_checks/src/contract_checks/runner.py:436
Found a known-risky pattern (eval_used). Review and replace if possible.
tools/contract_checks/src/contract_checks/runner.py:436 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in nodes/src/nodes/tool_python/services.json:12
Found a known-risky pattern (exec_used). Review and replace if possible.
nodes/src/nodes/tool_python/services.json:12 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in packages/ai/src/ai/common/sandbox.py:255
Found a known-risky pattern (exec_used). Review and replace if possible.
packages/ai/src/ai/common/sandbox.py:255 Exec used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in packages/client-typescript/src/client/client.ts:946
Found a known-risky pattern (new_function_used). Review and replace if possible.
packages/client-typescript/src/client/client.ts:946 New function used
high System graph cicd CI/CD security conf 1.00 pip extra-index-url can enable dependency confusion
pip --extra-index-url searches an additional package index and can resolve public packages when a private package name is missing or has a lower version. Prefer a single controlled index or explicit hashes and package source policy.
packages/ai/src/ai/common/torch/requirements.txt CI/CD securitySupply chainPypi
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/shared-ui/src/components/pipeline-actions/endpointIntegrationExamples.ts:74
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/shared-ui/src/themes/applyTheme.ts:52
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 10 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
10 files, 10 locations
.github/workflows/_build.yaml
.github/workflows/_docker.yaml
.github/workflows/_release.yaml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/experimental-release.yaml
.github/workflows/prerelease.yaml
.github/workflows/release.yaml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in apps/chat-ui/src/App.tsx:129
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
apps/chat-ui/src/App.tsx:129 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in apps/dropper-ui/src/App.tsx:97
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
apps/dropper-ui/src/App.tsx:97 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in apps/dropper-ui/src/hooks/clientSingleton.ts:153
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
apps/dropper-ui/src/hooks/clientSingleton.ts:153 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/shell-ui/scripts/tasks.js:82
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/shell-ui/scripts/tasks.js:82 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/vscode/src/engine/local/engine-local.ts:26
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/vscode/src/engine/local/engine-local.ts:26 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/vscode/src/engine/service/service-linux.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/vscode/src/engine/service/service-linux.ts:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/vscode/src/engine/service/service-mac.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/vscode/src/engine/service/service-mac.ts:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/vscode/src/engine/service/service-windows.ts:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/vscode/src/engine/service/service-windows.ts:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/vscode/src/engine/shared/engine-installer.ts:37
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/vscode/src/engine/shared/engine-installer.ts:37 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in nodes/scripts/gen-node-tables.mjs:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
nodes/scripts/gen-node-tables.mjs:21 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/lib/exec.js:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/lib/exec.js:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/lib/server.js:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/lib/server.js:20 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/licenses.js:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/licenses.js:19 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — nodes/src/nodes/audio_tts/IGlobal.py:96
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — nodes/src/nodes/remote/client/IGlobal.py:73
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — packages/ai/src/ai/common/models/audio/kokoro_loader.py:62
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — packages/server/engine-lib/rocketlib-python/lib/depends.py:327
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 113 placeholder/mock markers across 65 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 3 in use
Port 3 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/check-externals.yml Ports
low System graph quality Integrity conf 1.00 55 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ALGOLIA_API_KEY`, `ALGOLIA_APP_ID`, `ALGOLIA_INDEX_NAME`, `APPS_BASE_URL`, `CI`, `CONFIG`, `DOCKER_HOST`, `DOCS_HASH` + 47 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 388 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — apps/shell-ui/src/components/layout/DebugPanel.tsx:242
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — apps/shell-ui/src/components/layout/OverlayManager.tsx:125
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Tests conf 1.00 Low test-to-source ratio
233 tests / 1310 src (ratio 0.18).
low System graph quality Integrity conf 1.00 6 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: packages/ai/src/ai/node.py:run_loop, packages/ai/src/ai/node.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
6 occurrences
repo-level (6 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 7 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: packages/ai/src/ai/common/store.py:searchKeyword, packages/ai/src/ai/common/store.py:searchSemantic, packages/ai/src/ai/common/store.py:search This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hy…
7 occurrences
repo-level (7 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: packages/ai/src/ai/common/models/base.py:inference, packages/ai/src/ai/common/models/transformers/sentence_transformers.py:inference, packages/ai/src/ai/common/models/transformers/transformers.py:inference, packages/ai/src/ai/common/models/vision/visi…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: packages/ai/src/ai/common/store.py:markActive, nodes/src/nodes/chroma/chroma.py:markActive, nodes/src/nodes/milvus/milvus.py:markActive, nodes/src/nodes/pinecone/pinecone.py:markActive This is *the* AI-coder failure mode (4× more duplication in vibe-…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: packages/ai/src/ai/common/store.py:markDeleted, nodes/src/nodes/chroma/chroma.py:markDeleted, nodes/src/nodes/milvus/milvus.py:markDeleted, nodes/src/nodes/index_search/elasticsearch_store.py:markDeleted This is *the* AI-coder failure mode (4× more d…
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/aparavi-ui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/aparavi-ui/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/hello-ui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/hello-ui/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/monitor-ui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/monitor-ui/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/profiler-ui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/profiler-ui/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/shell-ui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/shell-ui/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/vscode/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/vscode/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/world-ui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/world-ui/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/client-typescript/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/client-typescript/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/docs/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/docs/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/shared-ui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/shared-ui/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_fields_copy` in tools/sync_models/src/providers/base.py:625
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_update_fields_for_deprecated` in tools/sync_models/src/core/patcher.py:387
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `isDeprecated` in packages/shared-ui/src/components/canvas/components/EmptyCanvasPrompt.tsx:180
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `isDeprecated` in packages/shared-ui/src/components/canvas/components/panels/create-node/CreateNodePanel.tsx:319
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `isDeprecated` in packages/shared-ui/src/components/canvas/components/panels/quick-add/QuickAddPopup.tsx:209
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `isDeprecated` in packages/shared-ui/src/components/canvas/components/TemplatePickerDialog.tsx:175
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_objects_v2` in packages/ai/src/ai/account/store_providers/s3/s3.py:292
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_objects_v2` in packages/ai/tests/ai/account/test_store.py:415
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in nodes/src/nodes/agent_rocketride/planner.py:128
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in nodes/src/nodes/agent_rocketride/rocketride_agent.py:265
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in nodes/src/nodes/anomaly_detector/IInstance.py:71
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in nodes/src/nodes/llamaparse/IInstance.py:558
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in nodes/src/nodes/ner/IInstance.py:80
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in nodes/src/nodes/ocr/IInstance.py:203
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in nodes/src/nodes/preprocessor_code/IInstance.py:58
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in nodes/src/nodes/preprocessor_langchain/IInstance.py:47
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in nodes/src/nodes/vectorizer/IInstance.py:94
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `relative_to_old` in packages/ai/src/ai/account/file_store.py:473
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `rle_copy` in nodes/src/nodes/detect_segment/IInstance.py:47
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `should_copy` in packages/ai/src/ai/modules/task/task_engine.py:1496
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_missing_model_deprecated` in tools/sync_models/test/test_sync_logic.py:88
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_of_returns_ocrdata_on_v2` in nodes/test/ocr/test_model_server_ocr.py:326
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tk_old` in packages/ai/tests/ai/modules/task/test_task_scheduler.py:216
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tk_old` in packages/ai/tests/ai/modules/task/test_task_server.py:450
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: beginEndpoint
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/common/transform.py:16
low System graph software Dead code conf 1.00 Possibly dead Python function: build_batch_result
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/common/models/extract.py:360
low System graph software Dead code conf 1.00 Possibly dead Python function: default_max_edge
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/common/image/dense_resize.py:18
low System graph software Dead code conf 1.00 Possibly dead Python function: endEndpoint
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/common/transform.py:23
low System graph software Dead code conf 1.00 Possibly dead Python function: feed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/common/chat.py:33
low System graph software Dead code conf 1.00 Possibly dead Python function: getDocumentGroups
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/common/group.py:11
low System graph software Dead code conf 1.00 Possibly dead Python function: getPipeFilters
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/common/transform.py:6
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_connection
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/common/dap/transport_tcpip.py:239
low System graph software Dead code conf 1.00 Possibly dead Python function: replacer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/modules/task/pipeline.py:28
low System graph software Dead code conf 1.00 Possibly dead Python function: restricted_import
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/common/sandbox.py:215
low System graph software Dead code conf 1.00 Possibly dead Python function: run_loop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/node.py:27
low System graph software Dead code conf 1.00 Possibly dead Python function: try_anthropic_native_chat_stream
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/common/llm_native_stream.py:220
low System graph software Dead code conf 1.00 Possibly dead Python function: try_openai_compat_reasoning_stream
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
packages/ai/src/ai/common/llm_native_stream.py:247
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/chat-ui/src/hooks/clientSingleton.ts:349
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/chat-ui/src/hooks/useRocketRide.ts:58
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dropper-ui/src/components/DropperHeader.tsx:51
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dropper-ui/src/components/DropZone.tsx:55
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dropper-ui/src/components/Views/MarkdownRenderer.tsx:61
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/dropper-ui/src/hooks/clientSingleton.ts:367
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/profiler-ui/src/views/ProfilerView.tsx:440
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/profiler-ui/src/views/visualizations/ReportText.tsx:108
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/shell-ui/src/components/layout/CheckoutFlow.tsx:70
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/shell-ui/src/components/layout/Sidebar.tsx:397
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/shell-ui/src/connection/connection.ts:125
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/shell-ui/src/hooks/useShellEvent.ts:44
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/vscode/src/providers/shared/connection-message-handler.ts:283
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/vscode/src/providers/views/Project/ProjectWebview.tsx:147
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/client-typescript/src/cli/rocketride.ts:270
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/client-typescript/src/client/client.ts:401
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/client-typescript/src/client/types/events.ts:161
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/client-typescript/src/client/types/service.ts:75
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/shared-ui/src/components/pipeline-actions/endpointIntegrationExamples.ts:82
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/shared-ui/src/modules/account/AccountView.tsx:495
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/build.js:33
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/compiler-windows.js:175
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/deps-tasks.js:121
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/lib/debug.js:19
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/lib/exec.js:136
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/lib/helpers.js:360
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/lib/registry.js:170
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/lib/runner.js:34
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/licenses.js:72
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/setup.js:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `_diag` (body is just `pass`/`return`) — nodes/src/nodes/ocr/IGlobal.py:114
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_diag` (body is just `pass`/`return`) — nodes/src/nodes/ocr/IInstance.py:49
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_noop` (body is just `pass`/`return`) — packages/ai/src/ai/common/llm_base.py:44
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_noop` (body is just `pass`/`return`) — packages/ai/src/ai/modules/task/task_server_facade.py:108
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `beginGlobal` (body is just `pass`/`return`) — nodes/src/nodes/remote/server/IGlobal.py:28
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `beginInstance` (body is just `pass`/`return`) — nodes/src/nodes/local_text_output/IInstance.py:41
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `close` (body is just `pass`/`return`) — nodes/test/mocks/elasticsearch/__init__.py:94
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `close` (body is just `pass`/`return`) — nodes/test/mocks/falkordb/__init__.py:67
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `close` (body is just `pass`/`return`) — nodes/test/mocks/opensearchpy/__init__.py:73
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `endEndpoint` (body is just `pass`/`return`) — packages/ai/src/ai/common/transform.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `endGlobal` (body is just `pass`/`return`) — nodes/src/nodes/autopipe/IGlobal.py:184
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `endGlobal` (body is just `pass`/`return`) — nodes/src/nodes/extract_data/IGlobal.py:46
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `endGlobal` (body is just `pass`/`return`) — nodes/src/nodes/image_cleanup/IGlobal.py:47
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `endGlobal` (body is just `pass`/`return`) — nodes/src/nodes/local_text_output/IGlobal.py:109
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `endGlobal` (body is just `pass`/`return`) — nodes/src/nodes/text_output/IGlobal.py:51
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `endGlobal` (body is just `pass`/`return`) — nodes/src/nodes/tool_pipe/IGlobal.py:69
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `getProtocolCaps` (body is just `pass`/`return`) — packages/server/engine-lib/rocketlib-python/lib/rocketlib/types.py:62
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `invoke` (body is just `pass`/`return`) — packages/ai/src/ai/common/agent/types.py:21
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `onData` (body is just `pass`/`return`) — packages/ai/src/ai/common/avi/reader.py:14
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `onInfo` (body is just `pass`/`return`) — packages/ai/src/ai/common/avi/audio.py:12
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `open` (body is just `pass`/`return`) — nodes/src/nodes/prompt/IInstance.py:40
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: nodes/test/test_tool_deepl.py (1137 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/ai/src/ai/modules/task/task_engine.py (1717 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/ai/src/ai/modules/task/task_server.py (1558 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/ai/tests/ai/account/test_store.py (1393 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client-python/tests/RocketRideClient_test.py (2563 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client-typescript/src/cli/rocketride.ts (1819 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client-typescript/src/client/client.ts (2710 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/client-typescript/tests/RocketRideClient.test.ts (2243 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared-ui/src/modules/account/AccountView.tsx (1282 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/20ba52e6-8f52-4914-870e-1044b3d52146/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/20ba52e6-8f52-4914-870e-1044b3d52146/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.