Executive summary
Read through the Production lens — the standard calibration. *Green* means good enough to run in production. The score is absolute and comparable across repos.
Strypper/mauisland carries serious risk (37%). Several issues below can materially affect reliability, security, or the cost of change and warrant near-term attention.
The area that most needs attention is Readiness (30%) — operating, monitoring and recovering the system safely is harder. Security (38%) is the next concern — exposure to security and compliance incidents is elevated.
Leadership focus, highest impact first: Encrypt sensitive data at rest (ASP.NET Core Data Protection /… (Data Protection); Start an ADR log (docs/adr/) recording significant decisions… (Architecture documentation); CI workflow that builds and runs the test suite on every push/PR (CI/CD gates).
For scale: Large (~103,794 production lines); rebuilding it from scratch would take roughly ~0.4 person-years (~1 engineer). Approximate, ±~30%.
New since the last scan (10+)
- D19 · Low XML-doc coverage: MAUIsland.GitHubFeatures src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/MAUIsland.GitHubFeatures.csproj
- D19 · Low XML-doc coverage: MAUIsland src/Presentations/Windows/MAUIsland.csproj
- D19 · Low XML-doc coverage: MAUIsland.Core(net9.0-android) src/Core/MAUIsland.Core/MAUIsland.Core.csproj
- D19 · Low XML-doc coverage: MAUIsland.Core(net9.0-ios) src/Core/MAUIsland.Core/MAUIsland.Core.csproj
- D19 · Low XML-doc coverage: MAUIsland.Core(net9.0-maccatalyst) src/Core/MAUIsland.Core/MAUIsland.Core.csproj
- D19 · Low XML-doc coverage: MAUIsland.Features.LocalDbFeatures.GitHub src/Features/LocalDbFeatures/GitHub/MAUIsland.Features.LocalDbFeatures.GitHub/MAUIsland.Features.LocalDbFeatures.GitHub.csproj
- D19 · Low XML-doc coverage: MAUIsland.Features.LocalDbFeatures src/Features/LocalDbFeatures/MAUIsland.Features.LocalDbFeatures/MAUIsland.Features.LocalDbFeatures.csproj
- D19 · Low XML-doc coverage: MAUIsland.NewsFeatures src/Features/NewsFeatures/MAUIsland.NewsFeatures/MAUIsland.NewsFeatures.csproj
- D19 · Low XML-doc coverage: MAUIsland.NuGetFeatures src/Features/NuGetFeatures/MAUIsland.NuGetFeatures/MAUIsland.NuGetFeatures.csproj
- D28 · Secret: generic-api-key src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfDataGrid/SfDataGridPage.xaml
Rebuild cost & value ~ Modeled — €23,000–€110,000
| Cost to rebuild | €23,000–€110,000 |
| Domain complexity | Standard |
| Quality factor | 0.7× (at 37% quality) |
| Size & shape | Large · 75% boilerplate · 19% straight-line · 6% branching logic |
This codebase represents roughly ~0.4 person-years of build effort (about ~€64,000 to rebuild). Its weakest lens is Readiness at 30% — the part of that asset most exposed by the findings below.
Top priorities
Diagnosis — what's actually going on
Architecture — bounded-context dependency graph
At a glance — Code Health
At a glance — Architecture
At a glance — Maturity
At a glance — Readiness
At a glance — Security
At a glance — Accessibility
Security & Compliance — OWASP Top-10 mapping
| OWASP category | Findings | Severity |
|---|---|---|
| A02:2021 — Cryptographic Failures | 5 | High / Critical |
Roadmap
First, encrypt sensitive data at rest and manage keys in a vault, or confirm if this is handled by infrastructure. Next, document significant architectural decisions by starting an ADR log to capture rationale. Then, establish a CI/CD pipeline to automatically build and run tests on every push or pull request. After that, implement security response headers to enforce defense in depth. Finally, ensure all custom controls are fully keyboard-operable and fix anchor links.
| Do this | Helps | Effort | Dimension |
|---|---|---|---|
| Encrypt sensitive data at rest (ASP.NET Core Data Protection / column encryption) and manage keys in a vault. Skip if delegated to infra (Postgres TDE, KMS, etc.). | +4.2 pts | Medium | Data Protection |
| Start an ADR log (docs/adr/) recording significant decisions and their rationale. | +3.3 pts | Medium | Architecture documentation |
| Add a CI workflow that builds and runs the test suite on every push/PR. | +2.4 pts | Medium | CI/CD gates |
| Add security response headers (Content-Security-Policy, X-Frame-Options, X-Content-Type-Options) — defense in depth, even when a reverse proxy could set them. | +2.3 pts | Medium | Web-Security Posture |
| Resolve the 1 Dormant codebase finding(s) in Knowledge Freshness. | +1.1 pts | Low | Knowledge Freshness |
| Make custom controls keyboard-operable (role + tabindex + key handler), drop positive tabindex, and give anchors a real href. | +2.1 pts | Medium | Keyboard semantics |
| Keep a visible focus style (don't remove the outline without a replacement), guard animation with prefers-reduced-motion, and raise low-contrast colour pairs to at least 4.5:1. | +2.1 pts | Medium | Visual & motion safety |
| Resolve the 1 No ADRs found finding(s) in ADR Quality. | +0.8 pts | Low | ADR Quality |
File quality
| File | Score | Band | Worst signal |
|---|---|---|---|
| src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/SfCartesianChartPageViewModel.cs | 2.6 | Slop | Change Coupling: Boundary-crossing change coupling: SfCartesianChartPageViewModel.cs ↔ SfCartesianChartPage.xaml.cs |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/BlazorWebView/BlazorWebViewPageViewModel.cs | 4.4 | Mixed | Change Coupling: Boundary-crossing change coupling: BlazorWebViewPageViewModel.cs ↔ BlazorWebViewPage.xaml.cs |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/CollectionViewPageViewModel.cs | 4.6 | Mixed | God Classes: FileTooLong: CollectionView/CollectionViewPageViewModel.cs |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Column/Bar/SfCartesianChartErrorBar.xaml.cs | 5.9 | Mixed | Cognitive Complexity: SfCartesianChartErrorBar.DirectionPicker_SelectedIndexChanged (cognitive 18) |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Border/BorderPageViewModel.cs | 5.9 | Mixed | God Classes: ClassTooLong: BorderPageViewModel |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CarouselView/CarouselViewPageViewModel.cs | 5.9 | Mixed | God Classes: ClassTooLong: CarouselViewPageViewModel |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Editor/EditorPageViewModel.cs | 5.9 | Mixed | God Classes: ClassTooLong: EditorPageViewModel |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Entry/EntryPageViewModel.cs | 5.9 | Mixed | God Classes: ClassTooLong: EntryPageViewModel |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/RadioButton/RadioButtonPageViewModel.cs | 5.9 | Mixed | God Classes: ClassTooLong: RadioButtonPageViewModel |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/SwipeView/SwipeViewPageViewModel.cs | 5.9 | Mixed | God Classes: ClassTooLong: SwipeViewPageViewModel |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/Expander/ExpanderPageViewModel.cs | 5.9 | Mixed | God Classes: ClassTooLong: ExpanderPageViewModel |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ColorConverter/ColorConverterPageViewModel.cs | 5.9 | Mixed | God Classes: TooManyMethods: ColorConverterPageViewModel |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/ObservableProperty/ObservablePropertyPageViewModel.cs | 5.9 | Mixed | God Classes: TooManyMethods: ObservablePropertyPageViewModel |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs | 6.0 | Mixed | Explicit Debt: TodoComment |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/BaseToolkitPageControlViewModel.cs | 6.0 | Mixed | Explicit Debt: TodoComment |
| src/Presentations/Windows/Features/Home/Pages/HomePageViewModel.cs | 6.0 | Mixed | Explicit Debt: TodoComment |
| src/Presentations/Windows/Features/Gallery/Pages/Toolkit/Controls/MediaElement/MediaElementPage.xaml.cs | 6.7 | Mixed | Explicit Debt: CommentedOutCode |
| src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfMaps/SfMapsViewPage.xaml.cs | 6.9 | Mixed | Explicit Debt: CommentedOutCode |
| src/Core/MAUIsland.Core/Views/ContentViews/SourceCodeExpander/SourceCodeExpander.xaml.cs | 6.9 | Mixed | Explicit Debt: CommentedOutCode |
| src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Annotation/SfCartesianChartAnnotation.xaml.cs | 6.9 | Mixed | Cohesion (LCOM4): Low cohesion: SfCartesianChartAnnotation (LCOM4 6) |
Methodology & how to trust this report
Watchdog is a deep, periodic assessment — run each sprint, monthly, or quarterly, taking the time to go wider and deeper than a quick check and surfacing in one coherent report what you'd otherwise piece together from a dozen separate tools. It scores deterministically: the same commit yields the same score, every run. 55 of 59 evaluated dimensions are computed purely by tools and static analysis (confidence 1.0); 4 documentation/naming judgement(s) are LLM-assisted and labelled advisory. Overall confidence is 0.7 — the weighted average across measured dimensions; it falls as more of the score leans on LLM-assisted judgement and rises when it's fully tool-backed.
What we checked — 59 dimensions across the health lenses
- Can you open the finding? Real findings cite a repo-relative file and line you can open at the cited line — never an absolute scratch path. Here, 216 of 247 do; the remainder are repo-wide signals — a dimension-level measurement, not a single line.
- Is there a tool behind the number? Every score below names the method that produced it — Roslyn, git, a scanner, or (for a handful of documentation/naming dimensions) an LLM labelled sampled · advisory — not a narrative.
- Does re-running give the same result? Run it again on the same commit and the score — and this report, byte for byte — is identical. A report whose numbers move between runs is describing the run, not the code.
Tools & methods
| Method | Backs | Version | Evaluator |
|---|---|---|---|
| Roslyn static analysis | Complexity, cohesion, coupling, dead code, API surface, layering | 5.3.0 | ✓ deterministic |
| Native secret scanner | Hardcoded secrets / credentials | 1.0.0 | ✓ deterministic |
| jscpd | Code duplication | — | ✓ deterministic |
| Coverage (coverlet / dotnet-coverage) | Line & branch coverage | 10.0.301 | ✓ deterministic |
| NuGet / dotnet | Outdated, vulnerable & deprecated dependencies | 10.0.301 | ✓ deterministic |
| git / LibGit2Sharp | Churn hotspots, knowledge concentration, history | 2.43.0 · 0.31.0 | ✓ deterministic |
| gitleaks · semgrep · trivy · checkov | Secrets in history, SAST, CVEs, IaC & container, PII / GDPR | 1.86.0 · 0.69.3 | ✓ deterministic |
| LLM (sampled · advisory) | Documentation quality, ADR conformance, naming — sampled over a bounded sample; advisory, never a deterministic measurement | Qwen/Qwen3.5-35B-A3B | ◐ LLM · sampled · advisory |
Run transparency — what happened this run
- D30 Dependency Vulnerabilities — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
- D31 IaC & Container Security — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
- D32 Data Compliance (PII/GDPR) — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
- D33 JS/npm Dependency Vulnerabilities — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
- D36 Supply-chain Provenance & Signing — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
- D37 Vulnerability-disclosure Policy — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
- D38 OSV Dependency Vulnerabilities — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
Limitations & what we did not check
Watchdog assesses the repository exactly as committed, and only the repository. By design it does not reach outside the source tree: the live cloud account, the running CI/CD pipeline, the host's branch-protection and approval rules, the production configuration, or a restore actually exercised against a backup are all out of scope. That boundary is a feature, not a gap — a repo-relative, deterministic scan re-runs identically on any commit and every finding opens at a real file and line, where a live audit can neither be reproduced nor traced. The visible consequence is that controls which leave no in-repo evidence are reported as "not evidenced" and excluded from the score rather than awarded a number a static scan cannot justify.
Per-dimension blind spots
- D1 Cyclomatic Complexity: Cyclomatic complexity counts branches statically — it cannot tell an essential decision tree from accidental tangle, nor see complexity that lives in data or configuration (large switch-case token tables, DSL lexers/parsers, data-as-code rule tables) rather than control flow: a tokenizer's many single-character cases read as high complexity though each branch is trivial.
- D2 Cognitive Complexity: Cognitive-complexity heuristics approximate how hard code is to follow; genuine domain difficulty and well-named intent that eases reading are not captured.
- D3 God Classes: "God class" is sized by members and responsibilities visible in the type — a deliberately broad facade over a coherent subsystem can read the same as an accidental grab-bag. For front-end JS the file-length check is cohesion-aware (a single-responsibility module — one class/IIFE — earns a 3× threshold), but cohesion is approximated from top-level declarations, not true dependency structure.
- D4 Code Duplication: Duplication is token-similarity (jscpd) — it finds copy-paste, not semantic duplication expressed differently. Committed machine-written code (EF migration scaffolds, *.Designer.cs, model snapshots) is EXCLUDED — its repetition is the tool's, not the team's — so the score reflects hand-written duplication only; the generated footprint is reported separately under Solution Shape.
- D5 Coupling: Coupling is measured between projects/assemblies — runtime coupling through DI, reflection, messaging or shared databases is invisible to a static reference graph.
- D6 Cohesion (LCOM4): LCOM4 cohesion is syntactic — it infers connectivity from which methods touch which fields/methods by name, not from real runtime behaviour or intent.
- D9 Test Distribution: The test-pyramid shape is inferred from project/folder naming and references, with a single test host bucketed per-file by its path tier and content signals — a suite that names tiers unconventionally and gives no per-file signal can still be mis-bucketed.
- D10 Test Quality: Assertion density is structural — it cannot tell a meaningful behavioural assertion from a trivial one, only that an assertion is present.
- D11 Test Reliability: Flakiness is inferred from history/markers — Watchdog runs the suite once (for coverage), not the repeated runs under varied conditions that reveal nondeterminism, so a flaky test never recorded as failing is invisible here.
- D12 Dependency Hygiene: Dependency health reads manifests and lockfiles — a vulnerability in a vendored/copied dependency, or risk from how a dependency is actually used, is outside this view.
- D13 Secret Scanning: Secret detection is signature- and entropy-based on the current tree — a secret that does not match a known pattern, or one already rotated, will not be flagged (a clean scan is "nothing matched", not "no secrets exist").
- D14 License Compliance: License compatibility is checked against declared package metadata and a policy — mislabelled or missing license metadata, and obligations that depend on how you distribute, are not resolved here.
- D15 Churn × Complexity Hotspots: Churn hotspots come from git history — a freshly imported or squashed repository has no churn signal, and recent rewrites can mask a historically risky file.
- D16 Bus Factor: Bus-factor is a time-decayed model of commit attribution (who has recently, repeatedly worked a file), not comprehension — pairing, review and reading-without-committing spread knowledge it can't see; bot commits and shared accounts still distort it.
- D17 Explicit Debt: Acknowledged-debt signals (TODO/FIXME, suppressions, dead code) are textual — undocumented debt that nobody marked, and debt that lives in design rather than annotations, is invisible. Committed machine-written code (EF migrations, designer files, snapshots) is excluded — it is never the team's dead code to delete.
- D18 Solution Shape: Build integrity reflects whether the solution compiled in this environment — a build that needs a private feed, a specific SDK, or a generated file absent from the repo can read as broken when it is merely unreproducible here.
- D19 Documentation Quality: Documentation quality is judged by an LLM over a bounded sample of docs — it reads what is written, not whether the docs match the running system, and it is advisory, not a measurement.
- D20 ADR Quality: ADR quality is an LLM read of the decision records present — it cannot know about decisions made and never recorded, and its verdict is sampled and advisory.
- D21 Naming Consistency: Naming quality is an LLM judgement over a bounded sample — it assesses clarity/consistency of the names it sees, not domain-correctness, and is advisory.
- D22 Internal API Consistency: API-surface coherence is an LLM judgement over a sample of the public surface — consistency of intent across the whole API is approximated, not exhaustively verified.
- D23 Boundary Type-Coupling: Boundary leakage is detected from type references across detected contexts — leaks that flow through primitives, serialization or shared infrastructure may not surface as a typed reference.
- D24 Comment Value: Comment value (WHY vs WHAT) is an LLM judgement over a bounded sample — it is advisory and cannot weigh a comment against the precise code change it was written to explain.
- D26 Project Cohesion: Project focus is sized from members/namespaces per project — a project that is broad by deliberate design reads the same as one that has sprawled.
- D28 Secrets (history): Secret-history scanning sweeps the git log for known patterns — a secret that predates the available history, or never matched a signature, is not found (clean means "nothing matched in the history we can see").
- D29 Static Analysis (SAST): SAST findings are pattern-based (semgrep) — it finds classes of bug it has rules for; logic flaws, auth/authorization gaps and issues needing runtime context are out of reach (and clean means "no rule matched").
- D34 Knowledge Freshness: Freshness is decayed commit RECENCY, not comprehension — code read often but rarely committed reads as orphaned, and stable code that genuinely needs no changes is penalised the same as forgotten code; bot/squash commits distort it like the bus factor.
- D35 Change Coupling: Change coupling is co-change in COMMITS — files split across separate commits, or coupled only through a shared config/build step, read as uncoupled, and a sweeping commit (rename/format) is excluded so it doesn't couple everything. It shows that files change together, not WHY: a high coupling can be a healthy cohesive pair as readily as a hidden leak.
- AC1 Text alternatives: Alt-text is detected structurally — the scan sees that an alternative EXISTS, not whether it meaningfully describes the image, and decorative-vs-missing is judged by attribute shape; runtime-injected images and a non-role=img decorative svg are out of scope. This is accessibility readiness, never a WCAG conformance claim.
- AC2 Forms & labels: Label association is read from static markup — a label wired up at runtime (JS-set aria-labelledby, framework-injected ids) reads as missing, a present label says nothing about whether its text is correct, and component-wrapped fields (e.g. a <TextField>) are skipped. A clean result is "no unlabelled native control found", not a labelling proof.
- AC3 Page structure: Page structure is read from the static markup tree — landmarks, headings and lang injected at runtime aren't seen, heading ORDER is checked structurally (not against the rendered visual hierarchy), and lang/title/main fire only on full documents, never partials. Static readiness, not conformance.
- AC4 Keyboard semantics: Keyboard semantics are inferred from markup attributes — interactivity wired purely in script, focus managed at runtime, and component-level handlers are invisible. A clean result means "no static keyboard-trap shape", not a keyboard-operability proof.
- AC5 ARIA correctness: ARIA correctness is checked against the static role/attribute shape — roles/attributes set dynamically aren't seen, a valid role says nothing about whether it matches the element's real behaviour, and required-state checks are suppressed when a JSX spread could supply them.
- AC6 Visual & motion safety: Contrast and motion safety are PARTIAL by construction — only literal inline colours and in-repo <style>-block CSS are read; external stylesheets, CSS-in-JS, computed/runtime/theme colour, and image contrast are all out of reach, so a clean result is bounded by what the markup itself shows.
- AC7 A11y enforcement: Enforcement is scored from in-repo config/CI evidence only — an a11y gate enforced in external tooling with no in-repo trace can't be credited, and a configured linter is presence, not proof the rules actually run or block a merge.
- AX10 Code composition: Role is inferred from namespace/folder convention, not semantics — a domain concept living in a folder named "Services" reads as application, and the split is lines-of-code, not business value. The business-logic-share score is a SOFT, FLOORED signal: it contributes to the Architecture lens but is floored at the Critical gate, so an infrastructure-heavy design (a gateway, an ETL, a driver) is legitimately low without being nuked to zero.
- M4 Documentation accuracy: Onboarding quality is an LLM read of the docs/setup present — it cannot run the onboarding or measure how long a real new joiner takes; the verdict is sampled and advisory.
The LLM boundary
Dimensions
D1 · Cyclomatic Complexity
1 method(s) exceeded the cyclomatic complexity threshold of 15; the worst was SfCartesianChartPage.OnChartSelectionChanged at 20.
D2 · Cognitive Complexity
5 method(s) exceeded the cognitive complexity threshold of 15; the worst was SfCartesianChartPage.OnChartSelectionChanged at 30.
What to do
- Resolve the 1 SfCartesianChartPage.OnChartSelectionChanged (cognitive 30) finding(s) in Cognitive Complexity — start with SfCartesianChartPage.xaml.cs. — One of this dimension's main actionable groups (1 warning-level).
- Resolve the 1 BaseBuiltInPageControlViewModel.RefreshControlIssues (cognitive 19) finding(s) in Cognitive Complexity — start with BaseBuiltInPageControlViewModel.cs. — One of this dimension's main actionable groups (1 warning-level).
- Resolve the 1 BaseToolkitPageControlViewModel.RefreshControlIssues (cognitive 19) finding(s) in Cognitive Complexity — start with BaseToolkitPageControlViewModel.cs. — One of this dimension's main actionable groups (1 warning-level).
- Enforce Cognitive Complexity in CI to reach Verified (currently Documented). — Hardens enforcement from Documented toward Prevented — provenance only; does not change the score.
D3 · God Classes
25 god class(es) detected.
What to do
- Resolve the 19 ClassTooLong finding(s) in God Classes — start with AbsoluteLayoutPageViewModel.cs, BorderPageViewModel.cs, CarouselViewPageViewModel.cs. — One of this dimension's main actionable groups (19 warning-level).
- Resolve the 9 FileTooLong finding(s) in God Classes — start with CollectionViewPageViewModel.cs (3), FluentUIIcon.cs (3), SfCartesianChartPageViewModel.cs (3). — One of this dimension's main actionable groups (9 warning-level).
- Resolve the 6 TooManyMethods finding(s) in God Classes — start with CollectionViewPageViewModel.cs, ColorConverterPageViewModel.cs, ObservablePropertyPageViewModel.cs. — One of this dimension's main actionable groups (6 warning-level).
- Enforce God Classes in CI to reach Verified (currently Documented). — Hardens enforcement from Documented toward Prevented — provenance only; does not change the score.
D4 · Code Duplication
12 duplicated block group(s) detected.
D5 · Coupling
12 projects, 0 dependency cycle(s), 0 unstable depended-on project(s).
What to do
- Resolve the 4 Off the main sequence finding(s) in Coupling. — One of this dimension's main actionable groups (4 warning-level).
- Enforce Coupling in CI to reach Verified (currently Documented). — Hardens enforcement from Documented toward Prevented — provenance only; does not change the score.
D6 · Cohesion (LCOM4)
88 of 521 classes have LCOM4 above 3.
What to do
- Resolve the 88 Low cohesion finding(s) in Cohesion (LCOM4) — start with AppNavigator.cs (3), BlazorWebViewPageViewModel.cs (3), BorderPageViewModel.cs (3). — One of this dimension's main actionable groups (88 warning-level).
- Enforce Cohesion (LCOM4) in CI to reach Verified (currently Documented). — Hardens enforcement from Documented toward Verified — provenance only; does not change the score.
D9 · Test Distribution
8 test methods: 1 unit, 7 integration, 0 BDD, 0 e2e.
D10 · Test Quality
0 skipped, 1 zero-assertion, no mocking-framework packages referenced (hand-written doubles or no mocking) across 8 tests.
What to do
- Resolve the 1 No assertions finding(s) in Test Quality — start with NewsServiceIntegrationTest.cs. — One of this dimension's main actionable groups (1 issue-level).
- Enforce Test Quality in CI to reach Verified (currently Documented). — Hardens enforcement from Documented toward Prevented — provenance only; does not change the score.
D11 · Test Reliability
0 flaky across 2 measured tier(s). unit: measured (0 flaky); integration: measured (0 flaky).
D12 · Dependency Hygiene
0 outdated, 0 vulnerable, 0 deprecated packages.
D13 · Secret Scanning
Secret scan ran and found no leaked secrets.
D14 · License Compliance
0 of 63 packages use a banned license.
D15 · Churn × Complexity Hotspots
No churn × complexity hotspots in the window.
D16 · Bus Factor
5 source file(s) have their living knowledge concentrated in one author (≥90% of recent, decayed contribution). The largest is src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Helpers/OCR/OCRPageViewModel.cs, held by ocgrb.strypperjason115@gmail.com.
D17 · Explicit Debt
25 deducted debt markers + 0 dead symbols across 103794 LoC (0.0/KLoC) → score 9.9.
D18 · Solution Shape
12 projects, 1306 .cs files, 104051 hand-written lines of code (103794 production / 257 test), 11 inter-project edges (build status unknown — did not finish).
D19 · Documentation Quality
The project documentation is severely lacking in technical depth and correctness. The README is a high-level marketing overview that fails to provide necessary setup instructions or technical context. The architecture documentation is a poorly formatted, copy-pasted checklist template rather than a guide for developers. Furthermore, the codebase has zero XML documentation coverage, indicating a complete absence of inline code comments or API documentation. The combination of a superficial README and a broken template for PRs results in a very low quality score.
What to do
- Resolve the 9 Low XML-doc coverage finding(s) in Documentation Quality — start with MAUIsland.Core.csproj (3), MAUIsland.Features.LocalDbFeatures.GitHub.csproj, MAUIsland.Features.LocalDbFeatures.csproj. — One of this dimension's main actionable groups (9 warning-level).
- Resolve the 1 The document title is 'COOL NEW PAGE !!!!', which is unprofessional and… finding(s) in Documentation Quality — start with pull_request_template.md. — One of this dimension's main actionable groups (1 recommendation-level).
D20 · ADR Quality
No architecture decision records were found.
What to do
- Resolve the 1 No ADRs found finding(s) in ADR Quality. — One of this dimension's main actionable groups (1 recommendation-level).
D21 · Naming Consistency
0 naming inconsistencies across 200 sampled symbols.
D22 · Internal API Consistency
No public API surface exposed; nothing to be inconsistent.
D23 · Boundary Type-Coupling
No domain types leak across context boundaries (6 contexts).
D24 · Comment Value
12 valuable / 85 redundant across 200 sampled comments; 4 shown with locations.
What to do
- Resolve the 4 redundant comment finding(s) in Comment Value — start with BaseBuiltInPageControlViewModel.cs (2), SfCartesianChartAnnotation.xaml.cs, Version1.cs. — One of this dimension's main actionable groups (4 recommendation-level).
D26 · Project Cohesion
4 of 12 projects flagged as possibly oversized/incoherent.
What to do
- Resolve the 4 Large project finding(s) in Project Cohesion. — One of this dimension's main actionable groups (4 recommendation-level).
D28 · Secrets (history)
5 finding(s): 0 critical, 5 high, 0 medium, 0 low. Remediation for historically-committed secrets is credential rotation — they remain in history regardless of later deletion.
What to do
- Resolve the 4 Secret finding(s) in Secrets (history) — start with SfDataGridPage.xaml (2), MauiProgram.cs, totechs_logo.json. — One of this dimension's main actionable groups (4 issue-level).
- Resolve the 1 Rotate the exposed credentials finding(s) in Secrets (history). — One of this dimension's main actionable groups (1 recommendation-level).
D29 · Static Analysis (SAST)
semgrep found no security issues.
D34 · Knowledge Freshness
141 of 146 significant source file(s) are orphaned — their living knowledge has decayed to nothing, so no one currently understands them. The largest is src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs.
What to do
- Resolve the 1 Dormant codebase finding(s) in Knowledge Freshness. — One of this dimension's main actionable groups (1 recommendation-level).
D35 · Change Coupling
Strongest change-coupling: MAUIControlsService.cs↔MauiProgram.cs 90%; AppRoutes.cs↔MAUIControlsService.cs 88%; AppShell.xaml.cs↔MAUIControlsService.cs 88%
Frontend & cross-cutting dimensions
AC1 · Text alternatives
AC2 · Forms & labels
AC3 · Page structure
- Skipping heading levels breaks the document outline assistive tech relies on. Don't jump levels — increase by at most one. (×2) — DotNetTemplate.razor:63, DotNetTemplate.razor:119
- No <main> (or role="main") means no "skip to content" target and a weaker landmark map. Wrap the primary content in <main>. — index.html:2
- user-scalable=no/0 or a maximum-scale below 2 stops low-vision users zooming to 200%. Remove the zoom restriction from the viewport meta. — index.html:5
What to do
- Declare <html lang>, a document <title> and a <main> landmark, keep headings in order, leave zoom enabled, title iframes and drop meta-refresh.
AC4 · Keyboard semantics
- A click handler on a plain element isn't keyboard-operable. Use a <button>, or add role + tabindex="0" + a key handler. (×2) — NavMenu.razor:11, DotNetTemplate.razor:97
- An <a> with no href, role or tabindex isn't focusable or keyboard-activatable. Give it a real href, or use a <button> for an action. — index.html:23
What to do
- Make custom controls keyboard-operable (role + tabindex + key handler), drop positive tabindex, and give anchors a real href.
AC5 · ARIA correctness
AC6 · Visual & motion safety
- This stylesheet animates but never checks prefers-reduced-motion, so motion-sensitive users can't opt out. Wrap motion in @media (prefers-reduced-motion: no-preference). — DotNetTemplate.razor:182
- outline:none/0 with no :focus rule in the same stylesheet removes the focus ring. Provide a visible :focus / :focus-visible style. — DotNetTemplate.razor:182
What to do
- Keep a visible focus style (don't remove the outline without a replacement), guard animation with prefers-reduced-motion, and raise low-contrast colour pairs to at least 4.5:1.
AC7 · A11y enforcement
- No accessibility enforcement found — no a11y linter (eslint-plugin-jsx-a11y / vuejs-accessibility) and no axe/pa11y/Lighthouse in tests or CI. Start with the linter to catch issues at author time.
What to do
- Enforce accessibility in the toolchain: add eslint-plugin-jsx-a11y (or vuejs-accessibility), assert with jest-axe / playwright-axe in tests, then gate axe/pa11y/Lighthouse in CI.
AX1 · Captive dependencies
- `SignalRChatHubService` is registered as a SINGLETON but its constructor takes `HubConnection hubConnection`, which is registered as Scoped. The singleton captures one instance of the scoped dependency forever — defeating its lifetime (a per-request DbContext shared across all requests is a classic data-corruption/threading bug). Make the singleton resolve `HubConnection` per-use (inject `IServiceScopeFactory` or a factory func), or align the lifetimes. — SignalRChatHubService.cs:6
What to do
- Don't inject scoped/transient services into singletons; resolve them per-use via IServiceScopeFactory or a factory delegate, or align the lifetimes.
AX10 · Code composition
What to do
- The domain core is a small share of production code — check that business logic isn't leaking into the application/infrastructure layers (a thin domain is the anemic-domain smell).
AX2 · Stateful singletons
AX3 · Project dependency cycles
AX5 · Architecture & structure
AX6 · Interface segregation
- `IGalleryCardInfo` declares 24 members. A wide interface forces every implementer and caller to depend on methods they don't use (the Interface-Segregation 'I' in SOLID). Split it into focused role-interfaces. (×3) — IGalleryCardInfo.cs:3, IGalleryCardInfo.cs:3, IGalleryCardInfo.cs:3
What to do
- Split fat interfaces into focused role-interfaces so clients depend only on what they use.
AX7 · Slice cohesion
C1 · Data Protection
- No data-protection or encryption usage (ASP.NET Data Protection, AES, column encryption, PBKDF2) was found — sensitive data at rest may be unprotected. If TDE/KMS/vault is delegated to infrastructure, ignore.
What to do
- Encrypt sensitive data at rest (ASP.NET Core Data Protection / column encryption) and manage keys in a vault. Skip if delegated to infra (Postgres TDE, KMS, etc.).
- Enforce HTTPS (UseHttpsRedirection / RequireHttpsMetadata) so data in transit is always encrypted.
C2 · Access Controls
- Authorization IS enforced here (via [Authorize]/guards) — this is NOT a claim that endpoints are unprotected. What's missing is NAMED policies (AddAuthorization/AddPolicy, RequireRole/RequireClaim, RequireAuthorization): the access rules are implicit rather than named and testable. Recommendation, not a defect — name the rules so they're reviewable.
What to do
- Add policy-based authorization — name the access rules (AddAuthorization(o => o.AddPolicy(…))) and apply them via [Authorize(Policy = …)] or RequireAuthorization.
GD1 · Unfinished & placeholder code
- A shipped member still throws NotImplementedException — generated scaffolding that was never completed. Implement it or remove the dead surface. (×25) — BogusAuthenticationService.cs:15, BogusAuthenticationService.cs:20, BogusAuthenticationService.cs:25, …
What to do
- Finish or delete NotImplementedException stubs and replace placeholder literals before shipping.
IC1 · Incompleteness & stubs
- `ConvertBack` is a shipped member whose whole body throws NotImplementedException — scaffolding that was never completed. Implement it or remove the dead surface. (×27) — AllTrueValueConverter.cs:10, AllTrueValueConverter.cs:10, AllTrueValueConverter.cs:10, …
- `FirstItemValueConverter` has 2 unfinished members out of 4 — a scaffolded type that was never implemented. (×3) — BoolToOpacityValueConverter.cs:64, BoolToOpacityValueConverter.cs:64, BoolToOpacityValueConverter.cs:64
What to do
- Finish or delete the unfinished stubs (NotImplementedException / empty / constant-returning bodies) — they are dead surface that looks live.
- Clear the softer debt: remove commented-out code and dead branches, re-enable or delete skipped tests, and replace blanket warning suppressions with targeted ones.
M1 · Documentation (README)
What to do
- Add a 'Testing' section to the root README — how to run the test suite.
- Add an 'Architecture' / 'How it works' section to the root README — the high-level shape.
- Add a README to the 10 of 10 project(s) that lack one — worth up to 2 pts.
M2 · Architecture documentation
- No Architecture Decision Records found — decisions aren't captured for future maintainers.
- No C4/PlantUML/Mermaid diagram or architecture.md — the high-level shape isn't documented.
What to do
- Start an ADR log (docs/adr/) recording significant decisions and their rationale.
- Add a C4 context/container diagram (Structurizr, PlantUML or Mermaid) or an architecture.md overview.
M3 · Folder & project structure
- Test projects aren't grouped under a tests/ folder — the test surface isn't separable from production code at a glance.
What to do
- Group test projects under tests/ (or test/, spec/) so the test surface is discoverable and CI can scope it.
M4 · Documentation accuracy
P1 · CI/CD gates
- No CI workflow found (.github/workflows, azure-pipelines.yml, .gitlab-ci.yml, …) — changes aren't gated by an automated build/test.
What to do
- Add a CI workflow that builds and runs the test suite on every push/PR.
P2 · Observability
- Only 2/9 service-like projects use logging (pure contract/DTO projects are excluded — they have nothing to log).
What to do
- Extend structured logging to the remaining service-like projects so the whole executable surface is diagnosable in production.
- Consider OpenTelemetry tracing/metrics and a health-check endpoint for operability.
P3 · Security & performance tooling
- No static application security testing (CodeQL / security analyzers / codehealth) detected.
What to do
- Add a SAST step (e.g. CodeQL) or a security analyzer package.
- Enable Dependabot/Renovate or a dependency-review gate.
- Add gitleaks/trufflehog in CI to block PRs that introduce committed secrets.
P7 · Outbound HTTP resilience
- The app makes outbound HTTP calls but no resilience handler was detected (Polly / AddStandardResilienceHandler / circuit-breaker). A slow or failing dependency will cascade — add timeouts, retries with back-off, and a circuit breaker.
What to do
- Add `AddStandardResilienceHandler()` (or Polly policies) to your HttpClient registrations so a flaky dependency can't take the app down.
S1 · Web-Security Posture
- No Content-Security-Policy / X-Frame-Options / X-Content-Type-Options configuration found — defense in depth, even when a reverse proxy could set them. (−2.0 on this card.)
- No UseHttpsRedirection/UseHsts and no reverse-proxy signal — transport security is unverified at the app layer. (−2.0 on this card.)
- No CookieSecurePolicy/HttpOnly/SameSite configuration found. (−1.5 on this card; skip if the app sets no cookies.)
What to do
- Add security response headers (Content-Security-Policy, X-Frame-Options, X-Content-Type-Options) — defense in depth, even when a reverse proxy could set them.
- Enforce HTTPS at the app layer (UseHttpsRedirection / UseHsts) — only skip this if a reverse proxy demonstrably terminates TLS.
- Set secure cookie flags — CookieSecurePolicy.Always, HttpOnly, and SameSite (Strict/Lax) on auth/session cookies. Skip only if the app sets no cookies.
X1 · Async correctness
- `async void` can't be awaited and its exceptions crash the process instead of propagating. Return `Task` unless this is a top-level event handler. (×3) — CardsSearchHandler.cs:49, GalleryPageViewModel.cs:25, SfMapsViewPage.xaml.cs:28
- Blocking on a Task with `.Wait()`/`.GetAwaiter().GetResult()` can deadlock (and wastes a thread). Make the caller `async` and `await` instead. (×5) — MauiProgram.cs:191, SQLitePCLRawService.cs:13, SQLitePCLRawService.cs:13, …
What to do
- async void method: OnItemSelected
X2 · Cancellation propagation
- Only 12/634 async methods accept a CancellationToken, so requests can't be cancelled cleanly under load or on client disconnect. In Blazor Server circuits and other short-write hosts, omitting it can be an accepted convention — judge against your hosting model.
- No CancellationToken parameter — work can't be cancelled cleanly on disconnect/shutdown. (×25) — OctokitGitHubClient.cs:27, OctokitGitHubClient.cs:71, OctokitGitHubClient.cs:135, …
What to do
- Thread a CancellationToken through async methods so work stops promptly on cancellation.
X3 · Exception handling
- `throw ex;` resets the exception's stack trace to this line, hiding where it really came from. Use a bare `throw;` to preserve the original stack. — CardsByGroupPageViewModel.cs:172
What to do
- Rethrow loses stack trace (`throw ex;`)
X4 · Structured logging
X5 · Nullable reference types
- ~0.6 `!` suppressions per 1k syntax nodes — each one tells the compiler to trust you about null, suppressing the very safety NRTs provide.
What to do
- Enable <Nullable>enable</Nullable> across all projects and resolve warnings rather than suppressing with `!`.
WCAG coverage — what static analysis assessed
| Dimension | WCAG 2.2 A/AA criteria | Coverage |
|---|---|---|
| AC1 · Text alternatives | 1.1.1, 1.2.2, 1.2.5 | Partial signal |
| AC2 · Forms & labels | 1.3.1, 3.3.2, 4.1.2 | Partial signal |
| AC3 · Page structure | 1.4.4, 2.2.1, 2.4.1, 2.4.2, 3.1.1, 4.1.2 | Partial signal |
| AC4 · Keyboard semantics | 2.1.1, 2.4.3 | Partial signal |
| AC5 · ARIA correctness | 4.1.2 | Partial signal |
| AC6 · Visual & motion safety | 1.4.3, 2.4.7 | Partial — literal CSS only |
| AC7 · A11y enforcement | enforcement — no page criterion | Enforcement posture (process) |
Reference — by lens
| Lens | Score | Rating | Impact |
|---|---|---|---|
| Code Health | 57% | Fair — gated by IC1 | Capped at Fair by a Critical contributor — resolve it before relying on this lens. |
| Architecture | 85% | Fair — gated by D26 | Capped at Fair by a Critical contributor — resolve it before relying on this lens. |
| Maturity | 50% | Fair — gated by D34, M2 | Capped at Fair by a Critical contributor — resolve it before relying on this lens. |
| Readiness | 30% | Poor — gated by P1, P3, P7 | Capped at Fair by a Critical contributor — resolve it before relying on this lens. |
| Security | 38% | Poor — gated by C1 | Capped at Fair by a Critical contributor — resolve it before relying on this lens. |
| Accessibility | 39% | Poor — gated by AC4, AC6 | Capped at Fair by a Critical contributor — resolve it before relying on this lens. |
Not included — 33 check(s) not relevant to this codebase
- AX4 Dependency direction — not applicable to a vertical-slice architecture (the inward-dependency rule is for layered/clean styles)
- AX8 Test isolation — no test/production split to check
- AX9 CQS / query purity — no CQRS query handlers detected — query purity is not applicable to this codebase
- C3 Audit Trail — Repo shows no audit-logging mechanism (IAuditable, an immutable audit log, an EF SaveChanges interceptor) for sensitive changes — absence of evidence is not evidence of a working control. Record an audit trail in code (or document where it lives) so this dimension can be scored.
- C4 Data Retention — Repo shows no data-retention / TTL / cleanup mechanism for personal data — absence of evidence is not evidence of a working control. Define retention periods and a purge/cleanup job (or TTL) in code, or document where retention is enforced, so this dimension can be scored.
- C5 Data-Subject Rights — Repo shows no corroborated data-subject-rights mechanism (erasure / export-portability / consent) tied to a subject id or GDPR vocabulary — absence of evidence is not evidence of a working control. Implement erasure, data export/portability and consent tracking over the subject's records.
- D25 ADR Conformance — no ADRs to check
- D27 Navigability — Navigability unmeasured — symbol resolution incomplete
- D30 Dependency Vulnerabilities — Not applicable
- D31 IaC & Container Security — Not applicable
- D32 Data Compliance (PII/GDPR) — Not applicable
- D33 JS/npm Dependency Vulnerabilities — Not applicable
- D36 Supply-chain Provenance & Signing — Not applicable
- D37 Vulnerability-disclosure Policy — Not applicable
- D38 OSV Dependency Vulnerabilities — Not applicable
- D7 Architectural Integrity — No checkable ADRs to assess
- D8 Code Coverage — Coverage not measured
- DM1 Domain Modelling — not run — 0/3 markers found
- ED1 Event-Driven — not run — only 1/3 markers (a message-bus package)
- ED5 Idempotency — no mutating command handlers or message consumers detected — idempotency check not applicable
- ES1 Event Sourcing — not run — 0/3 markers found
- P12 CI test-gate honesty — no CI workflow found
- P4 Deployment & Rollback — not evidenced — no deploy/rollback/approval signal in the repo; absence of evidence is not evidence of a manual release
- P5 DR & Backup — not evidenced — repo shows no backup/RTO/RPO controls; absence of evidence is not evidence of a working control
- P6 Release Hygiene — not evidenced — no changelog, version stamp or semver release tag in the repo
- P8 Schema migrations — no EF Core usage detected
- P9 Domain vs controller coverage — no coverage report found on disk — run tests with `--collect:"XPlat Code Coverage"` (or in CI) to enable this cross-layer check
- PF1 Benchmark discipline — Performance is assessed only for perf-relevant repos — a packaged library, one that ships benchmarks, or one already using allocation-aware APIs. This repo isn't one, so the Performance lens is not applicable and is excluded from the score.
- PF2 Allocation hygiene — Performance is assessed only for perf-relevant repos — a packaged library, one that ships benchmarks, or one already using allocation-aware APIs. This repo isn't one, so the Performance lens is not applicable and is excluded from the score.
- PF3 Async & latency hygiene — Performance is assessed only for perf-relevant repos — a packaged library, one that ships benchmarks, or one already using allocation-aware APIs. This repo isn't one, so the Performance lens is not applicable and is excluded from the score.
- X6 Hand-rolled structured-format parsing — no data
- X7 Silent fallback defaults — no data
- X8 JS interop contract — no data
Appendix A — Findings (grouped)
Issue — 8 finding(s)
- Secret: generic-api-key src/Features/Gallery/Pages/Syncfusion/SfDataGrid/SfDataGridPage.xaml:27
- Secret: jwt src/MauiProgram.cs:164
- Secret: aws-access-token src/Resources/Raw/totechs_logo.json:1
- Secret: generic-api-key src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfDataGrid/SfDataGridPage.xaml:29
- Boundary-crossing change coupling: BlazorWebViewPageViewModel.cs ↔ BlazorWebViewPage.xaml.cs src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/BlazorWebView/BlazorWebViewPageViewModel.cs
- Boundary-crossing change coupling: SfCartesianChartPageViewModel.cs ↔ SfCartesianChartPage.xaml.cs src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/SfCartesianChartPageViewModel.cs
- Boundary-crossing change coupling: BlazorWebViewPageViewModel.cs ↔ MauiProgram.cs src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/BlazorWebView/BlazorWebViewPageViewModel.cs
- No assertions: GetNewsTest src/Features/NewsFeatures/MAUIsland.NewsFeatures.IntergrationTests/NewsServiceIntegrationTest.cs:24
Warning — 191 finding(s)
- Low cohesion: ObservablePropertyPageViewModel (LCOM4 17) src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/ObservableProperty/ObservablePropertyPageViewModel.cs:5
- Low cohesion: ObservablePropertyPageViewModel (LCOM4 17) src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/ObservableProperty/ObservablePropertyPageViewModel.cs:5
- Low cohesion: ObservablePropertyPageViewModel (LCOM4 17) src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/ObservableProperty/ObservablePropertyPageViewModel.cs:5
- Low cohesion: SfCartesianChartPageViewModel (LCOM4 13) src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/SfCartesianChartPageViewModel.cs:6
- Low cohesion: SfCartesianChartPageViewModel (LCOM4 13) src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/SfCartesianChartPageViewModel.cs:6
- Low cohesion: SfCartesianChartPageViewModel (LCOM4 13) src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/SfCartesianChartPageViewModel.cs:6
- Low cohesion: MediaElementPage (LCOM4 11) src/Presentations/Windows/Features/Gallery/Pages/Toolkit/Controls/MediaElement/MediaElementPage.xaml.cs:8
- Low cohesion: CollectionViewPageViewModel (LCOM4 8) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/CollectionViewPageViewModel.cs:10
- Low cohesion: CollectionViewPageViewModel (LCOM4 8) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/CollectionViewPageViewModel.cs:10
- Low cohesion: CollectionViewPageViewModel (LCOM4 8) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/CollectionViewPageViewModel.cs:10
- Low cohesion: CardsByGroupPageViewModel (LCOM4 7) src/Presentations/Windows/Features/Gallery/Pages/CardsByGroupPageViewModel.cs:5
- Low cohesion: MockupPageViewModel (LCOM4 7) src/Presentations/Windows/Features/Mockup/Pages/MockupPageViewModel.cs:11
- Low cohesion: SwipeViewPageViewModel (LCOM4 7) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/SwipeView/SwipeViewPageViewModel.cs:8
- Low cohesion: ColorConverterPageViewModel (LCOM4 7) src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ColorConverter/ColorConverterPageViewModel.cs:6
- Low cohesion: SwipeViewPageViewModel (LCOM4 7) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/SwipeView/SwipeViewPageViewModel.cs:8
- Low cohesion: ColorConverterPageViewModel (LCOM4 7) src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ColorConverter/ColorConverterPageViewModel.cs:6
- Low cohesion: SwipeViewPageViewModel (LCOM4 7) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/SwipeView/SwipeViewPageViewModel.cs:8
- Low cohesion: ColorConverterPageViewModel (LCOM4 7) src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ColorConverter/ColorConverterPageViewModel.cs:6
- Low cohesion: SettingsPageViewModel (LCOM4 6) src/Presentations/Windows/Features/Settings/Pages/SettingsPageViewModel.cs:6
- Low cohesion: CarouselViewPageViewModel (LCOM4 6) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CarouselView/CarouselViewPageViewModel.cs:7
- Low cohesion: ImageButtonPageViewModel (LCOM4 6) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/ImageButton/ImageButtonPageViewModel.cs:7
- Low cohesion: SfCartesianChartAnnotation (LCOM4 6) src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Annotation/SfCartesianChartAnnotation.xaml.cs:3
- Low cohesion: AppNavigator (LCOM4 6) src/Core/MAUIsland.Core/Utils/Navigation/AppNavigator.cs:7
- Low cohesion: CarouselViewPageViewModel (LCOM4 6) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CarouselView/CarouselViewPageViewModel.cs:7
- Low cohesion: ImageButtonPageViewModel (LCOM4 6) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/ImageButton/ImageButtonPageViewModel.cs:7
- ClassTooLong: HomePageViewModel src/Presentations/Windows/Features/Home/Pages/HomePageViewModel.cs:0
- ClassTooLong: BorderPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Border/BorderPageViewModel.cs:0
- ClassTooLong: CarouselViewPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CarouselView/CarouselViewPageViewModel.cs:0
- ClassTooLong: EditorPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Editor/EditorPageViewModel.cs:0
- ClassTooLong: EntryPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Entry/EntryPageViewModel.cs:0
- ClassTooLong: ProgressBarPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/ProgressBar/ProgressBarPageViewModel.cs:0
- ClassTooLong: RadioButtonPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/RadioButton/RadioButtonPageViewModel.cs:0
- ClassTooLong: SwipeViewPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/SwipeView/SwipeViewPageViewModel.cs:0
- ClassTooLong: TableViewPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/TableView/TableViewPageViewModel.cs:0
- ClassTooLong: AbsoluteLayoutPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/AbsoluteLayout/AbsoluteLayoutPageViewModel.cs:0
- ClassTooLong: StackLayoutPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/StackLayout/StackLayoutPageViewModel.cs:0
- ClassTooLong: DataGridPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Controls/DataGrid/DataGridPageViewModel.cs:0
- ClassTooLong: LiveCharts2PageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Controls/LiveCharts2/LiveCharts2PageViewModel.cs:0
- ClassTooLong: SelectionViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfMaps/MapViewModels/SelectionViewModel.cs:0
- ClassTooLong: SfMapsViewPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfMaps/SfMapsViewPageViewModel.cs:0
- ClassTooLong: ExpanderPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/Expander/ExpanderPageViewModel.cs:0
- ClassTooLong: MediaElementPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/MediaElement/MediaElementPageViewModel.cs:0
- ClassTooLong: FluentUIIcon src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:0
- ClassTooLong: Styles src/Core/MAUIsland.Core/Views/DesignSystem/Styles.cs:0
- TodoComment src/Presentations/Windows/Features/Home/Pages/HomePageViewModel.cs:237
- TodoComment src/Presentations/Windows/Features/Home/Pages/HomePageViewModel.cs:292
- TodoComment src/Presentations/Windows/Features/Home/Pages/HomePageViewModel.cs:306
- TodoComment src/Presentations/Windows/Features/Home/Pages/HomePageViewModel.cs:391
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:71
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:189
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/BaseToolkitPageControlViewModel.cs:64
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/BaseToolkitPageControlViewModel.cs:182
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:71
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:189
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/BaseToolkitPageControlViewModel.cs:64
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/BaseToolkitPageControlViewModel.cs:182
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:71
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:189
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/BaseToolkitPageControlViewModel.cs:64
- TodoComment src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/BaseToolkitPageControlViewModel.cs:182
- CommentedOutCode src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfMaps/SfMapsViewPage.xaml.cs:15
- CommentedOutCode src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfMaps/SfMapsViewPage.xaml.cs:83
- CommentedOutCode src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfMaps/SfMapsViewPage.xaml.cs:97
- CommentedOutCode src/Presentations/Windows/Features/Gallery/Pages/Toolkit/Controls/MediaElement/MediaElementPage.xaml.cs:85
- CommentedOutCode src/Presentations/Windows/Features/ResumesTemplate/Pages/ResumeDetailPage.xaml.cs:86
- CommentedOutCode src/Core/MAUIsland.Core/Views/ContentViews/SourceCodeExpander/SourceCodeExpander.xaml.cs:103
- CommentedOutCode src/Core/MAUIsland.Core/Views/ContentViews/SourceCodeExpander/SourceCodeExpander.xaml.cs:103
- CommentedOutCode src/Core/MAUIsland.Core/Views/ContentViews/SourceCodeExpander/SourceCodeExpander.xaml.cs:103
- CommentedOutCode src/Features/NuGetFeatures/NuGetFeatures.IntegrationTests/Version1Test.cs:44
- Low XML-doc coverage: MAUIsland.GitHubFeatures src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/MAUIsland.GitHubFeatures.csproj
- Low XML-doc coverage: MAUIsland src/Presentations/Windows/MAUIsland.csproj
- Low XML-doc coverage: MAUIsland.Core(net9.0-android) src/Core/MAUIsland.Core/MAUIsland.Core.csproj
- Low XML-doc coverage: MAUIsland.Core(net9.0-ios) src/Core/MAUIsland.Core/MAUIsland.Core.csproj
- Low XML-doc coverage: MAUIsland.Core(net9.0-maccatalyst) src/Core/MAUIsland.Core/MAUIsland.Core.csproj
- Low XML-doc coverage: MAUIsland.Features.LocalDbFeatures.GitHub src/Features/LocalDbFeatures/GitHub/MAUIsland.Features.LocalDbFeatures.GitHub/MAUIsland.Features.LocalDbFeatures.GitHub.csproj
- Low XML-doc coverage: MAUIsland.Features.LocalDbFeatures src/Features/LocalDbFeatures/MAUIsland.Features.LocalDbFeatures/MAUIsland.Features.LocalDbFeatures.csproj
- Low XML-doc coverage: MAUIsland.NewsFeatures src/Features/NewsFeatures/MAUIsland.NewsFeatures/MAUIsland.NewsFeatures.csproj
- Low XML-doc coverage: MAUIsland.NuGetFeatures src/Features/NuGetFeatures/MAUIsland.NuGetFeatures/MAUIsland.NuGetFeatures.csproj
- FileTooLong: CollectionView/CollectionViewPageViewModel.cs src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/CollectionViewPageViewModel.cs:0
- FileTooLong: SfCartesianChart/SfCartesianChartPageViewModel.cs src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/SfCartesianChartPageViewModel.cs:0
- FileTooLong: Icons/FluentUIIcon.cs src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:0
- FileTooLong: CollectionView/CollectionViewPageViewModel.cs src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/CollectionViewPageViewModel.cs:0
- FileTooLong: SfCartesianChart/SfCartesianChartPageViewModel.cs src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/SfCartesianChartPageViewModel.cs:0
- FileTooLong: Icons/FluentUIIcon.cs src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:0
- FileTooLong: CollectionView/CollectionViewPageViewModel.cs src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/CollectionViewPageViewModel.cs:0
- FileTooLong: SfCartesianChart/SfCartesianChartPageViewModel.cs src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/SfCartesianChartPageViewModel.cs:0
- FileTooLong: Icons/FluentUIIcon.cs src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:0
- TooManyMethods: SfCartesianChartPage src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfCartesianChart/SfCartesianChartPage.xaml.cs:0
- TooManyMethods: CollectionViewPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/CollectionViewPageViewModel.cs:0
- TooManyMethods: SfCartesianChartPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/SfCartesianChartPageViewModel.cs:0
- TooManyMethods: ColorConverterPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ColorConverter/ColorConverterPageViewModel.cs:0
- TooManyMethods: ObservablePropertyPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/ObservableProperty/ObservablePropertyPageViewModel.cs:0
- TooManyMethods: RelayCommandPageViewModel src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/RelayCommand/RelayCommandPageViewModel.cs:0
- Change coupling: AppRoutes.cs ↔ MAUIControlsService.cs MAUIsland/AppRoutes.cs
- Change coupling: AppShell.xaml.cs ↔ MAUIControlsService.cs MAUIsland/AppShell.xaml.cs
- Change coupling: AppRoutes.cs ↔ MauiProgram.cs MAUIsland/AppRoutes.cs
- Change coupling: AppRoutes.cs ↔ AppShell.xaml.cs MAUIsland/AppRoutes.cs
- Change coupling: AppShell.xaml.cs ↔ MauiProgram.cs MAUIsland/AppShell.xaml.cs
- Change coupling: AppShell.xaml.cs ↔ MAUIAllControlsPageViewModel.cs MAUIsland/AppShell.xaml.cs
- Knowledge silo src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Helpers/OCR/OCRPageViewModel.cs
- Knowledge silo src/Core/MAUIsland.Core/Services/Controls/ControlsService.cs
- Knowledge silo src/Presentations/Windows/Features/Mockup/Pages/MockupPageViewModel.cs
- Knowledge silo src/Core/MAUIsland.Core/Views/ContentViews/SourceCodeExpander/SourceCodeExpander.xaml.cs
- Knowledge silo src/Core/MAUIsland.Core/Views/ContentViews/MockUps/GooglePixel6ProContentView.xaml.cs
- Off the main sequence: MAUIsland.GitHubFeatures
- Off the main sequence: MAUIsland.NewsFeatures
- Off the main sequence: MAUIsland.NuGetFeatures
- Off the main sequence: MAUIsland.Features.LocalDbFeatures
- Duplicated block (14 lines × 2) src/Presentations/Windows/Platforms/Windows/AcrylicWindow.cs:96
- Duplicated block (14 lines × 2) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:146
- Duplicated block (7 lines × 2) src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfComboBox/SfComboBoxPageViewModel.cs:49
- Duplicated block (7 lines × 2) src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfDataGrid/SfDataGridPageViewModel.cs:44
- SfCartesianChartPage.OnChartSelectionChanged (cyclomatic 20) src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfCartesianChart/SfCartesianChartPage.xaml.cs:39
- Monorepo: only 1 of 3 solutions was scored
- SfCartesianChartPage.OnChartSelectionChanged (cognitive 30) src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfCartesianChart/SfCartesianChartPage.xaml.cs:39
- BaseBuiltInPageControlViewModel.RefreshControlIssues (cognitive 19) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:57
- BaseToolkitPageControlViewModel.RefreshControlIssues (cognitive 19) src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/BaseToolkitPageControlViewModel.cs:50
- SfCartesianChartErrorBar.DirectionPicker_SelectedIndexChanged (cognitive 18) src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Column/Bar/SfCartesianChartErrorBar.xaml.cs:167
- HorizontalWrapLayoutManager.Measure (cognitive 18) src/Core/MAUIsland.Core/Views/Layouts/HorizontalWrapLayoutManager.cs:15
- Duplicated block (65 lines × 2) src/Presentations/Windows/Features/Home/Pages/HomePageViewModel.cs:464
- Duplicated block (32 lines × 2) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:79
- Duplicated block (28 lines × 2) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:166
- Duplicated block (17 lines × 2) src/Presentations/Windows/Platforms/Windows/AcrylicWindow.cs:33
- Duplicated block (16 lines × 4) src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Area/SfCartesianChartRangeArea.xaml.cs:53
- Duplicated block (13 lines × 5) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Label/LabelPageViewModel.cs:142
- Duplicated block (13 lines × 3) src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Label/LabelPageViewModel.cs:101
- Duplicated block (6 lines × 2) src/Presentations/Windows/Features/Home/Pages/HomePageViewModel.cs:286
- Coverage not measured
Recommendation — 23 finding(s)
- redundant comment src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Annotation/SfCartesianChartAnnotation.xaml.cs:65
- redundant comment src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:28
- redundant comment src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs:93
- redundant comment src/Features/NuGetFeatures/MAUIsland.NuGetFeatures/Implementations/Version1.cs:22
- Large project: MAUIsland
- Large project: MAUIsland.Core(net9.0-android)
- Large project: MAUIsland.Core(net9.0-ios)
- Large project: MAUIsland.Core(net9.0-maccatalyst)
- Off-boarding risk: ocgrb.strypperjason115@gmail.com
- The document title is 'COOL NEW PAGE !!!!', which is unprofessional and incorrect for a PR template. The content is a raw checklist of XAML/C# requirements that should be in a CONTRIBUTING guide, not a PR template. It lacks a proper header and structure. docs/pull_request_template.md
- No ADRs found
- no ADRs to check
- Navigability unmeasured — symbol resolution incomplete
- Rotate the exposed credentials — git history can't be un-committed
- Not applicable
- Not applicable
- Not applicable
- Not applicable
- Dormant codebase
- Not applicable
- Not applicable
- Not applicable
- No checkable ADRs to assess
Info — 25 finding(s)
- Justified suppression src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/RelayCommand/RelayCommandPageViewModel.cs:283
- Justified suppression src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/RelayCommand/RelayCommandPageViewModel.cs:302
- Justified suppression src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/RelayCommand/RelayCommandPageViewModel.cs:283
- Justified suppression src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/RelayCommand/RelayCommandPageViewModel.cs:302
- Justified suppression src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/RelayCommand/RelayCommandPageViewModel.cs:283
- Justified suppression src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/RelayCommand/RelayCommandPageViewModel.cs:302
- Licenses scanned
- Build status unknown
- MAUIsland.GitHubFeatures (Production) src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/MAUIsland.GitHubFeatures.csproj
- MAUIsland.GitHubFeatures.IntegrationTests (Test) src/Features/GitHubFeatures/MAUIsland.GitHubFeatures.IntegrationTests/MAUIsland.GitHubFeatures.IntegrationTests.csproj
- MAUIsland (Production) src/Presentations/Windows/MAUIsland.csproj
- MAUIsland.Core(net9.0-android) (Production) src/Core/MAUIsland.Core/MAUIsland.Core.csproj
- MAUIsland.Core(net9.0-ios) (Production) src/Core/MAUIsland.Core/MAUIsland.Core.csproj
- MAUIsland.Core(net9.0-maccatalyst) (Production) src/Core/MAUIsland.Core/MAUIsland.Core.csproj
- MAUIsland.Features.LocalDbFeatures.GitHub (Production) src/Features/LocalDbFeatures/GitHub/MAUIsland.Features.LocalDbFeatures.GitHub/MAUIsland.Features.LocalDbFeatures.GitHub.csproj
- MAUIsland.Features.LocalDbFeatures (Production) src/Features/LocalDbFeatures/MAUIsland.Features.LocalDbFeatures/MAUIsland.Features.LocalDbFeatures.csproj
- MAUIsland.NewsFeatures (Production) src/Features/NewsFeatures/MAUIsland.NewsFeatures/MAUIsland.NewsFeatures.csproj
- MAUIsland.NewsFeatures.IntergrationTests (Test) src/Features/NewsFeatures/MAUIsland.NewsFeatures.IntergrationTests/MAUIsland.NewsFeatures.IntergrationTests.csproj
- MAUIsland.NuGetFeatures (Production) src/Features/NuGetFeatures/MAUIsland.NuGetFeatures/MAUIsland.NuGetFeatures.csproj
- NuGetFeatures.IntegrationTests (Test) src/Features/NuGetFeatures/NuGetFeatures.IntegrationTests/NuGetFeatures.IntegrationTests.csproj
- No exposed public API
- Unit tests
- Integration tests
- BDD tests
- E2E tests
Appendix B — Reproduction & audit trail
| Dimension | Tool | Version | Command | Findings | Raw output |
|---|---|---|---|---|---|
| D28 · Secrets (history) | gitleaks | — | gitleaks detect --no-banner --report-format json --report-path /dev/stdout --exit-code 0 --source . | 5 | artifacts/raw/gitleaks-history.json |
| D29 · Static Analysis (SAST) | semgrep | — | semgrep --config auto --json --quiet --timeout 0 --metrics off . | 0 | — |
| D30 · Dependency Vulnerabilities | dotnet | — | dotnet: not applicable — the solution did not restore on the analyzer's .NET SDK (an SDK/target-framework/restore mismatch, common for an older codebase), so there was no restored dependency graph to scan for NuGet CVEs — excluded rather than scored; re-run on an SDK that can restore this solution | 0 | — |
| D31 · IaC & Container Security | trivy | — | trivy: not applicable — No Infrastructure-as-Code or container manifests found (Dockerfile, Terraform, Kubernetes/Helm, CloudFormation); nothing to scan. | 0 | — |
| D32 · Data Compliance (PII/GDPR) | semgrep | — | semgrep: not applicable — No PII/GDPR-handling patterns detected (p/gdpr ruleset) — no data-compliance surface to assess. | 0 | — |
| D33 · JS/npm Dependency Vulnerabilities | trivy | — | trivy: not applicable — No JS/npm manifest or lockfile found outside bin/obj (package.json, package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb); no JS dependencies to scan. | 0 | — |
| D36 · Supply-chain Provenance & Signing | provenance | — | provenance: not applicable — No CI/build pipeline found (.github/workflows, .gitlab-ci.yml, azure-pipelines.yml, Jenkinsfile, .circleci); there is no build to attest provenance for. | 0 | — |
| D37 · Vulnerability-disclosure Policy | disclosure | — | disclosure: not applicable — No vulnerability-disclosure policy file found (SECURITY.md, .github/SECURITY.md, docs/SECURITY.md, .well-known/security.txt). A coordinated-disclosure policy may live off-repo, so this is not evidenced rather than failed. | 0 | — |
| D38 · OSV Dependency Vulnerabilities | osv-scanner | — | osv-scanner: not applicable — No JS/npm lockfile found outside bin/obj (package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb); nothing for OSV to scan. | 0 | — |
Appendix C — Personal-data map
Phone — 105 field(s)
- FluentUIIcon.Ic_fluent_book_open_microphone_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:668
- FluentUIIcon.Ic_fluent_book_open_microphone_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:669
- FluentUIIcon.Ic_fluent_book_open_microphone_28_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:670
- FluentUIIcon.Ic_fluent_book_open_microphone_32_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:671
- FluentUIIcon.Ic_fluent_book_open_microphone_48_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:672
- FluentUIIcon.Ic_fluent_calendar_phone_16_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:962
- FluentUIIcon.Ic_fluent_calendar_phone_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:963
- FluentUIIcon.Ic_fluent_headphones_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:2728
- FluentUIIcon.Ic_fluent_headphones_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:2729
- FluentUIIcon.Ic_fluent_headphones_28_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:2730
- FluentUIIcon.Ic_fluent_headphones_32_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:2731
- FluentUIIcon.Ic_fluent_headphones_48_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:2732
- FluentUIIcon.Ic_fluent_headphones_sound_wave_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:2733
- FluentUIIcon.Ic_fluent_headphones_sound_wave_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:2734
- FluentUIIcon.Ic_fluent_headphones_sound_wave_28_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:2735
- FluentUIIcon.Ic_fluent_headphones_sound_wave_32_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:2736
- FluentUIIcon.Ic_fluent_headphones_sound_wave_48_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:2737
- FluentUIIcon.Ic_fluent_megaphone_16_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3185
- FluentUIIcon.Ic_fluent_megaphone_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3186
- FluentUIIcon.Ic_fluent_megaphone_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3187
- FluentUIIcon.Ic_fluent_megaphone_28_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3188
- FluentUIIcon.Ic_fluent_megaphone_loud_16_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3189
- FluentUIIcon.Ic_fluent_megaphone_loud_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3190
- FluentUIIcon.Ic_fluent_megaphone_loud_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3191
- FluentUIIcon.Ic_fluent_megaphone_off_16_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3192
- FluentUIIcon.Ic_fluent_megaphone_off_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3193
- FluentUIIcon.Ic_fluent_megaphone_off_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3194
- FluentUIIcon.Ic_fluent_megaphone_off_28_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3195
- FluentUIIcon.Ic_fluent_mobile_optimized_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3244
- FluentUIIcon.Ic_fluent_mobile_optimized_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3245
- FluentUIIcon.Ic_fluent_phone_12_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3716
- FluentUIIcon.Ic_fluent_phone_16_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3717
- FluentUIIcon.Ic_fluent_phone_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3718
- FluentUIIcon.Ic_fluent_phone_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3719
- FluentUIIcon.Ic_fluent_phone_add_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3720
- FluentUIIcon.Ic_fluent_phone_add_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3721
- FluentUIIcon.Ic_fluent_phone_arrow_right_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3722
- FluentUIIcon.Ic_fluent_phone_arrow_right_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3723
- FluentUIIcon.Ic_fluent_phone_checkmark_16_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3724
- FluentUIIcon.Ic_fluent_phone_checkmark_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:3725
Name — 27 field(s)
- ChatMessageModel.authorFullName src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Entry/Models/ChatMessageModel.cs:15
- AvatarViewPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/AvatarView/AvatarViewPageViewModel.cs:30
- AvatarViewPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/AvatarView/AvatarViewPageViewModel.cs:38
- ExpanderPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/Expander/ExpanderPageViewModel.cs:44
- ExpanderPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/Expander/ExpanderPageViewModel.cs:52
- MediaElementPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/MediaElement/MediaElementPageViewModel.cs:35
- MediaElementPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/MediaElement/MediaElementPageViewModel.cs:43
- BoolToObjectConverterPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/BoolToObjectConverter/BoolToObjectConverterPageViewModel.cs:36
- BoolToObjectConverterPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/BoolToObjectConverter/BoolToObjectConverterPageViewModel.cs:44
- ByteArrayToImageSourceConverterPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ByteArrayToImageSourceConverter/ByteArrayToImageSourceConverterPageViewModel.cs:36
- ByteArrayToImageSourceConverterPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ByteArrayToImageSourceConverter/ByteArrayToImageSourceConverterPageViewModel.cs:44
- ColorConverterPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ColorConverter/ColorConverterPageViewModel.cs:54
- ColorConverterPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ColorConverter/ColorConverterPageViewModel.cs:62
- CompareConverterPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/CompareConverter/CompareConverterPageViewModel.cs:40
- CompareConverterPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/CompareConverter/CompareConverterPageViewModel.cs:48
- DateTimeOffsetConverterPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/DateTimeOffsetConverter/DateTimeOffsetConverterPageViewModel.cs:33
- DateTimeOffsetConverterPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/DateTimeOffsetConverter/DateTimeOffsetConverterPageViewModel.cs:41
- DoubleToIntConverterPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/DoubleToIntConverter/DoubleToIntConverterPageViewModel.cs:33
- DoubleToIntConverterPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/DoubleToIntConverter/DoubleToIntConverterPageViewModel.cs:41
- EnumToBoolConverterPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/EnumToBoolConverter/EnumToBoolConverterPageViewModel.cs:36
- EnumToBoolConverterPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/EnumToBoolConverter/EnumToBoolConverterPageViewModel.cs:44
- EnumToIntConverterPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/EnumToIntConverter/EnumToIntConverterPageViewModel.cs:36
- EnumToIntConverterPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/EnumToIntConverter/EnumToIntConverterPageViewModel.cs:44
- ImageResourceConverterPageViewModel.fullNamepaceExampleBefore src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ImageResourceConverter/ImageResourceConverterPageViewModel.cs:33
- ImageResourceConverterPageViewModel.fullNamepaceExampleAfter src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ImageResourceConverter/ImageResourceConverterPageViewModel.cs:41
- ObservablePropertyPageViewModel.fullName src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/ObservableProperty/ObservablePropertyPageViewModel.cs:55
- GitHubRepositoryLocalDbModel.FullName src/Core/MAUIsland.Core/Services/LocalDb/Models/GitHubRepositoryLocalDbModel.cs:21
Email — 13 field(s)
- FluentUIIcon.Ic_fluent_voicemail_16_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5504
- FluentUIIcon.Ic_fluent_voicemail_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5505
- FluentUIIcon.Ic_fluent_voicemail_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5506
- FluentUIIcon.Ic_fluent_voicemail_28_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5507
- FluentUIIcon.Ic_fluent_voicemail_arrow_back_16_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5508
- FluentUIIcon.Ic_fluent_voicemail_arrow_back_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5509
- FluentUIIcon.Ic_fluent_voicemail_arrow_forward_16_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5510
- FluentUIIcon.Ic_fluent_voicemail_arrow_forward_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5511
- FluentUIIcon.Ic_fluent_voicemail_arrow_subtract_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5512
- FluentUIIcon.Ic_fluent_voicemail_subtract_16_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5513
- GitHubAuthorModel.email src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Models/GitHubAuthorModel.cs:21
- RefitUserInfoResponseModel.email src/Presentations/Windows/Features/Chat/Models/Refits/Responses/RefitUserInfoResponseModel.cs:24
- UserModel.email src/Presentations/Windows/Features/Chat/Models/UserModel.cs:9
Financial (card / IBAN) — 8 field(s)
- FluentUIIcon.Ic_fluent_credit_card_person_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:1701
- FluentUIIcon.Ic_fluent_credit_card_person_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:1702
- FluentUIIcon.Ic_fluent_credit_card_toolbox_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:1703
- FluentUIIcon.Ic_fluent_credit_card_toolbox_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:1704
- FluentUIIcon.Ic_fluent_wallet_credit_card_16_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5525
- FluentUIIcon.Ic_fluent_wallet_credit_card_20_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5526
- FluentUIIcon.Ic_fluent_wallet_credit_card_24_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5527
- FluentUIIcon.Ic_fluent_wallet_credit_card_32_regular src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs:5528