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.

Richard7856/CRM_Asistant

https://github.com/Richard7856/CRM_Asistant · scanned 2026-06-15 23:51 UTC (2 months, 3 weeks ago)

165 raw signals (0 security + 165 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 121 actionable findings from 1 signal source. 44 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: severity: high × excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 60.4/100 with 100.0% coverage. It contains 1857 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 165 findings — concentrated in api (50), quality (43), security (36). Risk profile is high: 0 critical, 36 high, 26 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

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

high System graph security auth conf 1.00 FastAPI DELETE `delete_credential` without auth dependency — backend/app/credentials/router.py:88
`@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/app/credentials/router.py:88 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_policy` without auth dependency — backend/app/approvals/admin_router.py:93
`@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/app/approvals/admin_router.py:93 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_retention_policy` without auth dependency — backend/app/compliance/admin_router.py:173
`@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/app/compliance/admin_router.py:173 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_template` without auth dependency — backend/app/prompts/router.py:67
`@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/app/prompts/router.py:67 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `revoke_agent_from_department` without auth dependency — backend/app/mcp/admin_router.py:119
`@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/app/mcp/admin_router.py:119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `revoke_tool_from_department` without auth dependency — backend/app/mcp/admin_router.py:153
`@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/app/mcp/admin_router.py:153 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `mark_notification_read` without auth dependency — backend/app/notifications/router.py:35
`@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/app/notifications/router.py:35 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_credential` without auth dependency — backend/app/credentials/router.py:79
`@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/app/credentials/router.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_improvement` without auth dependency — backend/app/improvements/router.py:55
`@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/app/improvements/router.py:55 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_task` without auth dependency — backend/app/tasks/router.py:81
`@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/app/tasks/router.py:81 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_template` without auth dependency — backend/app/prompts/router.py:58
`@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/app/prompts/router.py:58 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `activate_version` without auth dependency — backend/app/prompts/router.py:104
`@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/app/prompts/router.py:104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apply_template` without auth dependency — backend/app/prompts/router.py:129
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/prompts/router.py:129 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `assign_task` without auth dependency — backend/app/tasks/router.py:90
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/tasks/router.py:90 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `check_all_health` without auth dependency — backend/app/integrations/router.py:84
`@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/app/integrations/router.py:84 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_activity` without auth dependency — backend/app/activities/router.py:49
`@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/app/activities/router.py:49 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_credential` without auth dependency — backend/app/credentials/router.py:36
`@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/app/credentials/router.py:36 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_improvement` without auth dependency — backend/app/improvements/router.py:47
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/improvements/router.py:47 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_interaction` without auth dependency — backend/app/interactions/router.py:47
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/interactions/router.py:47 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_policy` without auth dependency — backend/app/approvals/admin_router.py:51
`@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/app/approvals/admin_router.py:51 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_role` without auth dependency — backend/app/agents/router.py:44
`@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/app/agents/router.py:44 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_template` without auth dependency — backend/app/prompts/router.py:42
`@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/app/prompts/router.py:42 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_version` without auth dependency — backend/app/prompts/router.py:91
`@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/app/prompts/router.py:91 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dispatch_task` without auth dependency — backend/app/integrations/router.py:47
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/integrations/router.py:47 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `grant_agent_to_department` without auth dependency — backend/app/mcp/admin_router.py:100
`@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/app/mcp/admin_router.py:100 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `grant_tool_to_department` without auth dependency — backend/app/mcp/admin_router.py:136
`@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/app/mcp/admin_router.py:136 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_all_read` without auth dependency — backend/app/notifications/router.py:48
`@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/app/notifications/router.py:48 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preview_policy` without auth dependency — backend/app/approvals/admin_router.py:108
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/approvals/admin_router.py:108 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `recalculate_agent_metrics` without auth dependency — backend/app/metrics/router.py:83
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/metrics/router.py:83 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `receive_webhook` without auth dependency — backend/app/integrations/router.py:27
`@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/app/integrations/router.py:27 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_heartbeat` without auth dependency — backend/app/agents/router.py:167
`@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/app/agents/router.py:167 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh` without auth dependency — backend/app/auth/router.py:117
`@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/app/auth/router.py:117 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_agent` without auth dependency — backend/app/integrations/router.py:99
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/integrations/router.py:99 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `replace_department_scope` without auth dependency — backend/app/mcp/admin_router.py:65
`@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/app/mcp/admin_router.py:65 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_policy` without auth dependency — backend/app/approvals/admin_router.py:72
`@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/app/approvals/admin_router.py:72 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `upsert_retention_policy` without auth dependency — backend/app/compliance/admin_router.py:155
`@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/app/compliance/admin_router.py:155 securityAuth fastapi unauth mutation
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/667e5385-b462-4dd9-a9a5-61e45bee0a39/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/667e5385-b462-4dd9-a9a5-61e45bee0a39/

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.