Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
231 of your 437 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 44.13s for a 84.7 MB repo slow.
  • Repobility's analysis ran in 36.53s after the clone landed.

infiniflow/ragflow

https://github.com/infiniflow/ragflow · scanned 2026-06-05 07:21 UTC (5 days, 23 hours ago) · 10 languages

1798 raw signals (398 security + 1400 graph) 11/13 scanners ran 61st percentile · Typescript · huge (>500K LoC) System graph score 61 (higher by 25)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 23 hours ago · v2 · 739 actionable findings from 2 signal sources. 357 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 100.0 0.25 25.00
testing_score 96.0 0.20 19.20
documentation_score 75.0 0.15 11.25
practices_score 90.0 0.15 13.50
code_quality 48.0 0.10 4.80
Overall 1.00 86.5
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 20492 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.

LabelLayerStatusPath
get_urls software healthy download_deps.py:21
download_model software healthy download_deps.py:54
check software healthy check_comment_ascii.py:22
__init__ software healthy run_tests.py:37
print_info software healthy run_tests.py:53
print_error software healthy run_tests.py:58
show_usage software healthy run_tests.py:63
build_pytest_command software healthy run_tests.py:103
run_tests software healthy run_tests.py:158
parse_arguments software healthy run_tests.py:213
run software healthy run_tests.py:295
main software healthy run_tests.py:307
echo software healthy test.py:4
test_short_header_h1 software healthy tests/test_naive_markdown_merge.py:20
test_short_header_h2 software healthy tests/test_naive_markdown_merge.py:26
test_short_header_h3 software healthy tests/test_naive_markdown_merge.py:32
test_long_header software healthy tests/test_naive_markdown_merge.py:38
test_non_header_short_text software healthy tests/test_naive_markdown_merge.py:44
test_empty_text software healthy tests/test_naive_markdown_merge.py:50
test_whitespace_only software healthy tests/test_naive_markdown_merge.py:56
test_header_exactly_50_tokens software healthy tests/test_naive_markdown_merge.py:62
test_header_49_tokens software healthy tests/test_naive_markdown_merge.py:71
test_custom_max_tokens software healthy tests/test_naive_markdown_merge.py:78
test_header_with_special_chars software healthy tests/test_naive_markdown_merge.py:87
test_header_with_cjk_chars software healthy tests/test_naive_markdown_merge.py:93
update_progress software healthy api/ragflow_server.py:53
signal_handler software dead api/ragflow_server.py:71
delayed_start_update_progress software dead api/ragflow_server.py:139
python_version_validation software healthy api/validation.py:21
download_nltk_data software dead api/validation.py:37
encode_to_base64 software healthy api/common/base64.py:19
__init__ software healthy api/common/exceptions.py:42
check_kb_team_permission software healthy api/common/check_team_permission.py:25
check_file_team_permission software healthy api/common/check_team_permission.py:40
_unauthorized_message software healthy api/apps/__init__.py:47
_normalize_auth_types software healthy api/apps/__init__.py:102
_load_user_from_session software healthy api/apps/__init__.py:112
_load_user software healthy api/apps/__init__.py:146
login_required software healthy api/apps/__init__.py:237
decorator software healthy api/apps/__init__.py:257
wrapper software healthy api/apps/__init__.py:259
login_user software healthy api/apps/__init__.py:285
logout_user software healthy api/apps/__init__.py:318
search_pages_path software healthy api/apps/__init__.py:342
register_page software healthy api/apps/__init__.py:351
not_found software healthy api/apps/__init__.py:387
unauthorized software healthy api/apps/__init__.py:400
unauthorized_quart_auth software healthy api/apps/__init__.py:406
unauthorized_werkzeug software healthy api/apps/__init__.py:412
handle_model_exception software healthy api/apps/__init__.py:418

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
README_zh.md software healthy README_zh.md
README_ko.md software healthy README_ko.md
README_pt_br.md software healthy README_pt_br.md
README_id.md software healthy README_id.md
README_tzh.md software healthy README_tzh.md
README.md software healthy README.md
README_tr.md software healthy README_tr.md
CLAUDE.md software healthy CLAUDE.md
download_deps.py software healthy download_deps.py
show_env.sh software healthy show_env.sh
README_fr.md software healthy README_fr.md
Dockerfile software healthy Dockerfile
run_go_tests.sh software healthy run_go_tests.sh
.pre-commit-config.yaml software healthy .pre-commit-config.yaml
check_comment_ascii.py software healthy check_comment_ascii.py
build.sh software healthy build.sh
go.mod software healthy go.mod
pyproject.toml software healthy pyproject.toml
run_tests.py software healthy run_tests.py
README_ja.md software healthy README_ja.md
README_ar.md software healthy README_ar.md
SECURITY.md software healthy SECURITY.md
test.py software healthy test.py
AGENTS.md software healthy AGENTS.md
codecov.yml software healthy codecov.yml
docker-compose-macos.yml software healthy docker/docker-compose-macos.yml
README.md software healthy docker/README.md
infinity_conf.toml software healthy docker/infinity_conf.toml
launch_admin_service.sh software healthy docker/launch_admin_service.sh
migration.sh software healthy docker/migration.sh
init.sql software healthy docker/init.sql
docker-compose-CN-oc9.yml software healthy docker/docker-compose-CN-oc9.yml
docker-compose-base.yml software healthy docker/docker-compose-base.yml
launch_backend_service.sh software healthy docker/launch_backend_service.sh
.env software healthy docker/.env
docker-compose.yml software healthy docker/docker-compose.yml
entrypoint.sh software healthy docker/entrypoint.sh
vec_memory.sql software healthy docker/oceanbase/init.d/vec_memory.sql
test_naive_markdown_merge.py software healthy tests/test_naive_markdown_merge.py
__init__.py software healthy api/__init__.py
ragflow_server.py software healthy api/ragflow_server.py
constants.py software warning api/constants.py
validation.py software healthy api/validation.py
settings.py software warning api/settings.py
base64.py software healthy api/common/base64.py
README.md software healthy api/common/README.md
exceptions.py software healthy api/common/exceptions.py
check_team_permission.py software healthy api/common/check_team_permission.py
__init__.py software healthy api/apps/__init__.py
llm_app.py software healthy api/apps/llm_app.py

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
Colors software healthy run_tests.py:25
TestRunner software healthy run_tests.py:34
TestIsShortHeader software healthy tests/test_naive_markdown_merge.py:17
AdminException software healthy api/common/exceptions.py:18
UserNotFoundError software healthy api/common/exceptions.py:26
UserAlreadyExistsError software healthy api/common/exceptions.py:31
CannotDeleteAdminError software healthy api/common/exceptions.py:36
NotAdminError software healthy api/common/exceptions.py:41
Chunk software healthy api/apps/restful_apis/chunk_api.py:94
GithubOAuthClient software healthy api/apps/auth/github.py:21
OIDCClient software healthy api/apps/auth/oidc.py:61
UserInfo software healthy api/apps/auth/oauth.py:21
OAuthClient software healthy api/apps/auth/oauth.py:32
CanvasReplicaService software healthy api/apps/services/canvas_replica_service.py:27
Base software healthy api/utils/validation_utils.py:330
RaptorConfig software healthy api/utils/validation_utils.py:336
GraphragConfig software healthy api/utils/validation_utils.py:358
ParentChildConfig software healthy api/utils/validation_utils.py:378
AutoMetadataField software healthy api/utils/validation_utils.py:385
AutoMetadataConfig software healthy api/utils/validation_utils.py:394
ParserConfig software healthy api/utils/validation_utils.py:404
UpdateDocumentReq software healthy api/utils/validation_utils.py:443
CreateDatasetReq software healthy api/utils/validation_utils.py:503
UpdateDatasetReq software healthy api/utils/validation_utils.py:774
DeleteReq software healthy api/utils/validation_utils.py:790
DeleteDatasetReq software healthy api/utils/validation_utils.py:870
DeleteDocumentReq software healthy api/utils/validation_utils.py:876
SearchDatasetReq software healthy api/utils/validation_utils.py:903
SearchDatasetsReq software healthy api/utils/validation_utils.py:924
BaseListReq software healthy api/utils/validation_utils.py:946
ListDatasetReq software healthy api/utils/validation_utils.py:970
CreateFolderReq software healthy api/utils/validation_utils.py:980
DeleteFileReq software healthy api/utils/validation_utils.py:988
MoveFileReq software healthy api/utils/validation_utils.py:994
ListFileReq software healthy api/utils/validation_utils.py:1011
BaseType software healthy api/utils/json_encode.py:23
CustomJSONEncoder software healthy api/utils/json_encode.py:52
RestrictedUnpickler software healthy api/utils/configs.py:28
UserTenantRole software healthy api/db/__init__.py:21
TenantPermission software healthy api/db/__init__.py:28
SerializedType software healthy api/db/__init__.py:33
FileType software healthy api/db/__init__.py:38
InputType software healthy api/db/__init__.py:50
CanvasCategory software healthy api/db/__init__.py:57
PipelineTaskType software healthy api/db/__init__.py:62
ReloadConfigBase software healthy api/db/reload_config_base.py:16
RuntimeConfig software healthy api/db/runtime_config.py:20
TextFieldType software healthy api/db/db_models.py:66
LongTextField software healthy api/db/db_models.py:72
JSONField software healthy api/db/db_models.py:76

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
/404 frontend healthy web/src/pages/404.tsx
/datasets/dataset-dropdown frontend healthy web/src/pages/datasets/dataset-dropdown.tsx
/datasets/dataset-creating-dialog frontend healthy web/src/pages/datasets/dataset-creating-dialog.tsx
/datasets/use-display-owner frontend healthy web/src/pages/datasets/use-display-owner.ts
/datasets/hooks frontend healthy web/src/pages/datasets/hooks.ts
/datasets/use-rename-dataset frontend healthy web/src/pages/datasets/use-rename-dataset.ts
/datasets/use-select-owners frontend healthy web/src/pages/datasets/use-select-owners.ts
/datasets/ frontend healthy web/src/pages/datasets/index.tsx
/datasets/dataset-card frontend healthy web/src/pages/datasets/dataset-card.tsx
/dataflow-result/hooks frontend healthy web/src/pages/dataflow-result/hooks.ts
/dataflow-result/interface frontend healthy web/src/pages/dataflow-result/interface.ts
/dataflow-result/utils frontend healthy web/src/pages/dataflow-result/utils.ts
/dataflow-result/ frontend healthy web/src/pages/dataflow-result/index.tsx
/dataflow-result/chunker frontend healthy web/src/pages/dataflow-result/chunker.tsx
/dataflow-result/constant frontend healthy web/src/pages/dataflow-result/constant.ts
/dataflow-result/parser frontend healthy web/src/pages/dataflow-result/parser.tsx
/dataflow-result/components/chunk-creating-modal/tag-featur… frontend healthy web/src/pages/dataflow-result/components/chunk-creating-mod…
/dataflow-result/components/chunk-creating-modal/ frontend healthy web/src/pages/dataflow-result/components/chunk-creating-mod…
/dataflow-result/components/rerun-button/ frontend healthy web/src/pages/dataflow-result/components/rerun-button/index…
/dataflow-result/components/chunk-card/ frontend healthy web/src/pages/dataflow-result/components/chunk-card/index.t…
/dataflow-result/components/parse-editer/object-parser frontend healthy web/src/pages/dataflow-result/components/parse-editer/objec…
/dataflow-result/components/parse-editer/interface frontend healthy web/src/pages/dataflow-result/components/parse-editer/inter…
/dataflow-result/components/parse-editer/hook frontend healthy web/src/pages/dataflow-result/components/parse-editer/hook.…
/dataflow-result/components/parse-editer/ frontend healthy web/src/pages/dataflow-result/components/parse-editer/index…
/dataflow-result/components/parse-editer/json-parser frontend healthy web/src/pages/dataflow-result/components/parse-editer/json-…
/dataflow-result/components/time-line/ frontend healthy web/src/pages/dataflow-result/components/time-line/index.tsx
/dataflow-result/components/chunk-result-bar/checkbox-sets frontend healthy web/src/pages/dataflow-result/components/chunk-result-bar/c…
/dataflow-result/components/chunk-result-bar/ frontend healthy web/src/pages/dataflow-result/components/chunk-result-bar/i…
/chunk/chunked-result-panel frontend healthy web/src/pages/chunk/chunked-result-panel.tsx
/chunk/ frontend healthy web/src/pages/chunk/index.tsx
/chunk/parsed-result-panel frontend healthy web/src/pages/chunk/parsed-result-panel.tsx
/chunk/chunk-toolbar frontend healthy web/src/pages/chunk/chunk-toolbar.tsx
/chunk/chunk-card frontend healthy web/src/pages/chunk/chunk-card.tsx
/chunk/result-view/ frontend healthy web/src/pages/chunk/result-view/index.tsx
/chunk/parsed-result/ frontend healthy web/src/pages/chunk/parsed-result/index.tsx
/chunk/parsed-result/add-knowledge/constant frontend healthy web/src/pages/chunk/parsed-result/add-knowledge/constant.ts
/chunk/parsed-result/add-knowledge/components/knowledge-chu… frontend healthy web/src/pages/chunk/parsed-result/add-knowledge/components/…
/chunk/parsed-result/add-knowledge/components/knowledge-chu… frontend healthy web/src/pages/chunk/parsed-result/add-knowledge/components/…
/chunk/parsed-result/add-knowledge/components/knowledge-chu… frontend healthy web/src/pages/chunk/parsed-result/add-knowledge/components/…
/chunk/parsed-result/add-knowledge/components/knowledge-chu… frontend healthy web/src/pages/chunk/parsed-result/add-knowledge/components/…
/chunk/parsed-result/add-knowledge/components/knowledge-chu… frontend healthy web/src/pages/chunk/parsed-result/add-knowledge/components/…
/chunk/parsed-result/add-knowledge/components/knowledge-chu… frontend healthy web/src/pages/chunk/parsed-result/add-knowledge/components/…
/chunk/parsed-result/add-knowledge/components/knowledge-chu… frontend healthy web/src/pages/chunk/parsed-result/add-knowledge/components/…
/chunk/parsed-result/add-knowledge/components/knowledge-chu… frontend healthy web/src/pages/chunk/parsed-result/add-knowledge/components/…
/chunk/parsed-result/add-knowledge/components/knowledge-chu… frontend healthy web/src/pages/chunk/parsed-result/add-knowledge/components/…
/chunk/chunk-result/ frontend healthy web/src/pages/chunk/chunk-result/index.tsx
/user-setting/constants frontend healthy web/src/pages/user-setting/constants.tsx
/user-setting/interface frontend healthy web/src/pages/user-setting/interface.ts
/user-setting/utils frontend healthy web/src/pages/user-setting/utils.ts
/user-setting/ frontend healthy web/src/pages/user-setting/index.tsx

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
docker software healthy docker
oceanbase software healthy docker/oceanbase
init.d software healthy docker/oceanbase/init.d
tests software healthy tests
api software healthy api
common software healthy api/common
apps software healthy api/apps
restful_apis software healthy api/apps/restful_apis
auth software healthy api/apps/auth
services software healthy api/apps/services
utils software healthy api/utils
db software healthy api/db
services software healthy api/db/services
joint_services software healthy api/db/joint_services
common software healthy common
doc_store software healthy common/doc_store
data_source software healthy common/data_source
jira software healthy common/data_source/jira
github software healthy common/data_source/github
bitbucket software healthy common/data_source/bitbucket
google_drive software healthy common/data_source/google_drive
cross_connector_utils software healthy common/data_source/cross_connector_utils
google_util software healthy common/data_source/google_util
internal software healthy internal
tokenizer software healthy internal/tokenizer
router software healthy internal/router
common software healthy internal/common
mcpclient software healthy internal/mcpclient
dao software healthy internal/dao
cli software healthy internal/cli
filesystem software healthy internal/cli/filesystem
skill_hub software healthy internal/cli/filesystem/skill_hub
security software healthy internal/cli/filesystem/skill_hub/security
source software healthy internal/cli/filesystem/skill_hub/source
binding software healthy internal/binding
cache software healthy internal/cache
handler software healthy internal/handler
ingestion software healthy internal/ingestion
admin software healthy internal/admin
proto software healthy internal/proto
service software healthy internal/service
nlp software healthy internal/service/nlp
server software healthy internal/server
local software healthy internal/server/local
entity software healthy internal/entity
models software healthy internal/entity/models
engine software healthy internal/engine
types software healthy internal/engine/types
infinity software healthy internal/engine/infinity
elasticsearch software healthy internal/engine/elasticsearch

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
POST / api healthy test.py
ANY /factories api healthy api/apps/llm_app.py
ANY /set_api_key api healthy api/apps/llm_app.py
ANY /add_llm api healthy api/apps/llm_app.py
ANY /delete_llm api healthy api/apps/llm_app.py
ANY /enable_llm api healthy api/apps/llm_app.py
ANY /delete_factory api healthy api/apps/llm_app.py
ANY /my_llms api healthy api/apps/llm_app.py
ANY /list api healthy api/apps/llm_app.py
ANY /system/healthz api healthy api/apps/backward_compat.py
ANY /chats/<chat_id>/completions api healthy api/apps/backward_compat.py
ANY /chats_openai/<chat_id>/chat/completions api healthy api/apps/backward_compat.py
ANY /agents_openai/<agent_id>/chat/completions api healthy api/apps/backward_compat.py
ANY /datasets/<dataset_id>/knowledge_graph api healthy api/apps/backward_compat.py
ANY /datasets/<dataset_id>/run_graphrag api healthy api/apps/backward_compat.py
ANY /datasets/<dataset_id>/trace_graphrag api healthy api/apps/backward_compat.py
ANY /datasets/<dataset_id>/run_raptor api healthy api/apps/backward_compat.py
ANY /datasets/<dataset_id>/trace_raptor api healthy api/apps/backward_compat.py
ANY /chats/<chat_id>/sessions/<session_id> api healthy api/apps/backward_compat.py
ANY /file/get/<file_id> api healthy api/apps/backward_compat.py
ANY /file/list api healthy api/apps/backward_compat.py
ANY /file/all_parent_folder api healthy api/apps/backward_compat.py
ANY /file/parent_folder api healthy api/apps/backward_compat.py
ANY /file/root_folder api healthy api/apps/backward_compat.py
ANY /file/create api healthy api/apps/backward_compat.py
ANY /file/upload api healthy api/apps/backward_compat.py
ANY /file/convert api healthy api/apps/backward_compat.py
ANY /file/mv api healthy api/apps/backward_compat.py
ANY /file/rename api healthy api/apps/backward_compat.py
ANY /file/rm api healthy api/apps/backward_compat.py
ANY /sessions/related_questions api healthy api/apps/backward_compat.py
ANY /datasets/<dataset_id>/documents/<document_id>/chunks/<… api healthy api/apps/backward_compat.py
ANY /file/upload_info api healthy api/apps/backward_compat.py
ANY /datasets/<dataset_id>/documents/<document_id> api healthy api/apps/backward_compat.py
ANY /document/get/<doc_id> api healthy api/apps/backward_compat.py
ANY /document/download/<doc_id> api healthy api/apps/backward_compat.py
ANY /document/download/<attachment_id> api healthy api/apps/backward_compat.py
ANY /agents/<agent_id>/completions api healthy api/apps/backward_compat.py
ANY /mcp/servers api healthy api/apps/restful_apis/mcp_api.py
ANY /mcp/servers/<mcp_id> api healthy api/apps/restful_apis/mcp_api.py
ANY /mcp/servers/import api healthy api/apps/restful_apis/mcp_api.py
ANY /mcp/servers/<mcp_id>/test api healthy api/apps/restful_apis/mcp_api.py
ANY /datasets/tags/aggregation api healthy api/apps/restful_apis/dataset_api.py
ANY /datasets/metadata/flattened api healthy api/apps/restful_apis/dataset_api.py
ANY /datasets api healthy api/apps/restful_apis/dataset_api.py
ANY /datasets/<dataset_id> api healthy api/apps/restful_apis/dataset_api.py
ANY /datasets/<dataset_id>/ingestions/summary api healthy api/apps/restful_apis/dataset_api.py
ANY /datasets/<dataset_id>/tags api healthy api/apps/restful_apis/dataset_api.py
ANY /datasets/search api healthy api/apps/restful_apis/dataset_api.py
ANY /datasets/<dataset_id>/search api healthy api/apps/restful_apis/dataset_api.py

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
AppContainer frontend healthy web/src/app.tsx
AuthWrapper frontend healthy web/src/wrappers/auth.tsx
ThemeSwitch frontend healthy web/src/components/theme-switch.tsx
ModalManager frontend healthy web/src/components/modal-manager.tsx
NewDocumentLink frontend healthy web/src/components/new-document-link.tsx
CopyToClipboard frontend healthy web/src/components/copy-to-clipboard.tsx
FloatingChatWidgetMarkdown frontend healthy web/src/components/floating-chat-widget-markdown.tsx
Spotlight frontend healthy web/src/components/spotlight.tsx
FileStatusBadge frontend healthy web/src/components/file-status-badge.tsx
FloatingChatWidget frontend healthy web/src/components/floating-chat-widget.tsx
FeedbackDialog frontend healthy web/src/components/feedback-dialog.tsx
SvgIcon frontend healthy web/src/components/svg-icon.tsx
PageRankFormField frontend healthy web/src/components/page-rank-form-field.tsx
WhatIsThis frontend healthy web/src/components/what-is-this.tsx
ApiContent frontend healthy web/src/components/api-service/chat-overview-modal/api-cont…
MarkdownToc frontend healthy web/src/components/api-service/chat-overview-modal/markdown…
StatsChart frontend healthy web/src/components/api-service/chat-overview-modal/stats-ch…
BackendServiceApi frontend healthy web/src/components/api-service/chat-overview-modal/backend-…
Anchor frontend healthy web/src/components/api-service/chat-overview-modal/anchor.t…
ChatApiKeyModal frontend healthy web/src/components/api-service/chat-api-key-modal/index.tsx
EditableField frontend healthy web/src/components/avatar-name-description/editable-field.t…
AvatarNameDescription frontend healthy web/src/components/avatar-name-description/index.tsx
EditableTextarea frontend healthy web/src/components/avatar-name-description/editable-textare…
BackButton frontend healthy web/src/components/back-button/index.tsx
EditTag frontend healthy web/src/components/edit-tag/index.tsx
GraphRagItems frontend healthy web/src/components/parse-configuration/graph-rag-form-field…
RaptorFormFields frontend healthy web/src/components/parse-configuration/raptor-form-fields.t…
Image frontend healthy web/src/components/image/index.tsx
Space frontend healthy web/src/components/ui/space.tsx
Divider frontend healthy web/src/components/ui/divider.tsx
HighLightMarkdown frontend healthy web/src/components/highlight-markdown/index.tsx
JsonEditor frontend healthy web/src/components/json-edit/index.tsx
React frontend healthy web/src/components/originui/password-input.tsx
React frontend healthy web/src/components/originui/input.tsx
NumberInput frontend healthy web/src/components/originui/number-input.tsx
TimeRangePicker frontend healthy web/src/components/originui/time-range-picker.tsx
Empty frontend healthy web/src/components/empty/empty.tsx
ListFilterBar frontend healthy web/src/components/list-filter-bar/index.tsx
MarkdownContent frontend healthy web/src/components/markdown-content/index.tsx
ImageCarousel frontend healthy web/src/components/markdown-content/image-carousel.tsx
RagLineChart frontend healthy web/src/components/line-chart/index.tsx
PdfSheet frontend healthy web/src/components/pdf-drawer/index.tsx
DocumentHeader frontend healthy web/src/components/document-preview/document-header.tsx
CSVFileViewer frontend healthy web/src/components/document-preview/csv-preview.tsx
Md frontend healthy web/src/components/document-preview/md/index.tsx
SchemaPropertyEditor frontend healthy web/src/components/jsonjoy-builder/components/schema-editor…
SchemaVisualEditor frontend healthy web/src/components/jsonjoy-builder/components/schema-editor…
TypeEditor frontend healthy web/src/components/jsonjoy-builder/components/schema-editor…
JsonSchemaVisualizer frontend healthy web/src/components/jsonjoy-builder/components/schema-editor…
JsonSchemaEditor frontend healthy web/src/components/jsonjoy-builder/components/schema-editor…

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
.env in repo security healthy docker/.env
.env in repo security healthy web/.env
generic_api_key::common/constants.py security healthy common/constants.py
password_literal::internal/cli/common_command.go security healthy internal/cli/common_command.go
password_literal::internal/cli/cli.go security healthy internal/cli/cli.go
password_literal::internal/engine/elasticsearch/kg_test.go security healthy internal/engine/elasticsearch/kg_test.go
password_literal::test/unit_test/api/db/test_oceanbase_peew… security healthy test/unit_test/api/db/test_oceanbase_peewee.py
password_literal::test/unit_test/agent/sandbox/test_ssh_pro… security healthy test/unit_test/agent/sandbox/test_ssh_provider.py
password_literal::test/testcases/test_web_api/test_user_app… security healthy test/testcases/test_web_api/test_user_app/test_user_app_uni…
password_literal::test/testcases/test_web_api/test_user_app… security healthy test/testcases/test_web_api/test_user_app/test_user_app_uni…
password_literal::test/testcases/restful_api/test_user_tena… security healthy test/testcases/restful_api/test_user_tenant_routes_unit.py
password_literal::test/testcases/restful_api/test_user_tena… security healthy test/testcases/restful_api/test_user_tenant_routes_unit.py
password_literal::agent/tools/exesql.py security healthy agent/tools/exesql.py
password_literal::conf/service_conf.yaml security healthy conf/service_conf.yaml
password_literal::conf/service_conf.yaml security healthy conf/service_conf.yaml
password_literal::conf/service_conf.yaml security healthy conf/service_conf.yaml
password_literal::conf/service_conf.yaml security healthy conf/service_conf.yaml
password_literal::conf/service_conf.yaml security healthy conf/service_conf.yaml
password_literal::conf/service_conf.yaml security healthy conf/service_conf.yaml
password_literal::conf/service_conf.yaml security healthy conf/service_conf.yaml
password_literal::admin/client/parser.py security healthy admin/client/parser.py
password_literal::admin/client/ragflow_client.py security healthy admin/client/ragflow_client.py
password_literal::web/src/constants/setting.ts security healthy web/src/constants/setting.ts
password_literal::web/src/components/dynamic-form.tsx security healthy web/src/components/dynamic-form.tsx
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
password_literal::web/src/locales/ru.ts security healthy web/src/locales/ru.ts

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
auth::web/src/locales/ru.ts security healthy web/src/locales/ru.ts
auth::internal/handler/user.go security healthy internal/handler/user.go
auth::common/data_source/salesforce_connector.py security healthy common/data_source/salesforce_connector.py
auth::web/src/pages/agent/form/begin-form/schema.ts security healthy web/src/pages/agent/form/begin-form/schema.ts
auth::common/data_source/google_drive/file_retrieval.py security healthy common/data_source/google_drive/file_retrieval.py
auth::web/src/locales/bg.ts security healthy web/src/locales/bg.ts
auth::web/src/locales/en.ts security healthy web/src/locales/en.ts
auth::api/db/db_models.py security healthy api/db/db_models.py
auth::common/data_source/google_util/auth.py security healthy common/data_source/google_util/auth.py
auth::mcp/client/streamable_http_client.py security healthy mcp/client/streamable_http_client.py
auth::web/src/locales/fr.ts security healthy web/src/locales/fr.ts
auth::api/apps/__init__.py security healthy api/apps/__init__.py
auth::common/data_source/google_util/util.py security healthy common/data_source/google_util/util.py
auth::common/data_source/google_util/constant.py security healthy common/data_source/google_util/constant.py
auth::common/data_source/google_util/oauth_flow.py security healthy common/data_source/google_util/oauth_flow.py
auth::api/apps/auth/github.py security healthy api/apps/auth/github.py
auth::common/data_source/config.py security healthy common/data_source/config.py
auth::mcp/client/client.py security healthy mcp/client/client.py
auth::test/testcases/test_web_api/test_connector_app/test_c… security healthy test/testcases/test_web_api/test_connector_app/test_connect…
auth::web/src/locales/ar.ts security healthy web/src/locales/ar.ts
auth::test/testcases/test_web_api/test_agent_app/test_agent… security healthy test/testcases/test_web_api/test_agent_app/test_agents_webh…
auth::rag/svr/sync_data_source.py security healthy rag/svr/sync_data_source.py
auth::web/src/utils/api.ts security healthy web/src/utils/api.ts
auth::test/testcases/test_web_api/test_connector_app/test_c… security healthy test/testcases/test_web_api/test_connector_app/test_connect…
auth::internal/utility/oauth/client.go security healthy internal/utility/oauth/client.go
auth::internal/utility/oauth/github.go security healthy internal/utility/oauth/github.go
auth::common/data_source/google_drive/model.py security healthy common/data_source/google_drive/model.py
auth::test/testcases/test_web_api/test_system_app/test_apps… security healthy test/testcases/test_web_api/test_system_app/test_apps_init_…
auth::internal/handler/error.go security healthy internal/handler/error.go
auth::internal/entity/models/bedrock_test.go security healthy internal/entity/models/bedrock_test.go
auth::common/data_source/gmail_connector.py security healthy common/data_source/gmail_connector.py
auth::internal/service/oauth_login.go security healthy internal/service/oauth_login.go
auth::web/src/locales/zh.ts security healthy web/src/locales/zh.ts
auth::common/data_source/github/connector.py security healthy common/data_source/github/connector.py
auth::web/src/pages/user-setting/data-source/component/box-… security healthy web/src/pages/user-setting/data-source/component/box-token-…
auth::test/testcases/test_web_api/test_auth_app/test_oidc_c… security healthy test/testcases/test_web_api/test_auth_app/test_oidc_client_…
auth::api/apps/restful_apis/agent_api.py security healthy api/apps/restful_apis/agent_api.py
auth::api/apps/restful_apis/memory_api.py security healthy api/apps/restful_apis/memory_api.py
auth::api/apps/auth/__init__.py security healthy api/apps/auth/__init__.py
auth::test/testcases/restful_api/test_connector_routes_unit… security healthy test/testcases/restful_api/test_connector_routes_unit.py
auth::internal/utility/oauth/oidc.go security healthy internal/utility/oauth/oidc.go
auth::api/apps/restful_apis/connector_api.py security healthy api/apps/restful_apis/connector_api.py
auth::common/http_client.py security healthy common/http_client.py
auth::web/src/pages/agent/form/begin-form/webhook/auth.tsx security healthy web/src/pages/agent/form/begin-form/webhook/auth.tsx
auth::api/apps/auth/oidc.py security healthy api/apps/auth/oidc.py
auth::common/data_source/confluence_connector.py security healthy common/data_source/confluence_connector.py
auth::common/data_source/slack_connector.py security healthy common/data_source/slack_connector.py
auth::web/src/pages/user-setting/data-source/constant/index… security healthy web/src/pages/user-setting/data-source/constant/index.tsx
auth::internal/service/user.go security healthy internal/service/user.go
auth::internal/handler/auth.go security healthy internal/handler/auth.go

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
0.9.7.1 network healthy pyproject.toml
4.10.0.84 network healthy pyproject.toml
4.4.1.0 network healthy docker/docker-compose-base.yml
127.0.0.1 network healthy docker/docker-compose-base.yml
4.3.5.1 network healthy common/doc_store/ob_conn_pool.py
172.17.0.1 network healthy common/data_source/webdav_connector.py
8.8.8.8 network healthy internal/mcpclient/client_test.go
100.64.0.0 network healthy internal/utility/ssrf.go
192.0.0.0 network healthy internal/utility/ssrf.go
192.0.2.0 network healthy internal/utility/ssrf.go
198.51.100.0 network healthy internal/utility/ssrf.go
203.0.113.0 network healthy internal/utility/ssrf.go
198.18.0.0 network healthy internal/utility/ssrf.go
240.0.0.0 network healthy internal/utility/ssrf.go
255.255.255.255 network healthy internal/utility/ssrf.go
93.184.216.34 network healthy internal/utility/ssrf_test.go
10.0.0.5 network healthy internal/utility/ssrf_test.go
192.168.1.1 network healthy internal/utility/ssrf_test.go
100.64.1.1 network healthy internal/utility/ssrf_test.go
203.0.113.5 network healthy internal/utility/ssrf_test.go
10.0.0.1 network healthy test/unit_test/api/db/services/test_file_service_upload_doc…
172.16.0.1 network healthy test/unit_test/api/db/services/test_file_service_upload_doc…
192.168.1.100 network healthy test/unit_test/api/db/services/test_file_service_upload_doc…
169.254.0.1 network healthy test/unit_test/api/db/services/test_file_service_upload_doc…
240.0.0.1 network healthy test/unit_test/api/db/services/test_file_service_upload_doc…
1.2.3.4 network healthy test/unit_test/api/db/services/test_file_service_upload_doc…
5.6.7.8 network healthy test/unit_test/api/db/services/test_file_service_upload_doc…
169.254.169.254 network healthy test/unit_test/common/test_misc_utils.py
127.0.0.0 network healthy test/testcases/test_web_api/test_agent_app/test_agents_webh…
192.168.1.10 network healthy agent/sandbox/providers/ssh.py

LabelLayerStatusPath
port:8000 network healthy test.py
port:80 network healthy docker/docker-compose-macos.yml
port:443 network healthy docker/docker-compose-macos.yml
port:9201 network healthy docker/docker-compose-base.yml
port:9382 network healthy docker/docker-compose.yml
port:5432 network healthy common/doc_store/infinity_conn_base.py
port:4999 network healthy common/data_source/box_connector.py
port:9380 network healthy internal/admin/service.go
port:9000 network healthy internal/admin/service.go
port:2881 network healthy test/unit_test/api/db/test_oceanbase_peewee.py
port:22 network healthy test/unit_test/agent/sandbox/test_ssh_provider.py
port:3306 network healthy agent/tools/exesql.py
port:12345 network healthy rag/llm/chat_model.py
port:9381 network healthy admin/server/admin_server.py
port:9222 network healthy web/.env
port:9001 network healthy helm/templates/minio.yaml
port:6379 network healthy helm/templates/redis.yaml
port:9200 network healthy helm/templates/elasticsearch.yaml
port:23820 network healthy helm/templates/infinity.yaml
port:23817 network healthy helm/templates/infinity.yaml
port:16 network healthy .github/workflows/tests.yml
port:08 network healthy .github/workflows/tests.yml
port:13 network healthy .github/workflows/release.yml
port:21 network healthy .github/workflows/release.yml

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
image::agent/sandbox/executor_manager/Dockerfile hardware healthy agent/sandbox/executor_manager/Dockerfile
image::agent/sandbox/sandbox_base_image/nodejs/Dockerfile hardware healthy agent/sandbox/sandbox_base_image/nodejs/Dockerfile
image::agent/sandbox/sandbox_base_image/python/Dockerfile hardware healthy agent/sandbox/sandbox_base_image/python/Dockerfile
ragflow-cpu hardware healthy docker/docker-compose.yml
ragflow-gpu hardware healthy docker/docker-compose.yml
sandbox-executor-manager hardware healthy agent/sandbox/docker-compose.yml
k8s::ConfigMap::helm/templates/mysql-config.yaml hardware healthy helm/templates/mysql-config.yaml
k8s::PersistentVolumeClaim::helm/templates/opensearch.yaml hardware healthy helm/templates/opensearch.yaml
k8s::ConfigMap::helm/templates/elasticsearch-config.yaml hardware healthy helm/templates/elasticsearch-config.yaml
k8s::Secret::helm/templates/env.yaml hardware healthy helm/templates/env.yaml
k8s::PersistentVolumeClaim::helm/templates/minio.yaml hardware healthy helm/templates/minio.yaml
k8s::ConfigMap::helm/templates/opensearch-config.yaml hardware healthy helm/templates/opensearch-config.yaml
k8s::ConfigMap::helm/templates/ragflow_config.yaml hardware healthy helm/templates/ragflow_config.yaml
k8s::PodDisruptionBudget::helm/templates/redis.yaml hardware healthy helm/templates/redis.yaml
k8s::PersistentVolumeClaim::helm/templates/elasticsearch.ya… hardware healthy helm/templates/elasticsearch.yaml
k8s::PersistentVolumeClaim::helm/templates/infinity.yaml hardware healthy helm/templates/infinity.yaml
k8s::PersistentVolumeClaim::helm/templates/mysql.yaml hardware healthy helm/templates/mysql.yaml

LabelLayerStatusPath
dsl_migration.py data healthy agent/dsl_migration.py
__init__.py data healthy tools/es-to-oceanbase-migration/tests/__init__.py
test_schema.py data healthy tools/es-to-oceanbase-migration/tests/test_schema.py
test_progress.py data healthy tools/es-to-oceanbase-migration/tests/test_progress.py
test_verify.py data healthy tools/es-to-oceanbase-migration/tests/test_verify.py
__init__.py data healthy tools/es-to-oceanbase-migration/src/es_ob_migration/__init_…
ob_client.py data healthy tools/es-to-oceanbase-migration/src/es_ob_migration/ob_clie…
cli.py data healthy tools/es-to-oceanbase-migration/src/es_ob_migration/cli.py
schema.py data healthy tools/es-to-oceanbase-migration/src/es_ob_migration/schema.…
es_client.py data healthy tools/es-to-oceanbase-migration/src/es_ob_migration/es_clie…
verify.py data healthy tools/es-to-oceanbase-migration/src/es_ob_migration/verify.…
progress.py data healthy tools/es-to-oceanbase-migration/src/es_ob_migration/progres…
migrator.py data healthy tools/es-to-oceanbase-migration/src/es_ob_migration/migrato…
mysql_migration.py data healthy tools/scripts/mysql_migration.py

LabelLayerStatusPath
k8s::StatefulSet::helm/templates/opensearch.yaml hardware healthy helm/templates/opensearch.yaml
k8s::StatefulSet::helm/templates/minio.yaml hardware healthy helm/templates/minio.yaml
k8s::StatefulSet::helm/templates/redis.yaml hardware healthy helm/templates/redis.yaml
k8s::StatefulSet::helm/templates/elasticsearch.yaml hardware healthy helm/templates/elasticsearch.yaml
k8s::StatefulSet::helm/templates/infinity.yaml hardware healthy helm/templates/infinity.yaml
k8s::Deployment::helm/templates/ragflow.yaml hardware healthy helm/templates/ragflow.yaml
k8s::StatefulSet::helm/templates/mysql.yaml hardware healthy helm/templates/mysql.yaml
k8s::Pod::helm/templates/tests/test-connection.yaml hardware healthy helm/templates/tests/test-connection.yaml

LabelLayerStatusPath
postgresql data healthy Dockerfile
elasticsearch data healthy go.mod
redis data healthy go.mod
mysql data healthy go.mod
sqlite data healthy go.mod
mariadb data healthy api/apps/restful_apis/agent_api.py
postgres data healthy api/apps/restful_apis/agent_api.py

LabelLayerStatusPath
success data healthy api/db/db_models.py
IF data healthy rag/utils/opendal_conn.py
for data healthy admin/client/ragflow_client.py
ONLY data healthy tools/scripts/mysql_migration.py
tenant_model_provider data healthy tools/scripts/mysql_migration.py
tenant_model_instance data healthy tools/scripts/mysql_migration.py
tenant_model data healthy tools/scripts/mysql_migration.py

LabelLayerStatusPath
GITHUB_TOKEN cicd healthy
PRERELEASE cicd healthy
RELEASE_TAG cicd healthy
DOCKERHUB_TOKEN cicd healthy
CODECOV_TOKEN cicd healthy
PYPI_API_TOKEN cicd healthy

LabelLayerStatusPath
vps::aws hardware healthy go.mod
vps::ec2 hardware healthy go.mod
vps::azure hardware healthy pyproject.toml

LabelLayerStatusPath
nginx network healthy Dockerfile
loadbalancer network healthy helm/values.yaml

LabelLayerStatusPath
gha::tests cicd healthy .github/workflows/tests.yml
gha::release cicd healthy .github/workflows/release.yml

LabelLayerStatusPath
ragflow_tests cicd healthy .github/workflows/tests.yml
release cicd healthy .github/workflows/release.yml

LabelLayerStatusPath
repobility-clone-0y9eth1i software healthy /tmp/repobility-clone-0y9eth1i

LabelLayerStatusPath
grpc::IngestionManager api healthy internal/proto/ingestion.proto

LabelLayerStatusPath
rabbitmq data healthy admin/server/config.py

LabelLayerStatusPath
ingress::helm/templates/ingress.yaml network healthy helm/templates/ingress.yaml

LabelLayerStatusPath
gpu (detected) hardware healthy pyproject.toml
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/9df3fddb-fa15-4c0f-9022-a4923625a9d6/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9df3fddb-fa15-4c0f-9022-a4923625a9d6/

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.