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.

THIRD-I-AI/AURA

https://github.com/THIRD-I-AI/AURA · scanned 2026-06-16 00:35 UTC (2 months, 2 weeks ago)

302 raw signals (0 security + 302 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 266 actionable findings from 1 signal source. 36 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 60.6/100 with 100.0% coverage. It contains 6303 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 302 findings — concentrated in quality (102), security (100), api (50). Risk profile is high: 0 critical, 100 high, 20 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

high System graph security auth conf 1.00 FastAPI DELETE `clear_saved_query_schedule` without auth dependency — aurabackend/api_gateway/routers/queries.py:707
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:707 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_connection` without auth dependency — aurabackend/api_gateway/routers/connections.py:252
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/connections.py:252 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_dashboard` without auth dependency — aurabackend/api_gateway/routers/dashboards.py:147
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/dashboards.py:147 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_file` without auth dependency — aurabackend/api_gateway/routers/files.py:238
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/files.py:238 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_hook` without auth dependency — aurabackend/api_gateway/routers/inbound_hooks.py:103
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/inbound_hooks.py:103 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_pipeline` without auth dependency — aurabackend/pipeline/streaming/streaming_api.py:147
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/pipeline/streaming/streaming_api.py:147 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_saved_query` without auth dependency — aurabackend/api_gateway/routers/queries.py:575
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:575 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_webhook` without auth dependency — aurabackend/api_gateway/routers/webhooks.py:135
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/webhooks.py:135 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_workspace` without auth dependency — aurabackend/api_gateway/routers/workspaces.py:159
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/workspaces.py:159 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `pipeline_delete` without auth dependency — aurabackend/api_gateway/routers/pipelines.py:286
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/pipelines.py:286 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `revoke_share_link` without auth dependency — aurabackend/api_gateway/routers/queries.py:603
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:603 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_dashboard` without auth dependency — aurabackend/api_gateway/routers/dashboards.py:124
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/dashboards.py:124 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_hook` without auth dependency — aurabackend/api_gateway/routers/inbound_hooks.py:92
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/inbound_hooks.py:92 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_proposal` without auth dependency — aurabackend/evolution/api.py:183
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/evolution/api.py:183 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_saved_query` without auth dependency — aurabackend/api_gateway/routers/queries.py:555
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:555 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_webhook` without auth dependency — aurabackend/api_gateway/routers/webhooks.py:127
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/webhooks.py:127 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_workspace` without auth dependency — aurabackend/api_gateway/routers/workspaces.py:142
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/workspaces.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_results` without auth dependency — aurabackend/api_gateway/routers/queries.py:466
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:466 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_results` without auth dependency — aurabackend/insights/main.py:75
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/insights/main.py:75 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_job` without auth dependency — aurabackend/api_gateway/routers/queries.py:1001
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:1001 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `auto_generate_model_from_file` without auth dependency — aurabackend/api_gateway/routers/pipelines.py:340
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/pipelines.py:340 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_job` without auth dependency — aurabackend/api_gateway/routers/queries.py:1013
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:1013 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `causal_discover` without auth dependency — aurabackend/causal_service/main.py:83
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/causal_service/main.py:83 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `chat_endpoint` without auth dependency — aurabackend/api_gateway/routers/chat.py:144
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/chat.py:144 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_connection` without auth dependency — aurabackend/api_gateway/routers/connections.py:180
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/connections.py:180 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_dashboard` without auth dependency — aurabackend/api_gateway/routers/dashboards.py:87
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/dashboards.py:87 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_hook` without auth dependency — aurabackend/api_gateway/routers/inbound_hooks.py:68
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/inbound_hooks.py:68 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_pipeline` without auth dependency — aurabackend/pipeline/streaming/streaming_api.py:108
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/pipeline/streaming/streaming_api.py:108 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_plan` without auth dependency — aurabackend/agents/api.py:90
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/agents/api.py:90 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_saved_query` without auth dependency — aurabackend/api_gateway/routers/queries.py:519
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:519 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_share_link` without auth dependency — aurabackend/api_gateway/routers/queries.py:590
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:590 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_webhook` without auth dependency — aurabackend/api_gateway/routers/webhooks.py:83
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/webhooks.py:83 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_workspace` without auth dependency — aurabackend/api_gateway/routers/workspaces.py:124
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/workspaces.py:124 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `daemon_start` without auth dependency — aurabackend/dar_service/main.py:185
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/dar_service/main.py:185 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `daemon_stop` without auth dependency — aurabackend/dar_service/main.py:194
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/dar_service/main.py:194 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `etl_execute` without auth dependency — aurabackend/api_gateway/routers/etl.py:300
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/etl.py:300 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `etl_from_natural_language` without auth dependency — aurabackend/api_gateway/routers/etl.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.
aurabackend/api_gateway/routers/etl.py:428 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `etl_preview_source` without auth dependency — aurabackend/api_gateway/routers/etl.py:252
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/etl.py:252 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute_for_chat` without auth dependency — aurabackend/api_gateway/routers/queries.py:231
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:231 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute_prompt_async` without auth dependency — aurabackend/agents/api.py:214
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/agents/api.py:214 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute_prompt_stream` without auth dependency — aurabackend/agents/api.py:154
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/agents/api.py:154 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute_prompt` without auth dependency — aurabackend/agents/api.py:115
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/agents/api.py:115 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute_query_with_insights` without auth dependency — aurabackend/api_gateway/routers/queries.py:361
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:361 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute_query` without auth dependency — aurabackend/connectors/main.py:327
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/connectors/main.py:327 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `financial_audit` without auth dependency — aurabackend/api_gateway/routers/counterfactual.py:124
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/counterfactual.py:124 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `financial_audit` without auth dependency — aurabackend/counterfactual_service/main.py:506
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/counterfactual_service/main.py:506 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fire_hook` without auth dependency — aurabackend/api_gateway/routers/inbound_hooks.py:122
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/inbound_hooks.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gate_check` without auth dependency — aurabackend/uasr/service.py:424
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/uasr/service.py:424 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_query_proxy` without auth dependency — aurabackend/api_gateway/routers/queries.py:418
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:418 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_query` without auth dependency — aurabackend/orchestration_service/main.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/orchestration_service/main.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest_batch` without auth dependency — aurabackend/uasr/service.py:206
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/uasr/service.py:206 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest_file` without auth dependency — aurabackend/connectors/main.py:193
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/connectors/main.py:193 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `introspect_database` without auth dependency — aurabackend/connectors/main.py:253
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/connectors/main.py:253 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `issue_token` without auth dependency — aurabackend/api_gateway/routers/auth.py:68
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/auth.py:68 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `lint_query` without auth dependency — aurabackend/api_gateway/routers/queries.py:453
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:453 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `list_connector_tables` without auth dependency — aurabackend/api_gateway/routers/connections.py:122
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/connections.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `list_tables` without auth dependency — aurabackend/connectors/main.py:126
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/connectors/main.py:126 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mapek_resume` without auth dependency — aurabackend/uasr/service.py:537
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/uasr/service.py:537 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pause_pipeline` without auth dependency — aurabackend/pipeline/streaming/streaming_api.py:186
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/pipeline/streaming/streaming_api.py:186 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pipeline_execute_async` without auth dependency — aurabackend/api_gateway/routers/pipelines.py:147
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/pipelines.py:147 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pipeline_execute` without auth dependency — aurabackend/api_gateway/routers/pipelines.py:129
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/pipelines.py:129 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pipeline_generate` without auth dependency — aurabackend/api_gateway/routers/pipelines.py:95
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/pipelines.py:95 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pipeline_save` without auth dependency — aurabackend/api_gateway/routers/pipelines.py:252
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/pipelines.py:252 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `profile_table` without auth dependency — aurabackend/api_gateway/routers/connections.py:141
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/connections.py:141 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `recommend_indexes` without auth dependency — aurabackend/insights/main.py:140
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/insights/main.py:140 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `render_dashboard` without auth dependency — aurabackend/api_gateway/routers/dashboards.py:236
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/dashboards.py:236 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `replay_bulk` without auth dependency — aurabackend/counterfactual_service/main.py:667
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/counterfactual_service/main.py:667 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_pipeline` without auth dependency — aurabackend/pipeline/streaming/streaming_api.py:195
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/pipeline/streaming/streaming_api.py:195 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rollback_shim` without auth dependency — aurabackend/uasr/service.py:437
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/uasr/service.py:437 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_audit` without auth dependency — aurabackend/api_gateway/routers/counterfactual.py:119
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/counterfactual.py:119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_audit` without auth dependency — aurabackend/counterfactual_service/main.py:337
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/counterfactual_service/main.py:337 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_demo` without auth dependency — aurabackend/api_gateway/routers/counterfactual.py:114
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/counterfactual.py:114 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_demo` without auth dependency — aurabackend/counterfactual_service/main.py:244
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/counterfactual_service/main.py:244 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_chat_message` without auth dependency — aurabackend/api_gateway/routers/chat.py:325
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/chat.py:325 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_query_history` without auth dependency — aurabackend/api_gateway/routers/queries.py:904
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:904 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `search_patterns` without auth dependency — aurabackend/evolution/api.py:105
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/evolution/api.py:105 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_pipeline` without auth dependency — aurabackend/pipeline/streaming/streaming_api.py:163
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/pipeline/streaming/streaming_api.py:163 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stop_pipeline` without auth dependency — aurabackend/pipeline/streaming/streaming_api.py:177
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/pipeline/streaming/streaming_api.py:177 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_feedback` without auth dependency — aurabackend/evolution/api.py:87
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/evolution/api.py:87 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_job` without auth dependency — aurabackend/counterfactual_service/main.py:196
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/counterfactual_service/main.py:196 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit` without auth dependency — aurabackend/api_gateway/routers/counterfactual.py:70
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/counterfactual.py:70 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `suggest_charts` without auth dependency — aurabackend/insights/main.py:110
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/insights/main.py:110 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_connection_by_id` without auth dependency — aurabackend/api_gateway/routers/connections.py:221
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/connections.py:221 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_connector` without auth dependency — aurabackend/api_gateway/routers/connections.py:99
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/connections.py:99 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_connector` without auth dependency — aurabackend/connectors/main.py:86
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/connectors/main.py:86 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_webhook` without auth dependency — aurabackend/api_gateway/routers/webhooks.py:142
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/webhooks.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_cycle` without auth dependency — aurabackend/evolution/api.py:79
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/evolution/api.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_research_run` without auth dependency — aurabackend/dar_service/main.py:125
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/dar_service/main.py:125 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `uasr_baseline` without auth dependency — aurabackend/api_gateway/routers/pipelines.py:415
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/pipelines.py:415 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `uasr_ingest` without auth dependency — aurabackend/api_gateway/routers/pipelines.py:408
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/pipelines.py:408 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_universal` without auth dependency — aurabackend/api_gateway/routers/files.py:61
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/files.py:61 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_semantic_model` without auth dependency — aurabackend/api_gateway/routers/pipelines.py:360
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/pipelines.py:360 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_query` without auth dependency — aurabackend/api_gateway/routers/queries.py:437
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:437 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `vault_query` without auth dependency — aurabackend/connectors/main.py:440
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/connectors/main.py:440 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `vault_spatial_query` without auth dependency — aurabackend/connectors/main.py:494
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/connectors/main.py:494 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `vault_vector_search` without auth dependency — aurabackend/connectors/main.py:467
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/connectors/main.py:467 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_saved_query_schedule` without auth dependency — aurabackend/api_gateway/routers/queries.py:685
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/api_gateway/routers/queries.py:685 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_pipeline` without auth dependency — aurabackend/pipeline/streaming/streaming_api.py:133
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aurabackend/pipeline/streaming/streaming_api.py:133 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'eval_used' in aurabackend/agents/dpc_verifier.py:193
Found a known-risky pattern (eval_used). Review and replace if possible.
aurabackend/agents/dpc_verifier.py:193 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in aurabackend/uasr/recovery_loop.py:361
Found a known-risky pattern (exec_used). Review and replace if possible.
aurabackend/uasr/recovery_loop.py:361 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/audit/auditApi.ts:7
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/components/LiveDashboard.tsx:94
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/pages/Counterfactual.tsx:75
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/services/api.ts:277
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. 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: frontend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 Frontend route `/audit/:jobId` has no Link/navigate to it — frontend/src/audit/__tests__/AuditProgress.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 2 occurrences Frontend route `/certificate/:hash` has no Link/navigate to it — frontend/src/AppRoutes.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
2 occurrences
repo-level (2 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `/verify/:hash` has no Link/navigate to it — frontend/src/audit/__tests__/VerifyPage.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
docker/setup-buildx-action@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 43, 46, 54, 66
.github/workflows/cd.yml:43, 46, 54, 66 (4 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/cd.yml CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/regen_all_sdks.py:17
`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 51 placeholder/mock markers across 25 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Integrity conf 1.00 77 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `API_HOST`, `AUDIT_POOL_WORKERS`, `AURA_AGENT_TIMEOUT`, `AURA_ARTIFACT_DIR`, `AURA_AUDIT_CRITIC_TIMEOUT_S`, `AURA_AUDIT_DIR`, `AURA_AUDIT_ENABLED`, `AURA_AUDIT_MAX_FIELD_BYTES` + 69 more. Add them (with a placeholder/comment) to .env.example so onb…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 55 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/Dockerfile:15 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 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.
frontend/Dockerfile:6 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.13-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 12, 31
aurabackend/Dockerfile:12, 31 (2 hits)
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 15 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 15 locations
.github/workflows/ci.yml:37, 63, 80, 131, 167, 209, 259, 298, +5 more (13 hits)
.github/workflows/cd.yml:40
.github/workflows/nightly-e2e.yml:20
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 18 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: sdk_clients/aura_orchestration_client/client.py:generate_query_v1_orchestrations_query, sdk_clients/aura_orchestration_client/client.py:generate_query_v1_orchestrations_query This is *the* AI-coder failure mode (4× more duplication in vibe-coded repo…
18 occurrences
repo-level (18 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 22 places
Functions with the same first-5-line body hash: sdk_clients/aura_orchestration_client/client.py:health, sdk_clients/aura_orchestration_client/client.py:health, sdk_clients/aura_code_generation_client/client.py:health, sdk_clients/aura_code_generation_client/client.py:health This is *the* AI-coder …
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: sdk_clients/aura_orchestration_client/client.py:root_, sdk_clients/aura_orchestration_client/client.py:root_, sdk_clients/aura_scheduler_client/client.py:root_, sdk_clients/aura_scheduler_client/client.py:root_ This is *the* AI-coder failure mode (4×…
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 Integrity conf 1.00 Old/deprecated-named symbol `config_copy` in aurabackend/connectors/main.py:362
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 `ctx_v1` in aurabackend/tests/test_api_gateway_persistence.py:544
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in aurabackend/dar_service/graph.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 `model_copy` in aurabackend/tests/test_counterfactual_canonical.py:129
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 `V_old` in aurabackend/uasr/shim_router.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 software Dead code conf 1.00 Possibly dead Python function: analyze_results_analyze
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_insights_client/client.py:289
low System graph software Dead code conf 1.00 Possibly dead Python function: causal_discover_causal_discover
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_causal_client/client.py:280
low System graph software Dead code conf 1.00 Possibly dead Python function: causal_info_causal_info
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_causal_client/client.py:289
low System graph software Dead code conf 1.00 Possibly dead Python function: cleanup_old_executions_admin_cleanup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_scheduler_client/client.py:396
low System graph software Dead code conf 1.00 Possibly dead Python function: create_job_jobs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_scheduler_client/client.py:407
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_job_jobs__job_id_
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_scheduler_client/client.py:416
low System graph software Dead code conf 1.00 Possibly dead Python function: execute_job_now_jobs__job_id__execute
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_scheduler_client/client.py:424
low System graph software Dead code conf 1.00 Possibly dead Python function: execute_sql_execute_sql
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_execution_sandbox_client/client.py:272
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_code_generate_code
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_code_generation_client/client.py:271
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_query_v1_orchestrations_query
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_orchestration_client/client.py:316
low System graph software Dead code conf 1.00 Possibly dead Python function: ingest_netsuite_batch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_ingestion_client/client.py:309
low System graph software Dead code conf 1.00 Possibly dead Python function: ingest_workday_batch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_ingestion_client/client.py:317
low System graph software Dead code conf 1.00 Possibly dead Python function: list_data_sources_data_sources
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_metadata_store_client/client.py:359
low System graph software Dead code conf 1.00 Possibly dead Python function: list_semantic_models_semantic_models
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_metadata_store_client/client.py:367
low System graph software Dead code conf 1.00 Possibly dead Python function: pause_job_jobs__job_id__pause
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_scheduler_client/client.py:494
low System graph software Dead code conf 1.00 Possibly dead Python function: resume_job_jobs__job_id__resume
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_scheduler_client/client.py:503
low System graph software Dead code conf 1.00 Possibly dead Python function: root_
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_orchestration_client/client.py:333
low System graph software Dead code conf 1.00 Possibly dead Python function: root_
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_scheduler_client/client.py:512
low System graph software Dead code conf 1.00 Possibly dead Python function: trigger_job_execution_jobs__job_id__run
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_scheduler_client/client.py:520
low System graph software Dead code conf 1.00 Possibly dead Python function: update_job_jobs__job_id_
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_scheduler_client/client.py:528
low System graph software Dead code conf 1.00 Possibly dead Python function: upsert_dataset_profile_dataset_profiles__file_id_
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_metadata_store_client/client.py:375
low System graph software Dead code conf 1.00 Possibly dead Python function: upsert_semantic_model_semantic_models
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_metadata_store_client/client.py:383
low System graph software Dead code conf 1.00 Possibly dead Python function: upsert_user_users__user_id_
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sdk_clients/aura_metadata_store_client/client.py:391
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 — frontend/src/pages/PipelinesPanel.tsx:233
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 — frontend/src/plugins/PluginSystem.ts:147
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `inc` (body is just `pass`/`return`) — aurabackend/shared/observability.py:129
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 /jobs/{job_id}
`aurabackend/scheduler_service/main.py` declares `DELETE /jobs/{job_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 /
`aurabackend/orchestration_service/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 /api/v1/ingest/erc-map/{erc}
`aurabackend/ingestion_service/main.py` declares `GET /api/v1/ingest/erc-map/{erc}` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /connectors/available
`aurabackend/connectors/main.py` declares `GET /connectors/available` 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 /connectors/registry
`aurabackend/connectors/main.py` declares `GET /connectors/registry` 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 /dar/daemon/status
`aurabackend/dar_service/main.py` declares `GET /dar/daemon/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 /dar/insights
`aurabackend/dar_service/main.py` declares `GET /dar/insights` 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 /dar/insights/{insight_id}
`aurabackend/dar_service/main.py` declares `GET /dar/insights/{insight_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 /executions
`aurabackend/scheduler_service/main.py` declares `GET /executions` 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 /executions/{execution_id}
`aurabackend/scheduler_service/main.py` declares `GET /executions/{execution_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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /executions/{execution_id}/logs
`aurabackend/scheduler_service/main.py` declares `GET /executions/{execution_id}/logs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /jobs
`aurabackend/scheduler_service/main.py` declares `GET /jobs` 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 /jobs/{job_id}
`aurabackend/scheduler_service/main.py` declares `GET /jobs/{job_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 /uasr/drift/status
`aurabackend/uasr/service.py` declares `GET /uasr/drift/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 /uasr/drift/{drift_event_id}/recovery
`aurabackend/uasr/service.py` declares `GET /uasr/drift/{drift_event_id}/recovery` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /uasr/metrics
`aurabackend/uasr/service.py` declares `GET /uasr/metrics` 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 /uasr/metrics/alerts
`aurabackend/uasr/service.py` declares `GET /uasr/metrics/alerts` 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 /uasr/metrics/history
`aurabackend/uasr/service.py` declares `GET /uasr/metrics/history` 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 /uasr/recovery/{recovery_id}
`aurabackend/uasr/service.py` declares `GET /uasr/recovery/{recovery_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 /vault/capabilities
`aurabackend/connectors/main.py` declares `GET /vault/capabilities` 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 /vault/health
`aurabackend/connectors/main.py` declares `GET /vault/health` 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 /vault/tables
`aurabackend/connectors/main.py` declares `GET /vault/tables` 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 /admin/cleanup
`aurabackend/scheduler_service/main.py` declares `POST /admin/cleanup` 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 /analyze
`aurabackend/insights/main.py` declares `POST /analyze` 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 /api/v1/ingest/netsuite
`aurabackend/ingestion_service/main.py` declares `POST /api/v1/ingest/netsuite` 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 /api/v1/ingest/workday
`aurabackend/ingestion_service/main.py` declares `POST /api/v1/ingest/workday` 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 /chart-suggestions
`aurabackend/insights/main.py` declares `POST /chart-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: POST /connections/{connection_id}/query
`aurabackend/connectors/main.py` declares `POST /connections/{connection_id}/query` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /dar/daemon/start
`aurabackend/dar_service/main.py` declares `POST /dar/daemon/start` 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 /dar/daemon/stop
`aurabackend/dar_service/main.py` declares `POST /dar/daemon/stop` 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 /dar/research/run
`aurabackend/dar_service/main.py` declares `POST /dar/research/run` 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 /execute_sql
`aurabackend/execution_sandbox/main.py` declares `POST /execute_sql` 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 /generate_code
`aurabackend/code_generation_service/main.py` declares `POST /generate_code` 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 /ingest
`aurabackend/connectors/main.py` declares `POST /ingest` 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 /introspect
`aurabackend/connectors/main.py` declares `POST /introspect` 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 /jobs
`aurabackend/scheduler_service/main.py` declares `POST /jobs` 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 /jobs/{job_id}/execute
`aurabackend/scheduler_service/main.py` declares `POST /jobs/{job_id}/execute` 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 /jobs/{job_id}/pause
`aurabackend/scheduler_service/main.py` declares `POST /jobs/{job_id}/pause` 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 /jobs/{job_id}/resume
`aurabackend/scheduler_service/main.py` declares `POST /jobs/{job_id}/resume` 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 /jobs/{job_id}/run
`aurabackend/scheduler_service/main.py` declares `POST /jobs/{job_id}/run` 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 /recommend-indexes
`aurabackend/insights/main.py` declares `POST /recommend-indexes` 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 /tables
`aurabackend/connectors/main.py` declares `POST /tables` 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 /test
`aurabackend/connectors/main.py` declares `POST /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 api Wiring conf 1.00 Unused endpoint: POST /uasr/baseline
`aurabackend/uasr/service.py` declares `POST /uasr/baseline` 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 /uasr/ingest
`aurabackend/uasr/service.py` declares `POST /uasr/ingest` 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 /v1/orchestrations/query
`aurabackend/orchestration_service/main.py` declares `POST /v1/orchestrations/query` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /vault/query
`aurabackend/connectors/main.py` declares `POST /vault/query` 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 /vault/spatial-query
`aurabackend/connectors/main.py` declares `POST /vault/spatial-query` 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 /vault/vector-search
`aurabackend/connectors/main.py` declares `POST /vault/vector-search` 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: PUT /jobs/{job_id}
`aurabackend/scheduler_service/main.py` declares `PUT /jobs/{job_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 quality Complexity conf 1.00 Very large file: aurabackend/counterfactual_service/engine.py (1836 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/pages/PipelinesPanel.tsx (1620 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/types/api.generated.ts (5459 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdk_clients/aura_gateway_client/client.py (1945 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/b02d1d46-ed42-48fa-a1a2-287502ca1bb6/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b02d1d46-ed42-48fa-a1a2-287502ca1bb6/

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.