https://github.com/salafan391-ai/car_aucttions_multi_site
· scanned 2026-06-16 00:00 UTC (2 months, 3 weeks ago)
141 raw signals (3 security + 138 graph)
Last scanned 2 months, 3 weeks ago · v1 · 128 actionable findings from 2 signal sources. 17 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 1494 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.
| Label | Layer | Status | Path |
|---|---|---|---|
main |
software | healthy | manage.py:7 |
main |
software | healthy | main.py:1 |
_is_public_schema |
software | healthy | site_shop/views.py:22 |
_shop_list |
software | healthy | site_shop/views.py:28 |
parts_list |
software | dead | site_shop/views.py:88 |
accessories_list |
software | dead | site_shop/views.py:92 |
_shop_detail |
software | healthy | site_shop/views.py:96 |
parts_detail |
software | dead | site_shop/views.py:113 |
accessories_detail |
software | dead | site_shop/views.py:117 |
_kind_param |
software | healthy | site_shop/views.py:123 |
_apply_fields |
software | healthy | site_shop/views.py:128 |
_save_images |
software | healthy | site_shop/views.py:148 |
shop_manage |
software | healthy | site_shop/views.py:159 |
shop_add |
software | healthy | site_shop/views.py:178 |
shop_edit |
software | healthy | site_shop/views.py:201 |
shop_delete |
software | healthy | site_shop/views.py:223 |
shop_delete_image |
software | healthy | site_shop/views.py:239 |
shop_toggle_stock |
software | healthy | site_shop/views.py:251 |
shop_import |
software | healthy | site_shop/views.py:261 |
categories_for |
software | healthy | site_shop/models.py:9 |
__str__ |
software | healthy | site_shop/models.py:120 |
get_absolute_url |
software | dead | site_shop/models.py:89 |
save |
software | healthy | site_shop/models.py:123 |
_key |
software | healthy | site_shop/importer.py:16 |
_norm_headers |
software | healthy | site_shop/importer.py:41 |
_pick |
software | healthy | site_shop/importer.py:45 |
_norm_origin |
software | healthy | site_shop/importer.py:53 |
_norm_condition |
software | healthy | site_shop/importer.py:62 |
_truthy_stock |
software | healthy | site_shop/importer.py:69 |
_download_image |
software | healthy | site_shop/importer.py:92 |
import_rows |
software | healthy | site_shop/importer.py:106 |
import_csv_text |
software | healthy | site_shop/importer.py:181 |
import_csv_url |
software | healthy | site_shop/importer.py:187 |
_autowini_headers |
software | healthy | site_shop/importer.py:200 |
_autowini_map |
software | healthy | site_shop/importer.py:210 |
fetch_autowini_rows |
software | healthy | site_shop/importer.py:246 |
import_autowini |
software | healthy | site_shop/importer.py:261 |
add_arguments |
software | dead | site_shop/management/commands/import_shop_csv.py:19 |
handle |
software | dead | site_shop/management/commands/import_shop_csv.py:29 |
add_arguments |
software | dead | site_shop/management/commands/import_autowini.py:20 |
handle |
software | dead | site_shop/management/commands/import_autowini.py:30 |
_global_rates |
software | healthy | tenants/context_processors.py:7 |
tenant_branding |
software | dead | tenants/context_processors.py:25 |
_file_url |
software | healthy | tenants/context_processors.py:63 |
site_settings |
software | healthy | tenants/views.py:10 |
_num |
software | healthy | tenants/views.py:100 |
_carr |
software | healthy | tenants/views.py:128 |
_at |
software | healthy | tenants/views.py:131 |
has_add_permission |
software | dead | tenants/admin.py:55 |
has_delete_permission |
software | dead | tenants/admin.py:58 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
import_encar.sh |
software | healthy | import_encar.sh |
README.md |
software | healthy | README.md |
railway.cron.json |
software | healthy | railway.cron.json |
cron_import.sh |
software | healthy | cron_import.sh |
release.sh |
software | healthy | release.sh |
index.html |
software | healthy | index.html |
PERFORMANCE_OPTIMIZATION.md |
software | healthy | PERFORMANCE_OPTIMIZATION.md |
Procfile |
software | healthy | Procfile |
.translations_cache.json |
software | healthy | .translations_cache.json |
manage.py |
software | healthy | manage.py |
pyproject.toml |
software | healthy | pyproject.toml |
main.py |
software | healthy | main.py |
requirements.txt |
software | healthy | requirements.txt |
POSTS_TENANT_ISOLATION.md |
software | healthy | POSTS_TENANT_ISOLATION.md |
IMAGE_UPLOAD_OPTIMIZATION.md |
software | healthy | IMAGE_UPLOAD_OPTIMIZATION.md |
railway.json |
software | healthy | railway.json |
urls.py |
software | healthy | site_shop/urls.py |
__init__.py |
software | healthy | site_shop/__init__.py |
views.py |
software | healthy | site_shop/views.py |
admin.py |
software | healthy | site_shop/admin.py |
apps.py |
software | healthy | site_shop/apps.py |
models.py |
software | healthy | site_shop/models.py |
importer.py |
software | healthy | site_shop/importer.py |
__init__.py |
software | healthy | site_shop/management/__init__.py |
import_shop_csv.py |
software | healthy | site_shop/management/commands/import_shop_csv.py |
__init__.py |
software | healthy | site_shop/management/commands/__init__.py |
import_autowini.py |
software | healthy | site_shop/management/commands/import_autowini.py |
0002_shopitem_origin_shopitem_part_number_and_more.py |
software | healthy | site_shop/migrations/0002_shopitem_origin_shopitem_part_num… |
0001_initial.py |
software | healthy | site_shop/migrations/0001_initial.py |
__init__.py |
software | healthy | site_shop/migrations/__init__.py |
0003_shopitem_external_id_shopitem_source.py |
software | healthy | site_shop/migrations/0003_shopitem_external_id_shopitem_sou… |
context_processors.py |
software | healthy | tenants/context_processors.py |
__init__.py |
software | healthy | tenants/__init__.py |
views.py |
software | healthy | tenants/views.py |
admin.py |
software | healthy | tenants/admin.py |
apps.py |
software | healthy | tenants/apps.py |
fonts.py |
software | healthy | tenants/fonts.py |
tests.py |
software | healthy | tenants/tests.py |
models.py |
software | healthy | tenants/models.py |
signals.py |
software | healthy | tenants/signals.py |
middleware.py |
software | healthy | tenants/middleware.py |
template_loader.py |
software | healthy | tenants/template_loader.py |
__init__.py |
software | healthy | tenants/management/__init__.py |
gsc_register.py |
software | healthy | tenants/management/commands/gsc_register.py |
__init__.py |
software | healthy | tenants/management/commands/__init__.py |
update_exchange_rates.py |
software | healthy | tenants/management/commands/update_exchange_rates.py |
setup_public_tenant.py |
software | healthy | tenants/management/commands/setup_public_tenant.py |
create_tenant.py |
software | healthy | tenants/management/commands/create_tenant.py |
0001_initial.py |
software | healthy | tenants/migrations/0001_initial.py |
0002_tenant_accent_color_tenant_favicon_and_more.py |
software | healthy | tenants/migrations/0002_tenant_accent_color_tenant_favicon_… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
ShopItemImageInline |
software | healthy | site_shop/admin.py:6 |
ShopItemAdmin |
software | healthy | site_shop/admin.py:14 |
SiteShopConfig |
software | healthy | site_shop/apps.py:4 |
ShopItem |
software | healthy | site_shop/models.py:22 |
Meta |
software | healthy | site_shop/models.py:117 |
ShopItemImage |
software | healthy | site_shop/models.py:108 |
Command |
software | healthy | site_shop/management/commands/import_shop_csv.py:16 |
Command |
software | healthy | site_shop/management/commands/import_autowini.py:17 |
Migration |
software | healthy | site_shop/migrations/0002_shopitem_origin_shopitem_part_num… |
Migration |
software | healthy | site_shop/migrations/0001_initial.py:7 |
Migration |
software | healthy | site_shop/migrations/0003_shopitem_external_id_shopitem_sou… |
TenantPhoneNumberInline |
software | healthy | tenants/admin.py:12 |
TenantHeroImageInline |
software | healthy | tenants/admin.py:19 |
TenantAdmin |
software | healthy | tenants/admin.py:27 |
DomainAdmin |
software | healthy | tenants/admin.py:47 |
GlobalExchangeRatesAdmin |
software | healthy | tenants/admin.py:52 |
TenantsConfig |
software | healthy | tenants/apps.py:4 |
Tenant |
software | healthy | tenants/models.py:7 |
Domain |
software | healthy | tenants/models.py:260 |
GlobalExchangeRates |
software | healthy | tenants/models.py:264 |
Meta |
software | healthy | tenants/models.py:342 |
TenantHeroImage |
software | healthy | tenants/models.py:302 |
TenantPhoneNumber |
software | healthy | tenants/models.py:321 |
QueryStringGuardMiddleware |
software | healthy | tenants/middleware.py:34 |
TenantPublicSchemaMiddleware |
software | healthy | tenants/middleware.py:118 |
InactiveTenantMiddleware |
software | healthy | tenants/middleware.py:146 |
BlockTenantAdminMiddleware |
software | healthy | tenants/middleware.py:180 |
TenantThemeLoader |
software | healthy | tenants/template_loader.py:8 |
Command |
software | healthy | tenants/management/commands/gsc_register.py:38 |
Command |
software | healthy | tenants/management/commands/update_exchange_rates.py:18 |
Command |
software | healthy | tenants/management/commands/setup_public_tenant.py:9 |
Command |
software | healthy | tenants/management/commands/create_tenant.py:8 |
Migration |
software | healthy | tenants/migrations/0001_initial.py:8 |
Migration |
software | healthy | tenants/migrations/0002_tenant_accent_color_tenant_favicon_… |
Migration |
software | healthy | tenants/migrations/0035_tenant_import_calc_shipping_large_a… |
Migration |
software | healthy | tenants/migrations/0016_add_eid_theme.py:6 |
Migration |
software | healthy | tenants/migrations/0008_tenantphonenumber.py:7 |
Migration |
software | healthy | tenants/migrations/0017_add_eid_is_active.py:3 |
Migration |
software | healthy | tenants/migrations/0019_add_ofleet_split_by_make.py:6 |
Migration |
software | healthy | tenants/migrations/0046_tenant_site_font.py:6 |
Migration |
software | healthy | tenants/migrations/0042_alter_tenant_accent_color.py:6 |
Migration |
software | healthy | tenants/migrations/0018_tenant_ofleet_credentials.py:4 |
Migration |
software | healthy | tenants/migrations/0047_tenant_show_accessories_tenant_show… |
Migration |
software | healthy | tenants/migrations/0015_add_currency_rates.py:6 |
Migration |
software | healthy | tenants/migrations/0029_tenant_template_theme.py:6 |
Migration |
software | healthy | tenants/migrations/0022_add_landing_is_active.py:4 |
Migration |
software | healthy | tenants/migrations/0007_alter_tenant_favicon_alter_tenant_l… |
Migration |
software | healthy | tenants/migrations/0037_tenant_seo_description_tenant_seo_k… |
Migration |
software | healthy | tenants/migrations/0021_landing_design_more_choices.py:4 |
Migration |
software | healthy | tenants/migrations/0004_tenant_about_tenant_address_tenant_… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
ANY /parts/ |
api | healthy | site_shop/urls.py |
ANY /parts/<int:pk>/ |
api | healthy | site_shop/urls.py |
ANY /accessories/ |
api | healthy | site_shop/urls.py |
ANY /accessories/<int:pk>/ |
api | healthy | site_shop/urls.py |
ANY /dashboard/shop/ |
api | healthy | site_shop/urls.py |
ANY /dashboard/shop/import/ |
api | healthy | site_shop/urls.py |
ANY /dashboard/shop/add/ |
api | healthy | site_shop/urls.py |
ANY /dashboard/shop/<int:pk>/edit/ |
api | healthy | site_shop/urls.py |
ANY /dashboard/shop/<int:pk>/delete/ |
api | healthy | site_shop/urls.py |
ANY /dashboard/shop/<int:pk>/delete-image/<int:image_id>/ |
api | healthy | site_shop/urls.py |
ANY /dashboard/shop/<int:pk>/toggle-stock/ |
api | healthy | site_shop/urls.py |
ANY /dashboard/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/add/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/<int:pk>/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/<int:pk>/edit/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/<int:pk>/delete/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/<int:pk>/status/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/<int:pk>/delete-image/<int:image_id>/ |
api | healthy | site_cars/urls.py |
ANY /track/<str:receipt_number>/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/save/<int:api_car_id>/ |
api | healthy | site_cars/urls.py |
ANY /auctions/browse/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/<int:pk>/invoice/new/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/<int:pk>/invoice/<int:bill_pk>/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/<int:pk>/invoice/<int:bill_pk>/edit/ |
api | healthy | site_cars/urls.py |
ANY /our-cars/<int:pk>/invoice/<int:bill_pk>/shipment/ |
api | healthy | site_cars/urls.py |
ANY /sold-cars/ |
api | healthy | site_cars/urls.py |
ANY /order/<int:pk>/ |
api | healthy | site_cars/urls.py |
ANY /my-orders/ |
api | healthy | site_cars/urls.py |
ANY /my-orders/<int:pk>/ |
api | healthy | site_cars/urls.py |
ANY /rate/<int:pk>/ |
api | healthy | site_cars/urls.py |
ANY /rate-site/ |
api | healthy | site_cars/urls.py |
ANY /faq/ |
api | healthy | site_cars/urls.py |
ANY /faq/manage/ |
api | healthy | site_cars/urls.py |
ANY /rating/<int:pk>/approve/ |
api | healthy | site_cars/urls.py |
ANY /rating/<int:pk>/reject/ |
api | healthy | site_cars/urls.py |
ANY /inbox/ |
api | healthy | site_cars/urls.py |
ANY /inbox/<int:pk>/ |
api | healthy | site_cars/urls.py |
ANY /inbox/compose/ |
api | healthy | site_cars/urls.py |
ANY /send-email/ |
api | healthy | site_cars/urls.py |
ANY /upload-auction/ |
api | healthy | site_cars/urls.py |
ANY /upload-auction/delete-expired/ |
api | healthy | site_cars/urls.py |
ANY /dashboard/import-happycar/ |
api | healthy | site_cars/urls.py |
ANY /dashboard/damaged-cars/delete-unsold/ |
api | healthy | site_cars/urls.py |
ANY /dashboard/delete-auctions/ |
api | healthy | site_cars/urls.py |
ANY /staff/orders/ |
api | healthy | site_cars/urls.py |
ANY /staff/orders/<int:pk>/update/ |
api | healthy | site_cars/urls.py |
ANY /staff/ratings/ |
api | healthy | site_cars/urls.py |
ANY /staff/questions/ |
api | healthy | site_cars/urls.py |
ANY /staff/questions/<int:pk>/answer/ |
api | healthy | site_cars/urls.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
0002_shopitem_origin_shopitem_part_number_and_more.py |
data | healthy | site_shop/migrations/0002_shopitem_origin_shopitem_part_num… |
0001_initial.py |
data | healthy | site_shop/migrations/0001_initial.py |
__init__.py |
data | healthy | site_shop/migrations/__init__.py |
0003_shopitem_external_id_shopitem_source.py |
data | healthy | site_shop/migrations/0003_shopitem_external_id_shopitem_sou… |
0001_initial.py |
data | healthy | tenants/migrations/0001_initial.py |
0002_tenant_accent_color_tenant_favicon_and_more.py |
data | healthy | tenants/migrations/0002_tenant_accent_color_tenant_favicon_… |
0035_tenant_import_calc_shipping_large_and_more.py |
data | healthy | tenants/migrations/0035_tenant_import_calc_shipping_large_a… |
0016_add_eid_theme.py |
data | healthy | tenants/migrations/0016_add_eid_theme.py |
0008_tenantphonenumber.py |
data | healthy | tenants/migrations/0008_tenantphonenumber.py |
0017_add_eid_is_active.py |
data | healthy | tenants/migrations/0017_add_eid_is_active.py |
0019_add_ofleet_split_by_make.py |
data | healthy | tenants/migrations/0019_add_ofleet_split_by_make.py |
__init__.py |
data | healthy | tenants/migrations/__init__.py |
0046_tenant_site_font.py |
data | healthy | tenants/migrations/0046_tenant_site_font.py |
0042_alter_tenant_accent_color.py |
data | healthy | tenants/migrations/0042_alter_tenant_accent_color.py |
0018_tenant_ofleet_credentials.py |
data | healthy | tenants/migrations/0018_tenant_ofleet_credentials.py |
0047_tenant_show_accessories_tenant_show_parts.py |
data | healthy | tenants/migrations/0047_tenant_show_accessories_tenant_show… |
0015_add_currency_rates.py |
data | healthy | tenants/migrations/0015_add_currency_rates.py |
0029_tenant_template_theme.py |
data | healthy | tenants/migrations/0029_tenant_template_theme.py |
0022_add_landing_is_active.py |
data | healthy | tenants/migrations/0022_add_landing_is_active.py |
0007_alter_tenant_favicon_alter_tenant_logo.py |
data | healthy | tenants/migrations/0007_alter_tenant_favicon_alter_tenant_l… |
0037_tenant_seo_description_tenant_seo_keywords_and_more.py |
data | healthy | tenants/migrations/0037_tenant_seo_description_tenant_seo_k… |
0021_landing_design_more_choices.py |
data | healthy | tenants/migrations/0021_landing_design_more_choices.py |
0004_tenant_about_tenant_address_tenant_city_tenant_email_a… |
data | healthy | tenants/migrations/0004_tenant_about_tenant_address_tenant_… |
0009_tenant_hero_image.py |
data | healthy | tenants/migrations/0009_tenant_hero_image.py |
0036_alter_tenant_import_calc_shipping_and_more.py |
data | healthy | tenants/migrations/0036_alter_tenant_import_calc_shipping_a… |
0031_add_show_hero.py |
data | healthy | tenants/migrations/0031_add_show_hero.py |
0038_tenant_gsc_verification_token.py |
data | healthy | tenants/migrations/0038_tenant_gsc_verification_token.py |
0045_alter_tenant_template_theme.py |
data | healthy | tenants/migrations/0045_alter_tenant_template_theme.py |
0005_tenant_about_en_tenant_address_en_tenant_city_en_and_m… |
data | healthy | tenants/migrations/0005_tenant_about_en_tenant_address_en_t… |
0039_alter_tenant_landing_design.py |
data | healthy | tenants/migrations/0039_alter_tenant_landing_design.py |
0024_landing_design_cockpit.py |
data | healthy | tenants/migrations/0024_landing_design_cockpit.py |
0003_tenant_email_from_name_tenant_email_host_and_more.py |
data | healthy | tenants/migrations/0003_tenant_email_from_name_tenant_email… |
0026_tenant_tagline.py |
data | healthy | tenants/migrations/0026_tenant_tagline.py |
0030_globalexchangerates.py |
data | healthy | tenants/migrations/0030_globalexchangerates.py |
0025_tenant_car_display.py |
data | healthy | tenants/migrations/0025_tenant_car_display.py |
0028_tenant_billing_amount_usd.py |
data | healthy | tenants/migrations/0028_tenant_billing_amount_usd.py |
0023_landing_design_dashboard.py |
data | healthy | tenants/migrations/0023_landing_design_dashboard.py |
0033_add_section_toggles.py |
data | healthy | tenants/migrations/0033_add_section_toggles.py |
0027_tenant_billing_visible.py |
data | healthy | tenants/migrations/0027_tenant_billing_visible.py |
0013_add_desert_theme_choice.py |
data | healthy | tenants/migrations/0013_add_desert_theme_choice.py |
0011_add_body_bg_color_to_tenant.py |
data | healthy | tenants/migrations/0011_add_body_bg_color_to_tenant.py |
0020_add_landing_design.py |
data | healthy | tenants/migrations/0020_add_landing_design.py |
0012_add_theme_to_tenant.py |
data | healthy | tenants/migrations/0012_add_theme_to_tenant.py |
0032_add_show_watermark.py |
data | healthy | tenants/migrations/0032_add_show_watermark.py |
0040_alter_tenant_theme.py |
data | healthy | tenants/migrations/0040_alter_tenant_theme.py |
0014_tenant_telegram_tenant_telegram_username.py |
data | healthy | tenants/migrations/0014_tenant_telegram_tenant_telegram_use… |
0010_tenantheroimage.py |
data | healthy | tenants/migrations/0010_tenantheroimage.py |
0043_tenant_import_calc_countries.py |
data | healthy | tenants/migrations/0043_tenant_import_calc_countries.py |
0044_tenant_is_active.py |
data | healthy | tenants/migrations/0044_tenant_is_active.py |
0034_tenant_import_calc_agent_and_more.py |
data | healthy | tenants/migrations/0034_tenant_import_calc_agent_and_more.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
site_shop |
software | healthy | site_shop |
management |
software | healthy | site_shop/management |
commands |
software | healthy | site_shop/management/commands |
migrations |
software | healthy | site_shop/migrations |
tenants |
software | healthy | tenants |
management |
software | healthy | tenants/management |
commands |
software | healthy | tenants/management/commands |
migrations |
software | healthy | tenants/migrations |
templatetags |
software | healthy | templatetags |
theme |
software | healthy | theme |
templates |
software | healthy | theme/templates |
static_src |
software | healthy | theme/static_src |
src |
software | healthy | theme/static_src/src |
site_cars |
software | healthy | site_cars |
happycar |
software | healthy | site_cars/happycar |
management |
software | healthy | site_cars/management |
commands |
software | healthy | site_cars/management/commands |
migrations |
software | healthy | site_cars/migrations |
templates |
software | healthy | templates |
site_shop |
software | healthy | templates/site_shop |
tenants |
software | healthy | templates/tenants |
partials |
software | healthy | templates/partials |
themes |
software | healthy | templates/themes |
glassy |
software | healthy | templates/themes/glassy |
site_shop |
software | healthy | templates/themes/glassy/site_shop |
site_cars |
software | healthy | templates/themes/glassy/site_cars |
cars |
software | healthy | templates/themes/glassy/cars |
luxury |
software | healthy | templates/themes/luxury |
site_shop |
software | healthy | templates/themes/luxury/site_shop |
site_cars |
software | healthy | templates/themes/luxury/site_cars |
cars |
software | healthy | templates/themes/luxury/cars |
modern |
software | healthy | templates/themes/modern |
site_shop |
software | healthy | templates/themes/modern/site_shop |
site_cars |
software | healthy | templates/themes/modern/site_cars |
cars |
software | healthy | templates/themes/modern/cars |
site_cars |
software | healthy | templates/site_cars |
billing |
software | healthy | templates/billing |
cars |
software | healthy | templates/cars |
posts |
software | healthy | templates/cars/posts |
site_builder |
software | healthy | templates/site_builder |
sections |
software | healthy | templates/site_builder/sections |
registration |
software | healthy | templates/registration |
billing |
software | healthy | billing |
management |
software | healthy | billing/management |
commands |
software | healthy | billing/management/commands |
migrations |
software | healthy | billing/migrations |
cars |
software | healthy | cars |
templatetags |
software | healthy | cars/templatetags |
management |
software | healthy | cars/management |
commands |
software | healthy | cars/management/commands |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
ShopItem |
data | healthy | site_shop/models.py |
ShopItemImage |
data | healthy | site_shop/models.py |
GlobalExchangeRates |
data | healthy | tenants/models.py |
TenantHeroImage |
data | healthy | tenants/models.py |
TenantPhoneNumber |
data | healthy | tenants/models.py |
SiteCar |
data | healthy | site_cars/models.py |
SiteCarImage |
data | healthy | site_cars/models.py |
SiteOrder |
data | healthy | site_cars/models.py |
SiteBill |
data | healthy | site_cars/models.py |
SiteBillItem |
data | healthy | site_cars/models.py |
SiteShipment |
data | healthy | site_cars/models.py |
SiteRating |
data | healthy | site_cars/models.py |
SiteQuestion |
data | healthy | site_cars/models.py |
SiteFaq |
data | healthy | site_cars/models.py |
SiteSoldCar |
data | healthy | site_cars/models.py |
SiteMessage |
data | healthy | site_cars/models.py |
SiteEmailLog |
data | healthy | site_cars/models.py |
Subscription |
data | healthy | billing/models.py |
Upload |
data | healthy | cars/models.py |
Category |
data | healthy | cars/models.py |
Manufacturer |
data | healthy | cars/models.py |
CarModel |
data | healthy | cars/models.py |
CarBadge |
data | healthy | cars/models.py |
CarColor |
data | healthy | cars/models.py |
CarSeatColor |
data | healthy | cars/models.py |
CarSeatCount |
data | healthy | cars/models.py |
BodyType |
data | healthy | cars/models.py |
Wishlist |
data | healthy | cars/models.py |
ApiCar |
data | healthy | cars/models.py |
CarImage |
data | healthy | cars/models.py |
CarRequest |
data | healthy | cars/models.py |
Port |
data | healthy | cars/models.py |
Contact |
data | healthy | cars/models.py |
Post |
data | healthy | cars/models.py |
PostImage |
data | healthy | cars/models.py |
PostLike |
data | healthy | cars/models.py |
PostComment |
data | healthy | cars/models.py |
PdfExport |
data | healthy | cars/models.py |
Page |
data | healthy | site_builder/models.py |
PageSection |
data | healthy | site_builder/models.py |
NavLink |
data | healthy | site_builder/models.py |
FooterColumn |
data | healthy | site_builder/models.py |
FooterLink |
data | healthy | site_builder/models.py |
ListingConfig |
data | healthy | site_builder/models.py |
| Label | Layer | Status | Path |
|---|---|---|---|
149.0.0.0 |
network | healthy | site_shop/importer.py |
127.0.0.1 |
network | healthy | tenants/management/commands/gsc_register.py |
147.0.0.0 |
network | healthy | site_cars/happycar/scraper.py |
124.0.0.0 |
network | healthy | cars/views.py |
146.0.0.0 |
network | healthy | cars/management/commands/check_encar_availability.py |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::templates/themes/glassy/cars/login.html |
security | healthy | templates/themes/glassy/cars/login.html |
auth::templates/themes/modern/cars/login.html |
security | healthy | templates/themes/modern/cars/login.html |
auth::templates/themes/modern/cars/register.html |
security | healthy | templates/themes/modern/cars/register.html |
auth::templates/themes/glassy/cars/register.html |
security | healthy | templates/themes/glassy/cars/register.html |
auth::templates/partials/social_login_lux.html |
security | healthy | templates/partials/social_login_lux.html |
| Label | Layer | Status | Path |
|---|---|---|---|
redis |
data | healthy | pyproject.toml |
postgres |
data | healthy | cars/ingest_view.py |
postgresql |
data | healthy | cars/management/commands/check_encar_availability.py |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-hi_iz6a9 |
software | healthy | /tmp/repobility-clone-hi_iz6a9 |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | site_cars/happycar/transelations.py |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | cars_multi_site/settings.py |
This page is publicly accessible at:
https://repobility.com/scan/42291b3c-1e24-4074-b7fc-dd530abb1a93/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/42291b3c-1e24-4074-b7fc-dd530abb1a93/
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.