https://github.com/langflow-ai/openrag
· scanned 2026-05-15 19:40 UTC (2 weeks, 6 days ago)
· 10 languages
456 findings (97 legacy + 359 scanner) 19th percentile · Python · large (100-500K LoC) Scanner says 65 (lower by 4)
Last scanned 2 weeks, 6 days ago · v1 · 82 findings from 1 source. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.
| Component | Sub-score | Weight | Contribution |
|---|---|---|---|
structure_score |
85.0 | 0.15 | 12.75 |
security_score |
16.1 | 0.25 | 4.03 |
testing_score |
71.0 | 0.20 | 14.20 |
documentation_score |
88.0 | 0.15 | 13.20 |
practices_score |
75.0 | 0.15 | 11.25 |
code_quality |
57.9 | 0.10 | 5.79 |
| Overall | 1.00 | 61.2 |
web: 1.6 ·
agent: 2.1 ·
authz: 11.4 ·
docker: 46.5 ·
threat: 18.9 ·
journey: 44.4
All 4017 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 |
|---|---|---|---|
_parse_float |
software | healthy | sdks/mcp/src/openrag_mcp/config.py:8 |
_parse_int |
software | healthy | sdks/mcp/src/openrag_mcp/config.py:20 |
_parse_bool |
software | healthy | sdks/mcp/src/openrag_mcp/config.py:32 |
__init__ |
software | healthy | sdks/mcp/src/openrag_mcp/config.py:43 |
headers |
software | healthy | sdks/mcp/src/openrag_mcp/config.py:71 |
get_config |
software | healthy | sdks/mcp/src/openrag_mcp/config.py:83 |
get_openrag_client |
software | healthy | sdks/mcp/src/openrag_mcp/config.py:91 |
get_client |
software | healthy | sdks/mcp/src/openrag_mcp/config.py:103 |
create_server |
software | healthy | sdks/mcp/src/openrag_mcp/server.py:26 |
list_all_tools |
software | healthy | sdks/mcp/src/openrag_mcp/server.py:36 |
call_tool |
software | healthy | sdks/mcp/src/openrag_mcp/server.py:41 |
run_server |
software | healthy | sdks/mcp/src/openrag_mcp/server.py:52 |
main |
software | healthy | sdks/mcp/src/openrag_mcp/server.py:65 |
register_tool |
software | healthy | sdks/mcp/src/openrag_mcp/tools/registry.py:23 |
get_all_tools |
software | healthy | sdks/mcp/src/openrag_mcp/tools/registry.py:28 |
get_handler |
software | healthy | sdks/mcp/src/openrag_mcp/tools/registry.py:33 |
handle_search |
software | dead | sdks/mcp/src/openrag_mcp/tools/search.py:67 |
handle_chat |
software | dead | sdks/mcp/src/openrag_mcp/tools/chat.py:61 |
_format_http_error |
software | healthy | sdks/mcp/src/openrag_mcp/tools/settings.py:18 |
_request_get |
software | healthy | sdks/mcp/src/openrag_mcp/tools/settings.py:27 |
_request_post |
software | healthy | sdks/mcp/src/openrag_mcp/tools/settings.py:36 |
handle_get_settings |
software | dead | sdks/mcp/src/openrag_mcp/tools/settings.py:63 |
handle_update_settings |
software | dead | sdks/mcp/src/openrag_mcp/tools/settings.py:162 |
handle_list_models |
software | dead | sdks/mcp/src/openrag_mcp/tools/settings.py:205 |
handle_ingest_file |
software | dead | sdks/mcp/src/openrag_mcp/tools/documents.py:52 |
handle_ingest_url |
software | dead | sdks/mcp/src/openrag_mcp/tools/documents.py:141 |
handle_get_task_status |
software | dead | sdks/mcp/src/openrag_mcp/tools/documents.py:196 |
handle_wait_for_task |
software | dead | sdks/mcp/src/openrag_mcp/tools/documents.py:263 |
handle_delete_document |
software | dead | sdks/mcp/src/openrag_mcp/tools/documents.py:325 |
ensureOnboarding |
software | healthy | sdks/typescript/tests/integration.test.ts:ensureOnboarding |
createApiKey |
software | healthy | sdks/typescript/tests/integration.test.ts:createApiKey |
createTestFile |
software | healthy | sdks/typescript/tests/integration.test.ts:createTestFile |
data |
software | healthy | sdks/typescript/src/knowledge-filters.ts:data |
getEnv |
software | healthy | sdks/typescript/src/client.ts:getEnv |
__init__ |
software | healthy | sdks/python/openrag_sdk/client.py:113 |
list |
software | healthy | sdks/python/openrag_sdk/client.py:28 |
get |
software | healthy | sdks/python/openrag_sdk/client.py:51 |
update |
software | healthy | sdks/python/openrag_sdk/client.py:64 |
_headers |
software | healthy | sdks/python/openrag_sdk/client.py:167 |
_request |
software | healthy | sdks/python/openrag_sdk/client.py:177 |
_handle_error |
software | healthy | sdks/python/openrag_sdk/client.py:212 |
close |
software | healthy | sdks/python/openrag_sdk/client.py:240 |
__aenter__ |
software | healthy | sdks/python/openrag_sdk/client.py:245 |
__aexit__ |
software | healthy | sdks/python/openrag_sdk/client.py:248 |
__init__ |
software | healthy | sdks/python/openrag_sdk/exceptions.py:7 |
__init__ |
software | healthy | sdks/python/openrag_sdk/search.py:16 |
query |
software | healthy | sdks/python/openrag_sdk/search.py:19 |
__init__ |
software | healthy | sdks/python/openrag_sdk/chat.py:209 |
text |
software | healthy | sdks/python/openrag_sdk/chat.py:79 |
chat_id |
software | healthy | sdks/python/openrag_sdk/chat.py:84 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
docker-compose.dev.yml |
software | healthy | docker-compose.dev.yml |
docker-compose.host-backend.yml |
software | healthy | docker-compose.host-backend.yml |
opensearch-entrypoint-wrapper.sh |
software | healthy | opensearch-entrypoint-wrapper.sh |
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
Dockerfile |
software | healthy | Dockerfile |
patch-netty.sh |
software | healthy | patch-netty.sh |
.pre-commit-config.yaml |
software | healthy | .pre-commit-config.yaml |
.coderabbit.yaml |
software | healthy | .coderabbit.yaml |
.env.example |
software | healthy | .env.example |
pyproject.toml |
software | healthy | pyproject.toml |
Makefile |
software | healthy | Makefile |
warm_up_docling.py |
software | warning | warm_up_docling.py |
SECURITY.md |
software | healthy | SECURITY.md |
AGENTS.md |
software | healthy | AGENTS.md |
docker-compose.gpu.yml |
software | healthy | docker-compose.gpu.yml |
docker-compose.yml |
software | healthy | docker-compose.yml |
README.md |
software | healthy | sdks/mcp/README.md |
pyproject.toml |
software | healthy | sdks/mcp/pyproject.toml |
__init__.py |
software | healthy | sdks/mcp/src/openrag_mcp/__init__.py |
config.py |
software | healthy | sdks/mcp/src/openrag_mcp/config.py |
server.py |
software | healthy | sdks/mcp/src/openrag_mcp/server.py |
__main__.py |
software | warning | sdks/mcp/src/openrag_mcp/__main__.py |
__init__.py |
software | healthy | sdks/mcp/src/openrag_mcp/tools/__init__.py |
registry.py |
software | healthy | sdks/mcp/src/openrag_mcp/tools/registry.py |
search.py |
software | healthy | sdks/mcp/src/openrag_mcp/tools/search.py |
chat.py |
software | healthy | sdks/mcp/src/openrag_mcp/tools/chat.py |
settings.py |
software | healthy | sdks/mcp/src/openrag_mcp/tools/settings.py |
documents.py |
software | healthy | sdks/mcp/src/openrag_mcp/tools/documents.py |
README.md |
software | healthy | sdks/typescript/README.md |
package.json |
software | healthy | sdks/typescript/package.json |
package-lock.json |
software | healthy | sdks/typescript/package-lock.json |
tsup.config.ts |
software | warning | sdks/typescript/tsup.config.ts |
tsconfig.json |
software | healthy | sdks/typescript/tsconfig.json |
vitest.config.ts |
software | warning | sdks/typescript/vitest.config.ts |
integration.test.ts |
software | healthy | sdks/typescript/tests/integration.test.ts |
knowledge-filters.ts |
software | healthy | sdks/typescript/src/knowledge-filters.ts |
index.ts |
software | healthy | sdks/typescript/src/index.ts |
search.ts |
software | healthy | sdks/typescript/src/search.ts |
documents.ts |
software | healthy | sdks/typescript/src/documents.ts |
client.ts |
software | healthy | sdks/typescript/src/client.ts |
chat.ts |
software | healthy | sdks/typescript/src/chat.ts |
types.ts |
software | healthy | sdks/typescript/src/types.ts |
README.md |
software | healthy | sdks/python/README.md |
pyproject.toml |
software | healthy | sdks/python/pyproject.toml |
__init__.py |
software | healthy | sdks/python/tests/__init__.py |
client.py |
software | healthy | sdks/python/openrag_sdk/client.py |
__init__.py |
software | healthy | sdks/python/openrag_sdk/__init__.py |
exceptions.py |
software | healthy | sdks/python/openrag_sdk/exceptions.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
Config |
software | healthy | sdks/mcp/src/openrag_mcp/config.py:40 |
ToolEntry |
software | healthy | sdks/mcp/src/openrag_mcp/tools/registry.py:13 |
KnowledgeFiltersClient |
software | healthy | sdks/typescript/src/knowledge-filters.ts:KnowledgeFiltersCl… |
SearchClient |
software | healthy | sdks/typescript/src/search.ts:SearchClient |
DocumentsClient |
software | healthy | sdks/typescript/src/documents.ts:DocumentsClient |
SettingsClient |
software | healthy | sdks/typescript/src/client.ts:SettingsClient |
OpenRAGClient |
software | healthy | sdks/typescript/src/client.ts:OpenRAGClient |
ChatStream |
software | healthy | sdks/typescript/src/chat.ts:ChatStream |
ChatClient |
software | healthy | sdks/typescript/src/chat.ts:ChatClient |
OpenRAGError |
software | healthy | sdks/typescript/src/types.ts:OpenRAGError |
AuthenticationError |
software | healthy | sdks/typescript/src/types.ts:AuthenticationError |
NotFoundError |
software | healthy | sdks/typescript/src/types.ts:NotFoundError |
ValidationError |
software | healthy | sdks/typescript/src/types.ts:ValidationError |
RateLimitError |
software | healthy | sdks/typescript/src/types.ts:RateLimitError |
ServerError |
software | healthy | sdks/typescript/src/types.ts:ServerError |
ModelsClient |
software | healthy | sdks/python/openrag_sdk/client.py:22 |
SettingsClient |
software | healthy | sdks/python/openrag_sdk/client.py:45 |
OpenRAGClient |
software | healthy | sdks/python/openrag_sdk/client.py:86 |
OpenRAGError |
software | healthy | sdks/python/openrag_sdk/exceptions.py:4 |
AuthenticationError |
software | healthy | sdks/python/openrag_sdk/exceptions.py:13 |
RateLimitError |
software | healthy | sdks/python/openrag_sdk/exceptions.py:19 |
NotFoundError |
software | healthy | sdks/python/openrag_sdk/exceptions.py:25 |
ValidationError |
software | healthy | sdks/python/openrag_sdk/exceptions.py:31 |
ServerError |
software | healthy | sdks/python/openrag_sdk/exceptions.py:37 |
Source |
software | healthy | sdks/python/openrag_sdk/models.py:10 |
ChatResponse |
software | healthy | sdks/python/openrag_sdk/models.py:20 |
StreamEvent |
software | healthy | sdks/python/openrag_sdk/models.py:28 |
ContentEvent |
software | healthy | sdks/python/openrag_sdk/models.py:34 |
SourcesEvent |
software | healthy | sdks/python/openrag_sdk/models.py:41 |
DoneEvent |
software | healthy | sdks/python/openrag_sdk/models.py:48 |
SearchResult |
software | healthy | sdks/python/openrag_sdk/models.py:56 |
SearchResponse |
software | healthy | sdks/python/openrag_sdk/models.py:66 |
IngestResponse |
software | healthy | sdks/python/openrag_sdk/models.py:73 |
IngestTaskStatus |
software | healthy | sdks/python/openrag_sdk/models.py:81 |
DeleteDocumentResponse |
software | healthy | sdks/python/openrag_sdk/models.py:93 |
Message |
software | healthy | sdks/python/openrag_sdk/models.py:104 |
Conversation |
software | healthy | sdks/python/openrag_sdk/models.py:112 |
ConversationDetail |
software | healthy | sdks/python/openrag_sdk/models.py:122 |
ConversationListResponse |
software | healthy | sdks/python/openrag_sdk/models.py:128 |
AgentSettings |
software | healthy | sdks/python/openrag_sdk/models.py:135 |
KnowledgeSettings |
software | healthy | sdks/python/openrag_sdk/models.py:143 |
SettingsResponse |
software | healthy | sdks/python/openrag_sdk/models.py:155 |
SearchFilters |
software | healthy | sdks/python/openrag_sdk/models.py:163 |
SettingsUpdateOptions |
software | healthy | sdks/python/openrag_sdk/models.py:171 |
SettingsUpdateResponse |
software | healthy | sdks/python/openrag_sdk/models.py:186 |
ModelOption |
software | healthy | sdks/python/openrag_sdk/models.py:193 |
ModelsResponse |
software | healthy | sdks/python/openrag_sdk/models.py:201 |
KnowledgeFilterQueryData |
software | healthy | sdks/python/openrag_sdk/models.py:209 |
KnowledgeFilter |
software | healthy | sdks/python/openrag_sdk/models.py:222 |
CreateKnowledgeFilterOptions |
software | healthy | sdks/python/openrag_sdk/models.py:236 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
sdks |
software | healthy | sdks |
mcp |
software | healthy | sdks/mcp |
src |
software | healthy | sdks/mcp/src |
openrag_mcp |
software | healthy | sdks/mcp/src/openrag_mcp |
tools |
software | healthy | sdks/mcp/src/openrag_mcp/tools |
typescript |
software | healthy | sdks/typescript |
tests |
software | healthy | sdks/typescript/tests |
src |
software | healthy | sdks/typescript/src |
python |
software | healthy | sdks/python |
tests |
software | healthy | sdks/python/tests |
openrag_sdk |
software | healthy | sdks/python/openrag_sdk |
flows |
software | healthy | flows |
components |
software | healthy | flows/components |
frontend |
software | healthy | frontend |
tests |
software | healthy | frontend/tests |
utils |
software | healthy | frontend/tests/utils |
assets |
software | healthy | frontend/tests/assets |
core |
software | healthy | frontend/tests/core |
components |
software | healthy | frontend/components |
AgGrid |
software | healthy | frontend/components/AgGrid |
ui |
software | healthy | frontend/components/ui |
inputs |
software | healthy | frontend/components/ui/inputs |
cloud-picker |
software | healthy | frontend/components/cloud-picker |
icons |
software | healthy | frontend/components/icons |
contexts |
software | healthy | frontend/contexts |
app |
software | healthy | frontend/app |
settings |
software | healthy | frontend/app/settings |
[tab] |
software | healthy | frontend/app/settings/[tab] |
_helpers |
software | healthy | frontend/app/settings/_helpers |
_components |
software | healthy | frontend/app/settings/_components |
upload |
software | healthy | frontend/app/upload |
[provider] |
software | healthy | frontend/app/upload/[provider] |
auth |
software | healthy | frontend/app/auth |
callback |
software | healthy | frontend/app/auth/callback |
connectors |
software | healthy | frontend/app/connectors |
health |
software | healthy | frontend/app/health |
login |
software | healthy | frontend/app/login |
api |
software | healthy | frontend/app/api |
mutations |
software | healthy | frontend/app/api/mutations |
[...path] |
software | healthy | frontend/app/api/[...path] |
queries |
software | healthy | frontend/app/api/queries |
unauthorized |
software | healthy | frontend/app/unauthorized |
chat |
software | healthy | frontend/app/chat |
_types |
software | healthy | frontend/app/chat/_types |
_components |
software | healthy | frontend/app/chat/_components |
onboarding |
software | healthy | frontend/app/onboarding |
_hooks |
software | healthy | frontend/app/onboarding/_hooks |
_components |
software | healthy | frontend/app/onboarding/_components |
knowledge |
software | healthy | frontend/app/knowledge |
chunks |
software | healthy | frontend/app/knowledge/chunks |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
BrandSwitcher |
frontend | healthy | frontend/components/brand-switcher.tsx |
ThemeSwitcherButtons |
frontend | healthy | frontend/components/theme-switcher-buttons.tsx |
CodeComponent |
frontend | healthy | frontend/components/code-component.tsx |
FailedTasksInfo |
frontend | healthy | frontend/components/tasks_details.tsx |
AnthropicLogo |
frontend | healthy | frontend/components/icons/anthropic-logo.tsx |
OpenragLogo |
frontend | healthy | frontend/components/icons/openrag-logo.tsx |
AnimatedProcessingIcon |
frontend | healthy | frontend/components/icons/animated-processing-icon.tsx |
IBMCOSIcon |
frontend | healthy | frontend/components/icons/ibm-cos-icon.tsx |
GoogleLogo |
frontend | healthy | frontend/components/icons/google-logo.tsx |
OllamaLogo |
frontend | healthy | frontend/components/icons/ollama-logo.tsx |
OpenAILogo |
frontend | healthy | frontend/components/icons/openai-logo.tsx |
GoogleDriveLogo |
frontend | healthy | frontend/components/icons/google-drive-logo.tsx |
IBMLogo |
frontend | healthy | frontend/components/icons/ibm-logo.tsx |
SharePointLogo |
frontend | healthy | frontend/components/icons/share-point-logo.tsx |
DogIcon |
frontend | healthy | frontend/components/icons/dog-icon.tsx |
AwsLogo |
frontend | healthy | frontend/components/icons/aws-logo.tsx |
OneDriveLogo |
frontend | healthy | frontend/components/icons/one-drive-logo.tsx |
ProtectedHomePage |
frontend | healthy | frontend/app/page.tsx |
RootLayout |
frontend | healthy | frontend/app/layout.tsx |
ErrorPage |
frontend | healthy | frontend/app/error.tsx |
GlobalError |
frontend | healthy | frontend/app/global-error.tsx |
Providers |
frontend | healthy | frontend/app/providers.tsx |
SettingsPage |
frontend | healthy | frontend/app/settings/page.tsx |
SettingsLayout |
frontend | healthy | frontend/app/settings/layout.tsx |
ModelProviders |
frontend | healthy | frontend/app/settings/_components/model-providers.tsx |
ModelProviderDialogFooter |
frontend | healthy | frontend/app/settings/_components/model-provider-dialog-foo… |
S3SettingsDialog |
frontend | healthy | frontend/app/settings/_components/s3-settings-dialog.tsx |
AnthropicSettingsDialog |
frontend | healthy | frontend/app/settings/_components/anthropic-settings-dialog… |
ConnectorsSkeleton |
frontend | healthy | frontend/app/settings/_components/connectors-skeleton.tsx |
CardIcon |
frontend | healthy | frontend/app/settings/_components/card-icon.tsx |
ConnectorCards |
frontend | healthy | frontend/app/settings/_components/connector-cards.tsx |
OllamaSettingsDialog |
frontend | healthy | frontend/app/settings/_components/ollama-settings-dialog.tsx |
WatsonxSettingsDialog |
frontend | healthy | frontend/app/settings/_components/watsonx-settings-dialog.t… |
OpenAISettingsDialog |
frontend | healthy | frontend/app/settings/_components/openai-settings-dialog.tsx |
IBMCOSSettingsDialog |
frontend | healthy | frontend/app/settings/_components/ibm-cos-settings-dialog.t… |
ConnectorCard |
frontend | healthy | frontend/app/settings/_components/connector-card.tsx |
ModelProviderCard |
frontend | healthy | frontend/app/settings/_components/model-provider-card.tsx |
UploadProviderPage |
frontend | healthy | frontend/app/upload/[provider]/page.tsx |
AuthCallbackPage |
frontend | healthy | frontend/app/auth/callback/page.tsx |
ConnectorsPage |
frontend | healthy | frontend/app/connectors/page.tsx |
LoginPage |
frontend | healthy | frontend/app/login/page.tsx |
UnauthorizedPage |
frontend | healthy | frontend/app/unauthorized/page.tsx |
ProtectedChatPage |
frontend | healthy | frontend/app/chat/page.tsx |
Nudges |
frontend | healthy | frontend/app/chat/_components/nudges.tsx |
MessageActions |
frontend | healthy | frontend/app/chat/_components/message-actions.tsx |
OnboardingUpload |
frontend | healthy | frontend/app/onboarding/_components/onboarding-upload.tsx |
OnboardingCard |
frontend | healthy | frontend/app/onboarding/_components/onboarding-card.tsx |
ProtectedSearchPage |
frontend | healthy | frontend/app/knowledge/page.tsx |
ProtectedChunksPage |
frontend | healthy | frontend/app/knowledge/chunks/page.tsx |
Icon |
frontend | healthy | docs/src/components/icon/icon.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
auth::kubernetes/operator/internal/controller/env.go |
security | healthy | kubernetes/operator/internal/controller/env.go |
auth::.github/ISSUE_TEMPLATE/feature_request.yml |
security | healthy | .github/ISSUE_TEMPLATE/feature_request.yml |
auth::src/app/routes/internal.py |
security | healthy | src/app/routes/internal.py |
auth::src/api/oidc.py |
security | healthy | src/api/oidc.py |
auth::.env.example |
security | healthy | .env.example |
auth::frontend/app/api/mutations/useConnectConnectorMutatio… |
security | healthy | frontend/app/api/mutations/useConnectConnectorMutation.ts |
auth::src/utils/jwt_keygen.py |
security | healthy | src/utils/jwt_keygen.py |
auth::src/connectors/google_drive/oauth.py |
security | healthy | src/connectors/google_drive/oauth.py |
auth::src/services/document_service.py |
security | healthy | src/services/document_service.py |
auth::tests/unit/dependencies/test_require_permission.py |
security | healthy | tests/unit/dependencies/test_require_permission.py |
auth::src/services/api_key_service.py |
security | healthy | src/services/api_key_service.py |
auth::flows/openrag_url_mcp.json |
security | healthy | flows/openrag_url_mcp.json |
auth::src/auth_context.py |
security | healthy | src/auth_context.py |
auth::src/utils/logging_config.py |
security | healthy | src/utils/logging_config.py |
auth::src/session_manager.py |
security | healthy | src/session_manager.py |
auth::tests/integration/core/test_mcp_url_ingest.py |
security | healthy | tests/integration/core/test_mcp_url_ingest.py |
auth::kubernetes/operator/internal/controller/openrag_contr… |
security | healthy | kubernetes/operator/internal/controller/openrag_controller.… |
auth::kubernetes/helm/openrag/templates/backend/backend-dot… |
security | healthy | kubernetes/helm/openrag/templates/backend/backend-dotenv.ya… |
auth::src/db/seed.py |
security | healthy | src/db/seed.py |
auth::src/api/auth.py |
security | healthy | src/api/auth.py |
auth::src/connectors/service.py |
security | healthy | src/connectors/service.py |
auth::kubernetes/operator/config/samples/kind-cluster-openr… |
security | healthy | kubernetes/operator/config/samples/kind-cluster-openrag-cr.… |
auth::src/api/users.py |
security | healthy | src/api/users.py |
auth::src/tui/screens/welcome.py |
security | healthy | src/tui/screens/welcome.py |
auth::src/db/migrations_runtime.py |
security | healthy | src/db/migrations_runtime.py |
auth::frontend/app/settings/_components/connectors-tab.tsx |
security | healthy | frontend/app/settings/_components/connectors-tab.tsx |
auth::docker-compose.host-backend.yml |
security | healthy | docker-compose.host-backend.yml |
auth::src/api/keys.py |
security | healthy | src/api/keys.py |
auth::frontend/app/settings/_components/connector-card.tsx |
security | healthy | frontend/app/settings/_components/connector-card.tsx |
auth::src/connectors/langflow_connector_service.py |
security | healthy | src/connectors/langflow_connector_service.py |
auth::src/services/user_service.py |
security | healthy | src/services/user_service.py |
auth::src/app/container.py |
security | healthy | src/app/container.py |
auth::kubernetes/helm/openrag/templates/secrets/oauth-secre… |
security | healthy | kubernetes/helm/openrag/templates/secrets/oauth-secret.yaml |
auth::src/services/chat_service.py |
security | healthy | src/services/chat_service.py |
auth::.github/ISSUE_TEMPLATE/bug_report.yml |
security | healthy | .github/ISSUE_TEMPLATE/bug_report.yml |
auth::src/utils/langflow_headers.py |
security | healthy | src/utils/langflow_headers.py |
auth::tests/unit/services/test_user_service_bootstrap.py |
security | healthy | tests/unit/services/test_user_service_bootstrap.py |
auth::src/api/provider_validation.py |
security | healthy | src/api/provider_validation.py |
auth::src/services/models_service.py |
security | healthy | src/services/models_service.py |
auth::src/services/knowledge_filter_service.py |
security | healthy | src/services/knowledge_filter_service.py |
auth::src/tui/screens/config.py |
security | healthy | src/tui/screens/config.py |
auth::src/utils/opensearch_utils.py |
security | healthy | src/utils/opensearch_utils.py |
auth::.github/workflows/test-integration.yml |
security | healthy | .github/workflows/test-integration.yml |
auth::src/tui/cli.py |
security | healthy | src/tui/cli.py |
auth::src/api/connectors.py |
security | healthy | src/api/connectors.py |
auth::docker-compose.yml |
security | healthy | docker-compose.yml |
auth::frontend/lib/role-styles.ts |
security | healthy | frontend/lib/role-styles.ts |
auth::src/auth/ibm_auth.py |
security | healthy | src/auth/ibm_auth.py |
auth::tests/integration/core/test_api_endpoints.py |
security | healthy | tests/integration/core/test_api_endpoints.py |
auth::src/connectors/base.py |
security | healthy | src/connectors/base.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 |
image::kubernetes/operator/Dockerfile |
hardware | healthy | kubernetes/operator/Dockerfile |
opensearch |
hardware | healthy | docker-compose.yml |
dashboards |
hardware | healthy | docker-compose.yml |
openrag-backend |
hardware | healthy | docker-compose.yml |
openrag-frontend |
hardware | healthy | docker-compose.yml |
langflow |
hardware | healthy | docker-compose.yml |
k8s::CustomResourceDefinition::kubernetes/operator/config/c… |
hardware | healthy | kubernetes/operator/config/crd/bases/openr.ag_openrags.yaml |
k8s::OpenRAG::kubernetes/operator/config/samples/kind-clust… |
hardware | healthy | kubernetes/operator/config/samples/kind-cluster-openrag-cr.… |
k8s::OpenRAG::kubernetes/operator/config/samples/openrag_v1… |
hardware | healthy | kubernetes/operator/config/samples/openrag_v1alpha1_openrag… |
k8s::OpenRAG::kubernetes/operator/config/samples/docling-co… |
hardware | healthy | kubernetes/operator/config/samples/docling-complete.yaml |
k8s::Role::kubernetes/operator/config/rbac/leader_election_… |
hardware | healthy | kubernetes/operator/config/rbac/leader_election_role.yaml |
k8s::RoleBinding::kubernetes/operator/config/rbac/leader_el… |
hardware | healthy | kubernetes/operator/config/rbac/leader_election_role_bindin… |
k8s::ServiceAccount::kubernetes/operator/config/rbac/servic… |
hardware | healthy | kubernetes/operator/config/rbac/service_account.yaml |
k8s::ClusterRoleBinding::kubernetes/operator/config/rbac/ro… |
hardware | healthy | kubernetes/operator/config/rbac/role_binding.yaml |
k8s::ClusterRole::kubernetes/operator/config/rbac/role.yaml |
hardware | healthy | kubernetes/operator/config/rbac/role.yaml |
k8s::ServiceAccount::kubernetes/helm/openrag/templates/serv… |
hardware | healthy | kubernetes/helm/openrag/templates/serviceaccount.yaml |
k8s::HorizontalPodAutoscaler::kubernetes/helm/openrag/templ… |
hardware | healthy | kubernetes/helm/openrag/templates/frontend/hpa.yaml |
k8s::Secret::kubernetes/helm/openrag/templates/langflow/lan… |
hardware | healthy | kubernetes/helm/openrag/templates/langflow/langflow-dotenv.… |
k8s::Secret::kubernetes/helm/openrag/templates/secrets/llm-… |
hardware | healthy | kubernetes/helm/openrag/templates/secrets/llm-providers-sec… |
k8s::Secret::kubernetes/helm/openrag/templates/secrets/oaut… |
hardware | healthy | kubernetes/helm/openrag/templates/secrets/oauth-secret.yaml |
k8s::Secret::kubernetes/helm/openrag/templates/secrets/open… |
hardware | healthy | kubernetes/helm/openrag/templates/secrets/opensearch-secret… |
k8s::Secret::kubernetes/helm/openrag/templates/secrets/lang… |
hardware | healthy | kubernetes/helm/openrag/templates/secrets/langflow-secret.y… |
k8s::Secret::kubernetes/helm/openrag/templates/secrets/aws-… |
hardware | healthy | kubernetes/helm/openrag/templates/secrets/aws-secret.yaml |
k8s::Secret::kubernetes/helm/openrag/templates/secrets/post… |
hardware | healthy | kubernetes/helm/openrag/templates/secrets/postgres-secret.y… |
k8s::Secret::kubernetes/helm/openrag/templates/secrets/back… |
hardware | healthy | kubernetes/helm/openrag/templates/secrets/backend-secret.ya… |
k8s::ConfigMap::kubernetes/helm/openrag/templates/configmap… |
hardware | healthy | kubernetes/helm/openrag/templates/configmaps/app-config-con… |
k8s::ConfigMap::kubernetes/helm/openrag/templates/configmap… |
hardware | healthy | kubernetes/helm/openrag/templates/configmaps/flow-ids-confi… |
k8s::Secret::kubernetes/helm/openrag/templates/backend/back… |
hardware | healthy | kubernetes/helm/openrag/templates/backend/backend-dotenv.ya… |
k8s::PersistentVolumeClaim::kubernetes/helm/openrag/templat… |
hardware | healthy | kubernetes/helm/openrag/templates/storage/langflow-pvc.yaml |
k8s::PersistentVolumeClaim::kubernetes/helm/openrag/templat… |
hardware | healthy | kubernetes/helm/openrag/templates/storage/postgres-pvc.yaml |
k8s::PersistentVolumeClaim::kubernetes/helm/openrag/templat… |
hardware | healthy | kubernetes/helm/openrag/templates/storage/shared-pvc.yaml |
k8s::PersistentVolumeClaim::kubernetes/helm/openrag/templat… |
hardware | healthy | kubernetes/helm/openrag/templates/storage/data-pvc.yaml |
k8s::StorageClass::kubernetes/helm/openrag/templates/storag… |
hardware | healthy | kubernetes/helm/openrag/templates/storage/backend-sc.yaml |
k8s::Role::kubernetes/helm/operator/templates/leader_electi… |
hardware | healthy | kubernetes/helm/operator/templates/leader_election_role.yaml |
k8s::ClusterRoleBinding::kubernetes/helm/operator/templates… |
hardware | healthy | kubernetes/helm/operator/templates/rolebinding.yaml |
k8s::ClusterRole::kubernetes/helm/operator/templates/role.y… |
hardware | healthy | kubernetes/helm/operator/templates/role.yaml |
k8s::ServiceAccount::kubernetes/helm/operator/templates/ser… |
hardware | healthy | kubernetes/helm/operator/templates/serviceaccount.yaml |
k8s::RoleBinding::kubernetes/helm/operator/templates/leader… |
hardware | healthy | kubernetes/helm/operator/templates/leader_election_rolebind… |
| Label | Layer | Status | Path |
|---|---|---|---|
analyze |
cicd | healthy | .github/workflows/codeql.yml |
biome |
cicd | healthy | .github/workflows/lint-frontend.yml |
typecheck |
cicd | healthy | .github/workflows/lint-frontend.yml |
delete-branch |
cicd | healthy | .github/workflows/auto-delete-branch.yml |
build |
cicd | healthy | .github/workflows/operator-release.yml |
manifest |
cicd | healthy | .github/workflows/operator-release.yml |
validate-title |
cicd | healthy | .github/workflows/pr-checks.yml |
publish |
cicd | healthy | .github/workflows/publish-mcp.yml |
autofix |
cicd | healthy | .github/workflows/biome-autofix.yml |
build-and-publish |
cicd | healthy | .github/workflows/manual-docker-publish.yml |
e2e |
cicd | healthy | .github/workflows/test-e2e.yml |
check-version |
cicd | healthy | .github/workflows/build-multiarch.yml |
build |
cicd | healthy | .github/workflows/build-multiarch.yml |
manifest |
cicd | healthy | .github/workflows/build-multiarch.yml |
build-python-packages |
cicd | healthy | .github/workflows/build-multiarch.yml |
publish |
cicd | healthy | .github/workflows/publish-sdk-python.yml |
autofix |
cicd | healthy | .github/workflows/autofix.ci.yml |
label-on-review |
cicd | healthy | .github/workflows/add-labels.yml |
labeler |
cicd | healthy | .github/workflows/labeler.yml |
npm-audit |
cicd | healthy | .github/workflows/dependency-audit.yml |
python-audit |
cicd | healthy | .github/workflows/dependency-audit.yml |
update-lock |
cicd | healthy | .github/workflows/update-uv-lock.yml |
publish |
cicd | healthy | .github/workflows/publish-sdk-typescript.yml |
lint |
cicd | healthy | .github/workflows/lint-backend.yml |
validate-pr-description |
cicd | healthy | .github/workflows/conventional-labels.yml |
label |
cicd | healthy | .github/workflows/conventional-labels.yml |
tests |
cicd | healthy | .github/workflows/test-integration.yml |
create-nightly-tag |
cicd | healthy | .github/workflows/nightly-build.yml |
build |
cicd | healthy | .github/workflows/nightly-build.yml |
manifest |
cicd | healthy | .github/workflows/nightly-build.yml |
publish-pypi |
cicd | healthy | .github/workflows/nightly-build.yml |
add-label |
cicd | healthy | .github/workflows/community-label.yml |
deploy |
cicd | healthy | .github/workflows/deploy-gh-pages.yml |
build-and-deploy |
cicd | healthy | .github/workflows/deploy-docs-draft.yml |
ci |
cicd | healthy | .github/workflows/operator-ci.yml |
helm |
cicd | healthy | .github/workflows/operator-ci.yml |
docker |
cicd | healthy | .github/workflows/operator-ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::codeql |
cicd | healthy | .github/workflows/codeql.yml |
gha::lint-frontend |
cicd | healthy | .github/workflows/lint-frontend.yml |
gha::auto-delete-branch |
cicd | healthy | .github/workflows/auto-delete-branch.yml |
gha::operator-release |
cicd | healthy | .github/workflows/operator-release.yml |
gha::pr-checks |
cicd | healthy | .github/workflows/pr-checks.yml |
gha::publish-mcp |
cicd | healthy | .github/workflows/publish-mcp.yml |
gha::biome-autofix |
cicd | healthy | .github/workflows/biome-autofix.yml |
gha::manual-docker-publish |
cicd | healthy | .github/workflows/manual-docker-publish.yml |
gha::test-e2e |
cicd | healthy | .github/workflows/test-e2e.yml |
gha::build-multiarch |
cicd | healthy | .github/workflows/build-multiarch.yml |
gha::publish-sdk-python |
cicd | healthy | .github/workflows/publish-sdk-python.yml |
gha::autofix.ci |
cicd | healthy | .github/workflows/autofix.ci.yml |
gha::add-labels |
cicd | healthy | .github/workflows/add-labels.yml |
gha::labeler |
cicd | healthy | .github/workflows/labeler.yml |
gha::dependency-audit |
cicd | healthy | .github/workflows/dependency-audit.yml |
gha::update-uv-lock |
cicd | healthy | .github/workflows/update-uv-lock.yml |
gha::publish-sdk-typescript |
cicd | healthy | .github/workflows/publish-sdk-typescript.yml |
gha::lint-backend |
cicd | healthy | .github/workflows/lint-backend.yml |
gha::conventional-labels |
cicd | healthy | .github/workflows/conventional-labels.yml |
gha::test-integration |
cicd | healthy | .github/workflows/test-integration.yml |
gha::nightly-build |
cicd | healthy | .github/workflows/nightly-build.yml |
gha::community-label |
cicd | healthy | .github/workflows/community-label.yml |
gha::deploy-gh-pages |
cicd | healthy | .github/workflows/deploy-gh-pages.yml |
gha::deploy-docs-draft |
cicd | healthy | .github/workflows/deploy-docs-draft.yml |
gha::operator-ci |
cicd | healthy | .github/workflows/operator-ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
DOCS_AWS_SECRET_ACCESS_KEY |
cicd | healthy | — |
NIGHTLY_BRANCH |
cicd | healthy | — |
AWS_ACCESS_KEY_ID |
cicd | healthy | — |
OPENSEARCH_PASSWORD |
cicd | healthy | — |
WATSONX_PROJECT_ID |
cicd | healthy | — |
GOOGLE_OAUTH_CLIENT_ID |
cicd | healthy | — |
DOCS_AWS_ACCESS_KEY_ID |
cicd | healthy | — |
UV_PUBLISH_TOKEN |
cicd | healthy | — |
DOCKER_USERNAME_MANUAL |
cicd | healthy | — |
BUILD_SUCCESS_COMMENT |
cicd | healthy | — |
ANTHROPIC_API_KEY |
cicd | healthy | — |
BUILD_FAILURE |
cicd | healthy | — |
REGISTRY |
cicd | healthy | — |
OPENAI_API_KEY |
cicd | healthy | — |
AWS_SECRET_ACCESS_KEY |
cicd | healthy | — |
WATSONX_ENDPOINT |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
DOCKER_USERNAME |
cicd | healthy | — |
OLLAMA_ENDPOINT |
cicd | healthy | — |
IMAGE |
cicd | healthy | — |
GOOGLE_OAUTH_CLIENT_SECRET |
cicd | healthy | — |
DOCKER_PASSWORD_MANUAL |
cicd | healthy | — |
WATSONX_API_KEY |
cicd | healthy | — |
DOCKER_NAMESPACE_MANUAL |
cicd | healthy | — |
DOCKER_PASSWORD |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
generic_api_key::tests/integration/sdk/test_auth.py |
security | healthy | tests/integration/sdk/test_auth.py |
generic_api_key::tests/integration/sdk/test_auth.py |
security | healthy | tests/integration/sdk/test_auth.py |
generic_api_key::tests/unit/test_encryption.py |
security | healthy | tests/unit/test_encryption.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
password_literal::tests/unit/test_env_manager.py |
security | healthy | tests/unit/test_env_manager.py |
generic_api_key::docs/docusaurus.config.js |
security | healthy | docs/docusaurus.config.js |
password_literal::kubernetes/operator/config/samples/doclin… |
security | healthy | kubernetes/operator/config/samples/docling-complete.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /onboarding-status |
api | healthy | src/api/config.py |
GET /me |
api | healthy | src/api/users.py |
GET /me/permissions |
api | healthy | src/api/users.py |
GET /users |
api | healthy | src/api/admin/rbac.py |
GET /users/{user_id} |
api | healthy | src/api/admin/rbac.py |
PATCH /users/{user_id} |
api | healthy | src/api/admin/rbac.py |
DELETE /users/{user_id} |
api | healthy | src/api/admin/rbac.py |
POST /users/{user_id}/roles |
api | healthy | src/api/admin/rbac.py |
DELETE /users/{user_id}/roles/{role_id} |
api | healthy | src/api/admin/rbac.py |
GET /roles |
api | healthy | src/api/admin/rbac.py |
POST /roles |
api | healthy | src/api/admin/rbac.py |
PATCH /roles/{role_id} |
api | healthy | src/api/admin/rbac.py |
DELETE /roles/{role_id} |
api | healthy | src/api/admin/rbac.py |
GET /permissions |
api | healthy | src/api/admin/rbac.py |
GET /audit |
api | healthy | src/api/admin/rbac.py |
| Label | Layer | Status | Path |
|---|---|---|---|
role_permissions |
data | healthy | src/db/models/role_permission.py |
permissions |
data | healthy | src/db/models/permission.py |
workspace_config |
data | healthy | src/db/models/workspace_config.py |
api_keys |
data | healthy | src/db/models/api_key.py |
migration_status |
data | healthy | src/db/models/migration_status.py |
user_preferences |
data | healthy | src/db/models/user_preferences.py |
user_roles |
data | healthy | src/db/models/user_role.py |
session_ownership |
data | healthy | src/db/models/session_ownership.py |
audit_log |
data | healthy | src/db/models/audit_log.py |
roles |
data | healthy | src/db/models/role.py |
users |
data | healthy | src/db/models/user.py |
conversations |
data | healthy | src/db/models/conversation.py |
| Label | Layer | Status | Path |
|---|---|---|---|
port:9200 |
network | healthy | Dockerfile |
port:9600 |
network | healthy | docker-compose.yml |
port:5601 |
network | healthy | docker-compose.yml |
port:8000 |
network | healthy | scripts/setup-e2e.sh |
port:65532 |
network | healthy | kubernetes/operator/Dockerfile |
port:8080 |
network | healthy | kubernetes/operator/config/manager/manager.yaml |
port:5001 |
network | healthy | kubernetes/operator/internal/controller/openrag_controller.… |
port:7860 |
network | healthy | kubernetes/helm/openrag/values.yaml |
port:3000 |
network | healthy | kubernetes/helm/openrag/values.yaml |
port:5432 |
network | healthy | kubernetes/helm/openrag/values.yaml |
port:04 |
network | healthy | .github/workflows/nightly-build.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
/page.tsx |
frontend | healthy | frontend/app/page.tsx |
/settings |
frontend | healthy | frontend/app/settings/page.tsx |
/settings/[tab] |
frontend | healthy | frontend/app/settings/[tab]/page.tsx |
/upload/[provider] |
frontend | healthy | frontend/app/upload/[provider]/page.tsx |
/auth/callback |
frontend | healthy | frontend/app/auth/callback/page.tsx |
/connectors |
frontend | healthy | frontend/app/connectors/page.tsx |
/login |
frontend | healthy | frontend/app/login/page.tsx |
/unauthorized |
frontend | healthy | frontend/app/unauthorized/page.tsx |
/chat |
frontend | healthy | frontend/app/chat/page.tsx |
/knowledge |
frontend | healthy | frontend/app/knowledge/page.tsx |
/knowledge/chunks |
frontend | healthy | frontend/app/knowledge/chunks/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
3.2.0.0 |
network | healthy | Dockerfile |
9.46.110.49 |
network | healthy | .env.example |
10.21.103.227 |
network | healthy | .env.example |
127.0.0.1 |
network | healthy | .env.example |
10.0.0.0 |
network | healthy | kubernetes/operator/internal/controller/openrag_controller.… |
172.16.0.0 |
network | healthy | kubernetes/operator/internal/controller/openrag_controller.… |
192.168.0.0 |
network | healthy | kubernetes/operator/internal/controller/openrag_controller.… |
10.0.2.2 |
network | healthy | src/utils/container_utils.py |
| Label | Layer | Status | Path |
|---|---|---|---|
k8s::Deployment::kubernetes/operator/config/default/manager… |
hardware | healthy | kubernetes/operator/config/default/manager_auth_proxy_patch… |
k8s::Deployment::kubernetes/operator/config/manager/manager… |
hardware | healthy | kubernetes/operator/config/manager/manager.yaml |
k8s::Deployment::kubernetes/helm/openrag/templates/frontend… |
hardware | healthy | kubernetes/helm/openrag/templates/frontend/deployment.yaml |
k8s::Deployment::kubernetes/helm/openrag/templates/langflow… |
hardware | healthy | kubernetes/helm/openrag/templates/langflow/deployment.yaml |
k8s::Deployment::kubernetes/helm/openrag/templates/dashboar… |
hardware | healthy | kubernetes/helm/openrag/templates/dashboards/deployment.yaml |
k8s::Deployment::kubernetes/helm/openrag/templates/postgres… |
hardware | healthy | kubernetes/helm/openrag/templates/postgres/deployment.yaml |
k8s::Deployment::kubernetes/helm/openrag/templates/backend/… |
hardware | healthy | kubernetes/helm/openrag/templates/backend/deployment.yaml |
k8s::Deployment::kubernetes/helm/operator/templates/deploym… |
hardware | healthy | kubernetes/helm/operator/templates/deployment.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
test_runtime_migration.py |
data | healthy | tests/integration/core/test_runtime_migration.py |
__init__.py |
data | healthy | tests/unit/db/migrations/__init__.py |
test_json_to_db_migration.py |
data | healthy | tests/unit/db/migrations/test_json_to_db_migration.py |
test_config_yaml_to_db_migration.py |
data | healthy | tests/unit/db/migrations/test_config_yaml_to_db_migration.py |
test_chat_history_migration.py |
data | healthy | tests/unit/db/migrations/test_chat_history_migration.py |
migrations_runtime.py |
data | healthy | src/db/migrations_runtime.py |
migration_status.py |
data | healthy | src/db/models/migration_status.py |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | .env.example |
postgresql |
data | healthy | .env.example |
redis |
data | healthy | .env.example |
postgres |
data | healthy | kubernetes/helm/openrag/values.yaml |
mysql |
data | healthy | alembic/env.py |
| Label | Layer | Status | Path |
|---|---|---|---|
traefik |
network | healthy | .env.example |
loadbalancer |
network | healthy | kubernetes/operator/api/v1alpha1/openrag_types.go |
nginx |
network | healthy | kubernetes/helm/openrag/values.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::azure |
hardware | healthy | Dockerfile |
vps::aws |
hardware | healthy | .env.example |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-058736ad |
software | healthy | /tmp/repobility-clone-058736ad |
| Label | Layer | Status | Path |
|---|---|---|---|
ingress::kubernetes/helm/openrag/templates/ingress/ingress.… |
network | healthy | kubernetes/helm/openrag/templates/ingress/ingress.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | docker-compose.dev.yml |
This page is publicly accessible at:
https://repobility.com/scan/2450297c-75ff-442e-9242-a0e495d24189/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/2450297c-75ff-442e-9242-a0e495d24189/
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.