https://github.com/DashAISoftware/dashAI
· scanned 2026-06-05 17:15 UTC (4 days, 22 hours ago)
· 10 languages
877 raw signals (253 security + 624 graph) 11/13 scanners ran 42nd percentile · Python · large (100-500K LoC)
Last scanned 4 days, 22 hours ago · v2 · 354 actionable findings from 2 signal sources. 192 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
| Component | Sub-score | Weight | Contribution |
|---|---|---|---|
structure_score |
60.0 | 0.15 | 9.00 |
security_score |
100.0 | 0.25 | 25.00 |
testing_score |
51.0 | 0.20 | 10.20 |
documentation_score |
70.0 | 0.15 | 10.50 |
practices_score |
84.0 | 0.15 | 12.60 |
code_quality |
58.0 | 0.10 | 5.80 |
| Overall | 1.00 | 73.1 |
All 5930 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 |
|---|---|---|---|
load_requirements |
software | healthy | setup.py:9 |
__init__ |
software | healthy | tests/docs/test_generate_components.py:249 |
get |
software | healthy | tests/docs/test_generate_components.py:17 |
test_extract_text_from_multilingual_string |
software | healthy | tests/docs/test_generate_components.py:28 |
test_extract_text_from_plain_string |
software | healthy | tests/docs/test_generate_components.py:35 |
test_extract_text_from_none_returns_empty |
software | healthy | tests/docs/test_generate_components.py:41 |
test_extract_text_from_missing_attr_returns_fallback |
software | healthy | tests/docs/test_generate_components.py:47 |
test_get_display_name_from_attribute |
software | healthy | tests/docs/test_generate_components.py:57 |
test_get_display_name_falls_back_to_class_name |
software | healthy | tests/docs/test_generate_components.py:66 |
test_get_description_from_docstring |
software | healthy | tests/docs/test_generate_components.py:78 |
test_get_description_returns_empty_when_nothing |
software | healthy | tests/docs/test_generate_components.py:87 |
test_get_description_strips_multiline_docstring |
software | healthy | tests/docs/test_generate_components.py:96 |
test_get_module_path_strips_file_stem |
software | healthy | tests/docs/test_generate_components.py:114 |
test_get_module_path_handles_top_level_module |
software | healthy | tests/docs/test_generate_components.py:124 |
test_get_compatible_components_returns_list |
software | healthy | tests/docs/test_generate_components.py:137 |
test_get_compatible_components_returns_empty_list_when_miss… |
software | healthy | tests/docs/test_generate_components.py:146 |
test_get_schema_params_parses_properties |
software | healthy | tests/docs/test_generate_components.py:158 |
get_schema |
software | healthy | tests/docs/test_generate_components.py:203 |
test_get_schema_params_returns_empty_when_no_schema |
software | healthy | tests/docs/test_generate_components.py:187 |
test_get_schema_params_returns_empty_when_get_schema_raises |
software | healthy | tests/docs/test_generate_components.py:198 |
test_get_schema_params_returns_empty_when_method_missing |
software | healthy | tests/docs/test_generate_components.py:209 |
test_get_methods_includes_own_methods |
software | healthy | tests/docs/test_generate_components.py:221 |
my_method |
software | healthy | tests/docs/test_generate_components.py:298 |
test_get_methods_excludes_dunder_methods |
software | healthy | tests/docs/test_generate_components.py:245 |
public_method |
software | healthy | tests/docs/test_generate_components.py:252 |
test_get_methods_excludes_private_methods |
software | healthy | tests/docs/test_generate_components.py:261 |
_private |
software | healthy | tests/docs/test_generate_components.py:265 |
public |
software | healthy | tests/docs/test_generate_components.py:268 |
test_get_methods_annotates_inherited_source_class |
software | healthy | tests/docs/test_generate_components.py:277 |
base_method |
software | healthy | tests/docs/test_generate_components.py:281 |
child_method |
software | healthy | tests/docs/test_generate_components.py:285 |
test_get_methods_excludes_object_methods |
software | healthy | tests/docs/test_generate_components.py:294 |
_make_info |
software | healthy | tests/docs/test_generate_components.py:309 |
test_render_component_mdx_contains_title |
software | healthy | tests/docs/test_generate_components.py:326 |
test_render_component_mdx_contains_type_badge |
software | healthy | tests/docs/test_generate_components.py:334 |
test_render_component_mdx_contains_module_path |
software | healthy | tests/docs/test_generate_components.py:342 |
test_render_component_mdx_contains_params_section |
software | healthy | tests/docs/test_generate_components.py:350 |
test_render_component_mdx_skips_params_when_empty |
software | healthy | tests/docs/test_generate_components.py:371 |
test_render_component_mdx_contains_compatible_section |
software | healthy | tests/docs/test_generate_components.py:378 |
test_render_component_mdx_skips_sig_when_no_module_path |
software | healthy | tests/docs/test_generate_components.py:391 |
test_render_index_mdx_lists_all_components |
software | healthy | tests/docs/test_generate_components.py:401 |
test_is_pipeline_node_returns_true_for_pipeline_module |
software | healthy | tests/docs/test_generate_components.py:425 |
test_is_pipeline_node_returns_false_for_other_module |
software | healthy | tests/docs/test_generate_components.py:436 |
test_format_default_reads_placeholder_key |
software | healthy | tests/docs/test_generate_components.py:450 |
test_format_default_falls_back_to_default_key |
software | healthy | tests/docs/test_generate_components.py:457 |
test_format_default_returns_dash_when_neither |
software | healthy | tests/docs/test_generate_components.py:464 |
test_escape_table_cell_escapes_pipe |
software | healthy | tests/docs/test_generate_components.py:474 |
test_escape_table_cell_escapes_curly_braces |
software | healthy | tests/docs/test_generate_components.py:480 |
test_escape_table_cell_escapes_angle_brackets |
software | healthy | tests/docs/test_generate_components.py:486 |
_get_batch_indexes |
software | healthy | tests/back/test_datasets_generator.py:10 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
dvc.yaml |
software | healthy | dvc.yaml |
CLAUDE.md |
software | healthy | CLAUDE.md |
Dockerfile |
software | healthy | Dockerfile |
docker-compose.demo.yml |
software | healthy | docker-compose.demo.yml |
.pre-commit-config.yaml |
software | healthy | .pre-commit-config.yaml |
setup.py |
software | healthy | setup.py |
pyproject.toml |
software | healthy | pyproject.toml |
requirements.txt |
software | healthy | requirements.txt |
update-server.sh |
software | healthy | update-server.sh |
__init__.py |
software | healthy | tests/__init__.py |
__init__.py |
software | healthy | tests/docs/__init__.py |
test_generate_components.py |
software | healthy | tests/docs/test_generate_components.py |
test_datasets_generator.py |
software | healthy | tests/back/test_datasets_generator.py |
__init__.py |
software | healthy | tests/back/__init__.py |
conftest.py |
software | healthy | tests/back/conftest.py |
test_main.py |
software | healthy | tests/back/test_main.py |
inference_test.py |
software | healthy | tests/back/types/inference_test.py |
random_text.json |
software | healthy | tests/back/types/random_text.json |
dashai_dataset_types_test.py |
software | healthy | tests/back/types/dashai_dataset_types_test.py |
categorical_test.py |
software | healthy | tests/back/types/categorical_test.py |
load_preview_test.py |
software | healthy | tests/back/types/load_preview_test.py |
types_init_test.py |
software | healthy | tests/back/types/types_init_test.py |
iris.json |
software | healthy | tests/back/types/iris.json |
types_init_fail_test.py |
software | healthy | tests/back/types/types_init_fail_test.py |
test_opus_mt_es_en_transformer.py |
software | healthy | tests/back/models/test_opus_mt_es_en_transformer.py |
dummy_text.json |
software | healthy | tests/back/models/dummy_text.json |
conftest.py |
software | healthy | tests/back/models/conftest.py |
test_base_text_classification_transformer.py |
software | healthy | tests/back/models/test_base_text_classification_transformer… |
test_tabular_class_models.py |
software | healthy | tests/back/models/test_tabular_class_models.py |
test_bow_text_class_model.py |
software | healthy | tests/back/models/test_bow_text_class_model.py |
translationEngSpaDatasetSmall.json |
software | healthy | tests/back/models/translationEngSpaDatasetSmall.json |
test_opus_mt_en_es_transformer.py |
software | healthy | tests/back/models/test_opus_mt_en_es_transformer.py |
test_deberta_v3_transformer.py |
software | healthy | tests/back/models/test_deberta_v3_transformer.py |
test_modernbert_transformer.py |
software | healthy | tests/back/models/test_modernbert_transformer.py |
test_mlp_image_classifier.py |
software | healthy | tests/back/models/test_mlp_image_classifier.py |
test_nllb_transformer.py |
software | healthy | tests/back/models/test_nllb_transformer.py |
test_distilbert_transformer.py |
software | healthy | tests/back/models/test_distilbert_transformer.py |
test_preview_with_types_previewed_bytes.py |
software | healthy | tests/back/api/test_preview_with_types_previewed_bytes.py |
irisDataset.json |
software | healthy | tests/back/api/irisDataset.json |
__init__.py |
software | healthy | tests/back/api/__init__.py |
conftest.py |
software | healthy | tests/back/api/conftest.py |
test_experiments_api.py |
software | healthy | tests/back/api/test_experiments_api.py |
test_plugins.py |
software | healthy | tests/back/api/test_plugins.py |
test_session_api.py |
software | healthy | tests/back/api/test_session_api.py |
test_components_api.py |
software | healthy | tests/back/api/test_components_api.py |
test_process_api.py |
software | healthy | tests/back/api/test_process_api.py |
test_explainer_jobs.py |
software | healthy | tests/back/api/test_explainer_jobs.py |
test_runs_api.py |
software | healthy | tests/back/api/test_runs_api.py |
test_predict_api.py |
software | healthy | tests/back/api/test_predict_api.py |
test_dataset_job_compute_metadata_flag.py |
software | healthy | tests/back/api/test_dataset_job_compute_metadata_flag.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
FakeMultilingualString |
software | healthy | tests/docs/test_generate_components.py:11 |
FakeCls |
software | healthy | tests/docs/test_generate_components.py:439 |
MyClass |
software | healthy | tests/docs/test_generate_components.py:297 |
Base |
software | healthy | tests/docs/test_generate_components.py:280 |
Child |
software | healthy | tests/docs/test_generate_components.py:284 |
CSVTestDatasetGenerator |
software | healthy | tests/back/test_datasets_generator.py:50 |
JSONTestDatasetGenerator |
software | healthy | tests/back/test_datasets_generator.py:191 |
ARFFTestDatasetGenerator |
software | healthy | tests/back/test_datasets_generator.py:337 |
ExcelTestDatasetGenerator |
software | healthy | tests/back/test_datasets_generator.py:393 |
DummyTokenizer |
software | healthy | tests/back/models/test_opus_mt_es_en_transformer.py:12 |
DummySeq2SeqModel |
software | healthy | tests/back/models/test_opus_mt_es_en_transformer.py:26 |
DummyConfig |
software | healthy | tests/back/models/test_opus_mt_es_en_transformer.py:40 |
DummyTokenizer |
software | healthy | tests/back/models/test_base_text_classification_transformer… |
DummyConfig |
software | healthy | tests/back/models/test_base_text_classification_transformer… |
DummySequenceClassificationModel |
software | healthy | tests/back/models/test_base_text_classification_transformer… |
DummyTokenizer |
software | healthy | tests/back/models/test_opus_mt_en_es_transformer.py:10 |
DummySeq2SeqModel |
software | healthy | tests/back/models/test_opus_mt_en_es_transformer.py:16 |
DummyConfig |
software | healthy | tests/back/models/test_opus_mt_en_es_transformer.py:30 |
DummyNllbTokenizer |
software | healthy | tests/back/models/test_nllb_transformer.py:9 |
DummyNllbTokenizerNoLangMap |
software | healthy | tests/back/models/test_nllb_transformer.py:31 |
DummyNllbModel |
software | healthy | tests/back/models/test_nllb_transformer.py:53 |
DummyConfig |
software | healthy | tests/back/models/test_nllb_transformer.py:67 |
TestTask1 |
software | healthy | tests/back/api/test_components_api.py:35 |
TestTask2 |
software | healthy | tests/back/api/test_components_api.py:51 |
AbstractTestDataloader |
software | healthy | tests/back/api/test_components_api.py:65 |
TestDataloader1 |
software | healthy | tests/back/api/test_components_api.py:72 |
TestDataloader2 |
software | healthy | tests/back/api/test_components_api.py:78 |
TestDataloader3 |
software | healthy | tests/back/api/test_components_api.py:84 |
TestModel1 |
software | healthy | tests/back/api/test_components_api.py:95 |
TestModel2 |
software | healthy | tests/back/api/test_components_api.py:107 |
DummyTask |
software | healthy | tests/back/api/test_explainer_jobs.py:44 |
DummyModel |
software | healthy | tests/back/api/test_explainer_jobs.py:58 |
DummyGlobalExplainer |
software | healthy | tests/back/api/test_explainer_jobs.py:86 |
DummyLocalExplainer |
software | healthy | tests/back/api/test_explainer_jobs.py:104 |
DummyTask |
software | healthy | tests/back/api/test_predict_api.py:22 |
DummyModel |
software | healthy | tests/back/api/test_predict_api.py:35 |
DummyMetric |
software | healthy | tests/back/api/test_predict_api.py:54 |
DummyTask |
software | healthy | tests/back/api/test_jobs.py:19 |
DummyModel |
software | healthy | tests/back/api/test_jobs.py:35 |
FailDummyModel |
software | healthy | tests/back/api/test_jobs.py:54 |
DummyMetric |
software | healthy | tests/back/api/test_jobs.py:73 |
TestGetHardwareStats |
software | healthy | tests/back/api/test_hardware_api.py:8 |
MockDataLoader |
software | healthy | tests/back/api/test_dataset_source_api.py:20 |
MockDatasetSource |
software | healthy | tests/back/api/test_dataset_source_api.py:46 |
_StubExplorer |
software | healthy | tests/back/exploration/test_base_explorer_metadata.py:9 |
_NoneMetaExplorer |
software | healthy | tests/back/exploration/test_base_explorer_metadata.py:56 |
_MockExplorerInfo |
software | healthy | tests/back/exploration/test_base_explorer_metadata.py:85 |
ConcreteSource |
software | healthy | tests/back/dataset_sources/test_base_dataset_source.py:18 |
Incomplete |
software | healthy | tests/back/dataset_sources/test_base_dataset_source.py:94 |
_FloatIntConverter |
software | healthy | tests/back/converters/test_base_converter_metadata.py:6 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | DashAI/front/src/App.jsx |
ResponsiveAppBar |
frontend | healthy | DashAI/front/src/components/ResponsiveAppBar.jsx |
DatasetVisualization |
frontend | healthy | DashAI/front/src/components/DatasetVisualization.jsx |
HomeButton |
frontend | healthy | DashAI/front/src/components/HomeButton.jsx |
ModuleThemeWrapper |
frontend | healthy | DashAI/front/src/components/ModuleThemeWrapper.jsx |
LanguageSelector |
frontend | healthy | DashAI/front/src/components/LanguageSelector.jsx |
SessionBar |
frontend | healthy | DashAI/front/src/components/generative/SessionBar.jsx |
ParamsBar |
frontend | healthy | DashAI/front/src/components/generative/ParamsBar.jsx |
IconAvatar |
frontend | healthy | DashAI/front/src/components/generative/IconAvatar.jsx |
GenerativeChat |
frontend | healthy | DashAI/front/src/components/generative/GenerativeChat.jsx |
SessionHistoryModal |
frontend | healthy | DashAI/front/src/components/generative/SessionHistoryModal.… |
CreateSessionRight |
frontend | healthy | DashAI/front/src/components/generative/CreateSessionRight.j… |
GenerativeBreadcrumbs |
frontend | healthy | DashAI/front/src/components/generative/GenerativeBreadcrumb… |
SessionBox |
frontend | healthy | DashAI/front/src/components/generative/SessionBox.jsx |
InfoSessionModal |
frontend | healthy | DashAI/front/src/components/generative/InfoSessionModal.jsx |
CreateSessionLanding |
frontend | healthy | DashAI/front/src/components/generative/CreateSessionLanding… |
SessionMenu |
frontend | healthy | DashAI/front/src/components/generative/SessionMenu.jsx |
CreateSessionCenter |
frontend | healthy | DashAI/front/src/components/generative/CreateSessionCenter.… |
DeleteSessionConfirmationModal |
frontend | healthy | DashAI/front/src/components/generative/DeleteSessionConfirm… |
ModuleContainer |
frontend | healthy | DashAI/front/src/components/layout/ModuleContainer.jsx |
ComputeMetadataConfirmDialog |
frontend | healthy | DashAI/front/src/components/datasets/ComputeMetadataConfirm… |
EditDatasetModal |
frontend | healthy | DashAI/front/src/components/datasets/EditDatasetModal.jsx |
DataloaderConfiguration |
frontend | healthy | DashAI/front/src/components/datasets/DataloaderConfiguratio… |
ConvertDatasetModal |
frontend | healthy | DashAI/front/src/components/datasets/ConvertDatasetModal.jsx |
DatasetSummaryModal |
frontend | healthy | DashAI/front/src/components/datasets/DatasetSummaryModal.jsx |
ConverterTable |
frontend | healthy | DashAI/front/src/components/datasets/ConverterTable.jsx |
DatasetSummaryStep |
frontend | healthy | DashAI/front/src/components/datasets/DatasetSummaryStep.jsx |
ComputeMetadataToggle |
frontend | healthy | DashAI/front/src/components/datasets/ComputeMetadataToggle.… |
DatasetPreviewStep |
frontend | healthy | DashAI/front/src/components/datasets/DatasetPreviewStep.jsx |
SelectDataloaderStep |
frontend | healthy | DashAI/front/src/components/datasets/SelectDataloaderStep.j… |
DatasetModal |
frontend | healthy | DashAI/front/src/components/datasets/DatasetModal.jsx |
Upload |
frontend | healthy | DashAI/front/src/components/datasets/Upload.jsx |
ConfigureAndUploadDataset |
frontend | healthy | DashAI/front/src/components/datasets/ConfigureAndUploadData… |
DatasetPreviewTable |
frontend | healthy | DashAI/front/src/components/datasets/DatasetPreviewTable.jsx |
EditDataTypeModal |
frontend | healthy | DashAI/front/src/components/datasets/EditDataTypeModal.jsx |
DatasetSummaryTable |
frontend | healthy | DashAI/front/src/components/datasets/DatasetSummaryTable.jsx |
ConverterEditorModal |
frontend | healthy | DashAI/front/src/components/datasets/converterModals/Conver… |
CopyDatasetModal |
frontend | healthy | DashAI/front/src/components/datasets/converterModals/CopyDa… |
ConverterSelectorModal |
frontend | healthy | DashAI/front/src/components/datasets/converterModals/Conver… |
ConverterClassColumnModal |
frontend | healthy | DashAI/front/src/components/datasets/converterModals/Conver… |
ConverterScopeModal |
frontend | healthy | DashAI/front/src/components/datasets/converterModals/Conver… |
PredictionsTable |
frontend | healthy | DashAI/front/src/components/predictions/PredictionsTable.jsx |
React |
frontend | healthy | DashAI/front/src/components/predictions/InputField.jsx |
ManualInputForm |
frontend | healthy | DashAI/front/src/components/predictions/ManualInputForm.jsx |
ModeSelector |
frontend | healthy | DashAI/front/src/components/predictions/ModeSelector.jsx |
ManualInput |
frontend | healthy | DashAI/front/src/components/predictions/ManualInput.jsx |
ResultsTable |
frontend | healthy | DashAI/front/src/components/predictions/ResultsTable.jsx |
DatasetSelector |
frontend | healthy | DashAI/front/src/components/predictions/DatasetSelector.jsx |
PredictionModal |
frontend | healthy | DashAI/front/src/components/predictions/PredictionModal.jsx |
ModelsLeftBar |
frontend | healthy | DashAI/front/src/components/models/ModelsLeftBar.jsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
docs |
software | healthy | tests/docs |
back |
software | healthy | tests/back |
types |
software | healthy | tests/back/types |
models |
software | healthy | tests/back/models |
api |
software | healthy | tests/back/api |
exploration |
software | healthy | tests/back/exploration |
dataset_sources |
software | healthy | tests/back/dataset_sources |
converters |
software | healthy | tests/back/converters |
tasks |
software | healthy | tests/back/tasks |
explainers |
software | healthy | tests/back/explainers |
metrics |
software | healthy | tests/back/metrics |
dataloaders |
software | healthy | tests/back/dataloaders |
schemas |
software | healthy | tests/back/schemas |
registries |
software | healthy | tests/back/registries |
job_queue |
software | healthy | tests/back/job_queue |
plugins |
software | healthy | tests/back/plugins |
docs |
software | healthy | docs |
i18n |
software | healthy | docs/i18n |
es |
software | healthy | docs/i18n/es |
docusaurus-plugin-content-docs |
software | healthy | docs/i18n/es/docusaurus-plugin-content-docs |
current |
software | healthy | docs/i18n/es/docusaurus-plugin-content-docs/current |
learn |
software | healthy | docs/i18n/es/docusaurus-plugin-content-docs/current/learn |
guides |
software | healthy | docs/i18n/es/docusaurus-plugin-content-docs/current/learn/g… |
tutorials |
software | healthy | docs/i18n/es/docusaurus-plugin-content-docs/current/learn/t… |
Models |
software | healthy | docs/i18n/es/docusaurus-plugin-content-docs/current/learn/t… |
deep-dive |
software | healthy | docs/i18n/es/docusaurus-plugin-content-docs/current/deep-di… |
discover |
software | healthy | docs/i18n/es/docusaurus-plugin-content-docs/current/discover |
docusaurus-theme-classic |
software | healthy | docs/i18n/es/docusaurus-theme-classic |
docusaurus-plugin-content-pages |
software | healthy | docs/i18n/es/docusaurus-plugin-content-pages |
docs |
software | healthy | docs/docs |
learn |
software | healthy | docs/docs/learn |
guides |
software | healthy | docs/docs/learn/guides |
tutorials |
software | healthy | docs/docs/learn/tutorials |
Models |
software | healthy | docs/docs/learn/tutorials/Models |
deep-dive |
software | healthy | docs/docs/deep-dive |
discover |
software | healthy | docs/docs/discover |
scripts |
software | healthy | docs/scripts |
src |
software | healthy | docs/src |
theme |
software | healthy | docs/src/theme |
Navbar |
software | healthy | docs/src/theme/Navbar |
Content |
software | healthy | docs/src/theme/Navbar/Content |
DocSidebar |
software | healthy | docs/src/theme/DocSidebar |
Desktop |
software | healthy | docs/src/theme/DocSidebar/Desktop |
css |
software | healthy | docs/src/css |
pages |
software | healthy | docs/src/pages |
scripts |
software | healthy | scripts |
hooks |
software | healthy | hooks |
DashAI |
software | healthy | DashAI |
front |
software | healthy | DashAI/front |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
GET /app/{full_path:path} |
api | healthy | DashAI/back/api/front_api.py |
GET /{file:path} |
api | healthy | DashAI/back/api/front_api.py |
GET / |
api | healthy | DashAI/back/api/api_v1/endpoints/plugins.py |
GET /{plugin_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/plugins.py |
POST / |
api | healthy | DashAI/back/api/api_v1/endpoints/plugins.py |
POST /index |
api | healthy | DashAI/back/api/api_v1/endpoints/plugins.py |
DELETE /{plugin_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/plugins.py |
PATCH /{plugin_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/plugins.py |
PATCH /{plugin_id}/upgrade |
api | healthy | DashAI/back/api/api_v1/endpoints/plugins.py |
GET /nodes |
api | healthy | DashAI/back/api/api_v1/endpoints/pipelines.py |
GET /predict_summary |
api | healthy | DashAI/back/api/api_v1/endpoints/pipelines.py |
GET /{pipeline_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/pipelines.py |
GET /{pipeline_id}/dataexploration/results/ |
api | healthy | DashAI/back/api/api_v1/endpoints/pipelines.py |
PUT /{pipeline_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/pipelines.py |
DELETE /{pipeline_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/pipelines.py |
POST /validate_node |
api | healthy | DashAI/back/api/api_v1/endpoints/pipelines.py |
POST /validate_pipeline |
api | healthy | DashAI/back/api/api_v1/endpoints/pipelines.py |
POST /filter_models |
api | healthy | DashAI/back/api/api_v1/endpoints/pipelines.py |
GET /{datafile_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/datafile.py |
DELETE /{datafile_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/datafile.py |
GET /{datafile_id}/files |
api | healthy | DashAI/back/api/api_v1/endpoints/datafile.py |
GET /{run_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/runs.py |
GET /plot/{run_id}/{plot_type} |
api | healthy | DashAI/back/api/api_v1/endpoints/runs.py |
DELETE /{run_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/runs.py |
PATCH /{run_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/runs.py |
PATCH /{run_id}/reset |
api | healthy | DashAI/back/api/api_v1/endpoints/runs.py |
GET /{run_id}/operations/count |
api | healthy | DashAI/back/api/api_v1/endpoints/runs.py |
DELETE /{run_id}/operations |
api | healthy | DashAI/back/api/api_v1/endpoints/runs.py |
GET /{explorer_id}/ |
api | healthy | DashAI/back/api/api_v1/endpoints/explorers.py |
GET /exploration/{exploration_id}/ |
api | healthy | DashAI/back/api/api_v1/endpoints/explorers.py |
PATCH /{explorer_id}/ |
api | healthy | DashAI/back/api/api_v1/endpoints/explorers.py |
DELETE /{explorer_id}/ |
api | healthy | DashAI/back/api/api_v1/endpoints/explorers.py |
POST /{explorer_id}/results/ |
api | healthy | DashAI/back/api/api_v1/endpoints/explorers.py |
PUT /{explorer_id}/results/ |
api | healthy | DashAI/back/api/api_v1/endpoints/explorers.py |
GET /{id}/ |
api | healthy | DashAI/back/api/api_v1/endpoints/components.py |
DELETE / |
api | healthy | DashAI/back/api/api_v1/endpoints/components.py |
PATCH / |
api | healthy | DashAI/back/api/api_v1/endpoints/components.py |
GET /image/{component_name}/ |
api | healthy | DashAI/back/api/api_v1/endpoints/components.py |
GET /filter/ |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
GET /{dataset_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
GET /{dataset_id}/sample |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
GET /sample/file |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
GET /file/info |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
GET /{dataset_id}/info |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
GET /{dataset_id}/model-sessions-exist |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
GET /{dataset_id}/types |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
GET /types/file |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
POST /copy |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
DELETE /{dataset_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
PATCH /{dataset_id} |
api | healthy | DashAI/back/api/api_v1/endpoints/datasets.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
/ |
frontend | healthy | docs/src/pages/index.js |
/generative/GenerativeContent |
frontend | healthy | DashAI/front/src/pages/generative/GenerativeContent.jsx |
/generative/Generative |
frontend | healthy | DashAI/front/src/pages/generative/Generative.jsx |
/datasets/Datasets |
frontend | healthy | DashAI/front/src/pages/datasets/Datasets.jsx |
/datasets/DatasetsContent |
frontend | healthy | DashAI/front/src/pages/datasets/DatasetsContent.jsx |
/models/Models |
frontend | healthy | DashAI/front/src/pages/models/Models.jsx |
/models/ModelsContent |
frontend | healthy | DashAI/front/src/pages/models/ModelsContent.jsx |
/hub/HubContent |
frontend | healthy | DashAI/front/src/pages/hub/HubContent.jsx |
/hub/HubImportPage |
frontend | healthy | DashAI/front/src/pages/hub/HubImportPage.jsx |
/results/Results |
frontend | healthy | DashAI/front/src/pages/results/Results.jsx |
/results/constants/extractRows |
frontend | healthy | DashAI/front/src/pages/results/constants/extractRows.jsx |
/results/constants/runNameInfo |
frontend | healthy | DashAI/front/src/pages/results/constants/runNameInfo.jsx |
/results/constants/runDateInfo |
frontend | healthy | DashAI/front/src/pages/results/constants/runDateInfo.jsx |
/results/constants/formatDate |
frontend | healthy | DashAI/front/src/pages/results/constants/formatDate.jsx |
/results/constants/getDisplaySetName |
frontend | healthy | DashAI/front/src/pages/results/constants/getDisplaySetName.… |
/results/constants/layoutMaking |
frontend | healthy | DashAI/front/src/pages/results/constants/layoutMaking.jsx |
/results/constants/initialColumns |
frontend | healthy | DashAI/front/src/pages/results/constants/initialColumns.jsx |
/results/constants/actionsColumns |
frontend | healthy | DashAI/front/src/pages/results/constants/actionsColumns.jsx |
/results/constants/getTabsResultsDetails |
frontend | healthy | DashAI/front/src/pages/results/constants/getTabsResultsDeta… |
/results/constants/extractColumns |
frontend | healthy | DashAI/front/src/pages/results/constants/extractColumns.jsx |
/results/constants/graphsMaking |
frontend | healthy | DashAI/front/src/pages/results/constants/graphsMaking.jsx |
/results/components/ResultsGraphsSelection |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsGraphsSele… |
/results/components/ResultsTabParametersToggle |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabParamet… |
/results/components/ResultsDialogLayout |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsDialogLayo… |
/results/components/ResultsTabInfo |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabInfo.jsx |
/results/components/ResultsTabHyperparameters |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabHyperpa… |
/results/components/ResultsDetails |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsDetails.jsx |
/results/components/ResultsGraphsPlot |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsGraphsPlot… |
/results/components/ResultsTabMetrics |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabMetrics… |
/results/components/ResultsTabParametersDisplayList |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabParamet… |
/results/components/ResultsTabParametersDisplay |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabParamet… |
/results/components/ResultsGraphs |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsGraphs.jsx |
/results/components/ResultsDialogViews |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsDialogView… |
/results/components/ResultsTabInfoDate |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabInfoDat… |
/results/components/ResultsGraphsLayout |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsGraphsLayo… |
/results/components/ResultsTabParameters |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabParamet… |
/results/components/MetricsCard |
frontend | healthy | DashAI/front/src/pages/results/components/MetricsCard.jsx |
/results/components/ResultsTableLayout |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTableLayou… |
/results/components/ResultsTabMetricsRuns |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabMetrics… |
/results/components/ResultsTabInfoDescription |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabInfoDes… |
/results/components/ResultsTable |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTable.jsx |
/results/components/ResultsDetailsLayout |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsDetailsLay… |
/results/components/ResultsTabInfoName |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabInfoNam… |
/results/components/ResultsGraphsParameters |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsGraphsPara… |
/results/components/ResultsTabMetricsToggle |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsTabMetrics… |
/results/components/ResultsGraphsSwitch |
frontend | healthy | DashAI/front/src/pages/results/components/ResultsGraphsSwit… |
/results/components/LiveMetricsChart |
frontend | healthy | DashAI/front/src/pages/results/components/LiveMetricsChart.… |
/pipelines/Pipelines |
frontend | healthy | DashAI/front/src/pages/pipelines/Pipelines.jsx |
/pipelines/newPipelineWrapper |
frontend | healthy | DashAI/front/src/pages/pipelines/newPipelineWrapper.jsx |
/pipelines/NewPipeline |
frontend | healthy | DashAI/front/src/pages/pipelines/NewPipeline.jsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
task_copy |
data | healthy | DashAI/back/dependencies/job_queues/huey_job_queue.py |
Dataset |
data | healthy | DashAI/back/dependencies/database/models.py |
ModelSession |
data | healthy | DashAI/back/dependencies/database/models.py |
Run |
data | healthy | DashAI/back/dependencies/database/models.py |
Prediction |
data | healthy | DashAI/back/dependencies/database/models.py |
Metric |
data | healthy | DashAI/back/dependencies/database/models.py |
Plugin |
data | healthy | DashAI/back/dependencies/database/models.py |
Tag |
data | healthy | DashAI/back/dependencies/database/models.py |
GlobalExplainer |
data | healthy | DashAI/back/dependencies/database/models.py |
LocalExplainer |
data | healthy | DashAI/back/dependencies/database/models.py |
GenerativeProcess |
data | healthy | DashAI/back/dependencies/database/models.py |
ProcessData |
data | healthy | DashAI/back/dependencies/database/models.py |
GenerativeSession |
data | healthy | DashAI/back/dependencies/database/models.py |
Pipeline |
data | healthy | DashAI/back/dependencies/database/models.py |
Converter |
data | healthy | DashAI/back/dependencies/database/models.py |
Notebook |
data | healthy | DashAI/back/dependencies/database/models.py |
GenerativeSessionParameterHistory |
data | healthy | DashAI/back/dependencies/database/models.py |
Explorer |
data | healthy | DashAI/back/dependencies/database/models.py |
Datafile |
data | healthy | DashAI/back/dependencies/database/models.py |
dataset |
data | healthy | DashAI/back/dependencies/database/models.py |
model_session |
data | healthy | DashAI/back/dependencies/database/models.py |
run |
data | healthy | DashAI/back/dependencies/database/models.py |
prediction |
data | healthy | DashAI/back/dependencies/database/models.py |
metric |
data | healthy | DashAI/back/dependencies/database/models.py |
plugin |
data | healthy | DashAI/back/dependencies/database/models.py |
tag |
data | healthy | DashAI/back/dependencies/database/models.py |
global_explainer |
data | healthy | DashAI/back/dependencies/database/models.py |
local_explainer |
data | healthy | DashAI/back/dependencies/database/models.py |
generative_process |
data | healthy | DashAI/back/dependencies/database/models.py |
process_data |
data | healthy | DashAI/back/dependencies/database/models.py |
generative_session |
data | healthy | DashAI/back/dependencies/database/models.py |
pipeline |
data | healthy | DashAI/back/dependencies/database/models.py |
converter |
data | healthy | DashAI/back/dependencies/database/models.py |
notebook |
data | healthy | DashAI/back/dependencies/database/models.py |
parameter_history |
data | healthy | DashAI/back/dependencies/database/models.py |
explorer |
data | healthy | DashAI/back/dependencies/database/models.py |
datafile |
data | healthy | DashAI/back/dependencies/database/models.py |
| Label | Layer | Status | Path |
|---|---|---|---|
port:8000 |
network | healthy | Dockerfile |
port:8001 |
network | healthy | docker-compose.demo.yml |
port:8002 |
network | healthy | docker-compose.demo.yml |
port:8003 |
network | healthy | docker-compose.demo.yml |
port:8004 |
network | healthy | docker-compose.demo.yml |
port:8005 |
network | healthy | docker-compose.demo.yml |
port:8006 |
network | healthy | docker-compose.demo.yml |
port:8007 |
network | healthy | docker-compose.demo.yml |
port:8008 |
network | healthy | docker-compose.demo.yml |
port:8009 |
network | healthy | docker-compose.demo.yml |
port:8010 |
network | healthy | docker-compose.demo.yml |
port:8011 |
network | healthy | docker-compose.demo.yml |
port:8012 |
network | healthy | docker-compose.demo.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
react-build-test |
cicd | healthy | .github/workflows/build-test.yaml |
pytest |
cicd | healthy | .github/workflows/build-test.yaml |
review |
cicd | healthy | .github/workflows/code-review.yaml |
build |
cicd | healthy | .github/workflows/docs.yaml |
pre-commit |
cicd | healthy | .github/workflows/pre-commit.yaml |
alembic-migrations |
cicd | healthy | .github/workflows/db-migrations.yaml |
react-build |
cicd | healthy | .github/workflows/publish.yml |
publish-pypi |
cicd | healthy | .github/workflows/publish.yml |
build-windows-executable |
cicd | healthy | .github/workflows/publish.yml |
build-macos-arm64 |
cicd | healthy | .github/workflows/publish.yml |
build-macos-x86_64 |
cicd | healthy | .github/workflows/publish.yml |
github-release |
cicd | healthy | .github/workflows/publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::build-test |
cicd | healthy | .github/workflows/build-test.yaml |
gha::code-review |
cicd | healthy | .github/workflows/code-review.yaml |
gha::docs |
cicd | healthy | .github/workflows/docs.yaml |
gha::pre-commit |
cicd | healthy | .github/workflows/pre-commit.yaml |
gha::db-migrations |
cicd | healthy | .github/workflows/db-migrations.yaml |
gha::publish |
cicd | healthy | .github/workflows/publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
ANTHROPIC_API_KEY |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
PYPI_API_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-hf7x0h3n |
software | healthy | /tmp/repobility-clone-hf7x0h3n |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | DashAI/back/container.py |
| Label | Layer | Status | Path |
|---|---|---|---|
7662169fa0e0_initial_migrations.py |
data | healthy | DashAI/alembic/versions/7662169fa0e0_initial_migrations.py |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | DashAI/__main__.py |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | requirements.txt |
This page is publicly accessible at:
https://repobility.com/scan/c45b5ec7-418d-40b0-b823-e292303fb389/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/c45b5ec7-418d-40b0-b823-e292303fb389/
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.