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.
134 of your 185 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

chromium/chromium

https://github.com/chromium/chromium · scanned 2026-06-06 00:51 UTC (1 week, 2 days ago) · 10 languages

177 findings 11/13 scanners ran 59th percentile · Python · medium (20-100K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

72 actionable findings from 1 signal source. 84 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 41.0 0.20 8.20
documentation_score 88.0 0.15 13.20
practices_score 55.0 0.15 8.25
code_quality 57.0 0.10 5.70
Overall 1.00 69.3
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: severity: high × excluding tests × Reset all

Showing 4 of 72 actionable findings. 156 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks quality Quality conf 1.00 ✓ Repobility 8 occurrences [MINED107] Missing import: `warnings` used but not imported: The file uses `warnings.something(...)` but never imports `warnings`. This raises NameError at runtime the first time the line executes.
Add `import warnings` at the top of the file.
7 files, 8 locations
PRESUBMIT.py:5638, 8212 (2 hits)
components/autofill/PRESUBMIT.py:124
components/segmentation_platform/PRESUBMIT.py:96
ios/PRESUBMIT.py:88
remoting/tools/magi-mode/PRESUBMIT.py:283
testing/buildbot/filters/PRESUBMIT.py:68
ui/accessibility/PRESUBMIT.py:205
high Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain "../" — directory escape.
Review and fix per the pattern semantics. See CWE-22 / A01:2021 for context.
3 files, 3 locations
android_webview/java/res/raw/PRESUBMIT.py:18
gpu/config/PRESUBMIT.py:18
infra/config/targets/PRESUBMIT.py:14
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED023] Xxe Sax Default: xml.etree.ElementTree.parse / xml.sax / lxml without disable-entities — XXE attack.
Review and fix per the pattern semantics. See CWE-611 / A05:2021 for context.
tools/win/DebugVisualizers/PRESUBMIT.py:27
high Security checks security path traversal conf 0.80 3 occurrences [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
3 files, 3 locations
agents/prompts/process_prompts.py:30
android_webview/java/res/raw/PRESUBMIT.py:18
gpu/config/PRESUBMIT.py:18
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/c904348c-83d7-4c50-b13d-fc58eaf64f97/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c904348c-83d7-4c50-b13d-fc58eaf64f97/

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.