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.

brandonkindred/Khala-Agentic-AI-Teams

https://github.com/brandonkindred/Khala-Agentic-AI-Teams · scanned 2026-06-17 01:46 UTC (1 month, 1 week ago)

728 raw signals (0 security + 728 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -15.0 (diff) · 694 actionable findings from 1 signal source. 34 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 61.7/100 with 100.0% coverage. It contains 27216 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 728 findings — concentrated in quality (403), security (276), software (21). Risk profile is high: 5 critical, 256 high, 36 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

critical System graph security Secrets conf 1.00 2 occurrences Possible secret in backend/agent_sandbox_image/sandbox-stack.yml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 28, 53
backend/agent_sandbox_image/sandbox-stack.yml:28, 53 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in backend/unified_api/google_browser_login_credentials.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
backend/unified_api/google_browser_login_credentials.py:26
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: CLAUDE.md
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.
CLAUDE.md:138 SecretsClaude instruction
high System graph security auth conf 1.00 FastAPI DELETE `clear_chat_history` without auth dependency — backend/agents/nutrition_meal_planning_team/api/main.py:163
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/nutrition_meal_planning_team/api/main.py:163 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `clear_strategy_lab_storage` without auth dependency — backend/agents/investment_team/api/main.py:2588
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:2588 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_advisor_job` without auth dependency — backend/agents/startup_advisor/api/main.py:354
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/startup_advisor/api/main.py:354 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_assistant_job` without auth dependency — backend/agents/personal_assistant_team/api/main.py:427
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:427 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_backtest_job` without auth dependency — backend/agents/investment_team/api/main.py:958
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:958 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_branding_job` without auth dependency — backend/agents/branding_team/api/main.py:744
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:744 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_build_job` without auth dependency — backend/agents/ai_systems_team/api/main.py:267
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/ai_systems_team/api/main.py:267 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_deepthought_job` without auth dependency — backend/agents/deepthought/api/main.py:172
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/deepthought/api/main.py:172 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_github` without auth dependency — backend/unified_api/routes/integrations.py:1044
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:1044 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_google_browser_login_credentials` without auth dependency — backend/unified_api/routes/integrations.py:679
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:679 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_job` without auth dependency — backend/agents/blogging/api/main.py:1070
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1070 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_job` without auth dependency — backend/agents/team_contract/job_router.py:94
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/team_contract/job_router.py:94 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_job` without auth dependency — backend/agents/user_agent_founder/api/main.py:810
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/user_agent_founder/api/main.py:810 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_job` without auth dependency — backend/job_service/main.py:134
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/job_service/main.py:134 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_job` without auth dependency — backend/unified_api/main.py:953
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/main.py:953 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_market_research_job` without auth dependency — backend/agents/market_research_team/api/main.py:170
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/market_research_team/api/main.py:170 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_marketing_job` without auth dependency — backend/agents/social_media_marketing_team/api/main.py:588
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/social_media_marketing_team/api/main.py:588 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_persona` without auth dependency — backend/agents/user_agent_founder/api/main.py:505
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/user_agent_founder/api/main.py:505 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_pipeline_job` without auth dependency — backend/agents/sales_team/api/main.py:324
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:324 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_provision_job` without auth dependency — backend/agents/agent_provisioning_team/api/main.py:434
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agent_provisioning_team/api/main.py:434 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_run_team_job` without auth dependency — backend/agents/software_engineering_team/api/main.py:1072
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:1072 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_run` without auth dependency — backend/unified_api/routes/agents.py:404
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/agents.py:404 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_sandbox` without auth dependency — backend/unified_api/routes/sandboxes.py:68
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/sandboxes.py:68 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_saved_input` without auth dependency — backend/unified_api/routes/agent_console_saved_inputs.py:85
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/agent_console_saved_inputs.py:85 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_scan_job` without auth dependency — backend/agents/job_matching_team/api/main.py:184
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/job_matching_team/api/main.py:184 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_story` without auth dependency — backend/agents/blogging/api/main.py:1658
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1658 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_strategy_lab_record` without auth dependency — backend/agents/investment_team/api/main.py:2548
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:2548 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_strategy_lab_run` without auth dependency — backend/agents/investment_team/api/main.py:2277
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:2277 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_team_form_record` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:700
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:700 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_test_chat_session` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:794
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:794 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_winning_post_route` without auth dependency — backend/agents/social_media_marketing_team/api/main.py:753
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/social_media_marketing_team/api/main.py:753 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `deprovision_agent` without auth dependency — backend/agents/agent_provisioning_team/api/main.py:557
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agent_provisioning_team/api/main.py:557 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `medium_clear_session` without auth dependency — backend/unified_api/routes/integrations.py:876
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:876 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `medium_google_oauth_disconnect` without auth dependency — backend/unified_api/routes/integrations.py:806
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:806 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `slack_oauth_disconnect` without auth dependency — backend/unified_api/routes/integrations.py:523
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:523 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_biometrics_route` without auth dependency — backend/agents/nutrition_meal_planning_team/api/main.py:187
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/nutrition_meal_planning_team/api/main.py:187 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_clinical_route` without auth dependency — backend/agents/nutrition_meal_planning_team/api/main.py:215
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/nutrition_meal_planning_team/api/main.py:215 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_feedback_link` without auth dependency — backend/unified_api/routes/product_delivery.py:307
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:307 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_scores` without auth dependency — backend/unified_api/routes/product_delivery.py:217
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:217 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_status` without auth dependency — backend/unified_api/routes/product_delivery.py:210
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:210 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_job` without auth dependency — backend/job_service/main.py:146
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/job_service/main.py:146 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `_invoke` without auth dependency — backend/agents/shared_agent_invoke/shim.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.
backend/agents/shared_agent_invoke/shim.py:70 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_task_item` without auth dependency — backend/agents/personal_assistant_team/api/main.py:645
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:645 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_tasks_from_text` without auth dependency — backend/agents/personal_assistant_team/api/main.py:665
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:665 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_to_wishlist` without auth dependency — backend/agents/personal_assistant_team/api/main.py:730
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:730 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `answer_branding_question` without auth dependency — backend/agents/branding_team/api/main.py:873
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:873 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `append_event` without auth dependency — backend/job_service/main.py:174
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/job_service/main.py:174 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apply_patch` without auth dependency — backend/job_service/main.py:157
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/job_service/main.py:157 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_job` without auth dependency — backend/agents/blogging/api/main.py:1198
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1198 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_proposal` without auth dependency — backend/unified_api/routes/cognition.py:187
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/cognition.py:187 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `architect_design` without auth dependency — backend/agents/software_engineering_team/api/main.py:1525
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:1525 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ask_stream` without auth dependency — backend/agents/deepthought/api/main.py:181
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/deepthought/api/main.py:181 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ask` without auth dependency — backend/agents/deepthought/api/main.py:107
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/deepthought/api/main.py:107 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `attach_conversation_to_brand` without auth dependency — backend/agents/branding_team/api/main.py:1102
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:1102 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `auto_answer_product_analysis_question` without auth dependency — backend/agents/software_engineering_team/api/main.py:2657
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:2657 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `auto_answer_run_team_question` without auth dependency — backend/agents/software_engineering_team/api/main.py:2145
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:2145 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `build_component_inventory` without auth dependency — backend/agents/accessibility_audit_team/api/main.py:625
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/accessibility_audit_team/api/main.py:625 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `build_nurture` without auth dependency — backend/agents/sales_team/api/main.py:417
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:417 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_advisor_job` without auth dependency — backend/agents/startup_advisor/api/main.py:339
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/startup_advisor/api/main.py:339 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_assistant_job` without auth dependency — backend/agents/personal_assistant_team/api/main.py:407
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:407 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_backtest_job` without auth dependency — backend/agents/investment_team/api/main.py:943
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:943 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_branding_job` without auth dependency — backend/agents/branding_team/api/main.py:729
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:729 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_build_job` without auth dependency — backend/agents/ai_systems_team/api/main.py:246
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/ai_systems_team/api/main.py:246 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_deepthought_job` without auth dependency — backend/agents/deepthought/api/main.py:157
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/deepthought/api/main.py:157 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_job` without auth dependency — backend/agents/blogging/api/main.py:1044
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1044 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_job` without auth dependency — backend/agents/software_engineering_team/api/main.py:1026
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:1026 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_job` without auth dependency — backend/agents/user_agent_founder/api/main.py:696
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/user_agent_founder/api/main.py:696 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_job` without auth dependency — backend/unified_api/main.py:962
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/main.py:962 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_market_research_job` without auth dependency — backend/agents/market_research_team/api/main.py:155
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/market_research_team/api/main.py:155 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_marketing_job` without auth dependency — backend/agents/social_media_marketing_team/api/main.py:572
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/social_media_marketing_team/api/main.py:572 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_pipeline_job` without auth dependency — backend/agents/sales_team/api/main.py:307
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:307 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_pipeline_run` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:970
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:970 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_provision_job` without auth dependency — backend/agents/agent_provisioning_team/api/main.py:413
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agent_provisioning_team/api/main.py:413 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_scan_job` without auth dependency — backend/agents/job_matching_team/api/main.py:169
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/job_matching_team/api/main.py:169 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `complete_advisor_session` without auth dependency — backend/agents/investment_team/api/main.py:3326
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:3326 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `complete_task_item` without auth dependency — backend/agents/personal_assistant_team/api/main.py:679
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:679 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `connect_email` without auth dependency — backend/agents/personal_assistant_team/api/main.py:499
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:499 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_acceptance_criterion` without auth dependency — backend/unified_api/routes/product_delivery.py:194
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:194 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_audit` without auth dependency — backend/agents/accessibility_audit_team/api/main.py:161
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/accessibility_audit_team/api/main.py:161 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_brand` without auth dependency — backend/agents/branding_team/api/main.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.
backend/agents/branding_team/api/main.py:450 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_branding_conversation` without auth dependency — backend/agents/branding_team/api/main.py:931
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:931 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_branding_session` without auth dependency — backend/agents/branding_team/api/main.py:834
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:834 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_calendar_event` without auth dependency — backend/agents/personal_assistant_team/api/main.py:580
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:580 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_client` without auth dependency — backend/agents/branding_team/api/main.py:416
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:416 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_conversation` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:394
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:394 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_email_draft` without auth dependency — backend/agents/personal_assistant_team/api/main.py:538
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:538 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_epic` without auth dependency — backend/unified_api/routes/product_delivery.py:159
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:159 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_event_from_text` without auth dependency — backend/agents/personal_assistant_team/api/main.py:603
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:603 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_feedback` without auth dependency — backend/unified_api/routes/product_delivery.py:282
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:282 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_initiative` without auth dependency — backend/unified_api/routes/product_delivery.py:148
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:148 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_job` without auth dependency — backend/agents/team_contract/job_router.py:64
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/team_contract/job_router.py:64 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_job` without auth dependency — backend/job_service/main.py:116
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/job_service/main.py:116 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_memo` without auth dependency — backend/agents/investment_team/api/main.py:1046
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:1046 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_monitoring_baseline` without auth dependency — backend/agents/accessibility_audit_team/api/main.py:546
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/accessibility_audit_team/api/main.py:546 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_persona` without auth dependency — backend/agents/user_agent_founder/api/main.py:469
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/user_agent_founder/api/main.py:469 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_process` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:286
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:286 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_product` without auth dependency — backend/unified_api/routes/product_delivery.py:120
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:120 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_profile` without auth dependency — backend/agents/investment_team/api/main.py:526
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:526 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_proposal` without auth dependency — backend/agents/investment_team/api/main.py:615
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:615 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_release` without auth dependency — backend/unified_api/routes/product_delivery.py:386
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:386 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_reservation_from_text` without auth dependency — backend/agents/personal_assistant_team/api/main.py:779
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:779 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_reservation` without auth dependency — backend/agents/personal_assistant_team/api/main.py:760
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:760 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_saved_input` without auth dependency — backend/unified_api/routes/agent_console_saved_inputs.py:39
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/agent_console_saved_inputs.py:39 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_sprint` without auth dependency — backend/unified_api/routes/product_delivery.py:329
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:329 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_story` without auth dependency — backend/unified_api/routes/product_delivery.py:170
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:170 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_strategy` without auth dependency — backend/agents/investment_team/api/main.py:688
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:688 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_task_list` without auth dependency — backend/agents/personal_assistant_team/api/main.py:621
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:621 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_task` without auth dependency — backend/unified_api/routes/product_delivery.py:182
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:182 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_team_form_record` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:678
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:678 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_team` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:197
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:197 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_test_chat_session` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:737
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:737 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_winning_post` without auth dependency — backend/agents/social_media_marketing_team/api/main.py:698
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/social_media_marketing_team/api/main.py:698 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `deep_research` without auth dependency — backend/agents/sales_team/api/main.py:486
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:486 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `diff` without auth dependency — backend/unified_api/routes/agent_console_diff.py:30
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/agent_console_diff.py:30 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `draft_feedback` without auth dependency — backend/agents/blogging/api/main.py:1468
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1468 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `export_backlog` without auth dependency — backend/agents/accessibility_audit_team/api/main.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.
backend/agents/accessibility_audit_team/api/main.py:424 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `full_pipeline` without auth dependency — backend/agents/blogging/api/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.
backend/agents/blogging/api/main.py:327 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_a11y_contract` without auth dependency — backend/agents/accessibility_audit_team/api/main.py:650
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/accessibility_audit_team/api/main.py:650 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_audit_case_study` without auth dependency — backend/agents/accessibility_audit_team/api/main.py:489
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/accessibility_audit_team/api/main.py:489 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_checklist` without auth dependency — backend/agents/personal_assistant_team/api/main.py:815
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:815 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_outreach` without auth dependency — backend/agents/sales_team/api/main.py:371
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:371 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_process_doc` without auth dependency — backend/agents/personal_assistant_team/api/main.py:799
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:799 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_coaching` without auth dependency — backend/agents/sales_team/api/main.py:446
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:446 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `groom` without auth dependency — backend/unified_api/routes/product_delivery.py:258
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:258 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `heartbeat` without auth dependency — backend/job_service/main.py:187
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/job_service/main.py:187 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest_performance` without auth dependency — backend/agents/social_media_marketing_team/api/main.py:451
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/social_media_marketing_team/api/main.py:451 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `interrupt_job` without auth dependency — backend/unified_api/main.py:974
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/main.py:974 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `invoke_agent` without auth dependency — backend/unified_api/routes/agents.py:143
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/agents.py:143 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_all_interrupted` without auth dependency — backend/unified_api/main.py:1010
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/main.py:1010 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_all_running_failed` without auth dependency — backend/job_service/main.py:211
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/job_service/main.py:211 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_all_running_interrupted` without auth dependency — backend/job_service/main.py:217
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/job_service/main.py:217 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_stale_failed` without auth dependency — backend/job_service/main.py:200
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/job_service/main.py:200 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `medium_browser_login_session` without auth dependency — backend/unified_api/routes/integrations.py:813
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:813 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `medium_import_session` without auth dependency — backend/unified_api/routes/integrations.py:861
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:861 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `medium_stats_async` without auth dependency — backend/agents/blogging/api/main.py:899
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:899 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `medium_stats_sync` without auth dependency — backend/agents/blogging/api/main.py:872
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:872 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `plan_sprint` without auth dependency — backend/unified_api/routes/product_delivery.py:354
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/product_delivery.py:354 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_chat_route` without auth dependency — backend/agents/nutrition_meal_planning_team/api/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.
backend/agents/nutrition_meal_planning_team/api/main.py:125 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_feedback_route` without auth dependency — backend/agents/nutrition_meal_planning_team/api/main.py:436
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/nutrition_meal_planning_team/api/main.py:436 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_plan_meals_route` without auth dependency — backend/agents/nutrition_meal_planning_team/api/main.py:409
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/nutrition_meal_planning_team/api/main.py:409 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_plan_nutrition_regenerate_route` without auth dependency — backend/agents/nutrition_meal_planning_team/api/main.py:378
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/nutrition_meal_planning_team/api/main.py:378 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_plan_nutrition_route` without auth dependency — backend/agents/nutrition_meal_planning_team/api/main.py:369
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/nutrition_meal_planning_team/api/main.py:369 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_plan` without auth dependency — backend/agents/road_trip_planning_team/api/main.py:189
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/road_trip_planning_team/api/main.py:189 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_review_pr` without auth dependency — backend/agents/coding_team/api/main.py:1302
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/coding_team/api/main.py:1302 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_run_from_github` without auth dependency — backend/agents/coding_team/api/main.py:1131
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/coding_team/api/main.py:1131 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_run` without auth dependency — backend/agents/coding_team/api/main.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.
backend/agents/coding_team/api/main.py:360 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `promotion_decision` without auth dependency — backend/agents/investment_team/api/main.py:982
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:982 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `prospect` without auth dependency — backend/agents/sales_team/api/main.py:354
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:354 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `qualify_lead` without auth dependency — backend/agents/sales_team/api/main.py:399
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:399 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rate_titles` without auth dependency — backend/agents/blogging/api/main.py:1304
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1304 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `recommend_agents_for_step` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:322
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:322 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_deal_outcome_endpoint` without auth dependency — backend/agents/sales_team/api/main.py:608
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:608 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_stage_outcome_endpoint` without auth dependency — backend/agents/sales_team/api/main.py:575
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:575 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_insights` without auth dependency — backend/agents/sales_team/api/main.py:692
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:692 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_proposal` without auth dependency — backend/unified_api/routes/cognition.py:210
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/cognition.py:210 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `replace_job` without auth dependency — backend/job_service/main.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.
backend/job_service/main.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `request_design_assets_for_brand` without auth dependency — backend/agents/branding_team/api/main.py:777
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:777 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `request_market_research_for_brand` without auth dependency — backend/agents/branding_team/api/main.py:758
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:758 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reresolve_restrictions_route` without auth dependency — backend/agents/nutrition_meal_planning_team/api/main.py:286
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/nutrition_meal_planning_team/api/main.py:286 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `research_and_review` without auth dependency — backend/agents/api/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.
backend/agents/api/main.py:126 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resolve_ambiguous_route` without auth dependency — backend/agents/nutrition_meal_planning_team/api/main.py:268
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/nutrition_meal_planning_team/api/main.py:268 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restart_blog_job` without auth dependency — backend/agents/blogging/api/main.py:1148
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1148 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restart_build_job` without auth dependency — backend/agents/ai_systems_team/api/main.py:336
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/ai_systems_team/api/main.py:336 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restart_job` without auth dependency — backend/agents/user_agent_founder/api/main.py:758
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/user_agent_founder/api/main.py:758 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restart_job` without auth dependency — backend/unified_api/main.py:998
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/main.py:998 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restart_marketing_job` without auth dependency — backend/agents/social_media_marketing_team/api/main.py:624
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/social_media_marketing_team/api/main.py:624 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restart_provision_job` without auth dependency — backend/agents/agent_provisioning_team/api/main.py:509
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agent_provisioning_team/api/main.py:509 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restart_run_team_job` without auth dependency — backend/agents/software_engineering_team/api/main.py:1220
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:1220 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restart_strategy_lab_run` without auth dependency — backend/agents/investment_team/api/main.py:2204
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:2204 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_after_llm_check` without auth dependency — backend/agents/software_engineering_team/api/main.py:1322
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:1322 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_blog_job` without auth dependency — backend/agents/blogging/api/main.py:1094
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1094 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_build_job` without auth dependency — backend/agents/ai_systems_team/api/main.py:283
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/ai_systems_team/api/main.py:283 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_job` without auth dependency — backend/agents/coding_team/api/main.py:895
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/coding_team/api/main.py:895 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_job` without auth dependency — backend/agents/team_contract/job_router.py:107
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/team_contract/job_router.py:107 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_job` without auth dependency — backend/agents/user_agent_founder/api/main.py:715
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/user_agent_founder/api/main.py:715 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_job` without auth dependency — backend/unified_api/main.py:986
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/main.py:986 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_marketing_job` without auth dependency — backend/agents/social_media_marketing_team/api/main.py:599
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/social_media_marketing_team/api/main.py:599 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_provision_job` without auth dependency — backend/agents/agent_provisioning_team/api/main.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.
backend/agents/agent_provisioning_team/api/main.py:450 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_run_team_job` without auth dependency — backend/agents/software_engineering_team/api/main.py:1107
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:1107 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_strategy_lab_run` without auth dependency — backend/agents/investment_team/api/main.py:2127
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:2127 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `retest_findings` without auth dependency — backend/agents/accessibility_audit_team/api/main.py:369
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/accessibility_audit_team/api/main.py:369 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `retry_failed_tasks` without auth dependency — backend/agents/software_engineering_team/api/main.py:960
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:960 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `revise_marketing_team` without auth dependency — backend/agents/social_media_marketing_team/api/main.py:477
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/social_media_marketing_team/api/main.py:477 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_audit` without auth dependency — backend/agents/soc2_compliance_team/api/main.py:116
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/soc2_compliance_team/api/main.py:116 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_backend_code_v2` without auth dependency — backend/agents/software_engineering_team/api/main.py:2028
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:2028 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_backtest` without auth dependency — backend/agents/investment_team/api/main.py:872
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:872 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_brand_phase` without auth dependency — backend/agents/branding_team/api/main.py:680
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:680 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_brand` without auth dependency — backend/agents/branding_team/api/main.py:671
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:671 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_branding_team` without auth dependency — backend/agents/branding_team/api/main.py:803
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:803 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_frontend_code_v2` without auth dependency — backend/agents/software_engineering_team/api/main.py:1770
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:1770 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_github_issue` without auth dependency — backend/unified_api/routes/integrations.py:1492
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:1492 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_github_review_pr` without auth dependency — backend/unified_api/routes/integrations.py:1585
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:1585 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_market_research` without auth dependency — backend/agents/market_research_team/api/main.py:94
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/market_research_team/api/main.py:94 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_marketing_team` without auth dependency — backend/agents/social_media_marketing_team/api/main.py:417
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/social_media_marketing_team/api/main.py:417 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_monitoring_checks` without auth dependency — backend/agents/accessibility_audit_team/api/main.py:572
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/accessibility_audit_team/api/main.py:572 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_paper_trading` without auth dependency — backend/agents/investment_team/api/main.py:2779
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:2779 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_pipeline` without auth dependency — backend/agents/sales_team/api/main.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.
backend/agents/sales_team/api/main.py:214 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_planning_v3` without auth dependency — backend/agents/planning_v3_team/api/main.py:132
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/planning_v3_team/api/main.py:132 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_product_analysis` without auth dependency — backend/agents/software_engineering_team/api/main.py:2389
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:2389 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_strategy_lab` without auth dependency — backend/agents/investment_team/api/main.py:1959
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:1959 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_team_upload` without auth dependency — backend/agents/software_engineering_team/api/main.py:718
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:718 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_team` without auth dependency — backend/agents/software_engineering_team/api/main.py:630
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:630 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_trend_discovery` without auth dependency — backend/agents/social_media_marketing_team/api/main.py:660
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/social_media_marketing_team/api/main.py:660 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `select_title` without auth dependency — backend/agents/blogging/api/main.py:1260
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1260 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_advisor_message` without auth dependency — backend/agents/investment_team/api/main.py:3290
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:3290 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_branding_conversation_message` without auth dependency — backend/agents/branding_team/api/main.py:1021
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:1021 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_chat_message` without auth dependency — backend/agents/user_agent_founder/api/main.py:599
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/user_agent_founder/api/main.py:599 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_message` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:432
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:432 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_message` without auth dependency — backend/agents/startup_advisor/api/main.py:292
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/startup_advisor/api/main.py:292 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_test_chat_message` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:803
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:803 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `skip_story_gap` without auth dependency — backend/agents/blogging/api/main.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.
backend/agents/blogging/api/main.py:1386 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `slack_commands` without auth dependency — backend/unified_api/routes/integrations.py:591
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:591 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `slack_events` without auth dependency — backend/unified_api/routes/integrations.py:539
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:539 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `slack_interactive` without auth dependency — backend/unified_api/routes/integrations.py:624
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:624 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_advisor_session` without auth dependency — backend/agents/investment_team/api/main.py:3274
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:3274 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_assistant_job` without auth dependency — backend/agents/personal_assistant_team/api/main.py:339
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:339 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_build` without auth dependency — backend/agents/ai_systems_team/api/main.py:120
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/ai_systems_team/api/main.py:120 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_founder_workflow` without auth dependency — backend/agents/user_agent_founder/api/main.py:250
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/user_agent_founder/api/main.py:250 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_full_pipeline_async` without auth dependency — backend/agents/blogging/api/main.py:819
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:819 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_pipeline_run` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:905
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:905 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_product_analysis_from_spec` without auth dependency — backend/agents/software_engineering_team/api/main.py:2478
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:2478 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_provisioning` without auth dependency — backend/agents/agent_provisioning_team/api/main.py:295
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agent_provisioning_team/api/main.py:295 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_scan` without auth dependency — backend/agents/job_matching_team/api/main.py:128
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/job_matching_team/api/main.py:128 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stop_live_paper_trading` without auth dependency — backend/agents/investment_team/api/main.py:3069
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:3069 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `story_response` without auth dependency — backend/agents/blogging/api/main.py:1348
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1348 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_answers` without auth dependency — backend/agents/blogging/api/main.py:1428
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1428 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_answers` without auth dependency — backend/agents/planning_v3_team/api/main.py:256
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/planning_v3_team/api/main.py:256 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_pending_answers` without auth dependency — backend/agents/coding_team/api/main.py:851
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/coding_team/api/main.py:851 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_pending_answers` without auth dependency — backend/agents/software_engineering_team/api/main.py:1375
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:1375 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_pipeline_input` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:957
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:957 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_product_analysis_answers` without auth dependency — backend/agents/software_engineering_team/api/main.py:2596
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/software_engineering_team/api/main.py:2596 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_team_answers` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:582
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:582 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `unapprove_job` without auth dependency — backend/agents/blogging/api/main.py:1229
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/blogging/api/main.py:1229 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_profile` without auth dependency — backend/agents/personal_assistant_team/api/main.py:477
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/personal_assistant_team/api/main.py:477 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_team_asset` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:642
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:642 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_proposal` without auth dependency — backend/agents/investment_team/api/main.py:665
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:665 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_strategy` without auth dependency — backend/agents/investment_team/api/main.py:725
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/investment_team/api/main.py:725 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `warm_sandbox` without auth dependency — backend/unified_api/routes/sandboxes.py:50
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/sandboxes.py:50 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `write_proposal` without auth dependency — backend/agents/sales_team/api/main.py:433
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/sales_team/api/main.py:433 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_clinician_overrides_route` without auth dependency — backend/agents/nutrition_meal_planning_team/api/main.py:226
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/nutrition_meal_planning_team/api/main.py:226 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_google_browser_login_credentials` without auth dependency — backend/unified_api/routes/integrations.py:661
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:661 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_profile_route` without auth dependency — backend/agents/nutrition_meal_planning_team/api/main.py:181
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/nutrition_meal_planning_team/api/main.py:181 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `rate_test_chat_message` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:885
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:885 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `rename_test_chat_session` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:784
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:784 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_conversation_process` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:470
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:470 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_team_mode` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:713
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:713 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_brand` without auth dependency — backend/agents/branding_team/api/main.py:494
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/branding_team/api/main.py:494 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_github` without auth dependency — backend/unified_api/routes/integrations.py:1030
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:1030 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_medium` without auth dependency — backend/unified_api/routes/integrations.py:700
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:700 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_persona` without auth dependency — backend/agents/user_agent_founder/api/main.py:489
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/user_agent_founder/api/main.py:489 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_process` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:305
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:305 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_saved_input` without auth dependency — backend/unified_api/routes/agent_console_saved_inputs.py:67
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/agent_console_saved_inputs.py:67 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_slack` without auth dependency — backend/unified_api/routes/integrations.py:362
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/unified_api/routes/integrations.py:362 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_team_form_record` without auth dependency — backend/agents/agentic_team_provisioning/api/main.py:686
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/agents/agentic_team_provisioning/api/main.py:686 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'exec_used' in backend/agents/investment_team/strategy_lab/quality_gates/predicate_conformance.py:721
Found a known-risky pattern (exec_used). Review and replace if possible.
backend/agents/investment_team/strategy_lab/quality_gates/predicate_conformance.py:721 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — user-interface/src/app/services/deepthought-api.service.ts:24
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 authority lacks a verifier contract: CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
CLAUDE.md VerificationClaude instruction
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: backend/agents/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: user-interface/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 11 occurrences GitHub Action is tag-pinned rather than SHA-pinned
dorny/paths-filter@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 56, 228, 864, 872, 881, 922, 930, 940, +3 more
.github/workflows/ci.yml:56, 228, 864, 872, 881, 922, 930, 940, +3 more (11 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/pages.yml 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/ci.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/agents/agent_provisioning_team/api/main.py:225
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/agents/agent_provisioning_team/api/main.py:225 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/agents/ai_systems_team/api/main.py:60
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/agents/ai_systems_team/api/main.py:60 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/agents/deepthought/api/main.py:52
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/agents/deepthought/api/main.py:52 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/agents/job_matching_team/api/main.py:88
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/agents/job_matching_team/api/main.py:88 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/agents/nutrition_meal_planning_team/api/main.py:91
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/agents/nutrition_meal_planning_team/api/main.py:91 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/agents/personal_assistant_team/api/main.py:58
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/agents/personal_assistant_team/api/main.py:58 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/agents/planning_v3_team/api/main.py:57
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/agents/planning_v3_team/api/main.py:57 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/agents/road_trip_planning_team/api/main.py:45
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/agents/road_trip_planning_team/api/main.py:45 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/agents/software_engineering_team/api/main.py:170
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/agents/software_engineering_team/api/main.py:170 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/agents/team_contract/base_app.py:117
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/agents/team_contract/base_app.py:117 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/unified_api/main.py:369
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/unified_api/main.py:369 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/unified_api/README.md:379
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/unified_api/README.md:379 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backend/agents/personal_assistant_team/api/static/index.html:1144
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backend/agents/personal_assistant_team/api/static/index.html:1144 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/app.js:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/app.js:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in user-interface/src/app/components/architecture-results/architecture-results.component.ts:125
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
user-interface/src/app/components/architecture-results/architecture-results.component.ts:125 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — backend/agents/agent_provisioning_team/tool_agents/git_provisioner.py:129
`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 151 placeholder/mock markers across 67 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 162 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AGENTIC_TEAM_AGENT_PROVISIONING_ENABLED`, `AGENTIC_TEAM_AGENT_PROVISIONING_MANIFEST`, `AGENTIC_TEAM_TEST_MODEL`, `AGENT_CACHE_DIR`, `AGENT_COGNITION_WRITEBACK_MAX_BYTES`, `AGENT_CONSOLE_PRUNE_INTERVAL_S`, `AGENT_CONSOLE_RUNS_RETENTION`, `AGENT_EXE…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 92 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:alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
user-interface/Dockerfile:19 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.
user-interface/Dockerfile:7 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 6 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.
6 files, 6 locations
backend/Dockerfile:4
backend/agent_sandbox_image/Dockerfile:1
backend/agents/Dockerfile:19
backend/blogging_service/Dockerfile:1
backend/job_service/Dockerfile:1
backend/team_service/Dockerfile:1
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 2 locations
.github/workflows/ci.yml:607
.github/workflows/pages.yml:37
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 15 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: backend/agents/job_service_client_fake.py:mark_stale_active_jobs_failed, backend/agents/job_service_client.py:mark_stale_active_jobs_failed This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygie…
15 occurrences
repo-level (15 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: backend/agents/coding_team/api/main.py:run, backend/agents/coding_team/api/main.py:run, backend/agents/coding_team/api/main.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Cons…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: backend/agents/deepthought/api/main.py:cancel_deepthought_job, backend/agents/job_matching_team/api/main.py:cancel_scan_job, backend/agents/market_research_team/api/main.py:cancel_market_research_job, backend/agents/branding_team/api/main.py:cancel_br…
2 occurrences
repo-level (2 hits)
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: backend/agents/deepthought/shared/job_store.py:create_job, backend/agents/job_matching_team/shared/job_store.py:create_job, backend/agents/market_research_team/shared/job_store.py:create_job, backend/agents/investment_team/shared/job_store.py:create_j…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_activity_v2` in backend/agents/agent_provisioning_team/temporal/activities.py:9
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 `audit_activity_v2` in backend/agents/agent_provisioning_team/temporal/__init__.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 `audit_activity_v2` in backend/agents/agent_provisioning_team/temporal/worker.py:22
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 `backend_code_v2` in backend/agents/llm_service/tests/test_strands_adapter.py:660
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 `backend_code_v2` in backend/agents/software_engineering_team/api/main.py:226
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 `backend_code_v2` in backend/agents/software_engineering_team/backend_code_v2_team/phases/review.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 `backend_code_v2` in backend/agents/software_engineering_team/tests/test_v2_tool_agents_more.py:1
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

Showing first 300 of 516. Refine filters or use the findings page for deep search.

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/5e5d791f-7d14-4a1f-ae13-60c76283e93d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5e5d791f-7d14-4a1f-ae13-60c76283e93d/

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.