LuisLuii/FastAPIQuickCRUD
66 issues need attention.
66 warnings in the paths between 3 routes and 66 tables.
- ROUTES
- 3
- TABLES
- 66
- FILES READ
- 37
- RULES RUN
- 7/7
66 findings
GET / has no validator or rate limiter attached.
public-entry-guardedtest_users is not connected to anything.
no-orphan-datastoreparent_o2o is not connected to anything.
no-orphan-datastoreexample_table is not connected to anything.
no-orphan-datastorecategory is not connected to anything.
no-orphan-datastoredata_rest_caching_comp_option is not connected to anything.
no-orphan-datastoredata_rest_caching_filter_option is not connected to anything.
no-orphan-datastoredata_rest_caching_query_option is not connected to anything.
no-orphan-datastoreequipment_type_new is not connected to anything.
no-orphan-datastoreequipment_types is not connected to anything.
no-orphan-datastoreexample is not connected to anything.
no-orphan-datastorefunction_group is not connected to anything.
no-orphan-datastoremovie is not connected to anything.
no-orphan-datastoreprocessed_filter is not connected to anything.
no-orphan-datastoreprocessed_resolution is not connected to anything.
no-orphan-datastoreprocessed_value is not connected to anything.
no-orphan-datastoreref_code is not connected to anything.
no-orphan-datastoreref_filter is not connected to anything.
no-orphan-datastoreref_resolution is not connected to anything.
no-orphan-datastoreref_symptom_group is not connected to anything.
no-orphan-datastorerelationship_test_a is not connected to anything.
no-orphan-datastoresometable is not connected to anything.
no-orphan-datastoretemp_sites is not connected to anything.
no-orphan-datastoretenants is not connected to anything.
no-orphan-datastoretest_alias_unique_column is not connected to anything.
no-orphan-datastoretest_alias_unique_column_async is not connected to anything.
no-orphan-datastoretest_build_myself is not connected to anything.
no-orphan-datastoretest_build_myself_async is not connected to anything.
no-orphan-datastoretest_no_alias is not connected to anything.
no-orphan-datastoretest_no_alias_async is not connected to anything.
no-orphan-datastoretest_table is not connected to anything.
no-orphan-datastoretest_uuid_primary is not connected to anything.
no-orphan-datastoretest_uuid_primary_async is not connected to anything.
no-orphan-datastoretest_uuid_primary_sync is not connected to anything.
no-orphan-datastorez_fault_diagnosis_type is not connected to anything.
no-orphan-datastorefault_feature_type_new is not connected to anything.
no-orphan-datastorefault_feature_types is not connected to anything.
no-orphan-datastorefault_symptom_type is not connected to anything.
no-orphan-datastorefunctions is not connected to anything.
no-orphan-datastoresites is not connected to anything.
no-orphan-datastoretenant_policy is not connected to anything.
no-orphan-datastoreuser_group is not connected to anything.
no-orphan-datastoreusers is not connected to anything.
no-orphan-datastorewidget_info is not connected to anything.
no-orphan-datastoredashboards is not connected to anything.
no-orphan-datastoredata_rest_caching_payload is not connected to anything.
no-orphan-datastoredevices is not connected to anything.
no-orphan-datastorefault_diagnosis is not connected to anything.
no-orphan-datastorefault_feature_new is not connected to anything.
no-orphan-datastorefault_symptom is not connected to anything.
no-orphan-datastorefault_features is not connected to anything.
no-orphan-datastoreuser_dashboard is not connected to anything.
no-orphan-datastorewidget_layout is not connected to anything.
no-orphan-datastoreuntitled_table_256 is not connected to anything.
no-orphan-datastoretest_right is not connected to anything.
no-orphan-datastoretest_left is not connected to anything.
no-orphan-datastoretest_right_second is not connected to anything.
no-orphan-datastoreleft is not connected to anything.
no-orphan-datastoreright is not connected to anything.
no-orphan-datastoreparent_one_to_many_back_ref is not connected to anything.
no-orphan-datastorechild_one_to_many_back_ref is not connected to anything.
no-orphan-datastorechild_m2o_back_populates is not connected to anything.
no-orphan-datastoreparent_m2o_back_populates is not connected to anything.
no-orphan-datastoreaccount is not connected to anything.
no-orphan-datastoreblog_post is not connected to anything.
no-orphan-datastoreblog_comment is not connected to anything.
no-orphan-datastore
Part of this repository was not read, so this report is incomplete. Unread: src/fastapi_quickcrud/misc/abstract_route.py, src/fastapi_quickcrud/misc/abstract_route.py, src/fastapi_quickcrud/misc/abstract_route.py.
Free account, no card. The repository opens as an editable graph.
Add this check to the README
[](https://wyro.in/scan/LuisLuii/FastAPIQuickCRUD)It updates itself whenever the repository changes and links back to this report.
What this is
Wyro reads the repository’s routes and data models and checks the paths between them: whether a route can reach a table without passing a guard, whether a datastore holding personal data is exposed to a public read, whether an endpoint that issues credentials requires the credentials it issues.
It is rule-based, not a model. The same commit produces the same result every time, and it does not guess at business rules it cannot see. A rule with nothing to look at is reported as not having run — never as a pass.
This check runs on public source through GitHub’s own API and needs no account. A free account adds the editable architecture canvas, private repositories on paid plans, and a CI gate. No card required.