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.

ChefaneFabio/sportdb

https://github.com/ChefaneFabio/sportdb · scanned 2026-06-17 01:23 UTC (1 month, 2 weeks ago)

76 raw signals (0 security + 76 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -2.8 (diff) · 63 actionable findings from 1 signal source. 13 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

All 1998 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
main software healthy backend/manage.py:7
__str__ software healthy backend/society/models.py:105
_setup_sport software healthy backend/api/tests_standings_flow.py:20
setUp software healthy backend/api/tests_standings_flow.py:427
test_create_result_updates_standings software healthy backend/api/tests_standings_flow.py:68
test_draw_gives_1_point_each software healthy backend/api/tests_standings_flow.py:91
test_multiple_results_accumulate software healthy backend/api/tests_standings_flow.py:100
test_delete_result_recalculates_standings software healthy backend/api/tests_standings_flow.py:121
test_update_result_recalculates_standings software healthy backend/api/tests_standings_flow.py:138
test_standings_visible_via_api software healthy backend/api/tests_standings_flow.py:154
_get_standings software healthy backend/api/tests_standings_flow.py:472
test_pallamano_win_gives_2_points software healthy backend/api/tests_standings_flow.py:193
test_pallamano_draw_gives_1_each software healthy backend/api/tests_standings_flow.py:202
test_pallamano_delete_removes_points software healthy backend/api/tests_standings_flow.py:210
test_basket_win_gives_2_points software healthy backend/api/tests_standings_flow.py:242
test_basket_draw_rejected software healthy backend/api/tests_standings_flow.py:251
test_pallanuoto_normal_win software healthy backend/api/tests_standings_flow.py:276
test_pallanuoto_equal_scores_allowed software healthy backend/api/tests_standings_flow.py:285
test_pallanuoto_a1_strict_no_draws software healthy backend/api/tests_standings_flow.py:292
test_pallanuoto_shootout_updates_standings software healthy backend/api/tests_standings_flow.py:305
test_volley_3_0_gives_3_points software healthy backend/api/tests_standings_flow.py:344
test_volley_3_2_gives_2_and_1 software healthy backend/api/tests_standings_flow.py:352
test_rugby_win_gives_4_points software healthy backend/api/tests_standings_flow.py:384
test_rugby_close_loss_gives_bonus software healthy backend/api/tests_standings_flow.py:391
test_rugby_bonus_meta_updates_standings software healthy backend/api/tests_standings_flow.py:400
test_penalty_deduction_reflected_in_standings software healthy backend/api/tests_standings_flow.py:437
test_delete_penalty_restores_points software healthy backend/api/tests_standings_flow.py:454
setUp software healthy backend/api/tests.py:476
auth_admin software healthy backend/api/tests.py:29
auth_viewer software healthy backend/api/tests.py:32
test_list_sports_anonymous software healthy backend/api/tests.py:39
test_retrieve_sport_by_slug software healthy backend/api/tests.py:44
test_create_sport_admin software healthy backend/api/tests.py:49
test_create_sport_viewer_forbidden software healthy backend/api/tests.py:57
test_create_sport_anonymous_unauthorized software healthy backend/api/tests.py:64
test_list_seasons software healthy backend/api/tests.py:72
test_filter_seasons_by_sport software healthy backend/api/tests.py:82
test_list_players software healthy backend/api/tests.py:106
test_player_has_position_names software healthy backend/api/tests.py:115
test_search_players software healthy backend/api/tests.py:123
test_create_player_team_manager software healthy backend/api/tests.py:134
test_create_player_viewer_forbidden software healthy backend/api/tests.py:142
test_filter_by_status software healthy backend/api/tests.py:237
test_list_teams software healthy backend/api/tests.py:170
test_filter_by_sport software healthy backend/api/tests.py:177
test_list_championships software healthy backend/api/tests.py:188
test_create_championship_committee software healthy backend/api/tests.py:196
test_list_matches software healthy backend/api/tests.py:217
test_match_includes_nested_result software healthy backend/api/tests.py:227
test_search_by_team_name software healthy backend/api/tests.py:249

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
RegionAdmin software healthy backend/society/admin.py:6
ProvinceAdmin software healthy backend/society/admin.py:12
MunicipalityAdmin software healthy backend/society/admin.py:19
ClubAdmin software healthy backend/society/admin.py:27
FacilityAdmin software healthy backend/society/admin.py:44
Region software healthy backend/society/models.py:6
Meta software healthy backend/society/models.py:101
Province software healthy backend/society/models.py:18
Municipality software healthy backend/society/models.py:31
Club software healthy backend/society/models.py:44
Facility software healthy backend/society/models.py:81
SocietyConfig software healthy backend/society/apps.py:4
Migration software healthy backend/society/migrations/0002_performance_indexes.py:6
Migration software healthy backend/society/migrations/0005_alter_facility_surface.py:6
Migration software healthy backend/society/migrations/0001_initial.py:9
Migration software healthy backend/society/migrations/0004_club_cap_club_committee_clu…
Migration software healthy backend/society/migrations/0003_alter_club_options_alter_fa…
CalcioStandingsFlowTest software healthy backend/api/tests_standings_flow.py:55
PallamanoStandingsFlowTest software healthy backend/api/tests_standings_flow.py:180
BasketStandingsFlowTest software healthy backend/api/tests_standings_flow.py:229
PallanuotoStandingsFlowTest software healthy backend/api/tests_standings_flow.py:263
VolleyStandingsFlowTest software healthy backend/api/tests_standings_flow.py:331
RugbyStandingsFlowTest software healthy backend/api/tests_standings_flow.py:366
PenaltyStandingsFlowTest software healthy backend/api/tests_standings_flow.py:424
FlexiblePageNumberPagination software healthy backend/api/pagination.py:4
ApiConfig software healthy backend/api/apps.py:4
APITestBase software healthy backend/api/tests.py:15
SportAPITest software healthy backend/api/tests.py:38
SeasonAPITest software healthy backend/api/tests.py:71
PlayerAPITest software healthy backend/api/tests.py:96
TeamAPITest software healthy backend/api/tests.py:165
ChampionshipAPITest software healthy backend/api/tests.py:187
MatchAPITest software healthy backend/api/tests.py:209
MatchEventAPITest software healthy backend/api/tests.py:258
ResultAPITest software healthy backend/api/tests.py:281
LineupAPITest software healthy backend/api/tests.py:304
StandingsAPITest software healthy backend/api/tests.py:334
PaginationTest software healthy backend/api/tests.py:369
MatchDateFilterAPITest software healthy backend/api/tests.py:380
GroupDeletionLockAPITest software healthy backend/api/tests.py:471
MatchFilter software healthy backend/api/viewsets/gare.py:16
Meta software healthy backend/api/viewsets/gare.py:133
MatchViewSet software healthy backend/api/viewsets/gare.py:40
ResultViewSet software healthy backend/api/viewsets/gare.py:68
MatchEventFilter software healthy backend/api/viewsets/gare.py:130
MatchEventViewSet software healthy backend/api/viewsets/gare.py:138
LineupViewSet software healthy backend/api/viewsets/gare.py:186
LineupPlayerViewSet software healthy backend/api/viewsets/gare.py:195
MatchOfficialViewSet software healthy backend/api/viewsets/gare.py:202
AnomalousResultViewSet software healthy backend/api/viewsets/gare.py:209

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
.env.example software healthy .env.example
README.md software healthy README.md
docker-compose.yml software healthy docker-compose.yml
.env software healthy backend/.env
entrypoint.sh software healthy backend/entrypoint.sh
requirements.txt software healthy backend/requirements.txt
build.sh software healthy backend/build.sh
manage.py software healthy backend/manage.py
Dockerfile software healthy backend/Dockerfile
admin.py software healthy backend/society/admin.py
views.py software healthy backend/society/views.py
__init__.py software healthy backend/society/__init__.py
models.py software healthy backend/society/models.py
apps.py software healthy backend/society/apps.py
tests.py software healthy backend/society/tests.py
0002_performance_indexes.py software healthy backend/society/migrations/0002_performance_indexes.py
__init__.py software healthy backend/society/migrations/__init__.py
0005_alter_facility_surface.py software healthy backend/society/migrations/0005_alter_facility_surface.py
0001_initial.py software healthy backend/society/migrations/0001_initial.py
0004_club_cap_club_committee_club_matricola_club_pec_and_mo… software healthy backend/society/migrations/0004_club_cap_club_committee_clu…
0003_alter_club_options_alter_facility_options_and_more.py software healthy backend/society/migrations/0003_alter_club_options_alter_fa…
tests_standings_flow.py software healthy backend/api/tests_standings_flow.py
admin.py software healthy backend/api/admin.py
views.py software healthy backend/api/views.py
pagination.py software healthy backend/api/pagination.py
__init__.py software healthy backend/api/__init__.py
models.py software healthy backend/api/models.py
apps.py software healthy backend/api/apps.py
urls.py software healthy backend/api/urls.py
tests.py software healthy backend/api/tests.py
gare.py software healthy backend/api/viewsets/gare.py
teams.py software healthy backend/api/viewsets/teams.py
permissions.py software healthy backend/api/viewsets/permissions.py
players.py software healthy backend/api/viewsets/players.py
core.py software healthy backend/api/viewsets/core.py
__init__.py software healthy backend/api/viewsets/__init__.py
stats.py software healthy backend/api/viewsets/stats.py
tables.py software healthy backend/api/viewsets/tables.py
society.py software healthy backend/api/viewsets/society.py
users.py software healthy backend/api/viewsets/users.py
output.py software healthy backend/api/viewsets/output.py
champs.py software healthy backend/api/viewsets/champs.py
gare.py software healthy backend/api/serializers/gare.py
teams.py software healthy backend/api/serializers/teams.py
permissions.py software healthy backend/api/serializers/permissions.py
players.py software healthy backend/api/serializers/players.py
core.py software healthy backend/api/serializers/core.py
__init__.py software healthy backend/api/serializers/__init__.py
tables.py software healthy backend/api/serializers/tables.py
society.py software healthy backend/api/serializers/society.py

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
NotFound frontend healthy frontend/app/not-found.tsx
RootLoading frontend healthy frontend/app/loading.tsx
GlobalError frontend healthy frontend/app/global-error.tsx
RootLayout frontend healthy frontend/app/layout.tsx
LoginPage frontend healthy frontend/app/login/page.tsx
UscitePage frontend healthy frontend/app/uscite/page.tsx
GestioneUscitePage frontend healthy frontend/app/uscite/gestione/page.tsx
Loading frontend healthy frontend/app/[sport]/loading.tsx
SportError frontend healthy frontend/app/[sport]/error.tsx
Loading frontend healthy frontend/app/[sport]/squadre/loading.tsx
Loading frontend healthy frontend/app/[sport]/squadre/[id]/loading.tsx
Loading frontend healthy frontend/app/[sport]/campionati/[slug]/loading.tsx
Loading frontend healthy frontend/app/[sport]/campionati/[slug]/classifica/loading.t…
Loading frontend healthy frontend/app/[sport]/campionati/[slug]/calendario/loading.t…
Loading frontend healthy frontend/app/[sport]/partite/[id]/loading.tsx
Loading frontend healthy frontend/app/[sport]/giocatori/loading.tsx
Loading frontend healthy frontend/app/[sport]/giocatori/[id]/loading.tsx
RegisterPage frontend healthy frontend/app/register/page.tsx
ImportaPage frontend healthy frontend/app/importa/page.tsx
ImportaFederazionePage frontend healthy frontend/app/importa/federazione/page.tsx
ScansionaTabellinoPage frontend healthy frontend/app/importa/tabellino/page.tsx
Loading frontend healthy frontend/app/societa/[slug]/loading.tsx
ClubError frontend healthy frontend/app/societa/[slug]/error.tsx
ProfiloPage frontend healthy frontend/app/profilo/page.tsx
StaffPage frontend healthy frontend/app/staff/page.tsx
ChampionshipRulesEditor frontend healthy frontend/components/championship-rules-editor.tsx
PlayerRow frontend healthy frontend/components/player-row.tsx
AddChampionshipForm frontend healthy frontend/components/add-championship-form.tsx
JsonLd frontend healthy frontend/components/json-ld.tsx
ThemeToggle frontend healthy frontend/components/theme-toggle.tsx
TeamChampionshipManager frontend healthy frontend/components/team-championship-manager.tsx
MatchDetailWrapper frontend healthy frontend/components/match-detail-wrapper.tsx
CalendarioDetailLink frontend healthy frontend/components/calendario-detail-link.tsx
MatchTeamPanel frontend healthy frontend/components/match-team-panel.tsx
SportSelector frontend healthy frontend/components/sport-selector.tsx
SportIcon frontend healthy frontend/components/sport-icon.tsx
StatsCard frontend healthy frontend/components/stats-card.tsx
TransferHistory frontend healthy frontend/components/transfer-history.tsx
PrintButton frontend healthy frontend/components/print-button.tsx
AutoRefresh frontend healthy frontend/components/auto-refresh.tsx
Footer frontend healthy frontend/components/footer.tsx
InlineLineupEditor frontend healthy frontend/components/inline-lineup-editor.tsx
EditAwareLink frontend healthy frontend/components/edit-aware-link.tsx
BulkSaveBar frontend healthy frontend/components/bulk-save-bar.tsx
SeasonRollover frontend healthy frontend/components/season-rollover.tsx
AddMatchForm frontend healthy frontend/components/add-match-form.tsx
BulkDateChanger frontend healthy frontend/components/bulk-date-changer.tsx
SocietySearch frontend healthy frontend/components/society-search.tsx
TransferPerson frontend healthy frontend/components/transfer-person.tsx
EditModeProvider frontend healthy frontend/components/edit-mode-provider.tsx

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
0002_performance_indexes.py data healthy backend/society/migrations/0002_performance_indexes.py
__init__.py data healthy backend/society/migrations/__init__.py
0005_alter_facility_surface.py data healthy backend/society/migrations/0005_alter_facility_surface.py
0001_initial.py data healthy backend/society/migrations/0001_initial.py
0004_club_cap_club_committee_club_matricola_club_pec_and_mo… data healthy backend/society/migrations/0004_club_cap_club_committee_clu…
0003_alter_club_options_alter_facility_options_and_more.py data healthy backend/society/migrations/0003_alter_club_options_alter_fa…
__init__.py data healthy backend/api/migrations/__init__.py
0006_seed_giornali_bundles.py data healthy backend/output/migrations/0006_seed_giornali_bundles.py
__init__.py data healthy backend/output/migrations/__init__.py
0004_alter_uscitatemplate_qxp_encoding.py data healthy backend/output/migrations/0004_alter_uscitatemplate_qxp_enc…
0001_initial.py data healthy backend/output/migrations/0001_initial.py
0002_alter_uscitaassignment_created_and_more.py data healthy backend/output/migrations/0002_alter_uscitaassignment_creat…
0003_normalize_calcio_style_prefixes.py data healthy backend/output/migrations/0003_normalize_calcio_style_prefi…
0005_uscitabundle.py data healthy backend/output/migrations/0005_uscitabundle.py
__init__.py data healthy backend/uploads/migrations/__init__.py
__init__.py data healthy backend/users/migrations/__init__.py
0002_activitylog_profile.py data healthy backend/users/migrations/0002_activitylog_profile.py
0001_initial.py data healthy backend/users/migrations/0001_initial.py
0010_add_performance_indexes.py data healthy backend/gare/migrations/0010_add_performance_indexes.py
0003_alter_match_status_alter_matchevent_event_type.py data healthy backend/gare/migrations/0003_alter_match_status_alter_match…
0004_performance_indexes.py data healthy backend/gare/migrations/0004_performance_indexes.py
0006_anomalousresult_goal_matchreport_penalty_and_more.py data healthy backend/gare/migrations/0006_anomalousresult_goal_matchrepo…
0009_alter_matchevent_minute_match_gare_match_md_sched.py data healthy backend/gare/migrations/0009_alter_matchevent_minute_match_…
0002_alter_lineup_options_alter_matchevent_event_type.py data healthy backend/gare/migrations/0002_alter_lineup_options_alter_mat…
0011_add_bonus_meta_event_type.py data healthy backend/gare/migrations/0011_add_bonus_meta_event_type.py
__init__.py data healthy backend/gare/migrations/__init__.py
0005_alter_lineup_options_alter_lineupplayer_options_and_mo… data healthy backend/gare/migrations/0005_alter_lineup_options_alter_lin…
0008_alter_matchevent_event_type.py data healthy backend/gare/migrations/0008_alter_matchevent_event_type.py
0014_match_rescheduled_to_alter_match_status.py data healthy backend/gare/migrations/0014_match_rescheduled_to_alter_mat…
0013_match_time_known.py data healthy backend/gare/migrations/0013_match_time_known.py
0007_matchofficial.py data healthy backend/gare/migrations/0007_matchofficial.py
0001_initial.py data healthy backend/gare/migrations/0001_initial.py
0012_alter_anomalousresult_anomaly_type_and_more.py data healthy backend/gare/migrations/0012_alter_anomalousresult_anomaly_…
0005_championship_default_match_time_and_more.py data healthy backend/champs/migrations/0005_championship_default_match_t…
__init__.py data healthy backend/champs/migrations/__init__.py
0002_alter_annualchampionship_status.py data healthy backend/champs/migrations/0002_alter_annualchampionship_sta…
0009_alter_championship_level.py data healthy backend/champs/migrations/0009_alter_championship_level.py
0007_alter_championship_gender_alter_championship_level_and… data healthy backend/champs/migrations/0007_alter_championship_gender_al…
0003_performance_indexes.py data healthy backend/champs/migrations/0003_performance_indexes.py
0001_initial.py data healthy backend/champs/migrations/0001_initial.py
0006_annualchampionship_format_knockoutround_knockouttie.py data healthy backend/champs/migrations/0006_annualchampionship_format_kn…
0004_alter_annualchampionship_options_and_more.py data healthy backend/champs/migrations/0004_alter_annualchampionship_opt…
0008_add_serie_a_rugby.py data healthy backend/champs/migrations/0008_add_serie_a_rugby.py
__init__.py data healthy backend/bdcalcio/migrations/__init__.py
0002_performance_indexes.py data healthy backend/teams/migrations/0002_performance_indexes.py
__init__.py data healthy backend/teams/migrations/__init__.py
0003_alter_team_options_and_more.py data healthy backend/teams/migrations/0003_alter_team_options_and_more.py
0001_initial.py data healthy backend/teams/migrations/0001_initial.py
0003_season_unique_current.py data healthy backend/core/migrations/0003_season_unique_current.py
0002_alter_season_is_current.py data healthy backend/core/migrations/0002_alter_season_is_current.py

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
backend software healthy backend
society software healthy backend/society
migrations software healthy backend/society/migrations
api software healthy backend/api
viewsets software healthy backend/api/viewsets
serializers software healthy backend/api/serializers
migrations software healthy backend/api/migrations
output software healthy backend/output
management software healthy backend/output/management
commands software healthy backend/output/management/commands
migrations software healthy backend/output/migrations
uploads software healthy backend/uploads
migrations software healthy backend/uploads/migrations
users software healthy backend/users
migrations software healthy backend/users/migrations
gare software healthy backend/gare
migrations software healthy backend/gare/migrations
champs software healthy backend/champs
migrations software healthy backend/champs/migrations
bdcalcio software healthy backend/bdcalcio
migrations software healthy backend/bdcalcio/migrations
teams software healthy backend/teams
migrations software healthy backend/teams/migrations
core software healthy backend/core
management software healthy backend/core/management
commands software healthy backend/core/management/commands
migrations software healthy backend/core/migrations
permissions software healthy backend/permissions
migrations software healthy backend/permissions/migrations
notifications software healthy backend/notifications
migrations software healthy backend/notifications/migrations
fixtures software healthy backend/fixtures
tables software healthy backend/tables
migrations software healthy backend/tables/migrations
players software healthy backend/players
migrations software healthy backend/players/migrations
config software healthy backend/config
frontend software healthy frontend
app software healthy frontend/app
login software healthy frontend/app/login
campionati software healthy frontend/app/campionati
risultati software healthy frontend/app/risultati
uscite software healthy frontend/app/uscite
gestione software healthy frontend/app/uscite/gestione
[sport] software healthy frontend/app/[sport]
squadre software healthy frontend/app/[sport]/squadre
[id] software healthy frontend/app/[sport]/squadre/[id]
campionati software healthy frontend/app/[sport]/campionati
[slug] software healthy frontend/app/[sport]/campionati/[slug]
marcatori software healthy frontend/app/[sport]/campionati/[slug]/marcatori

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
ANY /api/v1/ api healthy backend/api/urls.py
ANY /api/v1/auth/register/ api healthy backend/api/urls.py
ANY /api/v1/auth/token/ api healthy backend/api/urls.py
ANY /api/v1/auth/token/refresh/ api healthy backend/api/urls.py
ANY /api/v1/auth/me/ api healthy backend/api/urls.py
ANY /api/v1/auth/change-password/ api healthy backend/api/urls.py
ANY /api/v1/schema/ api healthy backend/api/urls.py
ANY /api/v1/docs/ api healthy backend/api/urls.py
ANY /api/v1/redoc/ api healthy backend/api/urls.py
ANY /api/v1/sports api healthy backend/api/urls.py
ANY /api/v1/seasons api healthy backend/api/urls.py
ANY /api/v1/positions api healthy backend/api/urls.py
ANY /api/v1/formations api healthy backend/api/urls.py
ANY /api/v1/committees api healthy backend/api/urls.py
ANY /api/v1/regions api healthy backend/api/urls.py
ANY /api/v1/provinces api healthy backend/api/urls.py
ANY /api/v1/municipalities api healthy backend/api/urls.py
ANY /api/v1/clubs api healthy backend/api/urls.py
ANY /api/v1/facilities api healthy backend/api/urls.py
ANY /api/v1/teams api healthy backend/api/urls.py
ANY /api/v1/team-season-associations api healthy backend/api/urls.py
ANY /api/v1/players api healthy backend/api/urls.py
ANY /api/v1/coaches api healthy backend/api/urls.py
ANY /api/v1/referees api healthy backend/api/urls.py
ANY /api/v1/directors api healthy backend/api/urls.py
ANY /api/v1/player-associations api healthy backend/api/urls.py
ANY /api/v1/coach-associations api healthy backend/api/urls.py
ANY /api/v1/director-associations api healthy backend/api/urls.py
ANY /api/v1/championships api healthy backend/api/urls.py
ANY /api/v1/annual-championships api healthy backend/api/urls.py
ANY /api/v1/groups api healthy backend/api/urls.py
ANY /api/v1/matchdays api healthy backend/api/urls.py
ANY /api/v1/matches api healthy backend/api/urls.py
ANY /api/v1/results api healthy backend/api/urls.py
ANY /api/v1/match-events api healthy backend/api/urls.py
ANY /api/v1/lineups api healthy backend/api/urls.py
ANY /api/v1/lineup-players api healthy backend/api/urls.py
ANY /api/v1/match-officials api healthy backend/api/urls.py
ANY /api/v1/match-reports api healthy backend/api/urls.py
ANY /api/v1/anomalous-results api healthy backend/api/urls.py
ANY /api/v1/penalties api healthy backend/api/urls.py
ANY /api/v1/standings-tables api healthy backend/api/urls.py
ANY /api/v1/standings-rows api healthy backend/api/urls.py
ANY /api/v1/delegations api healthy backend/api/urls.py
ANY /api/v1/users api healthy backend/api/urls.py
ANY /api/v1/activity-logs api healthy backend/api/urls.py
ANY /api/v1/stats api healthy backend/api/urls.py
ANY /api/v1/exports api healthy backend/api/urls.py
ANY /api/v1/uscita-templates api healthy backend/api/urls.py
ANY /api/v1/uscita-style-maps api healthy backend/api/urls.py

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
/page.tsx frontend healthy frontend/app/page.tsx
/login frontend healthy frontend/app/login/page.tsx
/campionati frontend healthy frontend/app/campionati/page.tsx
/risultati frontend healthy frontend/app/risultati/page.tsx
/uscite frontend healthy frontend/app/uscite/page.tsx
/uscite/gestione frontend healthy frontend/app/uscite/gestione/page.tsx
/[sport] frontend healthy frontend/app/[sport]/page.tsx
/[sport]/squadre frontend healthy frontend/app/[sport]/squadre/page.tsx
/[sport]/squadre/[id] frontend healthy frontend/app/[sport]/squadre/[id]/page.tsx
/[sport]/campionati frontend healthy frontend/app/[sport]/campionati/page.tsx
/[sport]/campionati/[slug] frontend healthy frontend/app/[sport]/campionati/[slug]/page.tsx
/[sport]/campionati/[slug]/marcatori frontend healthy frontend/app/[sport]/campionati/[slug]/marcatori/page.tsx
/[sport]/campionati/[slug]/classifica frontend healthy frontend/app/[sport]/campionati/[slug]/classifica/page.tsx
/[sport]/campionati/[slug]/calendario frontend healthy frontend/app/[sport]/campionati/[slug]/calendario/page.tsx
/[sport]/partite/[id] frontend healthy frontend/app/[sport]/partite/[id]/page.tsx
/[sport]/giocatori frontend healthy frontend/app/[sport]/giocatori/page.tsx
/[sport]/giocatori/[id] frontend healthy frontend/app/[sport]/giocatori/[id]/page.tsx
/register frontend healthy frontend/app/register/page.tsx
/importa frontend healthy frontend/app/importa/page.tsx
/importa/federazione frontend healthy frontend/app/importa/federazione/page.tsx
/importa/tabellino frontend healthy frontend/app/importa/tabellino/page.tsx
/societa frontend healthy frontend/app/societa/page.tsx
/societa/[slug] frontend healthy frontend/app/societa/[slug]/page.tsx
/profilo frontend healthy frontend/app/profilo/page.tsx
/staff frontend healthy frontend/app/staff/page.tsx
/classifiche frontend healthy frontend/app/classifiche/page.tsx

LabelLayerStatusPath
dotenv::backend/.env security healthy backend/.env
password_literal::backend/api/tests.py security healthy backend/api/tests.py
password_literal::backend/api/tests.py security healthy backend/api/tests.py
password_literal::backend/api/tests.py security healthy backend/api/tests.py
password_literal::backend/api/tests.py security healthy backend/api/tests.py
password_literal::backend/api/tests.py security healthy backend/api/tests.py
password_literal::backend/api/tests.py security healthy backend/api/tests.py
password_literal::backend/api/tests.py security healthy backend/api/tests.py
password_literal::backend/core/management/commands/import_b… security healthy backend/core/management/commands/import_bak.py
password_literal::backend/permissions/tests.py security healthy backend/permissions/tests.py
password_literal::backend/permissions/tests.py security healthy backend/permissions/tests.py

LabelLayerStatusPath
image::backend/Dockerfile hardware healthy backend/Dockerfile
image::frontend/Dockerfile hardware healthy frontend/Dockerfile
db hardware healthy docker-compose.yml
redis hardware healthy docker-compose.yml
backend hardware healthy docker-compose.yml
celery hardware healthy docker-compose.yml
frontend hardware healthy docker-compose.yml

LabelLayerStatusPath
sqlite data healthy README.md
postgresql data healthy README.md
redis data healthy README.md
postgres data healthy docker-compose.yml
mongodb data healthy frontend/package-lock.json
mysql data healthy frontend/package-lock.json

LabelLayerStatusPath
127.0.0.1 network healthy .env.example
1.1.1.2 network healthy backend/requirements.txt
2.695.272.273 network healthy frontend/components/footer.tsx

LabelLayerStatusPath
port:8000 network healthy docker-compose.yml
port:3000 network healthy docker-compose.yml
port:1433 network healthy backend/core/management/commands/import_bak.py

LabelLayerStatusPath
Profile data healthy backend/users/models.py
ActivityLog data healthy backend/users/models.py

LabelLayerStatusPath
auth::frontend/lib/auth.ts security healthy frontend/lib/auth.ts
auth::README.md security healthy README.md

LabelLayerStatusPath
ChefaneFabio__sportdb software healthy /data/fable5_failed_archive/ChefaneFabio__sportdb

LabelLayerStatusPath
celery data healthy README.md

LabelLayerStatusPath
vps::aws hardware healthy backend/gare/services.py
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/0e3d8175-64a1-437b-ada0-2770a998b145/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0e3d8175-64a1-437b-ada0-2770a998b145/

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.