← Back to scan
File as GitHub Issue repo: ultralytics/ultralytics

Push this scan report to ultralytics/ultralytics

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Discovered a potential authorization token provided in a curl command header, which could

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/api/index.md:2211
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/api/index.md:2204
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/api/index.md:1756
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/api/index.md:1184
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/api/index.md:914
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/api/index.md:826
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/api/index.md:643
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/api/index.md:208
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/api/index.md:82
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/api/index.md:17
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/index.md:195
CRIT curl-auth-header Discovered a potential authorization token provided in a curl command header, which could… docs/en/platform/account/api-keys.md:105
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… ultralytics/utils/callbacks/dvc.py:48
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… ultralytics/utils/callbacks/clearml.py:29
HIGH MINED034 [MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command inje… ultralytics/nn/modules/__init__.py:17
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… ultralytics/nn/backends/tensorflow.py:80
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… ultralytics/nn/backends/mnn.py:44
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… ultralytics/hub/google/__init__.py:112
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … ultralytics/models/yolo/world/train.py:160
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … ultralytics/models/yolo/pose/predict.py:66
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … ultralytics/hub/auth.py:77
HIGH MINED020 [MINED020] Logging Credential Via Fstring: logger.error(f"failed for {api_key}") — secret… ultralytics/hub/auth.py:82
HIGH MINED020 [MINED020] Logging Credential Via Fstring: logger.error(f"failed for {api_key}") — secret… ultralytics/hub/__init__.py:64
HIGH MINED040 [MINED040] Python Yaml Load Unsafe: yaml.load(stream) without SafeLoader can deserialize … examples/YOLOv8-Segmentation-ONNXRuntim…:58
HIGH MINED040 [MINED040] Python Yaml Load Unsafe: yaml.load(stream) without SafeLoader can deserialize … examples/YOLOv8-OpenCV-ONNX-Python/main…:13
HIGH MINED040 [MINED040] Python Yaml Load Unsafe: yaml.load(stream) without SafeLoader can deserialize … examples/YOLOv8-ONNXRuntime/main.py:63
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … examples/YOLOv8-ONNXRuntime-Rust/src/yo…:123
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … examples/YOLOv8-ONNXRuntime-Rust/src/li…:19
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … examples/YOLO-Series-ONNXRuntime-Rust/s…:138
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … ultralytics/hub/auth.py:113
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … ultralytics/hub/__init__.py:78
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… docs/overrides/javascript/extra.js:85
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… docs/overrides/javascript/chart-widget.…:158
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… examples/RTDETR-ONNXRuntime-Python/main…:19
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… docs/overrides/javascript/extra.js:27
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… docs/overrides/javascript/chart-widget.…:162
HIGH SEC006 [SEC006] XSS Risk: Direct HTML injection without sanitization. docs/overrides/javascript/extra.js:85
HIGH MINED108 `self.is_fused` used but never assigned in __init__ ultralytics/nn/tasks.py:235
HIGH MINED108 `self.model` used but never assigned in __init__ ultralytics/nn/tasks.py:214
HIGH MINED108 `self.model` used but never assigned in __init__ ultralytics/nn/tasks.py:220
HIGH MINED108 `self._predict_once` used but never assigned in __init__ ultralytics/nn/tasks.py:199
HIGH MINED108 `self.save` used but never assigned in __init__ ultralytics/nn/tasks.py:184
HIGH MINED108 `self._profile_one_layer` used but never assigned in __init__ ultralytics/nn/tasks.py:182
HIGH MINED108 `self.model` used but never assigned in __init__ ultralytics/nn/tasks.py:178
HIGH MINED108 `self._predict_augment` used but never assigned in __init__ ultralytics/nn/tasks.py:160
HIGH MINED108 `self._predict_once` used but never assigned in __init__ ultralytics/nn/tasks.py:161
HIGH MINED108 `self.loss` used but never assigned in __init__ ultralytics/nn/tasks.py:143
HIGH MINED108 `self.predict` used but never assigned in __init__ ultralytics/nn/tasks.py:144
HIGH MINED108 `self.device` used but never assigned in __init__ ultralytics/nn/autobackend.py:314
HIGH MINED108 `self.fp16` used but never assigned in __init__ ultralytics/nn/autobackend.py:311
HIGH MINED108 `self.device` used but never assigned in __init__ ultralytics/nn/autobackend.py:309
HIGH MINED108 `self.forward` used but never assigned in __init__ ultralytics/nn/autobackend.py:313
HIGH MINED108 `self.device` used but never assigned in __init__ ultralytics/nn/autobackend.py:311
HIGH MINED108 `self.device` used but never assigned in __init__ ultralytics/nn/autobackend.py:298
HIGH MINED108 `self.task` used but never assigned in __init__ ultralytics/nn/autobackend.py:282
HIGH MINED108 `self.names` used but never assigned in __init__ ultralytics/nn/autobackend.py:282
HIGH MINED108 `self.from_numpy` used but never assigned in __init__ ultralytics/nn/autobackend.py:285
HIGH MINED108 `self.from_numpy` used but never assigned in __init__ ultralytics/nn/autobackend.py:287
HIGH MINED108 `self.names` used but never assigned in __init__ ultralytics/nn/autobackend.py:284
HIGH MINED108 `self.image_preprocess` used but never assigned in __init__ ultralytics/nn/text_model.py:159
HIGH MINED108 `self.model` used but never assigned in __init__ ultralytics/nn/text_model.py:160
HIGH MINED108 `self.model` used but never assigned in __init__ ultralytics/nn/text_model.py:129
HIGH COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 32 (SonarSo… examples/YOLO-Axelera-Python/yolo26-pos…:188
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… ultralytics/hub/auth.py:82
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… ultralytics/hub/__init__.py:64
HIGH MINED115 Action `astral-sh/setup-uv` pinned to mutable ref `@v7` .github/workflows/ci.yml:299
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v6` .github/workflows/ci.yml:295
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/ci.yml:294
HIGH MINED115 Action `codecov/codecov-action` pinned to mutable ref `@v6` .github/workflows/ci.yml:192
HIGH MINED115 Action `actions/cache` pinned to mutable ref `@v5` .github/workflows/ci.yml:170
HIGH MINED115 Action `astral-sh/setup-uv` pinned to mutable ref `@v7` .github/workflows/ci.yml:146
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v6` .github/workflows/ci.yml:142
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/ci.yml:141
HIGH MINED115 Action `codecov/codecov-action` pinned to mutable ref `@v6` .github/workflows/ci.yml:111
HIGH MINED115 Action `astral-sh/setup-uv` pinned to mutable ref `@v7` .github/workflows/ci.yml:66
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v6` .github/workflows/ci.yml:62
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/ci.yml:61
HIGH MINED115 Action `contributor-assistant/github-action` pinned to mutable ref `@v2.6.1` .github/workflows/cla.yml:30
HIGH MINED115 Action `slackapi/slack-github-action` pinned to mutable ref `@v3.0.3` .github/workflows/docker.yml:310
HIGH MINED115 Action `ultralytics/actions/retry` pinned to mutable ref `@main` .github/workflows/docker.yml:256
HIGH MINED115 Action `ultralytics/actions/retry` pinned to mutable ref `@main` .github/workflows/docker.yml:208
HIGH MINED115 Action `ultralytics/actions/retry` pinned to mutable ref `@main` .github/workflows/docker.yml:188
HIGH MINED115 Action `ultralytics/actions/retry` pinned to mutable ref `@main` .github/workflows/docker.yml:147
HIGH MINED115 Action `ultralytics/actions/retry` pinned to mutable ref `@main` .github/workflows/docker.yml:134
HIGH MINED115 Action `ultralytics/actions/retry` pinned to mutable ref `@main` .github/workflows/docker.yml:121
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/docker.yml:113
HIGH MINED115 Action `ultralytics/actions/cleanup-disk` pinned to mutable ref `@main` .github/workflows/docker.yml:110
HIGH MINED115 Action `ultralytics/actions/retry` pinned to mutable ref `@main` .github/workflows/links.yml:71
HIGH MINED115 Action `ultralytics/actions/retry` pinned to mutable ref `@main` .github/workflows/links.yml:35
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/links.yml:27
HIGH MINED119 Dockerfile `ADD https://github.com/ultralytics/assets/releases/download/v8.4.0/yolo26n.pt` docker/Dockerfile:43
HIGH MINED119 Dockerfile `ADD https://github.com/ultralytics/assets/releases/download/v0.0.0/Arial.ttf` docker/Dockerfile:23
HIGH MINED118 Dockerfile FROM `pytorch/pytorch:2.11.0-cuda12.8-cudnn9-runtime` not pinned by digest docker/Dockerfile:7
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… ultralytics/utils/patches.py:102
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… ultralytics/utils/events.py:22
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… ultralytics/utils/autodevice.py:71
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … ultralytics/utils/autodevice.py:178
MED SEC123 [SEC123] Production stack trace / debug output exposed: Debug mode left on in production … ultralytics/solutions/similarity_search…:185
MED SEC011 [SEC011] Unsafe PyTorch Model Loading: torch.load() uses pickle internally and can execut… ultralytics/nn/backends/pytorch.py:122
MED SEC011 [SEC011] Unsafe PyTorch Model Loading: torch.load() uses pickle internally and can execut… ultralytics/models/yolo/yoloe/train.py:203
MED SEC011 [SEC011] Unsafe PyTorch Model Loading: torch.load() uses pickle internally and can execut… ultralytics/models/yolo/world/train.py:153
MED SEC125 [SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as… ultralytics/hub/auth.py:32
MED SEC034 [SEC034] Log Injection / Log Forging — unsanitized user input in log: User input is logge… ultralytics/hub/__init__.py:114
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. examples/YOLOv8-Segmentation-ONNXRuntim…:58
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. examples/YOLOv8-OpenCV-ONNX-Python/main…:13
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. examples/YOLOv8-ONNXRuntime/main.py:63
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… docs/overrides/javascript/chart-widget.…:68
MED MINED109 Mutable default argument in `set_imgsz` (list) ultralytics/models/sam/sam3/vitdet.py:543
MED MINED109 Mutable default argument in `set_imgsz` (list) ultralytics/models/sam/sam3/necks.py:129
MED MINED109 Mutable default argument in `set_imgsz` (list) ultralytics/models/sam/sam3/vl_combiner…:158
MED MINED109 Mutable default argument in `set_imgsz` (list) ultralytics/models/sam/modules/tiny_enc…:965
MED MINED109 Mutable default argument in `predict` (dict) ultralytics/models/yolo/model.py:359
MED MINED109 Mutable default argument in `__init__` (list) ultralytics/utils/tal.py:31
MED MINED111 Bare except continues silently ultralytics/utils/__init__.py:632
MED MINED111 Bare except continues silently ultralytics/utils/__init__.py:211
MED MINED111 Bare except continues silently ultralytics/utils/__init__.py:770
MED MINED111 Bare except continues silently ultralytics/utils/benchmarks.py:343
MED MINED111 Bare except continues silently ultralytics/utils/cpu.py:63
MED MINED109 Mutable default argument in `__init__` (dict) ultralytics/utils/metrics.py:1661
MED MINED109 Mutable default argument in `__init__` (dict) ultralytics/utils/metrics.py:1437
MED MINED109 Mutable default argument in `__init__` (dict) ultralytics/utils/metrics.py:1286
MED MINED109 Mutable default argument in `__init__` (dict) ultralytics/utils/metrics.py:1117
MED MINED109 Mutable default argument in `__init__` (dict) ultralytics/utils/metrics.py:343
MED MINED109 Mutable default argument in `ap_per_class` (dict) ultralytics/utils/metrics.py:788
MED MINED109 Mutable default argument in `plot_mc_curve` (dict) ultralytics/utils/metrics.py:711
MED MINED109 Mutable default argument in `plot_pr_curve` (dict) ultralytics/utils/metrics.py:666
MED MINED111 Bare except continues silently ultralytics/utils/checks.py:385
MED MINED111 Bare except continues silently ultralytics/utils/checks.py:1038
MED MINED111 Bare except continues silently ultralytics/utils/checks.py:939
MED MINED111 Bare except continues silently ultralytics/utils/checks.py:295
MED MINED111 Bare except continues silently ultralytics/utils/tuner.py:436
MED MINED111 Bare except continues silently ultralytics/utils/patches.py:132
MED MINED111 Bare except continues silently ultralytics/utils/patches.py:107
MED MINED111 Bare except continues silently ultralytics/utils/patches.py:78
MED MINED111 Bare except continues silently ultralytics/trackers/byte_tracker.py:320
MED MINED111 Bare except continues silently ultralytics/cfg/__init__.py:868
MED MINED111 Bare except continues silently ultralytics/engine/trainer.py:636
MED MINED111 Bare except continues silently ultralytics/engine/tuner.py:218
MED MINED111 Bare except continues silently ultralytics/data/utils.py:301
MED MINED111 Bare except continues silently ultralytics/data/utils.py:239
MED MINED111 Bare except continues silently ultralytics/data/utils.py:209
MED MINED109 Mutable default argument in `__init__` (list) ultralytics/data/augment.py:2594
MED MINED111 Bare except continues silently docs/build_docs.py:204
MED MINED111 Bare except continues silently docs/build_docs.py:213
MED MINED111 Bare except continues silently docs/build_reference.py:632
MED MINED111 Bare except continues silently docs/build_reference.py:179
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DEPCUR-PY Python package `packaging` is 1 major version(s) behind (25.0 -> 26.2) examples/RTDETR-ONNXRuntime-Python/requ…:11
MED DEPCUR-PY Python package `certifi` is 1 major version(s) behind (2025.4.26 -> 2026.5.20) examples/RTDETR-ONNXRuntime-Python/requ…:1
MED MINED124 requirements.txt: `ultralytics` has no version pin examples/YOLOv8-ONNXRuntime/requirement…:4
MED MINED124 requirements.txt: `onnxruntime` has no version pin examples/YOLOv8-ONNXRuntime/requirement…:3
MED MINED124 requirements.txt: `opencv-python` has no version pin examples/YOLOv8-ONNXRuntime/requirement…:2
MED MINED124 requirements.txt: `numpy` has no version pin examples/YOLOv8-ONNXRuntime/requirement…:1
MED MINED124 requirements.txt: `transformers` has no version pin examples/YOLOv8-Action-Recognition/requ…:4
MED MINED124 requirements.txt: `ultralytics` has no version pin examples/YOLOv8-Action-Recognition/requ…:3
MED MINED124 requirements.txt: `ultralytics` has no version pin examples/YOLOv8-OpenCV-ONNX-Python/requ…:3
MED MINED124 requirements.txt: `opencv-python` has no version pin examples/YOLOv8-OpenCV-ONNX-Python/requ…:2
MED MINED124 requirements.txt: `numpy` has no version pin examples/YOLOv8-OpenCV-ONNX-Python/requ…:1
MED DKR013 Dockerfile ADD downloads remote content docker/Dockerfile:43
MED DKR013 Dockerfile ADD downloads remote content docker/Dockerfile:23
MED DKR001 Docker final stage has no non-root USER docker/Dockerfile:7
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore docker/Dockerfile:40
MED AGT015 Remote install command pipes network code directly to a shell ultralytics/data/scripts/get_imagenet.sh:45
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. ultralytics/nn/modules/__init__.py:17
LOW COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 9 (SonarSou… examples/YOLO-Axelera-Python/yolo11-seg…:115
LOW COMP001 [COMP001] High cognitive complexity: Function `draw_segmentation` has cognitive complexit… examples/YOLO-Axelera-Python/yolo11-seg…:71
LOW DEPCUR-PY Python package `opencv-python` is minor version(s) behind (4.11.0.86 -> 4.13.0.92) examples/RTDETR-ONNXRuntime-Python/requ…:17
LOW DEPCUR-PY Python package `typing-extensions` is minor version(s) behind (4.14.0 -> 4.15.0) examples/RTDETR-ONNXRuntime-Python/requ…:15
LOW DEPCUR-PY Python package `requests` is minor version(s) behind (2.33.0 -> 2.34.2) examples/RTDETR-ONNXRuntime-Python/requ…:13
LOW DEPCUR-PY Python package `onnxruntime` is minor version(s) behind (1.19.2 -> 1.26.0) examples/RTDETR-ONNXRuntime-Python/requ…:10
LOW DEPCUR-PY Python package `mpmath` is minor version(s) behind (1.3.0 -> 1.4.1) examples/RTDETR-ONNXRuntime-Python/requ…:7
LOW DEPCUR-PY Python package `idna` is minor version(s) behind (3.15 -> 3.18) examples/RTDETR-ONNXRuntime-Python/requ…:6
LOW DEPCUR-PY Python package `flatbuffers` is minor version(s) behind (25.2.10 -> 25.12.19) examples/RTDETR-ONNXRuntime-Python/requ…:4
LOW AIC003 Duplicated implementation block across source files ultralytics/models/yolo/yoloe/train_seg…:60
LOW AIC003 Duplicated implementation block across source files ultralytics/models/sam/build_sam3.py:272
LOW AIC003 Duplicated implementation block across source files ultralytics/engine/validator.py:7
LOW WEB005 robots.txt does not advertise a sitemap .github/workflows/links.yml
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKR012 Dockerfile keeps pip download cache docker/Dockerfile:46
INFO MINED069 [MINED069] Debug True Prod: Django/Flask DEBUG=True or app.debug=True in non-test files. ultralytics/solutions/similarity_search…:185
INFO MINED053 [MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin… ultralytics/solutions/security_alarm.py:61
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. ultralytics/solutions/config.py:11
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. ultralytics/nn/backends/openvino.py:75
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. ultralytics/nn/backends/ncnn.py:69
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. ultralytics/models/yolo/pose/val.py:143
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… ultralytics/models/sam/sam3/necks.py:78
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… ultralytics/models/sam/model.py:57
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… ultralytics/hub/google/__init__.py:113
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… ultralytics/data/scripts/get_coco.sh:45
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… examples/YOLOv8-ONNXRuntime-Rust/src/li…:78
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. examples/YOLOv8-MNN-CPP/main_interprete…:61
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. examples/YOLOv8-MNN-CPP/main.cpp:63
INFO MINED080 [MINED080] Cpp Using Namespace Std: using namespace std; pollutes the global namespace. examples/YOLOv8-CPP-Inference/main.cpp:11
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… ultralytics/hub/auth.py:113
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… ultralytics/hub/__init__.py:78
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… examples/RTDETR-ONNXRuntime-Python/main…:31
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … docs/overrides/javascript/giscus.js:82
INFO MINED098 [MINED098] Global Scope Pollution: Attaching libraries/objects directly to the global win… docs/overrides/javascript/chart-widget.…:171
INFO DEPCUR-PY Python package `charset-normalizer` is patch version(s) behind (3.4.2 -> 3.4.7) examples/RTDETR-ONNXRuntime-Python/requ…:2
Reset to top 5 200 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `ultralytics/ultralytics`

**Score: 47/100 (D+)**  ·  255 findings  ·  scanned 2026-06-05 09:54 UTC  ·  86,051 LOC

| Severity | Count |
|---|---|
| CRITICAL | 41 |
| HIGH | 81 |
| MEDIUM | 72 |
| LOW | 15 |

📊 [Full filterable report](https://repobility.com/scan/4e12f31c-8eac-4113-a5ca-5b4c72795ab0/)  ·  ![scorecard](https://repobility.com/scan/4e12f31c-8eac-4113-a5ca-5b4c72795ab0/report.png?v=1780653249-s2)

### Top findings

1. **CRITICAL** `curl-auth-header` — Discovered a potential authorization token provided in a curl command header, which could 
   `docs/en/platform/api/index.md:2211`
2. **CRITICAL** `curl-auth-header` — Discovered a potential authorization token provided in a curl command header, which could 
   `docs/en/platform/api/index.md:2204`
3. **CRITICAL** `curl-auth-header` — Discovered a potential authorization token provided in a curl command header, which could 
   `docs/en/platform/api/index.md:1756`
4. **CRITICAL** `curl-auth-header` — Discovered a potential authorization token provided in a curl command header, which could 
   `docs/en/platform/api/index.md:1184`
5. **CRITICAL** `curl-auth-header` — Discovered a potential authorization token provided in a curl command header, which could 
   `docs/en/platform/api/index.md:914`

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/4e12f31c-8eac-4113-a5ca-5b4c72795ab0/_
Megaproject â high spam risk
Could not determine 'ultralytics/ultralytics' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
144/275 findings (52%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.