https://github.com/langbot-app/LangBot.git
· scanned 2026-05-16 04:20 UTC (2 weeks, 6 days ago)
· 10 languages
455 findings (58 legacy + 397 scanner) 71st percentile · Python · large (100-500K LoC) Scanner says 70 (higher by 10)
Last scanned 2 weeks, 6 days ago · v1 · 47 findings from 1 source. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.
All 7491 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 |
|---|---|---|---|
mock_circular_import_chain |
software | healthy | tests/integration/api/test_knowledge.py:21 |
fake_knowledge_app |
software | healthy | tests/integration/api/test_knowledge.py:56 |
quart_test_client |
software | healthy | tests/integration/api/test_knowledge.py:110 |
test_get_knowledge_bases_success |
software | healthy | tests/integration/api/test_knowledge.py:124 |
test_create_knowledge_base_success |
software | healthy | tests/integration/api/test_knowledge.py:138 |
test_get_single_knowledge_base_success |
software | healthy | tests/integration/api/test_knowledge.py:152 |
test_update_knowledge_base_success |
software | healthy | tests/integration/api/test_knowledge.py:165 |
test_delete_knowledge_base_success |
software | healthy | tests/integration/api/test_knowledge.py:178 |
test_get_files_success |
software | healthy | tests/integration/api/test_knowledge.py:193 |
test_add_file_to_knowledge_base |
software | healthy | tests/integration/api/test_knowledge.py:206 |
test_delete_file_from_knowledge_base |
software | healthy | tests/integration/api/test_knowledge.py:220 |
test_retrieve_knowledge_success |
software | healthy | tests/integration/api/test_knowledge.py:235 |
test_retrieve_without_query_returns_error |
software | healthy | tests/integration/api/test_knowledge.py:249 |
dedupe_preregistered_groups |
software | healthy | tests/integration/api/conftest.py:6 |
http_controller_cls |
software | healthy | tests/integration/api/conftest.py:23 |
mock_circular_import_chain |
software | healthy | tests/integration/api/test_smoke.py:24 |
fake_api_app |
software | healthy | tests/integration/api/test_smoke.py:73 |
quart_test_client |
software | healthy | tests/integration/api/test_smoke.py:122 |
test_healthz_returns_ok |
software | healthy | tests/integration/api/test_smoke.py:143 |
test_healthz_no_auth_required |
software | healthy | tests/integration/api/test_smoke.py:160 |
test_system_info_no_auth |
software | healthy | tests/integration/api/test_smoke.py:175 |
test_protected_endpoint_rejects_no_token |
software | healthy | tests/integration/api/test_smoke.py:203 |
test_protected_endpoint_with_invalid_token |
software | healthy | tests/integration/api/test_smoke.py:220 |
test_missing_json_body |
software | healthy | tests/integration/api/test_smoke.py:237 |
test_invalid_json_structure |
software | healthy | tests/integration/api/test_smoke.py:253 |
test_user_init_get_returns_not_initialized |
software | healthy | tests/integration/api/test_smoke.py:274 |
test_http_controller_real_import |
software | healthy | tests/integration/api/test_smoke.py:294 |
test_group_real_import |
software | healthy | tests/integration/api/test_smoke.py:304 |
test_system_group_registered |
software | healthy | tests/integration/api/test_smoke.py:315 |
test_user_group_registered |
software | healthy | tests/integration/api/test_smoke.py:331 |
mock_circular_import_chain |
software | healthy | tests/integration/api/test_pipelines.py:24 |
fake_pipeline_app |
software | healthy | tests/integration/api/test_pipelines.py:62 |
quart_test_client |
software | healthy | tests/integration/api/test_pipelines.py:122 |
test_get_pipeline_metadata_success |
software | healthy | tests/integration/api/test_pipelines.py:138 |
test_get_pipeline_metadata_requires_auth |
software | healthy | tests/integration/api/test_pipelines.py:152 |
test_get_pipelines_success |
software | healthy | tests/integration/api/test_pipelines.py:163 |
test_get_pipelines_with_sort_param |
software | healthy | tests/integration/api/test_pipelines.py:176 |
test_get_single_pipeline_success |
software | healthy | tests/integration/api/test_pipelines.py:193 |
test_create_pipeline_success |
software | healthy | tests/integration/api/test_pipelines.py:206 |
test_update_pipeline_success |
software | healthy | tests/integration/api/test_pipelines.py:220 |
test_delete_pipeline_success |
software | healthy | tests/integration/api/test_pipelines.py:233 |
test_copy_pipeline_success |
software | healthy | tests/integration/api/test_pipelines.py:245 |
test_get_extensions |
software | healthy | tests/integration/api/test_pipelines.py:263 |
mock_circular_import_chain |
software | healthy | tests/integration/api/test_monitoring.py:21 |
fake_monitoring_app |
software | healthy | tests/integration/api/test_monitoring.py:53 |
quart_test_client |
software | healthy | tests/integration/api/test_monitoring.py:116 |
test_get_overview_success |
software | healthy | tests/integration/api/test_monitoring.py:130 |
test_get_messages_success |
software | healthy | tests/integration/api/test_monitoring.py:147 |
test_get_llm_calls_success |
software | healthy | tests/integration/api/test_monitoring.py:165 |
test_get_embedding_calls_success |
software | healthy | tests/integration/api/test_monitoring.py:180 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
FakeMinimalApplication |
software | healthy | tests/integration/api/test_knowledge.py:25 |
TestKnowledgeBaseEndpoints |
software | healthy | tests/integration/api/test_knowledge.py:120 |
TestKnowledgeBaseFilesEndpoints |
software | healthy | tests/integration/api/test_knowledge.py:189 |
TestKnowledgeBaseRetrieveEndpoint |
software | healthy | tests/integration/api/test_knowledge.py:231 |
FakeMinimalApplication |
software | healthy | tests/integration/api/test_smoke.py:36 |
TestHealthEndpoint |
software | healthy | tests/integration/api/test_smoke.py:139 |
TestSystemEndpoint |
software | healthy | tests/integration/api/test_smoke.py:171 |
TestProtectedEndpoints |
software | healthy | tests/integration/api/test_smoke.py:199 |
TestInvalidPayload |
software | healthy | tests/integration/api/test_smoke.py:233 |
TestUserInitEndpoint |
software | healthy | tests/integration/api/test_smoke.py:270 |
TestRealImports |
software | healthy | tests/integration/api/test_smoke.py:291 |
FakeMinimalApplication |
software | healthy | tests/integration/api/test_pipelines.py:28 |
TestPipelineMetadataEndpoint |
software | healthy | tests/integration/api/test_pipelines.py:134 |
TestPipelinesListEndpoint |
software | healthy | tests/integration/api/test_pipelines.py:159 |
TestPipelinesCRUDEndpoints |
software | healthy | tests/integration/api/test_pipelines.py:189 |
TestPipelineExtensionsEndpoint |
software | healthy | tests/integration/api/test_pipelines.py:259 |
FakeMinimalApplication |
software | healthy | tests/integration/api/test_monitoring.py:25 |
TestMonitoringOverviewEndpoint |
software | healthy | tests/integration/api/test_monitoring.py:126 |
TestMonitoringMessagesEndpoint |
software | healthy | tests/integration/api/test_monitoring.py:143 |
TestMonitoringLLMCallsEndpoint |
software | healthy | tests/integration/api/test_monitoring.py:161 |
TestMonitoringEmbeddingCallsEndpoint |
software | healthy | tests/integration/api/test_monitoring.py:176 |
TestMonitoringSessionsEndpoint |
software | healthy | tests/integration/api/test_monitoring.py:191 |
TestMonitoringErrorsEndpoint |
software | healthy | tests/integration/api/test_monitoring.py:206 |
TestMonitoringAllDataEndpoint |
software | healthy | tests/integration/api/test_monitoring.py:221 |
TestMonitoringDetailsEndpoints |
software | healthy | tests/integration/api/test_monitoring.py:238 |
TestMonitoringFeedbackEndpoints |
software | healthy | tests/integration/api/test_monitoring.py:263 |
TestMonitoringExportEndpoint |
software | healthy | tests/integration/api/test_monitoring.py:288 |
FakeMinimalApplication |
software | healthy | tests/integration/api/test_embed.py:25 |
TestEmbedWidgetEndpoint |
software | healthy | tests/integration/api/test_embed.py:114 |
TestEmbedLogoEndpoint |
software | healthy | tests/integration/api/test_embed.py:147 |
TestEmbedTurnstileVerifyEndpoint |
software | healthy | tests/integration/api/test_embed.py:160 |
TestEmbedMessagesEndpoint |
software | healthy | tests/integration/api/test_embed.py:198 |
TestEmbedResetEndpoint |
software | healthy | tests/integration/api/test_embed.py:236 |
TestEmbedFeedbackEndpoint |
software | healthy | tests/integration/api/test_embed.py:263 |
FakeMinimalApplication |
software | healthy | tests/integration/api/test_providers.py:25 |
TestProviderEndpoints |
software | healthy | tests/integration/api/test_providers.py:129 |
TestModelEndpoints |
software | healthy | tests/integration/api/test_providers.py:233 |
TestEmbeddingModelEndpoints |
software | healthy | tests/integration/api/test_providers.py:287 |
TestRerankModelEndpoints |
software | healthy | tests/integration/api/test_providers.py:319 |
FakeMinimalApplication |
software | healthy | tests/integration/api/test_bots.py:25 |
TestBotEndpoints |
software | healthy | tests/integration/api/test_bots.py:115 |
TestBotLogsEndpoint |
software | healthy | tests/integration/api/test_bots.py:184 |
TestBotSendMessageEndpoint |
software | healthy | tests/integration/api/test_bots.py:204 |
FakeRunner |
software | healthy | tests/integration/pipeline/test_full_flow.py:106 |
ConfiguredRunner |
software | healthy | tests/integration/pipeline/test_full_flow.py:140 |
MockPrompt |
software | healthy | tests/integration/pipeline/test_full_flow.py:186 |
TestPipelineStageChainReal |
software | healthy | tests/integration/pipeline/test_full_flow.py:300 |
TestPreProcessorStage |
software | healthy | tests/integration/pipeline/test_full_flow.py:328 |
TestProcessorStage |
software | healthy | tests/integration/pipeline/test_full_flow.py:390 |
TestRunnerExceptionFlow |
software | healthy | tests/integration/pipeline/test_full_flow.py:494 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README_FR.md |
software | healthy | README_FR.md |
.mcp.json |
software | healthy | .mcp.json |
README.md |
software | healthy | README.md |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
README_RU.md |
software | healthy | README_RU.md |
Dockerfile |
software | healthy | Dockerfile |
README_JP.md |
software | healthy | README_JP.md |
.pre-commit-config.yaml |
software | healthy | .pre-commit-config.yaml |
README_ES.md |
software | healthy | README_ES.md |
README_VI.md |
software | healthy | README_VI.md |
README_KO.md |
software | healthy | README_KO.md |
pyproject.toml |
software | healthy | pyproject.toml |
Makefile |
software | healthy | Makefile |
README_TW.md |
software | healthy | README_TW.md |
main.py |
software | warning | main.py |
AGENTS.md |
software | healthy | AGENTS.md |
README_CN.md |
software | healthy | README_CN.md |
codecov.yml |
software | healthy | codecov.yml |
run_tests.sh |
software | healthy | run_tests.sh |
README_K8S.md |
software | healthy | docker/README_K8S.md |
docker-compose.yaml |
software | healthy | docker/docker-compose.yaml |
deploy-k8s-test.sh |
software | healthy | docker/deploy-k8s-test.sh |
kubernetes.yaml |
software | healthy | docker/kubernetes.yaml |
__init__.py |
software | healthy | tests/__init__.py |
README.md |
software | healthy | tests/README.md |
__init__.py |
software | healthy | tests/integration/__init__.py |
test_knowledge.py |
software | healthy | tests/integration/api/test_knowledge.py |
__init__.py |
software | healthy | tests/integration/api/__init__.py |
conftest.py |
software | healthy | tests/integration/api/conftest.py |
test_smoke.py |
software | healthy | tests/integration/api/test_smoke.py |
test_pipelines.py |
software | healthy | tests/integration/api/test_pipelines.py |
test_monitoring.py |
software | healthy | tests/integration/api/test_monitoring.py |
test_embed.py |
software | healthy | tests/integration/api/test_embed.py |
test_providers.py |
software | healthy | tests/integration/api/test_providers.py |
test_bots.py |
software | healthy | tests/integration/api/test_bots.py |
__init__.py |
software | healthy | tests/integration/pipeline/__init__.py |
test_full_flow.py |
software | healthy | tests/integration/pipeline/test_full_flow.py |
test_migrations_postgres.py |
software | healthy | tests/integration/persistence/test_migrations_postgres.py |
__init__.py |
software | healthy | tests/integration/persistence/__init__.py |
test_migrations.py |
software | healthy | tests/integration/persistence/test_migrations.py |
__init__.py |
software | healthy | tests/unit_tests/__init__.py |
COVERAGE_EXCLUSIONS.md |
software | healthy | tests/unit_tests/COVERAGE_EXCLUSIONS.md |
test_telemetry.py |
software | healthy | tests/unit_tests/test_telemetry.py |
__init__.py |
software | healthy | tests/unit_tests/provider/__init__.py |
conftest.py |
software | healthy | tests/unit_tests/provider/conftest.py |
test_requester_base.py |
software | healthy | tests/unit_tests/provider/test_requester_base.py |
test_tool_manager.py |
software | healthy | tests/unit_tests/provider/test_tool_manager.py |
test_model_manager.py |
software | healthy | tests/unit_tests/provider/test_model_manager.py |
test_session_manager.py |
software | healthy | tests/unit_tests/provider/test_session_manager.py |
test_model_service.py |
software | healthy | tests/unit_tests/provider/test_model_service.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
docker |
software | healthy | docker |
tests |
software | healthy | tests |
integration |
software | healthy | tests/integration |
api |
software | healthy | tests/integration/api |
pipeline |
software | healthy | tests/integration/pipeline |
persistence |
software | healthy | tests/integration/persistence |
unit_tests |
software | healthy | tests/unit_tests |
provider |
software | healthy | tests/unit_tests/provider |
requesters |
software | healthy | tests/unit_tests/provider/requesters |
runners |
software | healthy | tests/unit_tests/provider/runners |
config |
software | healthy | tests/unit_tests/config |
plugin |
software | healthy | tests/unit_tests/plugin |
api |
software | healthy | tests/unit_tests/api |
http |
software | healthy | tests/unit_tests/api/http |
service |
software | healthy | tests/unit_tests/api/http/service |
service |
software | healthy | tests/unit_tests/api/service |
utils |
software | healthy | tests/unit_tests/utils |
platform |
software | healthy | tests/unit_tests/platform |
vector |
software | healthy | tests/unit_tests/vector |
survey |
software | healthy | tests/unit_tests/survey |
rag |
software | healthy | tests/unit_tests/rag |
discover |
software | healthy | tests/unit_tests/discover |
pipeline |
software | healthy | tests/unit_tests/pipeline |
core |
software | healthy | tests/unit_tests/core |
persistence |
software | healthy | tests/unit_tests/persistence |
telemetry |
software | healthy | tests/unit_tests/telemetry |
command |
software | healthy | tests/unit_tests/command |
storage |
software | healthy | tests/unit_tests/storage |
factories |
software | healthy | tests/factories |
utils |
software | healthy | tests/utils |
smoke |
software | healthy | tests/smoke |
e2e |
software | healthy | tests/e2e |
utils |
software | healthy | tests/e2e/utils |
res |
software | healthy | res |
scripts |
software | healthy | res/scripts |
docs |
software | healthy | docs |
scripts |
software | healthy | scripts |
web |
software | healthy | web |
src |
software | healthy | web/src |
i18n |
software | healthy | web/src/i18n |
locales |
software | healthy | web/src/i18n/locales |
components |
software | healthy | web/src/components |
ui |
software | healthy | web/src/components/ui |
providers |
software | healthy | web/src/components/providers |
app |
software | healthy | web/src/app |
auth |
software | healthy | web/src/app/auth |
space |
software | healthy | web/src/app/auth/space |
callback |
software | healthy | web/src/app/auth/space/callback |
reset-password |
software | healthy | web/src/app/reset-password |
login |
software | healthy | web/src/app/login |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
ANY /_sdk/page-sdk.js |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY / |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /debug-info |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /<author>/<plugin_name>/upgrade |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /<author>/<plugin_name> |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /<author>/<plugin_name>/config |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /<author>/<plugin_name>/readme |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /<author>/<plugin_name>/icon |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /<author>/<plugin_name>/assets/<path:filepath> |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /<author>/<plugin_name>/page-api |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /github/releases |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /github/release-assets |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /install/github |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /install/marketplace |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /install/local |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /config-files |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /config-files/<file_key> |
api | healthy | src/langbot/pkg/api/http/controller/groups/plugins.py |
ANY /pending |
api | healthy | src/langbot/pkg/api/http/controller/groups/survey.py |
ANY /respond |
api | healthy | src/langbot/pkg/api/http/controller/groups/survey.py |
ANY /dismiss |
api | healthy | src/langbot/pkg/api/http/controller/groups/survey.py |
ANY /overview |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /messages |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /llm-calls |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /embedding-calls |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /sessions |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /errors |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /data |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /sessions/<session_id>/analysis |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /messages/<message_id>/details |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /export |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /feedback/stats |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /feedback |
api | healthy | src/langbot/pkg/api/http/controller/groups/monitoring.py |
ANY /<bot_uuid> |
api | healthy | src/langbot/pkg/api/http/controller/groups/webhooks.py |
ANY /<bot_uuid>/<path:path> |
api | healthy | src/langbot/pkg/api/http/controller/groups/webhooks.py |
ANY /<int:key_id> |
api | healthy | src/langbot/pkg/api/http/controller/groups/apikeys.py |
ANY /image/<path:image_key> |
api | healthy | src/langbot/pkg/api/http/controller/groups/files.py |
ANY /images |
api | healthy | src/langbot/pkg/api/http/controller/groups/files.py |
ANY /documents |
api | healthy | src/langbot/pkg/api/http/controller/groups/files.py |
ANY /basic |
api | healthy | src/langbot/pkg/api/http/controller/groups/stats.py |
ANY /init |
api | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
ANY /auth |
api | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
ANY /check-token |
api | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
ANY /reset-password |
api | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
ANY /change-password |
api | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
ANY /space/authorize-url |
api | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
ANY /space/callback |
api | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
ANY /info |
api | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
ANY /space-credits |
api | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
ANY /account-info |
api | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
ANY /set-password |
api | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::tests/unit_tests/api/service/test_user_se… |
security | healthy | tests/unit_tests/api/service/test_user_service.py |
password_literal::tests/unit_tests/vector/test_mgr.py |
security | healthy | tests/unit_tests/vector/test_mgr.py |
password_literal::tests/unit_tests/vector/test_mgr.py |
security | healthy | tests/unit_tests/vector/test_mgr.py |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/vi-VN.ts |
security | healthy | web/src/i18n/locales/vi-VN.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/en-US.ts |
security | healthy | web/src/i18n/locales/en-US.ts |
password_literal::web/src/i18n/locales/es-ES.ts |
security | healthy | web/src/i18n/locales/es-ES.ts |
password_literal::web/src/i18n/locales/es-ES.ts |
security | healthy | web/src/i18n/locales/es-ES.ts |
password_literal::web/src/i18n/locales/es-ES.ts |
security | healthy | web/src/i18n/locales/es-ES.ts |
password_literal::web/src/i18n/locales/es-ES.ts |
security | healthy | web/src/i18n/locales/es-ES.ts |
password_literal::web/src/i18n/locales/es-ES.ts |
security | healthy | web/src/i18n/locales/es-ES.ts |
password_literal::web/src/i18n/locales/es-ES.ts |
security | healthy | web/src/i18n/locales/es-ES.ts |
password_literal::web/src/i18n/locales/es-ES.ts |
security | healthy | web/src/i18n/locales/es-ES.ts |
password_literal::web/src/i18n/locales/es-ES.ts |
security | healthy | web/src/i18n/locales/es-ES.ts |
password_literal::web/src/i18n/locales/es-ES.ts |
security | healthy | web/src/i18n/locales/es-ES.ts |
password_literal::web/src/i18n/locales/es-ES.ts |
security | healthy | web/src/i18n/locales/es-ES.ts |
password_literal::web/src/i18n/locales/es-ES.ts |
security | healthy | web/src/i18n/locales/es-ES.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
I18nProvider |
frontend | healthy | web/src/i18n/I18nProvider.tsx |
EmojiPicker |
frontend | healthy | web/src/components/ui/emoji-picker.tsx |
Home |
frontend | healthy | web/src/app/page.tsx |
SpaceOAuthCallback |
frontend | healthy | web/src/app/auth/space/callback/page.tsx |
ResetPassword |
frontend | healthy | web/src/app/reset-password/page.tsx |
ResetPasswordLayout |
frontend | healthy | web/src/app/reset-password/layout.tsx |
Login |
frontend | healthy | web/src/app/login/page.tsx |
LoginLayout |
frontend | healthy | web/src/app/login/layout.tsx |
Loading |
frontend | healthy | web/src/app/home/loading.tsx |
Home |
frontend | healthy | web/src/app/home/page.tsx |
HomeLayout |
frontend | healthy | web/src/app/home/layout.tsx |
MonitoringPage |
frontend | healthy | web/src/app/home/monitoring/page.tsx |
OverviewCards |
frontend | healthy | web/src/app/home/monitoring/components/overview-cards/Overv… |
TrafficChart |
frontend | healthy | web/src/app/home/monitoring/components/overview-cards/Traff… |
MetricCard |
frontend | healthy | web/src/app/home/monitoring/components/overview-cards/Metri… |
MonitoringFilters |
frontend | healthy | web/src/app/home/monitoring/components/filters/MonitoringFi… |
MCPDetailContent |
frontend | healthy | web/src/app/home/mcp/MCPDetailContent.tsx |
MCPPage |
frontend | healthy | web/src/app/home/mcp/page.tsx |
MCPForm |
frontend | healthy | web/src/app/home/mcp/components/mcp-form/MCPForm.tsx |
PipelineConfigPage |
frontend | healthy | web/src/app/home/pipelines/page.tsx |
PipelineDetailContent |
frontend | healthy | web/src/app/home/pipelines/PipelineDetailContent.tsx |
PipelineExtension |
frontend | healthy | web/src/app/home/pipelines/components/pipeline-extensions/P… |
PipelineCard |
frontend | healthy | web/src/app/home/pipelines/components/pipeline-card/Pipelin… |
DebugDialog |
frontend | healthy | web/src/app/home/pipelines/components/debug-dialog/DebugDia… |
ImagePreviewDialog |
frontend | healthy | web/src/app/home/pipelines/components/debug-dialog/ImagePre… |
AtBadge |
frontend | healthy | web/src/app/home/pipelines/components/debug-dialog/AtBadge.… |
PipelineFormComponent |
frontend | healthy | web/src/app/home/pipelines/components/pipeline-form/Pipelin… |
PipelineMonitoringTab |
frontend | healthy | web/src/app/home/pipelines/components/monitoring-tab/Pipeli… |
N8nAuthFormComponent |
frontend | healthy | web/src/app/home/components/dynamic-form/N8nAuthFormCompone… |
DynamicFormComponent |
frontend | healthy | web/src/app/home/components/dynamic-form/DynamicFormCompone… |
DynamicFormItemComponent |
frontend | healthy | web/src/app/home/components/dynamic-form/DynamicFormItemCom… |
HomeSidebar |
frontend | healthy | web/src/app/home/components/home-sidebar/HomeSidebar.tsx |
StorageAnalysisDialog |
frontend | healthy | web/src/app/home/components/storage-analysis-dialog/Storage… |
AccountSettingsDialog |
frontend | healthy | web/src/app/home/components/account-settings-dialog/Account… |
ModelsDialog |
frontend | healthy | web/src/app/home/components/models-dialog/ModelsDialog.tsx |
ModelItem |
frontend | healthy | web/src/app/home/components/models-dialog/components/ModelI… |
ProviderCard |
frontend | healthy | web/src/app/home/components/models-dialog/components/Provid… |
ExtraArgsEditor |
frontend | healthy | web/src/app/home/components/models-dialog/components/ExtraA… |
AddModelPopover |
frontend | healthy | web/src/app/home/components/models-dialog/components/AddMod… |
ProviderForm |
frontend | healthy | web/src/app/home/components/models-dialog/component/provide… |
SurveyWidget |
frontend | healthy | web/src/app/home/components/survey/SurveyWidget.tsx |
QrCodeLoginDialog |
frontend | healthy | web/src/app/home/components/qrcode-login/QrCodeLoginDialog.… |
ApiIntegrationDialog |
frontend | healthy | web/src/app/home/components/api-integration-dialog/ApiInteg… |
NewVersionDialog |
frontend | healthy | web/src/app/home/components/new-version-dialog/NewVersionDi… |
PasswordChangeDialog |
frontend | healthy | web/src/app/home/components/password-change-dialog/Password… |
PluginPagesPage |
frontend | healthy | web/src/app/home/plugin-pages/page.tsx |
MarketplacePage |
frontend | healthy | web/src/app/home/market/page.tsx |
BotConfigPage |
frontend | healthy | web/src/app/home/bots/page.tsx |
BotDetailContent |
frontend | healthy | web/src/app/home/bots/BotDetailContent.tsx |
BotSessionMonitor |
frontend | healthy | web/src/app/home/bots/components/bot-session/BotSessionMoni… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
test_migrations_postgres.py |
data | healthy | tests/integration/persistence/test_migrations_postgres.py |
test_migrations.py |
data | healthy | tests/integration/persistence/test_migrations.py |
test_migration.py |
data | healthy | tests/unit_tests/core/test_migration.py |
migration.py |
data | healthy | src/langbot/pkg/api/http/controller/groups/knowledge/migrat… |
migration.py |
data | healthy | src/langbot/pkg/core/migration.py |
m019_zhipuai_config.py |
data | healthy | src/langbot/pkg/core/migrations/m019_zhipuai_config.py |
m015_gitee_ai_config.py |
data | healthy | src/langbot/pkg/core/migrations/m015_gitee_ai_config.py |
m007_qcg_center_url.py |
data | healthy | src/langbot/pkg/core/migrations/m007_qcg_center_url.py |
m021_lark_config.py |
data | healthy | src/langbot/pkg/core/migrations/m021_lark_config.py |
__init__.py |
data | healthy | src/langbot/pkg/core/migrations/__init__.py |
m018_xai_config.py |
data | healthy | src/langbot/pkg/core/migrations/m018_xai_config.py |
m013_http_api_config.py |
data | healthy | src/langbot/pkg/core/migrations/m013_http_api_config.py |
m037_mcp_config.py |
data | healthy | src/langbot/pkg/core/migrations/m037_mcp_config.py |
m026_qqofficial_config.py |
data | healthy | src/langbot/pkg/core/migrations/m026_qqofficial_config.py |
m010_ollama_requester_config.py |
data | healthy | src/langbot/pkg/core/migrations/m010_ollama_requester_confi… |
m022_lmstudio_config.py |
data | healthy | src/langbot/pkg/core/migrations/m022_lmstudio_config.py |
m035_wxoa_mode.py |
data | healthy | src/langbot/pkg/core/migrations/m035_wxoa_mode.py |
m004_moonshot_cfg_completion.py |
data | healthy | src/langbot/pkg/core/migrations/m004_moonshot_cfg_completio… |
m001_sensitive_word_migration.py |
data | healthy | src/langbot/pkg/core/migrations/m001_sensitive_word_migrati… |
m038_tg_dingtalk_markdown.py |
data | healthy | src/langbot/pkg/core/migrations/m038_tg_dingtalk_markdown.py |
m041_dingtalk_card_autolayout_config.py |
data | healthy | src/langbot/pkg/core/migrations/m041_dingtalk_card_autolayo… |
m040_ppio_config.py |
data | healthy | src/langbot/pkg/core/migrations/m040_ppio_config.py |
m006_vision_config.py |
data | healthy | src/langbot/pkg/core/migrations/m006_vision_config.py |
m002_openai_config_migration.py |
data | healthy | src/langbot/pkg/core/migrations/m002_openai_config_migratio… |
m029_dashscope_app_api_config.py |
data | healthy | src/langbot/pkg/core/migrations/m029_dashscope_app_api_conf… |
m036_wxoa_loading_message.py |
data | healthy | src/langbot/pkg/core/migrations/m036_wxoa_loading_message.py |
m008_ad_fixwin_config_migrate.py |
data | healthy | src/langbot/pkg/core/migrations/m008_ad_fixwin_config_migra… |
m020_wecom_config.py |
data | healthy | src/langbot/pkg/core/migrations/m020_wecom_config.py |
m024_discord_config.py |
data | healthy | src/langbot/pkg/core/migrations/m024_discord_config.py |
m012_runner_config.py |
data | healthy | src/langbot/pkg/core/migrations/m012_runner_config.py |
m033_dify_thinking_config.py |
data | healthy | src/langbot/pkg/core/migrations/m033_dify_thinking_config.py |
m027_wx_official_account_config.py |
data | healthy | src/langbot/pkg/core/migrations/m027_wx_official_account_co… |
m009_msg_truncator_cfg.py |
data | healthy | src/langbot/pkg/core/migrations/m009_msg_truncator_cfg.py |
m031_dingtalk_config.py |
data | healthy | src/langbot/pkg/core/migrations/m031_dingtalk_config.py |
m032_volcark_config.py |
data | healthy | src/langbot/pkg/core/migrations/m032_volcark_config.py |
m005_deepseek_cfg_completion.py |
data | healthy | src/langbot/pkg/core/migrations/m005_deepseek_cfg_completio… |
m016_dify_service_api.py |
data | healthy | src/langbot/pkg/core/migrations/m016_dify_service_api.py |
m023_siliconflow_config.py |
data | healthy | src/langbot/pkg/core/migrations/m023_siliconflow_config.py |
m030_lark_config_cmpl.py |
data | healthy | src/langbot/pkg/core/migrations/m030_lark_config_cmpl.py |
m025_gewechat_config.py |
data | healthy | src/langbot/pkg/core/migrations/m025_gewechat_config.py |
m028_aliyun_requester_config.py |
data | healthy | src/langbot/pkg/core/migrations/m028_aliyun_requester_confi… |
m014_force_delay_config.py |
data | healthy | src/langbot/pkg/core/migrations/m014_force_delay_config.py |
m003_anthropic_requester_cfg_completion.py |
data | healthy | src/langbot/pkg/core/migrations/m003_anthropic_requester_cf… |
m011_command_prefix_config.py |
data | healthy | src/langbot/pkg/core/migrations/m011_command_prefix_config.… |
m017_dify_api_timeout_params.py |
data | healthy | src/langbot/pkg/core/migrations/m017_dify_api_timeout_param… |
m039_modelscope_cfg_completion.py |
data | healthy | src/langbot/pkg/core/migrations/m039_modelscope_cfg_complet… |
m034_gewechat_file_url_config.py |
data | healthy | src/langbot/pkg/core/migrations/m034_gewechat_file_url_conf… |
migration.py |
data | healthy | src/langbot/pkg/persistence/migration.py |
dbm018_add_emoji_support.py |
data | healthy | src/langbot/pkg/persistence/migrations/dbm018_add_emoji_sup… |
dbm003_n8n_config.py |
data | healthy | src/langbot/pkg/persistence/migrations/dbm003_n8n_config.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
langbot_plugin_runtime |
hardware | healthy | docker/docker-compose.yaml |
langbot |
hardware | healthy | docker/docker-compose.yaml |
k8s::PersistentVolumeClaim::docker/kubernetes.yaml |
hardware | healthy | docker/kubernetes.yaml |
k8s::Namespace::docker/kubernetes.yaml |
hardware | healthy | docker/kubernetes.yaml |
k8s::ConfigMap::docker/kubernetes.yaml |
hardware | healthy | docker/kubernetes.yaml |
k8s::Blueprint::src/langbot/templates/components.yaml |
hardware | healthy | src/langbot/templates/components.yaml |
k8s::ComponentTemplate::src/langbot/pkg/provider/modelmgr/r… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requester.yaml |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/shengsuanyun.y… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/moonshotchatcm… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/zhipuaichatcmp… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/chatcmpl.yaml |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/qiniuchatcmpl.… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/chromaembed.ya… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/spacechatcmpl.… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/seekdbembed.ya… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/giteeaichatcmp… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/compsharechatc… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/deepseekchatcm… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/anthropicmsgs.… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/siliconflowcha… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/bailianchatcmp… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/openrouterchat… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/jiekouaichatcm… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/tokenpony.yaml |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/xaichatcmpl.ya… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/lmstudiochatcm… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/coherererank.y… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/ollamachat.yaml |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/geminichatcmpl… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/newapichatcmpl… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/volcarkchatcmp… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/ppiochatcmpl.y… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/jinarerank.yaml |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/qhaigcchatcmpl… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/302aichatcmpl.… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/modelscopechat… |
k8s::LLMAPIRequester::src/langbot/pkg/provider/modelmgr/req… |
hardware | healthy | src/langbot/pkg/provider/modelmgr/requesters/voyageairerank… |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/aiocqhttp.yaml |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/wecombot.yaml |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/wecomcs.yaml |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/openclaw_weixin.yaml |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/line.yaml |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/kook.yaml |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/wechatpad.yaml |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/qqofficial.yaml |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/dingtalk.yaml |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/officialaccount.yaml |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/lark.yaml |
k8s::MessagePlatformAdapter::src/langbot/pkg/platform/sourc… |
hardware | healthy | src/langbot/pkg/platform/sources/telegram.yaml |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
model_providers |
data | healthy | src/langbot/pkg/persistence/migrations/dbm016_model_provide… |
knowledge_bases_backup |
data | healthy | src/langbot/pkg/persistence/migrations/dbm020_knowledge_eng… |
PgVectorEntry |
data | healthy | src/langbot/pkg/vector/vdbs/pgvector_db.py |
langbot_vectors |
data | healthy | src/langbot/pkg/vector/vdbs/pgvector_db.py |
Metadata |
data | healthy | src/langbot/pkg/entity/persistence/metadata.py |
metadata |
data | healthy | src/langbot/pkg/entity/persistence/metadata.py |
ModelProvider |
data | healthy | src/langbot/pkg/entity/persistence/model.py |
LLMModel |
data | healthy | src/langbot/pkg/entity/persistence/model.py |
EmbeddingModel |
data | healthy | src/langbot/pkg/entity/persistence/model.py |
RerankModel |
data | healthy | src/langbot/pkg/entity/persistence/model.py |
model_providers |
data | healthy | src/langbot/pkg/entity/persistence/model.py |
llm_models |
data | healthy | src/langbot/pkg/entity/persistence/model.py |
embedding_models |
data | healthy | src/langbot/pkg/entity/persistence/model.py |
rerank_models |
data | healthy | src/langbot/pkg/entity/persistence/model.py |
MCPServer |
data | healthy | src/langbot/pkg/entity/persistence/mcp.py |
mcp_servers |
data | healthy | src/langbot/pkg/entity/persistence/mcp.py |
PluginSetting |
data | healthy | src/langbot/pkg/entity/persistence/plugin.py |
plugin_settings |
data | healthy | src/langbot/pkg/entity/persistence/plugin.py |
MonitoringMessage |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
MonitoringLLMCall |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
MonitoringSession |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
MonitoringError |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
MonitoringEmbeddingCall |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
MonitoringFeedback |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
monitoring_messages |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
monitoring_llm_calls |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
monitoring_sessions |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
monitoring_errors |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
monitoring_embedding_calls |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
monitoring_feedback |
data | healthy | src/langbot/pkg/entity/persistence/monitoring.py |
Vector |
data | healthy | src/langbot/pkg/entity/persistence/vector.py |
vectors |
data | healthy | src/langbot/pkg/entity/persistence/vector.py |
Base |
data | healthy | src/langbot/pkg/entity/persistence/base.py |
BinaryStorage |
data | healthy | src/langbot/pkg/entity/persistence/bstorage.py |
binary_storages |
data | healthy | src/langbot/pkg/entity/persistence/bstorage.py |
Bot |
data | healthy | src/langbot/pkg/entity/persistence/bot.py |
bots |
data | healthy | src/langbot/pkg/entity/persistence/bot.py |
ApiKey |
data | healthy | src/langbot/pkg/entity/persistence/apikey.py |
api_keys |
data | healthy | src/langbot/pkg/entity/persistence/apikey.py |
KnowledgeBase |
data | healthy | src/langbot/pkg/entity/persistence/rag.py |
File |
data | healthy | src/langbot/pkg/entity/persistence/rag.py |
Chunk |
data | healthy | src/langbot/pkg/entity/persistence/rag.py |
knowledge_bases |
data | healthy | src/langbot/pkg/entity/persistence/rag.py |
knowledge_base_files |
data | healthy | src/langbot/pkg/entity/persistence/rag.py |
knowledge_base_chunks |
data | healthy | src/langbot/pkg/entity/persistence/rag.py |
Webhook |
data | healthy | src/langbot/pkg/entity/persistence/webhook.py |
webhooks |
data | healthy | src/langbot/pkg/entity/persistence/webhook.py |
User |
data | healthy | src/langbot/pkg/entity/persistence/user.py |
users |
data | healthy | src/langbot/pkg/entity/persistence/user.py |
LegacyPipeline |
data | healthy | src/langbot/pkg/entity/persistence/pipeline.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
auth::src/langbot/templates/legacy/system.json |
security | healthy | src/langbot/templates/legacy/system.json |
auth::src/langbot/pkg/core/stages/genkeys.py |
security | healthy | src/langbot/pkg/core/stages/genkeys.py |
auth::src/langbot/pkg/core/bootutils/deps.py |
security | healthy | src/langbot/pkg/core/bootutils/deps.py |
auth::src/langbot/pkg/persistence/mgr.py |
security | healthy | src/langbot/pkg/persistence/mgr.py |
auth::web/src/app/infra/http/BackendClient.ts |
security | healthy | web/src/app/infra/http/BackendClient.ts |
auth::web/src/app/register/page.tsx |
security | healthy | web/src/app/register/page.tsx |
auth::tests/unit_tests/core/test_bootutils_deps.py |
security | healthy | tests/unit_tests/core/test_bootutils_deps.py |
auth::src/langbot/templates/metadata/pipeline/ai.yaml |
security | healthy | src/langbot/templates/metadata/pipeline/ai.yaml |
auth::src/langbot/pkg/api/http/service/space.py |
security | healthy | src/langbot/pkg/api/http/service/space.py |
auth::src/langbot/pkg/api/http/controller/groups/user.py |
security | healthy | src/langbot/pkg/api/http/controller/groups/user.py |
auth::tests/unit_tests/api/service/test_space_service.py |
security | healthy | tests/unit_tests/api/service/test_space_service.py |
auth::src/langbot/templates/default-pipeline-config.json |
security | healthy | src/langbot/templates/default-pipeline-config.json |
auth::tests/unit_tests/api/service/test_user_service.py |
security | healthy | tests/unit_tests/api/service/test_user_service.py |
auth::src/langbot/pkg/api/http/service/user.py |
security | healthy | src/langbot/pkg/api/http/service/user.py |
auth::web/src/app/home/components/dynamic-form/N8nAuthFormC… |
security | healthy | web/src/app/home/components/dynamic-form/N8nAuthFormCompone… |
auth::src/langbot/pkg/pipeline/cntfilter/filters/baiduexami… |
security | healthy | src/langbot/pkg/pipeline/cntfilter/filters/baiduexamine.py |
auth::src/langbot/pkg/provider/runners/n8nsvapi.py |
security | healthy | src/langbot/pkg/provider/runners/n8nsvapi.py |
auth::src/langbot/pkg/core/migrations/m013_http_api_config.… |
security | healthy | src/langbot/pkg/core/migrations/m013_http_api_config.py |
auth::src/langbot/templates/config.yaml |
security | healthy | src/langbot/templates/config.yaml |
auth::src/langbot/pkg/persistence/migrations/dbm003_n8n_con… |
security | healthy | src/langbot/pkg/persistence/migrations/dbm003_n8n_config.py |
auth::tests/e2e/utils/config_factory.py |
security | healthy | tests/e2e/utils/config_factory.py |
auth::tests/integration/api/test_monitoring.py |
security | healthy | tests/integration/api/test_monitoring.py |
auth::docs/service-api-openapi.json |
security | healthy | docs/service-api-openapi.json |
| Label | Layer | Status | Path |
|---|---|---|---|
port:5401 |
network | healthy | docker/docker-compose.yaml |
port:5300 |
network | healthy | docker/docker-compose.yaml |
port:2285 |
network | healthy | docker/docker-compose.yaml |
port:2280 |
network | healthy | docker/docker-compose.yaml |
port:5400 |
network | healthy | docker/kubernetes.yaml |
port:2281 |
network | healthy | docker/kubernetes.yaml |
port:2282 |
network | healthy | docker/kubernetes.yaml |
port:2283 |
network | healthy | docker/kubernetes.yaml |
port:2284 |
network | healthy | docker/kubernetes.yaml |
port:2286 |
network | healthy | docker/kubernetes.yaml |
port:2287 |
network | healthy | docker/kubernetes.yaml |
port:2288 |
network | healthy | docker/kubernetes.yaml |
port:2289 |
network | healthy | docker/kubernetes.yaml |
port:2290 |
network | healthy | docker/kubernetes.yaml |
port:80 |
network | healthy | docker/kubernetes.yaml |
port:8080 |
network | healthy | tests/unit_tests/config/test_config_loader.py |
port:5433 |
network | healthy | tests/unit_tests/vector/test_mgr.py |
port:5432 |
network | healthy | tests/unit_tests/vector/test_mgr.py |
port:3000 |
network | healthy | web/vite.config.ts |
port:6333 |
network | healthy | src/langbot/templates/config.yaml |
port:2881 |
network | healthy | src/langbot/templates/config.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
1.2.1.6 |
network | healthy | pyproject.toml |
127.0.0.1 |
network | healthy | tests/unit_tests/provider/requesters/test_ollama_requester.… |
192.168.1.1 |
network | healthy | tests/unit_tests/utils/test_runner.py |
192.168.0.100 |
network | healthy | tests/unit_tests/utils/test_runner.py |
10.0.0.1 |
network | healthy | tests/unit_tests/utils/test_runner.py |
10.255.255.255 |
network | healthy | tests/unit_tests/utils/test_runner.py |
172.16.0.1 |
network | healthy | tests/unit_tests/utils/test_runner.py |
172.20.0.1 |
network | healthy | tests/unit_tests/utils/test_runner.py |
172.31.255.255 |
network | healthy | tests/unit_tests/utils/test_runner.py |
192.168.1.20 |
network | healthy | tests/unit_tests/utils/test_runner.py |
2.3.4.5 |
network | healthy | tests/unit_tests/utils/test_version.py |
2.3.4.4 |
network | healthy | tests/unit_tests/utils/test_version.py |
02.46.08.66 |
network | healthy | src/langbot/templates/embed/widget.js |
23.45.52.86 |
network | healthy | src/langbot/templates/embed/widget.js |
192.168.1.100 |
network | healthy | src/langbot/pkg/platform/sources/satori.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
/page.tsx |
frontend | healthy | web/src/app/page.tsx |
/auth/space/callback |
frontend | healthy | web/src/app/auth/space/callback/page.tsx |
/reset-password |
frontend | healthy | web/src/app/reset-password/page.tsx |
/login |
frontend | healthy | web/src/app/login/page.tsx |
/home |
frontend | healthy | web/src/app/home/page.tsx |
/home/monitoring |
frontend | healthy | web/src/app/home/monitoring/page.tsx |
/home/mcp |
frontend | healthy | web/src/app/home/mcp/page.tsx |
/home/pipelines |
frontend | healthy | web/src/app/home/pipelines/page.tsx |
/home/plugin-pages |
frontend | healthy | web/src/app/home/plugin-pages/page.tsx |
/home/market |
frontend | healthy | web/src/app/home/market/page.tsx |
/home/bots |
frontend | healthy | web/src/app/home/bots/page.tsx |
/home/knowledge |
frontend | healthy | web/src/app/home/knowledge/page.tsx |
/home/plugins |
frontend | healthy | web/src/app/home/plugins/page.tsx |
/wizard |
frontend | healthy | web/src/app/wizard/page.tsx |
/register |
frontend | healthy | web/src/app/register/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
ruff |
cicd | healthy | .github/workflows/lint.yml |
frontend |
cicd | healthy | .github/workflows/lint.yml |
test-migrations-sqlite |
cicd | healthy | .github/workflows/test-migrations.yml |
test-migrations-postgres |
cicd | healthy | .github/workflows/test-migrations.yml |
build-dev-image |
cicd | healthy | .github/workflows/build-dev-image.yaml |
build-and-publish |
cicd | healthy | .github/workflows/publish-to-pypi.yml |
test |
cicd | healthy | .github/workflows/run-tests.yml |
integration |
cicd | healthy | .github/workflows/run-tests.yml |
coverage |
cicd | healthy | .github/workflows/run-tests.yml |
build-artifacts |
cicd | healthy | .github/workflows/build-release-artifacts.yaml |
check-i18n |
cicd | healthy | .github/workflows/check-i18n.yml |
test-dev-image |
cicd | healthy | .github/workflows/test-dev-image.yaml |
publish-docker-image |
cicd | healthy | .github/workflows/build-docker-image.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::lint |
cicd | healthy | .github/workflows/lint.yml |
gha::test-migrations |
cicd | healthy | .github/workflows/test-migrations.yml |
gha::build-dev-image |
cicd | healthy | .github/workflows/build-dev-image.yaml |
gha::publish-to-pypi |
cicd | healthy | .github/workflows/publish-to-pypi.yml |
gha::run-tests |
cicd | healthy | .github/workflows/run-tests.yml |
gha::build-release-artifacts |
cicd | healthy | .github/workflows/build-release-artifacts.yaml |
gha::check-i18n |
cicd | healthy | .github/workflows/check-i18n.yml |
gha::test-dev-image |
cicd | healthy | .github/workflows/test-dev-image.yaml |
gha::build-docker-image |
cicd | healthy | .github/workflows/build-docker-image.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
DOCKER_PASSWORD |
cicd | healthy | — |
CODECOV_TOKEN |
cicd | healthy | — |
DOCKER_USERNAME |
cicd | healthy | — |
PYPI_TOKEN |
cicd | healthy | — |
RELEASE_UPLOAD_GITHUB_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | Makefile |
postgresql |
data | healthy | tests/integration/persistence/test_migrations_postgres.py |
postgres |
data | healthy | tests/unit_tests/vector/test_mgr.py |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | docker/kubernetes.yaml |
vps::gcp |
hardware | healthy | docker/kubernetes.yaml |
vps::azure |
hardware | healthy | docker/kubernetes.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | docker/kubernetes.yaml |
loadbalancer |
network | healthy | docker/kubernetes.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-9t24bn7n |
software | healthy | /tmp/repobility-clone-9t24bn7n |
| Label | Layer | Status | Path |
|---|---|---|---|
ingress::docker/kubernetes.yaml |
network | healthy | docker/kubernetes.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
k8s::Deployment::docker/kubernetes.yaml |
hardware | healthy | docker/kubernetes.yaml |
This page is publicly accessible at:
https://repobility.com/scan/29212434-d867-460e-a547-04474f0a3df7/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/29212434-d867-460e-a547-04474f0a3df7/
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.