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.
62 of your 92 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 136.12s for a 162.5 MB repo slow.
  • Repobility's analysis ran in 31.77s after the clone landed.

microsoft/PowerToys

https://github.com/microsoft/PowerToys · scanned 2026-06-05 04:55 UTC (13 hours, 54 minutes ago) · 10 languages

202 findings (84 legacy + 118 scanner) 11/13 scanners ran Scanner says 92 (lower by 24)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 13 hours, 54 minutes ago · v2 · 143 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 65.0 0.15 9.75
security_score 100.0 0.25 25.00
testing_score 12.0 0.20 2.40
documentation_score 90.0 0.15 13.50
practices_score 71.0 0.15 10.65
code_quality 71.0 0.10 7.10
Overall 1.00 68.4
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

Bug-class explainers. Each card groups findings of the same shape — these are the patterns most likely to ship to prod and reappear in future scans unless you systematically fix the cause, not just the instance.

Fragile runtime 67 findings
What it is: Code that runs but breaks under predictable input — division by zero, missing keys, unbounded loops, off-by-one slicing.
Why it matters: Reaches production undetected because happy-path tests pass. First user with a weird input crashes the request.
How AI causes it: AI loves writing the happy path; doesn't probe edge cases unless explicitly asked.
Fix approach: Add property-based tests. Wrap external inputs with explicit validators. Use the framework's typed deserializer (Pydantic, attrs).
12 matching findings on this repo
  • medium [MINED111] Bare except continues silently: Bare `except:` (or `except Exception… src/modules/MouseUtils/CursorWrap/CursorWrapTests…:1086
  • medium [MINED111] Bare except continues silently: Bare `except:` (or `except Exception… src/modules/MouseUtils/CursorWrap/CursorWrapTests…:1808
  • medium [MINED111] Bare except continues silently: Bare `except:` (or `except Exception… src/modules/MouseUtils/CursorWrap/CursorWrapTests…:96
  • medium [MINED111] Bare except continues silently: Bare `except:` (or `except Exception… src/modules/MouseUtils/CursorWrap/CursorWrapTests…:424
  • medium [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-a… src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Index…:85
  • low Duplicated implementation block across source files src/modules/CropAndLock/CropAndLock/ThumbnailCrop…:34
  • low Duplicated implementation block across source files src/modules/CropAndLock/CropAndLock/ReparentCropA…:4
  • low Duplicated implementation block across source files src/modules/AdvancedPaste/AdvancedPaste/Helpers/N…:54
  • low Duplicated implementation block across source files src/common/utils/json.h:6
  • low Duplicated implementation block across source files src/common/UITestAutomation/Element/Tab.cs:14
  • low Duplicated implementation block across source files src/common/UITestAutomation/Element/NavigationVie…:17
  • low Duplicated implementation block across source files src/common/Telemetry/TraceBase.h:21
View all fragile runtime findings →
Legacy markers 4 findings
What it is: TODO, FIXME, XXX, HACK comments. Often indicate a known-broken path the author meant to fix.
Why it matters: Each marker is an unfinished thought. Production code shouldn't ship with debt that's documented but not tracked.
How AI causes it: AI mirrors the style of the codebase, so existing TODOs propagate into new code.
Fix approach: Convert each into a ticket. Delete the comment when the ticket lands. Use a pre-commit hook to block new TODOs without an issue link.
4 matching findings on this repo
  • low Legacy-named symbol `reportsDeprecated` in src/Monaco/monacoSRC/min/vs/language…
  • low Legacy-named symbol `trimOld` in src/Monaco/monacoSRC/min/vs/base/worker/worker…
  • low Legacy-named symbol `pg_is_in_backup` in src/Monaco/monacoSRC/min/vs/basic-lang…
  • low Legacy-named symbol `pg_is_in_backup` in src/Monaco/monacoSRC/min/vs/basic-lang…
View all legacy markers findings →
Config drift 1 finding
What it is: Settings duplicated across env files, Docker compose, K8s, and code defaults, all with slightly different values.
Why it matters: Production behaviour depends on whichever copy your loader reads first. Subtle bugs in staging that don't reproduce in dev.
How AI causes it: AI writes new config from memory rather than reading the existing source.
Fix approach: Pick one source of truth (env vars + a settings module). Have every other place import from there. Lint for duplicates in CI.
1 matching finding on this repo
  • high [MINED108] `self._run_test_config` used but never assigned in __init__: Method … src/modules/MouseUtils/CursorWrap/CursorWrapTests…:702
View all config drift findings →
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/5bbaf307-4009-4846-ae56-f38d6ab4b085/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5bbaf307-4009-4846-ae56-f38d6ab4b085/

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.