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.

shizifan/Analytica

https://github.com/shizifan/Analytica · scanned 2026-06-16 00:12 UTC (2 months, 2 weeks ago)

221 raw signals (7 security + 214 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 189 actionable findings from 2 signal sources. 67 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 65.8/100 with 100.0% coverage. It contains 7874 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 214 findings — concentrated in quality (121), api (50), software (27). Risk profile is high: 0 critical, 9 high, 18 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 135 of 189 actionable findings. 256 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 Security checks quality Practices conf 0.82 2 occurrences Foundry mined mock as real or placeholder: shizifan/Analytica
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
2 occurrences
repo-level (2 hits)
critical Security checks security auth conf 0.78 Foundry mined security auth guardrail gaps: shizifan/Analytica
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
high Security checks quality Practices conf 0.84 17 occurrences Foundry mined bad chains: shizifan/Analytica
Comment chain pattern product: bad_chains Repo: shizifan/Analytica Thread: shizifan/Analytica#9 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_…
17 occurrences
repo-level (17 hits)
high Security checks quality Quality conf 0.76 Foundry mined schema ui api mismatch: shizifan/Analytica
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: needs_more_evidence Repo: shizifan/An…
high Security checks quality Testing conf 0.78 4 occurrences Foundry mined test ci gap after feedback: shizifan/Analytica
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: needs_more_evidence Rep…
4 occurrences
repo-level (4 hits)
high System graph quality Integrity conf 1.00 Blocking `httpx.post(...)` inside `async def run` — tools/seed_json_to_db.py:452
Sync I/O inside an async function blocks the event loop. While `httpx.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_thre…
tools/seed_json_to_db.py:452 Sync io in asyncPerformance
high System graph hardware Supply chain conf 1.00 Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
Dockerfile:28 containersRemote installer
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in mock_server/prod_api_validator.py:4375
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
mock_server/prod_api_validator.py:4375 Tls verify false
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in mock_server/prod_mock_align_check.py:114
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
mock_server/prod_mock_align_check.py:114 Tls verify false
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in tools/api_recovery_check.py:280
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
tools/api_recovery_check.py:280 Tls verify false
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in tools/api_recovery_empty_probe.py:560
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
tools/api_recovery_empty_probe.py:560 Tls verify false
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in tools/probe_question_validator.py:238
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
tools/probe_question_validator.py:238 Tls verify false
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in tools/r8_empty_data_audit.py:177
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
tools/r8_empty_data_audit.py:177 Tls verify false
medium Security checks quality Practices conf 0.62 2 occurrences Foundry mined assumption checks: shizifan/Analytica
Comment chain pattern product: assumption_checks Repo: shizifan/Analytica Thread: shizifan/Analytica#21 Outcome: claimed_resolved_unverified Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_gra…
2 occurrences
repo-level (2 hits)
medium Security checks quality Practices conf 0.70 15 occurrences Foundry mined unresolved feedback: shizifan/Analytica
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: need…
15 occurrences
repo-level (15 hits)
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 hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 Frontend route `admin` has no Link/navigate to it — frontend/src/components/auth/ProtectedRoute.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 12 occurrences Frontend route `login` has no Link/navigate to it — frontend/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
12 occurrences
repo-level (12 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
astral-sh/setup-uv@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/regression.yml:42 CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/api_governance_weekly_report.py:28
`subprocess.check_output(...)` 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 223 placeholder/mock markers across 46 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Integrity conf 1.00 19 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ANALYTICA_ADMIN_PASS`, `ANALYTICA_ADMIN_TOKEN`, `ANALYTICA_ADMIN_USER`, `BUILD_TIME`, `DEV`, `GIT_COMMIT`, `INITIAL_ADMIN_PASSWORD`, `INITIAL_ADMIN_USERNAME` + 11 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't br…
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 682 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 hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim-bookworm
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 3 locations
.github/workflows/api-governance-check.yml:21, 24 (2 hits)
.github/workflows/regression.yml:65
CI/CD securitySupply chainGithub actions
low System graph security security conf 1.00 Insecure pattern 'document_write' in frontend/src/components/ui/FileResultCard.tsx:98
Found a known-risky pattern (document_write). Review and replace if possible.
frontend/src/components/ui/FileResultCard.tsx:98 Document write
low System graph quality Integrity conf 1.00 20 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: spec/api-governance/sinan_three_source_alignment/tools/endpoint_status.py:load_excel, tools/endpoint_status.py:load_excel This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate o…
20 occurrences
repo-level (20 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: backend/tools/report/_pptxgen_bridge/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.
backend/tools/report/_pptxgen_bridge/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_outline_legacy` in backend/tools/report/_outline_planner.py:229
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 `api_deprecated` in tools/api_recovery_check.py:67
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 `api_deprecated` in tools/api_registry_patches_gen.py:23
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 `has_v2` in backend/tools/report/_content_collector.py:442
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 `load_deprecated` in tools/probe_question_validator.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 backend/agent/planning.py:3814
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 backend/main.py:564
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 `no_backup` in tools/sync_registry.py:248
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 `prod_vs_mock_comparison_v2` in mock_server/prod_api_validator.py:3738
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 `skipped_deprecated` in tools/sync_excel_to_json.py:57
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_data_granularity_meaning_byte_equivalent_to_legacy` in tests/contract/test_perception_slot_meanings_registry_derived.py:33
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_summary_stats_with_singleton_list_falls_back_to_legacy` in tests/contract/test_v2_l22_analysis_modules.py:89
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 software Dead code conf 1.00 Possibly dead Python function: after_reflection
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/graph.py:754
low System graph software Dead code conf 1.00 Possibly dead Python function: asset_base
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
mock_server/mock_server_all.py:2139
low System graph software Dead code conf 1.00 Possibly dead Python function: build_monthly_tp_series
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
mock_server/mock_server_all.py:803
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_mark
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/registry_review_status.py:120
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_needs_fix
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/registry_review_status.py:211
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_reset
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/registry_review_status.py:233
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_show
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/registry_review_status.py:153
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/registry_review_status.py:84
low System graph software Dead code conf 1.00 Possibly dead Python function: emp_execution_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/employees/graph_factory.py:243
low System graph software Dead code conf 1.00 Possibly dead Python function: emp_perception_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/employees/graph_factory.py:105
low System graph software Dead code conf 1.00 Possibly dead Python function: emp_planning_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/employees/graph_factory.py:109
low System graph software Dead code conf 1.00 Possibly dead Python function: emp_reflection_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/employees/graph_factory.py:278
low System graph software Dead code conf 1.00 Possibly dead Python function: execution_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/execution.py:1702
low System graph software Dead code conf 1.00 Possibly dead Python function: execution_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/graph.py:701
low System graph software Dead code conf 1.00 Possibly dead Python function: is_valid_endpoint
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/api_registry.py:721
low System graph software Dead code conf 1.00 Possibly dead Python function: is_valid_tool
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/tools.py:39
low System graph software Dead code conf 1.00 Possibly dead Python function: list_endpoints
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/api_registry.py:726
low System graph software Dead code conf 1.00 Possibly dead Python function: perception_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/graph.py:454
low System graph software Dead code conf 1.00 Possibly dead Python function: purge_empty_sessions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/memory/session_log.py:258
low System graph software Dead code conf 1.00 Possibly dead Python function: record_api_call
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/memory/admin_store.py:385
low System graph software Dead code conf 1.00 Possibly dead Python function: reflection_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/graph.py:707
low System graph software Dead code conf 1.00 Possibly dead Python function: reflection_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/reflection.py:431
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.
tools/patch_semantics.py:202
low System graph software Dead code conf 1.00 Possibly dead Python function: route_after_execution
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/graph.py:733
low System graph software Dead code conf 1.00 Possibly dead Python function: route_after_perception
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/graph.py:715
low System graph software Dead code conf 1.00 Possibly dead Python function: route_after_planning
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/agent/graph.py:722
low System graph software Dead code conf 1.00 Possibly dead Python function: run_employee_stream
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/employees/manager.py:115
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 quality Integrity conf 1.00 Stub function `downgrade` (body is just `pass`/`return`) — migrations/versions/20260421_0003_sessions_employee_id.py:30
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 `emit_kpi_row` (body is just `pass`/`return`) — backend/tools/report/_renderers/html.py:708
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 `emit_kpi_strip` (body is just `pass`/`return`) — backend/tools/report/_block_renderer.py:139
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getBerthList
`mock_server/mock_server_all.py` declares `GET /api/gateway/getBerthList` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getBerthOccupancyRate
`mock_server/mock_server_all.py` declares `GET /api/gateway/getBerthOccupancyRate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getBerthOccupancyRateByBusinessType
`mock_server/mock_server_all.py` declares `GET /api/gateway/getBerthOccupancyRateByBusinessType` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getBerthOccupancyRateByRegion
`mock_server/mock_server_all.py` declares `GET /api/gateway/getBerthOccupancyRateByRegion` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getBusinessSegmentBranch
`mock_server/mock_server_all.py` declares `GET /api/gateway/getBusinessSegmentBranch` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getBusinessTypeThroughputAnalysisYoyMomByDay
`mock_server/mock_server_all.py` declares `GET /api/gateway/getBusinessTypeThroughputAnalysisYoyMomByDay` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or d…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getBusinessTypeThroughputAnalysisYoyMomByMonth
`mock_server/mock_server_all.py` declares `GET /api/gateway/getBusinessTypeThroughputAnalysisYoyMomByMonth` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getBusinessTypeThroughputAnalysisYoyMomByYear
`mock_server/mock_server_all.py` declares `GET /api/gateway/getBusinessTypeThroughputAnalysisYoyMomByYear` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getCompanyStatisticsBusinessType
`mock_server/mock_server_all.py` declares `GET /api/gateway/getCompanyStatisticsBusinessType` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getContainerAnalysisYoyMomByYear
`mock_server/mock_server_all.py` declares `GET /api/gateway/getContainerAnalysisYoyMomByYear` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getContainerAndVehicleTrade
`mock_server/mock_server_all.py` declares `GET /api/gateway/getContainerAndVehicleTrade` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getContainerByBusinessType
`mock_server/mock_server_all.py` declares `GET /api/gateway/getContainerByBusinessType` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getContainerThroughputAnalysisByYear
`mock_server/mock_server_all.py` declares `GET /api/gateway/getContainerThroughputAnalysisByYear` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getDailyPortInventoryData
`mock_server/mock_server_all.py` declares `GET /api/gateway/getDailyPortInventoryData` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getImportantCargoPortInventoryByBusinessType
`mock_server/mock_server_all.py` declares `GET /api/gateway/getImportantCargoPortInventoryByBusinessType` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or d…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getImportantCargoPortInventoryByRegion
`mock_server/mock_server_all.py` declares `GET /api/gateway/getImportantCargoPortInventoryByRegion` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getKeyVesselList
`mock_server/mock_server_all.py` declares `GET /api/gateway/getKeyVesselList` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getMonthlyThroughput
`mock_server/mock_server_all.py` declares `GET /api/gateway/getMonthlyThroughput` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getMonthlyZoneThroughput
`mock_server/mock_server_all.py` declares `GET /api/gateway/getMonthlyZoneThroughput` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getOilsChemBreakBulkByBusinessType
`mock_server/mock_server_all.py` declares `GET /api/gateway/getOilsChemBreakBulkByBusinessType` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getPersonalCenterCargoThroughput
`mock_server/mock_server_all.py` declares `GET /api/gateway/getPersonalCenterCargoThroughput` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getPersonalCenterMonthCargoThroughput
`mock_server/mock_server_all.py` declares `GET /api/gateway/getPersonalCenterMonthCargoThroughput` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getPersonalCenterYearCargoThroughput
`mock_server/mock_server_all.py` declares `GET /api/gateway/getPersonalCenterYearCargoThroughput` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getPersonalCenterYearCargoThroughputTrend
`mock_server/mock_server_all.py` declares `GET /api/gateway/getPersonalCenterYearCargoThroughputTrend` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getPortCompanyThroughput
`mock_server/mock_server_all.py` declares `GET /api/gateway/getPortCompanyThroughput` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getPortInventoryTrend
`mock_server/mock_server_all.py` declares `GET /api/gateway/getPortInventoryTrend` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getProdShipDesc
`mock_server/mock_server_all.py` declares `GET /api/gateway/getProdShipDesc` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getProdShipDynNum
`mock_server/mock_server_all.py` declares `GET /api/gateway/getProdShipDynNum` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getProductViewShipOperationRateAvg
`mock_server/mock_server_all.py` declares `GET /api/gateway/getProductViewShipOperationRateAvg` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getProductViewShipOperationRateTrend
`mock_server/mock_server_all.py` declares `GET /api/gateway/getProductViewShipOperationRateTrend` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getRealTimeWeather
`mock_server/mock_server_all.py` declares `GET /api/gateway/getRealTimeWeather` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getRoroByBusinessType
`mock_server/mock_server_all.py` declares `GET /api/gateway/getRoroByBusinessType` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getShipOperationDynamic
`mock_server/mock_server_all.py` declares `GET /api/gateway/getShipOperationDynamic` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getShipStatisticsByBusinessType
`mock_server/mock_server_all.py` declares `GET /api/gateway/getShipStatisticsByBusinessType` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getShipStatisticsByRegion
`mock_server/mock_server_all.py` declares `GET /api/gateway/getShipStatisticsByRegion` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getSingleShipRate
`mock_server/mock_server_all.py` declares `GET /api/gateway/getSingleShipRate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getThroughputAnalysisByYear
`mock_server/mock_server_all.py` declares `GET /api/gateway/getThroughputAnalysisByYear` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getThroughputAnalysisContainer
`mock_server/mock_server_all.py` declares `GET /api/gateway/getThroughputAnalysisContainer` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getThroughputAnalysisNonContainer
`mock_server/mock_server_all.py` declares `GET /api/gateway/getThroughputAnalysisNonContainer` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getThroughputAnalysisYoyMomByDay
`mock_server/mock_server_all.py` declares `GET /api/gateway/getThroughputAnalysisYoyMomByDay` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getThroughputAnalysisYoyMomByMonth
`mock_server/mock_server_all.py` declares `GET /api/gateway/getThroughputAnalysisYoyMomByMonth` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getThroughputAnalysisYoyMomByYear
`mock_server/mock_server_all.py` declares `GET /api/gateway/getThroughputAnalysisYoyMomByYear` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getThroughputAndTargetThroughputTeu
`mock_server/mock_server_all.py` declares `GET /api/gateway/getThroughputAndTargetThroughputTeu` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getThroughputAndTargetThroughputTon
`mock_server/mock_server_all.py` declares `GET /api/gateway/getThroughputAndTargetThroughputTon` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getThroughputMonthlyTrend
`mock_server/mock_server_all.py` declares `GET /api/gateway/getThroughputMonthlyTrend` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getTotalBerthDuration
`mock_server/mock_server_all.py` declares `GET /api/gateway/getTotalBerthDuration` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getTrafficControl
`mock_server/mock_server_all.py` declares `GET /api/gateway/getTrafficControl` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getVesselOperationEfficiency
`mock_server/mock_server_all.py` declares `GET /api/gateway/getVesselOperationEfficiency` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getVesselOperationEfficiencyTrend
`mock_server/mock_server_all.py` declares `GET /api/gateway/getVesselOperationEfficiencyTrend` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/gateway/getWeatherForecast
`mock_server/mock_server_all.py` declares `GET /api/gateway/getWeatherForecast` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: backend/agent/api_registry.py (1226 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/agent/execution.py (2033 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/agent/graph.py (1379 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/agent/perception.py (1654 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/agent/planning.py (4097 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/main.py (2404 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/tools/report/_outline_planner.py (2613 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: mock_server/mock_server_all.py (4175 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: mock_server/prod_api_validator.py (4757 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/_gen_patches_inline.py (863 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/d9140f93-54f0-43a8-9bac-c645194c146a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d9140f93-54f0-43a8-9bac-c645194c146a/

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.