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.

ConversionDev/251218langchain

https://github.com/ConversionDev/251218langchain · scanned 2026-06-17 01:24 UTC (1 month, 2 weeks ago)

95 raw signals (0 security + 95 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -4.9 (diff) · 63 actionable findings from 1 signal source. 32 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 71.8/100 with 100.0% coverage. It contains 2106 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 95 findings — concentrated in quality (37), software (27), security (19). Risk profile is high: 0 critical, 17 high, 16 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 56 of 63 actionable findings. 95 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.

high System graph security auth conf 1.00 FastAPI DELETE `delete_address` without auth dependency — backend/ontology/apps/api/routers/address_book_router.py:139
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/address_book_router.py:139 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_employee` without auth dependency — backend/ontology/apps/api/routers/employee_router.py:186
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/employee_router.py:186 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_thread` without auth dependency — backend/ontology/apps/api/routers/chat_thread_router.py:48
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/chat_thread_router.py:48 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `agent_chat_stream` without auth dependency — backend/ontology/apps/api/routers/chat_router.py:180
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/chat_router.py:180 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `agent_upload` without auth dependency — backend/ontology/apps/api/routers/chat_router.py:152
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/chat_router.py:152 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_employee_resume` without auth dependency — backend/ontology/apps/api/routers/employee_analysis_router.py:47
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/employee_analysis_router.py:47 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `backfill_employee_profiles` without auth dependency — backend/ontology/apps/api/routers/employee_embedding_router.py:137
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/employee_embedding_router.py:137 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_address` without auth dependency — backend/ontology/apps/api/routers/address_book_router.py:95
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/address_book_router.py:95 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_employee` without auth dependency — backend/ontology/apps/api/routers/employee_router.py:124
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/employee_router.py:124 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_disclosure_check` without auth dependency — backend/ontology/apps/api/routers/disclosure_router.py:254
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/disclosure_router.py:254 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_employee_embeddings` without auth dependency — backend/ontology/apps/api/routers/employee_embedding_router.py:71
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/employee_embedding_router.py:71 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_analyze` without auth dependency — backend/ontology/apps/api/routers/resume_router.py:23
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/resume_router.py:23 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_disclosure_embedding` without auth dependency — backend/ontology/apps/api/routers/disclosure_router.py:194
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/disclosure_router.py:194 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_activity` without auth dependency — backend/ontology/apps/api/routers/activity_router.py:108
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/activity_router.py:108 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_address` without auth dependency — backend/ontology/apps/api/routers/address_book_router.py:118
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/address_book_router.py:118 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_employee` without auth dependency — backend/ontology/apps/api/routers/employee_router.py:165
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/ontology/apps/api/routers/employee_router.py:165 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'eval_used' in backend/ontology/apps/domain/spokes/chat/mcp/chat_server.py:42
Found a known-risky pattern (eval_used). Review and replace if possible.
backend/ontology/apps/domain/spokes/chat/mcp/chat_server.py:42 Eval used
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/app/layout.tsx:36
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/app/(dashboard)/risk/page.tsx:44
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 — frontend/app/workspace/mail/page.tsx:299
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 — frontend/modules/auth/gatewayAuth.ts:27
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 — frontend/modules/chat/components/ChatPanel.tsx:66
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 — frontend/modules/chat/services.ts:42
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 — frontend/modules/core/services.ts:37
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 — frontend/modules/performance/services/activityServices.ts:55
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 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 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
webfactory/[email protected] can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 88, 533
.github/workflows/deploy.yml:88, 533 (2 hits)
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/ontology/apps/gateway/middleware.py:21
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/ontology/apps/gateway/middleware.py:21 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/app/layout.tsx:36
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/app/layout.tsx:36 Dangerous innerhtml
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/generate_ec2_env.py:77
`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 Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 94 placeholder/mock markers across 23 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 quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 358 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 559 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 cicd CI/CD security conf 1.00 2 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.
lines 85, 379
.github/workflows/deploy.yml:85, 379 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 18 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: backend/ontology/apps/training/pipelines/performance_samples/run_import_performance_samples.py:load_jsonl, backend/ontology/apps/training/pipelines/address_book/run_import_internal_addresses.py:load_jsonl This is *the* AI-coder failure mode (4× more …
18 occurrences
repo-level (18 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: backend/ontology/apps/domain/models/bases/spam_model.py:to_dict, backend/ontology/apps/domain/models/bases/spam_model.py:to_dict, backend/ontology/apps/domain/models/bases/spam_model.py:to_dict This is *the* AI-coder failure mode (4× more duplication…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: backend/ontology/apps/domain/hub/mcp/central_control_server.py:analyze_email, backend/ontology/apps/domain/hub/mcp/http_client.py:exaone_analyze_email, backend/ontology/apps/domain/spokes/spam/mcp/spam_server.py:analyze_email, backend/ontology/apps/do…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `educationLegacy` in frontend/components/portfolio-landing/ResumeSection.tsx:181
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 `init_v1` in backend/ontology/apps/fastapi_server.py:49
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: analyze_resume_by_file_id
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/api/services/resume_analyzer.py:769
low System graph software Dead code conf 1.00 Possibly dead Python function: create_access_token
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/api/shared/redis.py:133
low System graph software Dead code conf 1.00 Possibly dead Python function: create_embedding_job_inline
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/api/shared/redis.py:68
low System graph software Dead code conf 1.00 14 occurrences Possibly dead Python function: downgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
12 files, 12 locations
backend/ontology/apps/alembic/versions/001_initial_squashed.py:161
backend/ontology/apps/alembic/versions/003_disclosure_standard_section_metadata.py:32
backend/ontology/apps/alembic/versions/006_competency_anchors_table.py:88
backend/ontology/apps/alembic/versions/007_employees_table.py:88
backend/ontology/apps/alembic/versions/008_employees_age_column.py:28
backend/ontology/apps/alembic/versions/013_employees_status.py:33
backend/ontology/apps/alembic/versions/015_employees_rejection_reason.py:33
backend/ontology/apps/alembic/versions/018_drop_meetings_table.py:21
low System graph software Dead code conf 1.00 Possibly dead Python function: formatting_func
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/training/models/llama/spam_classifier/finetune.py:376
low System graph software Dead code conf 1.00 Possibly dead Python function: formatting_func
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/training/pipelines/sft/run_sft_training.py:194
low System graph software Dead code conf 1.00 Possibly dead Python function: include_object
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/alembic/env.py:63
low System graph software Dead code conf 1.00 Possibly dead Python function: init_db
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/fastapi_server.py:99
low System graph software Dead code conf 1.00 Possibly dead Python function: init_v1
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/fastapi_server.py:156
low System graph software Dead code conf 1.00 Possibly dead Python function: is_redis_token_valid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/api/shared/redis.py:47
low System graph software Dead code conf 1.00 Possibly dead Python function: run_embedding_sync_task
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/api/shared/embedding_sync.py:13
low System graph software Dead code conf 1.00 Possibly dead Python function: save_merged_model
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/training/models/llama/spam_classifier/finetune.py:475
low System graph software Dead code conf 1.00 Possibly dead Python function: set_session
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/api/shared/redis.py:162
low System graph software Dead code conf 1.00 Possibly dead Python function: verify_access_token
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/ontology/apps/api/shared/redis.py:148
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/scripts/generate-sw.js:43
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 Complexity conf 1.00 Very large file: backend/ontology/apps/domain/hub/orchestrators/graph_orchestrator.py (1429 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/app/workspace/mail/page.tsx (1085 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/01190319-cea6-4368-934b-7ed7f2a513e1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/01190319-cea6-4368-934b-7ed7f2a513e1/

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.