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.

solden-ai/solden

https://github.com/solden-ai/solden · scanned 2026-06-16 00:19 UTC (2 months, 2 weeks ago)

556 raw signals (45 security + 511 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 486 actionable findings from 2 signal sources. 129 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 55.5/100 with 100.0% coverage. It contains 17334 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 511 findings — concentrated in quality (359), api (54), security (49). Risk profile is high: 1 critical, 40 high, 24 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 289 of 486 actionable findings. 615 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 Foundry mined mock as real or placeholder: solden-ai/solden
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…
critical Security checks security auth conf 0.78 20 occurrences Foundry mined security auth guardrail gaps: solden-ai/solden
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…
20 occurrences
repo-level (20 hits)
critical System graph security Secrets conf 1.00 Possible secret in scripts/seed_demo_tenant.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/seed_demo_tenant.py:45
high Security checks quality Practices conf 0.84 6 occurrences Foundry mined bad chains: solden-ai/solden
Comment chain pattern product: bad_chains Repo: solden-ai/solden Thread: solden-ai/solden#3 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_has_veri…
6 occurrences
repo-level (6 hits)
high Security checks quality Quality conf 0.76 Foundry mined schema ui api mismatch: solden-ai/solden
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: assumption_check Repo: solden-ai/sold…
high Security checks quality Testing conf 0.78 17 occurrences Foundry mined test ci gap after feedback: solden-ai/solden
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: weak_supervision_needs_…
17 occurrences
repo-level (17 hits)
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .cursorrules
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.cursorrules:164 SecretsCursor rule
high System graph api Wiring conf 1.00 Dangling fetch: GET /user-api/attributes (integrations/sap-fiori-extension/webapp/controller/BoxPanel.controller.js:103)
`integrations/sap-fiori-extension/webapp/controller/BoxPanel.controller.js:103` calls `GET /user-api/attributes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user-api/attributes` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/refresh (static/workspace/app.js:62)
`static/workspace/app.js:62` calls `POST /auth/refresh` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/refresh` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (soldenai-landing/server.js:366)
`soldenai-landing/server.js:366` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (soldenai-landing/server.js:401)
`soldenai-landing/server.js:401` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `delete_gl_mapping` without auth dependency — solden/api/settings.py:409
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/settings.py:409 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `accept_activation` without auth dependency — solden/api/auth.py:1430
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/auth.py:1430 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `accept_invite` without auth dependency — solden/api/auth.py:1543
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/auth.py:1543 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_gl_mapping` without auth dependency — solden/api/settings.py:387
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/settings.py:387 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_netsuite_bill` without auth dependency — solden/api/netsuite_panel.py:428
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/netsuite_panel.py:428 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_sage_intacct_bill` without auth dependency — solden/api/sage_intacct_panel.py:348
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/sage_intacct_panel.py:348 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_sap_invoice` without auth dependency — solden/api/sap_extension.py:594
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/sap_extension.py:594 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `exchange_gmail_code` without auth dependency — solden/api/gmail_extension.py:1106
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/gmail_extension.py:1106 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `exchange_google_auth_code` without auth dependency — solden/api/auth.py:1273
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/auth.py:1273 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `exchange_xsuaa_for_clearledgr_jwt` without auth dependency — solden/api/sap_extension.py:247
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/sap_extension.py:247 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gmail_push_notification` without auth dependency — solden/api/gmail_webhooks.py:804
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/gmail_webhooks.py:804 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_invoice_interactive` without auth dependency — solden/api/slack_invoices.py:860
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/slack_invoices.py:860 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_slack_events` without auth dependency — solden/api/slack_invoices.py:1386
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/slack_invoices.py:1386 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_teams_interactive` without auth dependency — solden/api/teams_invoices.py:274
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/teams_invoices.py:274 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `netsuite_webhook` without auth dependency — solden/api/erp_webhooks.py:548
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/erp_webhooks.py:548 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `notify_webhook` without auth dependency — ui/slack/app.py:1659
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
ui/slack/app.py:1659 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `outlook_webhook` without auth dependency — solden/api/outlook_routes.py:158
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/outlook_routes.py:158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `quickbooks_webhook` without auth dependency — solden/api/erp_webhooks.py:362
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/erp_webhooks.py:362 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_ui_perf` without auth dependency — solden/api/ui_perf.py:58
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/ui_perf.py:58 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_netsuite_bill` without auth dependency — solden/api/netsuite_panel.py:450
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/netsuite_panel.py:450 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_sage_intacct_bill` without auth dependency — solden/api/sage_intacct_panel.py:365
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/sage_intacct_panel.py:365 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_sap_invoice` without auth dependency — solden/api/sap_extension.py:619
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/sap_extension.py:619 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `request_info_netsuite_bill` without auth dependency — solden/api/netsuite_panel.py:470
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/netsuite_panel.py:470 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `request_info_sage_intacct_bill` without auth dependency — solden/api/sage_intacct_panel.py:382
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/sage_intacct_panel.py:382 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `request_info_sap_invoice` without auth dependency — solden/api/sap_extension.py:641
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/sap_extension.py:641 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sap_webhook` without auth dependency — solden/api/erp_webhooks.py:652
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/erp_webhooks.py:652 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `slack_commands` without auth dependency — ui/slack/app.py:238
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
ui/slack/app.py:238 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `slack_events` without auth dependency — ui/slack/app.py:179
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
ui/slack/app.py:179 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `slack_interactions` without auth dependency — ui/slack/app.py:264
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
ui/slack/app.py:264 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_lead` without auth dependency — solden/api/leads.py:52
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/leads.py:52 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `xero_webhook` without auth dependency — solden/api/erp_webhooks.py:450
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/erp_webhooks.py:450 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_approval_thresholds` without auth dependency — solden/api/settings.py:315
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/settings.py:315 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_auto_approve_rules` without auth dependency — solden/api/settings.py:456
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/settings.py:456 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_settings` without auth dependency — solden/api/settings.py:281
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
solden/api/settings.py:281 securityAuth fastapi unauth mutation
medium Security checks quality Practices conf 0.62 16 occurrences Foundry mined assumption checks: solden-ai/solden
Comment chain pattern product: assumption_checks Repo: solden-ai/solden Thread: solden-ai/solden#9 Outcome: ambiguous_needs_more_evidence Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_…
16 occurrences
repo-level (16 hits)
medium Security checks quality maintenance conf 0.70 19 occurrences Foundry mined blueprint gap alignment: solden-ai/solden
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
19 occurrences
repo-level (19 hits)
medium Security checks quality Practices conf 0.70 24 occurrences Foundry mined unresolved feedback: solden-ai/solden
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: weak…
24 occurrences
repo-level (24 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — ui/web-app/src/routes/pages/RulesPage.js:982
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 — soldenai-landing/server.js:335
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 — static/workspace/app.js:82
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 — ui/gmail-extension/background.js:626
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 — ui/gmail-extension/clients/emailParsing.js:969
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 — ui/gmail-extension/queue-manager.js:594
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 — ui/outlook-addin/src/outlook-entry.js:54
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 license, 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 hardware Security conf 1.00 Dockerfile runs as root: ui/web-app/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in ui/web-app/src/routes/pages/RulesPage.js:982
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
ui/web-app/src/routes/pages/RulesPage.js:982 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in integrations/netsuite-suiteapp/src/FileCabinet/SuiteApps/com.clearledgr.suiteapp/ui/panel.js:76
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
integrations/netsuite-suiteapp/src/FileCabinet/SuiteApps/com.clearledgr.suiteapp/ui/panel.js:76 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in integrations/sage-intacct-platform-app/ui/panel.js:123
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
integrations/sage-intacct-platform-app/ui/panel.js:123 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in soldenai-landing/assets/js/demo.js:49
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
soldenai-landing/assets/js/demo.js:49 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ui/gmail-extension/src/inboxsdk-layer.js:370
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ui/gmail-extension/src/inboxsdk-layer.js:370 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ui/gmail-extension/src/settings-tab.js:95
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ui/gmail-extension/src/settings-tab.js:95 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in static/workspace/app.js:44
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
static/workspace/app.js:44 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in ui/gmail-extension/scripts/capture-ui-hardening-evidence.cjs:381
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
ui/gmail-extension/scripts/capture-ui-hardening-evidence.cjs:381 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ui/gmail-extension/scripts/build-extension.cjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
ui/gmail-extension/scripts/build-extension.cjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ui/gmail-extension/scripts/run-gmail-e2e-auth-with-evidence.cjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
ui/gmail-extension/scripts/run-gmail-e2e-auth-with-evidence.cjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ui/gmail-extension/scripts/verify-bundle-parity.cjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
ui/gmail-extension/scripts/verify-bundle-parity.cjs:5 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/get-chrome-store-refresh-token.py:57
`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 185 placeholder/mock markers across 62 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 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 218 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 2 occurrences Docker base image is tag-pinned but not digest-pinned: node:22-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 14, 40
ui/web-app/Dockerfile:14, 40 (2 hits)
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 2 occurrences Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 3, 19
Dockerfile:3, 19 (2 hits)
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 18 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-python@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
7 files, 18 locations
.github/workflows/ci.yml:30, 82, 113, 122, 145 (5 hits)
.github/workflows/gmail-runtime-smoke-nightly.yml:31, 34, 77 (3 hits)
.github/workflows/invoice-extraction-regression.yml:49, 52, 74 (3 hits)
.github/workflows/erp-dom-regression.yml:27, 30 (2 hits)
.github/workflows/gmail-extension-browser-harness.yml:26, 29 (2 hits)
.github/workflows/publish-chrome-extension.yml:95, 122 (2 hits)
.github/workflows/railway-deploy-workers.yml:54
CI/CD securitySupply chainGithub actions
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 9 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: sdk/python/solden/client.py:close, sdk/python/solden/client.py:close 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.
9 occurrences
repo-level (9 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: sdk/python/solden/client.py:get, sdk/python/solden/client.py:get, sdk/python/solden/client.py:get 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 s…
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: sdk/python/solden/client.py:list, sdk/python/solden/client.py:list, sdk/python/solden/client.py:list, sdk/python/solden/client.py:list This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). …
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: solden/integrations/erp_xero.py:apply_settlement_to_xero, solden/integrations/erp_netsuite.py:apply_settlement_to_netsuite, solden/integrations/erp_sap.py:apply_settlement_to_sap, solden/integrations/erp_quickbooks.py:apply_credit_note_to_quickbooks …
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: ui/slack/app.py:handle_invoice_approve, ui/slack/app.py:handle_invoice_reject, ui/slack/app.py:handle_budget_override, ui/slack/app.py:handle_budget_adjustment This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https:/…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: main.py:dispatch, main.py:dispatch, main.py:dispatch, main.py:dispatch 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.
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: integrations/sap-fiori-extension/approuter/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.
integrations/sap-fiori-extension/approuter/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: integrations/sap-fiori-extension/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.
integrations/sap-fiori-extension/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: integrations/sap-fiori-extension/webapp/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.
integrations/sap-fiori-extension/webapp/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: ui/outlook-addin/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.
ui/outlook-addin/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `__solden_pending_direct_route_v1` in ui/gmail-extension/route-capture.js:2
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 `__solden_pending_direct_route_v1` in ui/gmail-extension/src/inboxsdk-layer.js:54
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 `_aad_tid_v1` in tests/test_v1_core_completion.py:219
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 `_build_approval_surface_copy` in tests/test_channel_approval_contract.py:850
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 `_check_ooo_and_get_backup` in solden/services/calendar_ooo.py:14
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 `_check_ooo_and_get_backup` in solden/services/slack_notifications.py:145
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 `_check_ooo_and_get_backup` in tests/test_calendar_ooo.py:10
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 `_dispatch_event_legacy` in solden/services/celery_tasks.py:193
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 `ap_business_v1` in solden/core/stores/policy_store.py:30
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 `ap_business_v1` in solden/services/policy_compliance.py:28
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 `ap_business_v1` in tests/test_ap_policy_framework.py:106
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 `ap_business_v1` in tests/test_onboarding_gates.py:38
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 `ap_v1` in solden/api/ops.py:682
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 `ap_v1` in solden/core/box_registry.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 `ap_v1` in solden/core/coordination_engine.py:927
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 `ap_v1` in solden/services/agent_memory.py:40
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 `ap_v1` in solden/services/agent_reasoning.py:221
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 `ap_v1` in solden/services/ap_agent_sync.py:20
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 `ap_v1` in solden/services/ap_item_service.py:172
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 `ap_v1` in solden/services/ap_learning_loop.py:496
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 `ap_v1` in solden/services/erp_api_first.py:120
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 `ap_v1` in solden/services/finance_agent_governance.py:95
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 `ap_v1` in solden/services/finance_agent_runtime.py:341
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 `ap_v1` in solden/services/finance_runtime_actions.py:35
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 `ap_v1` in solden/services/finance_runtime_autonomy.py:572
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 `ap_v1` in solden/services/finance_runtime_invoice_processing.py:235
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 `ap_v1` in solden/services/finance_runtime_readiness.py:131
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 `ap_v1` in solden/services/policy_proposals.py:183
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 `ap_v1` in tests/test_agent_memory_service.py:15
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 `ap_v1` in tests/test_agent_reasoning.py:17
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 `ap_v1` in tests/test_ap_intent_handlers.py:27
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 `ap_v1` in tests/test_ap_learning_loop.py:122
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 `ap_v1` in tests/test_ap_record_surfaces.py:189
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 `ap_v1` in tests/test_api_endpoints.py:3872
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 `ap_v1` in tests/test_finance_agent_governance.py:85
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 `ap_v1` in tests/test_finance_agent_runtime.py:308
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 `ap_v1` in tests/test_finance_contracts.py:15
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 `ap_v1` in tests/test_governance_event_path.py:274
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 `ap_v1` in tests/test_policy_proposals.py:86
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 `ap_v1` in tests/test_workspace_reports.py:321
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 `ap_v1` in ui/gmail-extension/tests/inboxsdk-layer-ui.test.cjs:146
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 `build_approval_surface_copy` in solden/services/approval_card_builder.py:199
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 `build_approval_surface_copy` in solden/services/invoice_workflow.py:31
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 `build_operator_copy` in solden/services/finance_skills/ap_intent_contracts.py:363
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 `build_operator_copy` in solden/services/finance_skills/ap_skill.py:10
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 `build_operator_copy` in tests/test_ap_intent_contracts.py:11
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 `custbody_old` in tests/test_workspace_erp_field_mappings.py:301
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 `from_legacy` in solden/core/finance_contracts.py:154
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 `from_legacy` in solden/services/finance_skills/base.py:87
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 `hadLegacy` in ui/gmail-extension/queue-manager.js:493
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 `invoice_exception_v1` in ui/gmail-extension/workflows/registry.js:3
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 `invoice_v1` in tests/test_intake_audit_coverage.py:139
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 `legacy_override_ignored_strict_ap_v1` in main.py:435
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 `legacy_override_ignored_strict_ap_v1` in tests/test_runtime_surface_scope.py:96
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 `procurement_v1` in solden/services/finance_skills/procurement_skill.py:64
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 `pubsub_v1` in scripts/setup_gmail_pubsub.py:30
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 `sk_legacy` in tests/test_v1_auth.py:357
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 `solden_pipeline_view_preferences_v1` in ui/web-app/src/routes/pipeline-views.js:4
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 `task_copy` in solden/services/task_scheduler.py:250
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_id_mismatch_falls_back_to_rule_copy` in tests/test_proactive_insights_narration.py:147
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_initial_version_is_v1` in tests/test_ap_policy_version.py:24
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_rotate_returns_new_raw_key_and_revokes_old` in tests/test_api_keys_admin.py:211
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_token_decode_populates_workspace_role_from_legacy` in tests/test_role_taxonomy.py:549
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 `vendor_compliance_v1` in solden/services/finance_skills/vendor_compliance_skill.py:18
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 `way_old` in tests/test_subscription_quota_enforcement.py:152
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 `workflow_health_v1` in solden/services/finance_skills/workflow_health_skill.py:17
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: build_exception_blocks
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ui/slack/app.py:1645
low System graph software Dead code conf 1.00 Possibly dead Python function: cancel_supplier_invoice
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/erp_sap_s4hana.py:60
low System graph software Dead code conf 1.00 Possibly dead Python function: create_po_netsuite
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/erp_po_write.py:128
low System graph software Dead code conf 1.00 Possibly dead Python function: create_po_quickbooks
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/erp_po_write.py:33
low System graph software Dead code conf 1.00 Possibly dead Python function: create_po_sap
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/erp_po_write.py:174
low System graph software Dead code conf 1.00 Possibly dead Python function: create_po_xero
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/erp_po_write.py:77
low System graph software Dead code conf 1.00 Possibly dead Python function: custom_openapi
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
main.py:1412
low System graph software Dead code conf 1.00 Possibly dead Python function: diff_mappings
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/field_mapping_catalog.py:443
low System graph software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/get-chrome-store-refresh-token.py:130
low System graph software Dead code conf 1.00 Possibly dead Python function: list_all_purchase_orders_xero
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/erp_xero.py:1389
low System graph software Dead code conf 1.00 Possibly dead Python function: list_all_vendors_sage_accounting
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/erp_sage_accounting.py:468
low System graph software Dead code conf 1.00 Possibly dead Python function: list_all_vendors_sage_intacct
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/erp_sage_intacct.py:600
low System graph software Dead code conf 1.00 Possibly dead Python function: list_supported_erps
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/field_mapping_catalog.py:367
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/get-chrome-store-refresh-token.py:127
low System graph software Dead code conf 1.00 Possibly dead Python function: refresh_sage_accounting_token
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/erp_sage_accounting.py:136
low System graph software Dead code conf 1.00 Possibly dead Python function: release_payment_block
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/erp_sap_s4hana.py:36
low System graph software Dead code conf 1.00 Possibly dead Python function: rotate_secret
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk/python/solden/client.py:360
low System graph software Dead code conf 1.00 Possibly dead Python function: send_daily_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ui/slack/app.py:1640
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_mapping
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
solden/integrations/field_mapping_catalog.py:402
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 — soldenai-landing/scripts/list-leads.js:37
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 — soldenai-landing/server.js: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 — ui/gmail-extension/src/inboxsdk-layer.js:1928
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 — ui/gmail-extension/utils/retry.js:84
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 — ui/web-app/server.js:208
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 `ack` (body is just `pass`/`return`) — solden/core/event_queue.py:196
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 `log_message` (body is just `pass`/`return`) — scripts/get-chrome-store-refresh-token.py:127
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 `log_reminder` (body is just `pass`/`return`) — solden/services/agent_background.py:740
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: DELETE /{policy_id}
`solden/api/escalation_policies.py` declares `DELETE /{policy_id}` 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: DELETE /{view_id}
`solden/api/pipelines.py` declares `DELETE /{view_id}` 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 /
`main.py` declares `GET /` 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 /ap-items/by-netsuite-bill/{ns_internal_id}
`solden/api/netsuite_panel.py` declares `GET /ap-items/by-netsuite-bill/{ns_internal_id}` 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 /ap-items/by-sage-intacct-bill/{record_no}
`solden/api/sage_intacct_panel.py` declares `GET /ap-items/by-sage-intacct-bill/{record_no}` 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 /ap-items/{ap_item_id}/bank-match-boxes
`solden/api/bank_match_routes.py` declares `GET /ap-items/{ap_item_id}/bank-match-boxes` 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 /ap-items/{ap_item_id}/reclassifications
`solden/api/reclassification_je.py` declares `GET /ap-items/{ap_item_id}/reclassifications` 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 /ap-items/{ap_item_id}/vendor-match
`solden/api/vendor_match.py` declares `GET /ap-items/{ap_item_id}/vendor-match` 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 /ask/suggestions
`solden/api/ask_solden.py` declares `GET /ask/suggestions` 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 /bank-matches/{box_id}
`solden/api/bank_match_routes.py` declares `GET /bank-matches/{box_id}` 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 /callback
`solden/api/gmail_webhooks.py` declares `GET /callback` 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 /chain-status
`solden/api/audit_chain.py` declares `GET /chain-status` 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 /connected
`solden/api/gmail_webhooks.py` declares `GET /connected` 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 /events
`solden/api/escalation_policies.py` declares `GET /events` 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 /invoices
`solden/api/paddle_billing.py` declares `GET /invoices` 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 /portal
`solden/api/paddle_billing.py` declares `GET /portal` 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 /price-preview
`solden/api/paddle_billing.py` declares `GET /price-preview` 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 /summary
`solden/api/projections_ops.py` declares `GET /summary` 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 /workspace
`main.py` declares `GET /workspace` 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 /{policy_id}
`solden/api/escalation_policies.py` declares `GET /{policy_id}` 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 /{slug}
`solden/api/pipelines.py` declares `GET /{slug}` 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 /{slug}/columns
`solden/api/pipelines.py` declares `GET /{slug}/columns` 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 /{slug}/stages
`solden/api/pipelines.py` declares `GET /{slug}/stages` 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 /{slug}/stages/{stage_slug}/boxes
`solden/api/pipelines.py` declares `GET /{slug}/stages/{stage_slug}/boxes` 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 /{vendor_name}/summary
`solden/api/projections_ops.py` declares `GET /{vendor_name}/summary` 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: PATCH /collection-mode
`solden/api/paddle_billing.py` declares `PATCH /collection-mode` 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: PATCH /{policy_id}
`solden/api/escalation_policies.py` declares `PATCH /{policy_id}` 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: POST /
`solden/api/escalation_policies.py` declares `POST /` 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: POST /ap-items/by-netsuite-bill/{ns_internal_id}/approve
`solden/api/netsuite_panel.py` declares `POST /ap-items/by-netsuite-bill/{ns_internal_id}/approve` 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: POST /ap-items/by-netsuite-bill/{ns_internal_id}/reject
`solden/api/netsuite_panel.py` declares `POST /ap-items/by-netsuite-bill/{ns_internal_id}/reject` 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: POST /ap-items/by-netsuite-bill/{ns_internal_id}/request-info
`solden/api/netsuite_panel.py` declares `POST /ap-items/by-netsuite-bill/{ns_internal_id}/request-info` 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 doc…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ap-items/by-sage-intacct-bill/{record_no}/approve
`solden/api/sage_intacct_panel.py` declares `POST /ap-items/by-sage-intacct-bill/{record_no}/approve` 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 docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ap-items/{ap_item_id}/reclassify
`solden/api/reclassification_je.py` declares `POST /ap-items/{ap_item_id}/reclassify` 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: POST /ap-items/{ap_item_id}/reclassify/preview
`solden/api/reclassification_je.py` declares `POST /ap-items/{ap_item_id}/reclassify/preview` 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: POST /ap-items/{ap_item_id}/revert-approval
`solden/api/box_revert_routes.py` declares `POST /ap-items/{ap_item_id}/revert-approval` 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: POST /ask
`solden/api/ask_solden.py` declares `POST /ask` 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: POST /bank-matches/{box_id}/accept
`solden/api/bank_match_routes.py` declares `POST /bank-matches/{box_id}/accept` 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: POST /bank-matches/{box_id}/reject
`solden/api/bank_match_routes.py` declares `POST /bank-matches/{box_id}/reject` 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: POST /checkout
`solden/api/paddle_billing.py` declares `POST /checkout` 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: POST /commands
`ui/slack/app.py` declares `POST /commands` 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: POST /disconnect
`solden/api/gmail_webhooks.py` declares `POST /disconnect` 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: POST /events
`ui/slack/app.py` declares `POST /events` 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: POST /interactions
`ui/slack/app.py` declares `POST /interactions` 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: POST /notify
`ui/slack/app.py` declares `POST /notify` 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: POST /paddle
`solden/api/paddle_billing.py` declares `POST /paddle` 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: POST /perf
`solden/api/ui_perf.py` declares `POST /perf` 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: POST /push
`solden/api/gmail_webhooks.py` declares `POST /push` 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: POST /rebuild
`solden/api/projections_ops.py` declares `POST /rebuild` 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: POST /{erp_type}/rotate-credentials
`solden/api/erp_connection_ops.py` declares `POST /{erp_type}/rotate-credentials` 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: POST /{erp_type}/test
`solden/api/erp_connection_ops.py` declares `POST /{erp_type}/test` 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: main.py (2247 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/api/ap_items_action_routes.py (2408 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/api/auth.py (1652 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/api/gmail_extension.py (2164 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/api/gmail_webhooks.py (2118 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/api/ops.py (1509 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/api/slack_invoices.py (1869 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/api/workspace_shell.py (6311 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/core/coordination_engine.py (3279 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/core/database.py (1806 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/core/llm_gateway.py (1197 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/core/migrations.py (6057 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/core/stores/ap_store.py (4325 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/core/stores/auth_store.py (1455 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/core/stores/metrics_store.py (2293 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/core/stores/vendor_store.py (2275 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/integrations/erp_netsuite.py (1895 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/integrations/erp_quickbooks.py (1907 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/integrations/erp_router.py (2832 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/integrations/erp_sap.py (2385 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/integrations/erp_xero.py (1514 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/agent_background.py (2284 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/agent_memory.py (1566 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/ap_item_service.py (3065 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/celery_tasks.py (1341 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/correction_learning.py (1808 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/email_parser.py (2414 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/finance_agent_runtime.py (2335 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/finance_skills/ap_intent_handlers.py (3721 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/invoice_posting.py (2127 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/invoice_validation.py (3115 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/invoice_workflow.py (2524 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/llm_email_parser.py (1224 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/policy_service.py (1280 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: solden/services/slack_notifications.py (1928 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: static/workspace/app.js (1150 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_ap_record_surfaces.py (1588 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_api_endpoints.py (4011 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_channel_approval_contract.py (1883 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_erp_beta_fixes.py (1481 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_finance_agent_runtime.py (2232 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_override_window.py (1357 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_webhook_auth_hardening.py (1400 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/gmail-extension/queue-manager.js (2102 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/gmail-extension/src/components/SidebarApp.js (2444 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/gmail-extension/src/components/ThreadSidebar.js (1709 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/gmail-extension/src/inboxsdk-layer.js (1934 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/gmail-extension/src/styles.js (2656 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/gmail-extension/src/utils/formatters.js (1149 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/slack/app.py (1685 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/web-app/src/routes/pages/AuditLogPage.js (1561 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/web-app/src/routes/pages/ConnectionsPage.js (1504 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/web-app/src/routes/pages/HomePage.js (1235 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/web-app/src/routes/pages/RecordDetailPage.js (1648 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/web-app/src/routes/pages/SettingsPage.js (3876 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ui/web-app/src/utils/formatters.js (1038 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/eebda10c-e6ed-4051-bd65-f08fc5068cfc/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/eebda10c-e6ed-4051-bd65-f08fc5068cfc/

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.