Public report — semantic-kernel, published 19 Jul 2026.
Concrete security findings (CVE IDs, secret matches, dependency versions) are hidden in this version;
ask the repo owner for the full report.
1253findings with an exact file:lineof 1320 — the remainder are repo-wide signals (a dimension-level measurement, not a single line); open any file:line and verify
65/104dimensions across the health lenses116862 LoC · 201 projects — wide & deep
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.
microsoft/semantic-kernel carries serious risk (56%). Several issues below can materially affect reliability, security, or the cost of change and warrant near-term attention.
It is strongest in Domain Modelling (100%) — the domain model is expressive and well-guarded. Architecture (83%) is solid too.
Most urgent: a critical security exposure was detected (see the Security & Compliance lens). Treat it as a priority regardless of the overall grade.
The area that most needs attention is Code Health (49%) — changes there are slower and more error-prone. Security (50%) is the next concern — exposure to security and compliance incidents is elevated.
Leadership focus, highest impact first: Finish or delete the unfinished stubs (NotImplementedException… (Incompleteness & stubs); Encrypt sensitive data at rest (ASP.NET Core Data Protection /… (Data Protection); 111 NoWarnInCsproj finding(s) (Explicit Debt).
For scale: Large (~116,862 production lines); rebuilding it from scratch would take roughly ~3.3 person-years (~1–7 engineers). Approximate, ±~30%.
It builds on a genuinely strong Domain Modelling foundation (100%); the priorities above are the highest-leverage way to bring the rest up to that level.
How the score is built — each lens's share of the headlineWidth is the lens's weight in the worst-heaviest fold (the weakest area pulls hardest); colour is that lens's own band. A lens fixes the score in proportion to its width.
D20 · No consequences/trade-offs (e.g. cost of maintaining dual-service fallback) are stated in a visible portion docs/decisions/0038-completion-service-selection.md
D20 · Decision and consequences are present but trade-offs (e.g. extensibility cost, hybrid query complexity) are only hinted rather than stated docs/decisions/0058-vector-search-design.md
D20 · Decision outcome (when the ADR is applied) and consequences/trade-offs are not yet stated in a visible portion docs/decisions/0066-concepts-guidelines.md
A full-fidelity diff against the previous run's complete recorded findings — line-move tolerant: a finding that only shifted line counts as unchanged, only genuinely new titles/files surface here.
Rebuild cost & value ~ Modeled — €160,000–€810,000
This codebase represents roughly ~3.3 person-years of build effort (about ~€490,000 to rebuild). Its weakest lens is Code Health at 49% — the part of that asset most exposed by the findings below.
How we model this: boilerplate at a scaffolding rate + logic × domain Standard (×1.2) — service/app, domain model × a 0.8× quality factor, at €60–95/h; indicative, ±~30%. Indicative only — most sensitive to the hourly rate and the domain tier (both tunable in config).
Top priorities
The highest-leverage moves; the full ranked list is in the Roadmap below.
1
Resolve the 2 EmptyCatchBlock finding(s) in Explicit Debt — start with KernelFunction.cs, KernelFunctionLogMessages.cs.
Value concentrated against a weak lens · Medium · Value at risk
This is a Large asset (~3.3 person-years to rebuild), and its weakest lens is Code Health at 49%. The operational and business risk on an asset this size concentrates there — that's where remediation buys the most protection.
→ Direct remediation budget at Code Health first — highest risk-reduction per euro on an asset this size.
Highest-leverage move · Medium · Leverage
Of everything flagged, the best return on effort is: Finish or delete the unfinished stubs (NotImplementedException / empty / constant-returning bodies) — they are dead surface that looks live. The rest can wait behind it.
Evidence: priority ranking: top of 5 ranked by impact/effort
→ Finish or delete the unfinished stubs (NotImplementedException / empty / constant-returning bodies) — they are dead surface that looks live.
Architecture — module dependency graph
Project dependencies, layered top-to-bottom; arrows show direction. Any dashed red edge points upward or sideways — a layering smell or cycle. A clean layered graph has none.
At a glance — Code Health · 49% · Weak · gated by D17, IC1
Findings mapped to OWASP categories; the specific CVEs/secrets are in the Security dimension cards below and findings.md (redacted only on the public version of this report).
OWASP category
Findings
Severity
A06:2021 — Vulnerable & Outdated Components
51
High / Critical
A03:2021 — Injection
50
High / Critical
A02:2021 — Cryptographic Failures
3
High / Critical
Roadmap
First, eliminate dead code by finishing or removing the 690 incomplete method stubs to remove false signals of functionality. Next, secure sensitive data by implementing encryption at rest and managing keys in a vault, while also adding essential security response headers to harden the web posture. Then, address the explicit technical debt by resolving the 111 warnings in the specified project files. Finally, improve observability by fixing the 13 instances of interpolated log messages to enable structured logging.
Ranked by impact ÷ effort. "Helps" is the estimated gain on the 0–100 health score.
Do this
Helps
Effort
Dimension
Resolve the 2 EmptyCatchBlock finding(s) in Explicit Debt — start with KernelFunction.cs, KernelFunctionLogMessages.cs.
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.).
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.
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. 60 of 65 evaluated dimensions are computed purely by tools and static analysis (confidence 1.0); 5 documentation/naming judgement(s) are LLM-assisted and labelled advisory. Overall confidence is 0.8 — 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.
Every figure here is one of three kinds, and we label which: ✓ Measured — a deterministic fact (LoC, complexity, coverage); ~ Modeled — an estimate from a stated model (cost, effort, value-at-risk), always a range with its assumptions, never a precise fact; ◐ Advisory — an LLM prose judgement. We never present a modelled estimate as if it were measured. Perfect or absent scores carry their provenance too (ADR-0011): ✓ Tool-verified means the property itself was measured across the surface; ○ Nothing flagged means the probes came back clean — a claim bounded by what a repository can show; ⊘ Not evidenced means a working control (a tested restore, an automated rollback) showed no positive evidence — absence of evidence is not evidence of a control, so it's excluded from the score rather than awarded a spurious 10; ◐ Sampled · advisory marks an LLM verdict over a bounded sample — advisory, never a deterministic measurement.
What we checked — 65 dimensions across the health lenses
Each chip is a dimension scored from real signals across architecture, testing, dependencies, security & compliance, documentation, git-history and code quality — in one coherent pass. A surface report typically covers a handful.
How to trust any code-health report — three questions
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, 1253 of 1320 do; the remainder are repo-wide signals — a dimension-level measurement, not a single line. (Every path in this report is repo-relative by construction: paths are normalized at the producer and the report is rejected if any rooted path leaks through.)
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.
This report answers yes to all three. That's the bar to hold any assessment to.
Tools & methods
The actual versions used this run (captured at analysis time) — re-run on the same commit for the identical score.
Method
Backs
Version
Evaluator
Roslyn static analysis
Complexity, cohesion, coupling, dead code, API surface, layering
What ran differently this time — a tool absent, degraded, or that fell back to an estimate. Named openly, not folded silently into the scores. A degraded run also records its exact cause in diagnostics.md.
D19 Documentation Quality — LLM provider failed — The model provider returned an unusable result, so this LLM-assisted dimension fell back to a measurement gap (confidence 0) rather than a penalty. Re-run with a reachable provider to score it.
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.
D40 Network Egress Confinement — 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.
D41 Kernel & Syscall Confinement — 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.
D42 Runtime Threat Enforcement — 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.
Repo exclusion declarations (.gitattributes linguist-generated/vendored, .editorconfig generated_code): none declared — every source file was scored.
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
For each dimension that was measured, what a static, repo-only scan structurally cannot see — the honest edge of the measurement, not a failure of it.
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.
D7 Architectural Integrity: Layering is checked against detected/declared rules — an architecture whose boundaries live in convention or in code review, not in a rule a scanner can read, is not enforced here.
D8 Code Coverage: Coverage is measured by building and running the test suite inside Watchdog's isolated image — the target repo is never modified, and nothing on your systems runs. So coverage exists only when the suite builds and runs within the inline time budget; one that needs external services, can't build, or exceeds the budget yields no coverage (D8 then degrades to not-measured, not a low score). Line coverage also says nothing about assertion quality.
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.
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.
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.
D25 ADR Conformance: ADR conformance is the LLM-scored fraction of sampled code that follows recorded decisions — it checks the decisions that were written down and the slices it sampled, not unrecorded rules or the whole tree.
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.
D27 Navigability: Indirection/navigability is structural — it measures hops to follow a call, not whether that indirection buys real flexibility or just ceremony.
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").
D30 Dependency Vulnerabilities: CVE matching depends on accurate package/version metadata and the advisory database — a vulnerability with no published advisory, or in code not declared as a dependency, is not seen.
D31 IaC & Container Security: IaC scanning checks Dockerfiles/Terraform/Kubernetes against best-practice rules — it cannot see the live cloud account, runtime configuration, or drift between the committed config and what is actually deployed.
D33 JS/npm Dependency Vulnerabilities: JS/npm CVE matching reads package manifests and lockfiles — risk from how a dependency is used, and advisories not yet published, fall outside this scan.
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.
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.
C5 Data-Subject Rights: This control is scored from in-repo evidence only — absence of evidence here means the scan found no in-repo trace, not that the control does not exist.
DM6 Domain ↔ infrastructure boundary: Infrastructure reached through a hand-rolled wrapper, a domain-named facade, reflection, or a string-keyed service locator resolves to a non-infra type and isn't seen; the body scan is symbol resolution over syntax, not full dataflow. A clean result means "no resolved infra reference in a domain body", not a proof of purity.
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.
P4 Deployment & Rollback: Approval/branch-protection rules live in repository settings the scan cannot see — only their in-repo evidence (config files, workflows) is checked, so a control enforced purely in the host's settings reads as "not evidenced".
The LLM boundary
LLM-set scores this run (5): D20, D21, D24, D25, M4 (model: Local LLM). For these, a model reads a bounded sample and sets the numeric score (documentation, ADR quality, naming, comment value, onboarding) — D25 sets the ADR-conformance fraction over sampled code, D22 judges API accuracy over a sample. These are sampled and advisory by design: they vary at the margins between runs and are never a deterministic measurement. Every other score in this report is tool-computed at confidence 1.0.
What it measures: How tangled the control flow is — methods with many branches are hard to test and change.
Method: Cyclomatic complexity per method (1 + decision points), computed exhaustively across production source; test projects separated by convention. Deterministic.
+ 33 more group(s) — more in Appendix A; the complete list is findings.md.
What to do
Resolve the 1 PromptExecutionSettingsExtensions.ToChatOptions (cyclomatic 63) finding(s) in Cyclomatic Complexity — start with PromptExecutionSettingsExtensions.cs. — One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 FlowExecutor.ExecuteFlowAsync (cyclomatic 50) finding(s) in Cyclomatic Complexity — start with FlowExecutor.cs. — One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 CodeTokenizer.Tokenize (cyclomatic 45) finding(s) in Cyclomatic Complexity — start with CodeTokenizer.cs. — One of this dimension's main actionable groups (1 warning-level).
Detailed fixes: d1_recommendation.md · top locations in Appendix A, every location in findings.md.
What it measures: How hard the code is for a person to follow, beyond raw branching.
Method: Cognitive complexity per method (Sonar-style nesting-penalized score), computed exhaustively over production code, excluding test projects. Deterministic.
+ 69 more group(s) — more in Appendix A; the complete list is findings.md.
What to do
Resolve the 1 FlowExecutor.ExecuteFlowAsync (cognitive 151) finding(s) in Cognitive Complexity — start with FlowExecutor.cs. — One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 FlowExecutor.ExecuteStepAsync (cognitive 99) finding(s) in Cognitive Complexity — start with FlowExecutor.cs. — One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 PromptExecutionSettingsExtensions.ToChatOptions (cognitive 86) finding(s) in Cognitive Complexity — start with PromptExecutionSettingsExtensions.cs. — One of this dimension's main actionable groups (1 warning-level).
Detailed fixes: d2_recommendation.md · top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D3 · God Classes9.5 / 10Exemplary✓ Tool-verified
What it measures: Over-large classes that try to do too much ("god classes").
Method: God-class detection by line and method-count thresholds per logical type (partial classes unified), filtered for generated code and registration/contract false positives. Deterministic.
What it measures: Copy-pasted code that should be shared instead.
Method: Code duplication via token-stream sliding windows with type-aware normalization (locals masked, type names preserved), density-scored per KLoC of production code. Deterministic.
+ 14 more group(s) — more in Appendix A; the complete list is findings.md.
✓ On the Gold path — maintain.
Detailed fixes: d4_recommendation.md · top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D5 · Coupling9.4 / 10Exemplary✓ Tool-verified
What it measures: Whether volatile projects sit underneath others that depend on them (so their churn ripples upward), and whether project dependencies form cycles. A widely-depended-on but stable shared/kernel project is healthy, not penalised.
Method: Dependency cycles via elementary-DFS over real .csproj references, plus Martin instability (afferent/efferent) per project. Exhaustive over the reference graph, deterministic.
Coverage: Exhaustive · type-level: afferent/efferent coupling + cycles computed over every production type — the population is all types, not a name convention.
What it measures: Whether a class's methods are focused on a single responsibility.
Method: LCOM4 cohesion per production class with at least two methods: connected components of methods sharing state or calls, computed syntactically. Deterministic, not a proxy.
Coverage: Exhaustive · type-level: LCOM4 cohesion computed over every production class — the population is all types, not a name convention.
What it measures: Whether the code respects its intended layering / architecture rules.
Method: Enforcement rung (Prevented/Verified/Documented) per checkable ADR via Roslyn, plus dependency cycles via the engine shared with D5/AX3. Deterministic, exact.
What it measures: How much of the code is actually exercised by tests.
Method: Coverage from coverlet runs or committed reports (Cobertura/OpenCover/lcov), computed per-file with structured exclusions for generated, trivial, and glue code. When the suite can't be built/run in-image AND no report is committed, coverage is reported NOT-MEASURED (excluded from the score) with the precondition to make it measurable — never a LoC-ratio proxy folded in as if measured. Deterministic.
D9 · Test Distribution10.0 / 10Exemplary✓ Tool-verified
What it measures: Whether the test suite has a healthy mix of unit / integration / end-to-end tests.
Method: Test projects classified (Unit/Integration/BDD/E2E) from compiled metadata; test methods counted exhaustively across projects with placement-agnostic disk fallback. Deterministic.
4713 test methods: 4268 unit, 445 integration, 0 BDD, 0 e2e.
✓ On the Gold path — maintain.
Detailed fixes: d9_recommendation.md.
Do you agree with this assessment?
D10 · Test Quality9.8 / 10Exemplary✓ Tool-verified
What it measures: Whether the tests truly assert behaviour rather than just running the code.
Method: Per-test assertions, skips, and mock references analyzed via Roslyn; structured skip-reason tags (BUG:/ENV:) separate documented deferrals from debt. Deterministic.
189 skipped (189 with a documented reason), 410 zero-assertion, 28 mock references across 5109 tests (5 harness-style project(s) excluded from the assertion penalty).
No assertions: UseSimplestProcessAsync · ×64dotnet/samples/GettingStartedWithProcesses/Step00/Step00_Processes.cs:23
No direct assertions: UseStreamingAgentAsync · ×346dotnet/samples/Concepts/Agents/AzureAIAgent_Streaming.cs:16
Detailed fixes: d10_recommendation.md · top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D11 · Test Reliability10.0 / 10Exemplary✓ Tool-verified
What it measures: Whether the tests pass reliably, with no flakiness.
Method: Suite re-run N times within tiered wall-clock budgets (unit to e2e); tests failing non-deterministically across runs flagged; guarded tests retried when #if guards detected.
0 flaky across 1 measured tier(s). unit: measured (0 flaky); integration: not included — too large to re-run within its budget; other: not included — too large to re-run within its budget.
What it measures: Whether dependencies are current, secure, and not bloated.
Method: Manifest scan via dotnet list package across all projects; worst-signal-per-package deduction (saturating for vulnerabilities, capped-linear for deprecation/outdated) per KLoC. Exhaustive, deterministic.
What it measures: Whether any secrets (keys, tokens, passwords) have leaked into the code.
Method: In-process native secret scanner (entropy plus signature patterns) across all tracked files; no external tool. A clean result is a measured 10, not no-data zero. Deterministic.
What it measures: Whether the licenses of third-party packages are compatible with your policy.
Method: Third-party package licenses resolved from declared package metadata and checked against the configured policy (allow/deny/copyleft). Deterministic; clean = no incompatible license found at metadata depth.
What it measures: Files that change often and are also complex — the riskiest hotspots.
Method: Per production file churn times cyclomatic complexity over a rolling window, computed from git and Roslyn/JS/Razor analysis. Exhaustive, deterministic per commit date.
Detailed fixes: d15_recommendation.md · top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D16 · Bus Factor9.3 / 10Exemplary✓ Tool-verified
What it measures: Whether knowledge is concentrated in too few people (the "bus factor").
Method: Living knowledge per author via time-decayed commit attribution (6-month half-life, focus weighting) across largest source files. Deterministic, avoids blame's mechanical-refactor false positives.
49 source file(s) have their living knowledge concentrated in one author (≥90% of recent, decayed contribution). The largest is dotnet/src/VectorData/SqlServer/SqlServerCommandBuilder.cs.
Off-boarding risk: anonymized user #1 · ×3
Further sole-owners (lower concentration)
✓ On the Gold path — maintain.
Detailed fixes: d16_recommendation.md · top locations in Appendix A, every location in findings.md.
What it measures: Acknowledged debt left in the code — TODOs, dead code, suppressed warnings.
Method: Roslyn syntactic debt markers (suppressions/TODO/FIXME/HACK/empty-catch/commented-code/Obsolete) plus SymbolFinder dead-code analysis; weighted-debt-per-KLoC density deducted 2.0x per unit. Deterministic, exhaustive.
NoWarnInCsproj repeated across 43 files · ×2dotnet/test/VectorData/Weaviate.UnitTests/Weaviate.UnitTests.csproj:11
NoWarnInCsproj repeated across 13 files · ×2dotnet/test/VectorData/SqliteVec.UnitTests/SqliteVec.UnitTests.csproj:11
NoWarnInCsproj repeated across 44 filesdotnet/src/SemanticKernel.Core/SemanticKernel.Core.csproj:9
+ 9 more group(s) — more in Appendix A; the complete list is findings.md.
What to do
Resolve the 111 NoWarnInCsproj finding(s) in Explicit Debt — start with Connectors.AzureOpenAI.csproj (3), Connectors.OpenAI.csproj (3), AIModelRouter.csproj (2). — One of this dimension's main actionable groups (111 issue-level).
Resolve the 2 EmptyCatchBlock finding(s) in Explicit Debt — start with KernelFunction.cs, KernelFunctionLogMessages.cs. — One of this dimension's main actionable groups (2 issue-level).
Resolve the 2 NoWarnInCsproj repeated across 43 files finding(s) in Explicit Debt — start with Weaviate.UnitTests.csproj (2). — One of this dimension's main actionable groups (2 issue-level).
Detailed fixes: d17_recommendation.md · top locations in Appendix A, every location in findings.md.
What it measures: Whether the solution is laid out in a sensible, conventional structure.
Method: Solution structure: project count, decomposition, shell-project detection, build success (confirmed failures cap the score); traced to actual .sln files and binaries. Deterministic.
Detailed fixes: d18_recommendation.md · top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D20 · ADR Quality / 10Strong◐ Sampled · advisory
What it measures: Whether architecture decisions are recorded well (context, decision, consequences).
Method: Per-ADR judgment by language model at low temperature with two-pass stability; confidence is share of ADRs evaluated; enforcement-field presence detected deterministically. Advisory.
Evaluated 73 ADR(s) individually; mean quality 8.1/10 (consistently complete and clear). 3 flagged with a specific gap.
No consequences/trade-offs (e.g. cost of maintaining dual-service fallback) are stated in a visible portiondocs/decisions/0038-completion-service-selection.md
Decision and consequences are present but trade-offs (e.g. extensibility cost, hybrid query complexity) are only hinted rather than stateddocs/decisions/0058-vector-search-design.md
Decision outcome (when the ADR is applied) and consequences/trade-offs are not yet stated in a visible portiondocs/decisions/0066-concepts-guidelines.md
What to do
Resolve the 1 No consequences/trade-offs (e.g. cost of maintaining dual-service… finding(s) in ADR Quality — start with 0038-completion-service-selection.md. — One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 Decision and consequences are present but trade-offs (e.g. extensibility… finding(s) in ADR Quality — start with 0058-vector-search-design.md. — One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 Decision outcome (when the ADR is applied) and consequences/trade-offs… finding(s) in ADR Quality — start with 0066-concepts-guidelines.md. — One of this dimension's main actionable groups (1 warning-level).
Detailed fixes: d20_recommendation.md · top locations in Appendix A, every location in findings.md.
What it measures: Whether names — types, methods, variables — are clear and consistent.
Method: Judged by language model at low temperature (0.0-0.1) on a deterministic random symbol sample (fixed size, not exhaustive), with disclosed confidence band. Advisory, sampled.
0 naming inconsistencies across 200 sampled symbols.
✓ On the Gold path — maintain.
Detailed fixes: d21_recommendation.md.
Do you agree with this assessment?
D24 · Comment Value / 10Weak◐ Sampled · advisory
What it measures: Whether comments are worth it — explaining WHY (valuable) rather than WHAT (redundant).
Method: Judged by language model at low temperature (0.0-0.1) on deterministically sampled inline comments with surrounding code; findings verified back to sampled comments by substring match. Advisory, sampled.
Resolve the 1 redundant comment finding(s) in Comment Value — start with Program.cs. — One of this dimension's main actionable groups (1 recommendation-level).
Detailed fixes: d24_recommendation.md · top locations in Appendix A, every location in findings.md.
What it measures: Whether the code actually follows the decisions recorded in the project's ADRs.
Method: Judged by language model at low temperature against ADRs plus a deterministic structural code summary; findings linked to repo-rooted ADR paths for traceability. Advisory.
5 of 114 projects flagged as possibly oversized/incoherent.
Split Concepts
Split IntegrationTests
Split SemanticKernel.UnitTests
✓ On the Gold path — maintain.
Detailed fixes: d26_recommendation.md · top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D27 · Navigability7.8 / 10Strong✓ Tool-verified
What it measures: How far you must trace to follow a call — low indirection and co-located slices read easier.
Method: Call indirection (interface hops, cross-namespace calls, slice-locality scaled) over a sampled set of method invocations, size-aware baseline. Sampled; confidence discounted by symbol-resolution gaps.
Coverage: Slice locality from the first namespace segments, SAMPLED (≤400 methods) — not exhaustive.
86 % of calls cross a namespace and 4 % go through an interface, but 87 % of collaborators are co-located — so a call's collaborators sit together and tracing stays easy. Baseline: large — vertical-slice locality expected.
What to do
Improve Navigability — currently 7.8/10. — 86 % of calls cross a namespace and 4 % go through an interface, but 87 % of collaborators are co-located — so a call's collaborators sit together and tracing stays easy. Baseline: large — vertical-slice locality expected.
What it measures: Whether any secrets were ever committed — scanned across the full git history, not just now.
Method: Git-history secret scan via gitleaks detect over full history in an isolated checkout; each match flagged High. Exhaustive; degrades cleanly when tool absent.
2 finding(s): 0 critical, 2 high, 0 medium, 0 low. Remediation for historically-committed secrets is credential rotation — they remain in history regardless of later deletion.
Secret: generic-api-key · ×2samples/dotnet/openapi-skills/GitHubSkill/openapi.json:5142detected by gitleaks finding
Rotate the exposed credentials — git history can't be un-committed
What to do
Resolve the 2 Secret finding(s) in Secrets (history) — start with openapi.json (2). — One of this dimension's main actionable groups (2 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).
Detailed fixes: d28_recommendation.md · top locations in Appendix A, every location in findings.md.
What it measures: Real static-analysis (SAST) findings — likely security bugs in the code, any language.
Method: Polyglot static analysis via semgrep across the repo using the pinned, image-baked p/security-audit + p/owasp-top-ten rulesets (no scan-time registry fetch); severity rules (ERROR/WARNING/INFO) map to a full-band severity-weighted score. Exhaustive, deterministic; degrades on parse failure.
Coverage: semgrep pattern rules over all files — exhaustive for the rule set, blind to classes of bug without a rule (clean = no rule matched).
High: dependabot-missing-cooldown · ×50.github/dependabot.yml:9detected by semgrep finding
What to do
Resolve the 50 High finding(s) in Static Analysis (SAST) — start with dotnet-build-and-test.yml (9), dotnet-ci.yml (6), devflow-pr-review.yml (5). — One of this dimension's main actionable groups (50 issue-level).
Detailed fixes: d29_recommendation.md · top locations in Appendix A, every location in findings.md.
What it measures: Whether any dependencies have known published vulnerabilities (CVEs), direct or transitive.
Method: NuGet CVE scan via dotnet list package --vulnerable including transitive; severity tally (Critical/High/Medium/Low) to 0-10 tight normalizer. Exhaustive, deterministic; degrades when absent.
What it measures: Whether files that change together actually belong together — pairs that repeatedly co-change in git history despite having no explicit code dependency, surfacing the hidden/logical coupling (and boundaries in the wrong place) a static scan can't see.
Method: Pairwise co-occurrence over the per-commit file sets in git history (production source only — tests and generated dropped): Degree-of-Coupling = shared ÷ min individual revisions, reported above noise floors (each file ≥10 revisions, ≥5 shared commits, ≥50% strength); sweeping commits excluded. Deterministic over fixed history.
Coverage: Population: PRODUCTION source files only — test and generated files are dropped before pairing, so a class co-changing with its own test (trivially ~100%) can't drown the real production↔production coupling. Pairs ranked by Degree-of-Coupling; coupling through a build step, config, or non-source file isn't seen.
What it measures: Whether the build pipeline provides supply-chain integrity — generated provenance/attestation, signed artifacts (cosign/sigstore), an SBOM, and pinned build actions. Presence of the configuration, not a runtime guarantee.
Method: Supply-chain provenance/signing read deterministically from CI/build config (.github/workflows, .gitlab-ci.yml, azure-pipelines, Jenkinsfile, .circleci) + the release surface: four signals — generated provenance/attestation (SLSA/in-toto/actions-attest), artifact signing (cosign/sigstore/gitsign), an SBOM (syft/sbom-action/*.spdx.json/*.cdx.json), and SHA-pinned build actions — scored 10·present/denom. NotApplicable without a build pipeline. Detects configuration presence, not runtime enforcement.
Resolve the 1 Unpinned build actions finding(s) in Supply-chain Provenance & Signing. — One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 No build provenance finding(s) in Supply-chain Provenance & Signing. — One of this dimension's main actionable groups (1 recommendation-level).
Resolve the 1 No artifact signing finding(s) in Supply-chain Provenance & Signing. — One of this dimension's main actionable groups (1 recommendation-level).
Detailed fixes: d36_recommendation.md · top locations in Appendix A, every location in findings.md.
What it measures: Whether the repository publishes a coordinated-vulnerability-disclosure policy (SECURITY.md or security.txt) with a reporting contact, so finders know how to report a vulnerability. Presence of a policy file with a contact, not whether the policy is adequate or honoured.
Method: Vulnerability-disclosure policy read deterministically from the repo: a SECURITY.md (root/.github/docs) or .well-known/security.txt / security.txt, regex-checked for a reporting contact (email / URL / mailto). Present + contact → 10; present without a contact → 4; NotApplicable when no policy file exists (it may live off-repo). Detects the policy file's presence + contact, not its adequacy.
What it measures: Whether dependencies have known published vulnerabilities (CVEs) per the OSV database — npm and other lockfile ecosystems, parsed natively. Complements D33 (npm via trivy) and D30 (.NET via dotnet).
Method: npm/multi-ecosystem CVE scan via osv-scanner (queries the osv.dev database + parses lockfiles natively: package-lock/yarn/pnpm/bun); severity tally (Critical/High/Medium/Low) to 0-10 tight normalizer (8.0). NotApplicable without a JS lockfile. Additive to D33 (trivy fs); exhaustive + deterministic, DB kept fresh.
High CVE: [GHSA redacted] · ×13python/uv.lockdetected by osv-scanner finding
Critical CVE: [GHSA redacted]python/uv.lockdetected by osv-scanner finding
Medium CVE: [GHSA redacted] · ×36python/uv.lockdetected by osv-scanner finding
What to do
Resolve the 36 Medium CVE finding(s) in OSV Dependency Vulnerabilities — start with uv.lock (36). — One of this dimension's main actionable groups (36 warning-level).
Resolve the 13 High CVE finding(s) in OSV Dependency Vulnerabilities — start with uv.lock (13). — One of this dimension's main actionable groups (13 issue-level).
Resolve the 1 Critical CVE finding(s) in OSV Dependency Vulnerabilities — start with uv.lock. — One of this dimension's main actionable groups (1 issue-level).
Detailed fixes: d38_recommendation.md · top locations in Appendix A, every location in findings.md.
Other · Architecture — Whether any singleton service captures a scoped/transient dependency — a silent lifetime/threading bug.
Method: Roslyn scan: DI registrations parsed from AddSingleton/Scoped/Transient; each singleton checked for captured shorter-lifetime dependencies. Exhaustive, deterministic.
Other · Architecture — How the codebase splits by code ROLE — domain, application, infrastructure, test, generated. The significance map behind the knowledge/coupling weighting, and a DDD signal in its own right: a thin domain core under fat infrastructure is the anemic-domain smell, quantified.
Method: Roslyn line-count by code ROLE: every source file classified Domain/Application/Infrastructure/Test/Generated by namespace + path convention (the shared CodeRoleClassifier), then significant lines summed per role. Deterministic; the advisory score is the business-logic (domain+application) share of production code.
Coverage: Population: ALL source files, each bucketed into ONE of five roles (Domain/Application/Infrastructure/Test/Generated) by namespace + path convention — a file whose layer isn't named in the convention falls to Application (the neutral default), and the split is line-count, not semantic depth or business value.
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).
Other · Architecture — Whether singleton services avoid mutable shared instance state that concurrent callers would race on.
Method: Roslyn scan: singleton field mutations unguarded by lock or Interlocked, per type; syntax-based guard detection. Deterministic, traceable per field.
`AudioPlaybackService` is a singleton (one shared instance) but mutates instance state outside any lock (_waveOut, _isPlaying; e.g. `_waveOut` at line 31). — AudioPlaybackService.cs:6
`VadService` is a singleton (one shared instance) but mutates instance state outside any lock (_preroll, _inSpeech, _speech, _silenceFrames; e.g. `_preroll` at line 74). — VadService.cs:5
`ResourceTemplateDefinition` is a singleton (one shared instance) but mutates instance state outside any lock (_kernelFunction, _regex; e.g. `_kernelFunction` at line 58). — ResourceTemplateDefinition.cs:13
`ResourceDefinition` is a singleton (one shared instance) but mutates instance state outside any lock (_kernelFunction; e.g. `_kernelFunction` at line 79). — ResourceDefinition.cs:12
`CopilotStudioTokenHandler` is a singleton (one shared instance) but mutates instance state outside any lock (_clientApplication; e.g. `_clientApplication` at line 71). (×3) — CopilotStudioTokenHandler.cs:24, CopilotStudioTokenHandler.cs:24, CopilotStudioTokenHandler.cs:24
What to do
Keep singletons stateless or back their state with thread-safe types (Concurrent*/Immutable*); otherwise concurrent callers race.
Other · Architecture — Whether the project-reference graph is acyclic (cycles block independent build/deploy and signal eroding boundaries).
Method: Project reference cycles via elementary-DFS over real .csproj references, using the engine shared with D5/D7; cyclic versus acyclic. Exhaustive, deterministic.
Other · Architecture — Whether dependencies point inward (Domain ← Application ← Infrastructure/Web) — the clean-architecture dependency rule, checked across the project graph.
Method: Layer violations by name-segment inference (Domain/Core to Application to Infrastructure/Web) over the project-reference graph. Exhaustive over all projects, deterministic.
Other · Architecture — Whether the codebase has a recognisable, scale-appropriate structure (a named architectural style, or modular enough for its size) rather than being an ad-hoc ball of mud.
Method: Roslyn plus csproj analysis: architecture style detection (DDD, clean, vertical-slice, CQRS) and structure fitness for repo size. Deterministic.
Other · Architecture — Whether interfaces stay focused rather than fat — the Interface-Segregation principle (SOLID 'I').
Method: Roslyn scan: public interface member counts; fat-interface threshold (over 15 members) flagged per type. Deterministic, type-level.
Do you agree with this assessment?
AX8 · Test isolation10.0 / 10Exemplary✓ Tool-verified
Other · Architecture — Whether production projects stay free of references to test projects — tests may depend on production, never the reverse.
Method: Csproj graph: each production project checked for references to test projects (identified by test-framework presence, not name). Zero violations is clean. Deterministic.
Do you agree with this assessment?
C1 · Data Protection3.0 / 10Weak✓ Tool-verified
Other · Security — Whether sensitive data is encrypted at rest and in transit and keys are vaulted.
Method: Roslyn plus filesystem scan: encryption presence (EF ColumnEncryption, key-vault references, HTTPS enforcement) and key-derivation KDF detection. Deterministic.
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.).
Other · Security — Whether access is authorized by default — [Authorize]/policies or imperative guard methods (throw-on-violation) called from handlers.
Method: Roslyn scan: [Authorize] usage and authorization policies, plus imperative throw-on-violation guard methods detected via syntax. Deterministic.
Other · Domain Modelling — Whether the domain layer stays free of infrastructure dependencies — a domain aggregate fused to a persistence ORM (TypeORM/Prisma/MikroORM/Sequelize/Mongoose) on its own declaration (active-record) couples the domain to infrastructure. The clean-architecture dependency rule.
Method: Roslyn (DDD-gated): domain-layer types scanned for infrastructure usage in member SIGNATURES and inside method/accessor BODIES — resolved calls and object-creations into EF/Marten/HTTP/Mongo/Redis/message-bus types (not just a namespace allowlist). Deterministic, symbol-resolved, exhaustive over domain-layer bodies, DDD-native.
Coverage: Domain layer identified by NAMESPACE heuristic; infrastructure then resolved by symbol in member SIGNATURES and method/accessor BODIES — rename the layer and the check evaporates.
Other · Code Health — Unreviewed-generation residue: shipped members still throwing NotImplementedException, and placeholder string literals left in non-test, non-generated code. Scored as a quality signature, never as a claim about authorship.
Method: Roslyn syntax scan: NotImplementedException throws and placeholder string literals in non-test, non-generated shipped code. Deterministic, code-shape signature.
A shipped member still throws NotImplementedException — generated scaffolding that was never completed. Implement it or remove the dead surface. (×23) — KernelFunctionSamples.cs:35, PipelineEvents.cs:23, PipelineEvents.cs:28, …
A placeholder string ("sales.report@example.com") is still in shipped code — typical of generated boilerplate that was never filled in. — MailboxUtils.cs:30
A placeholder string ("hr.department@example.com") is still in shipped code — typical of generated boilerplate that was never filled in. — MailboxUtils.cs:40
What to do
Finish or delete NotImplementedException stubs and replace placeholder literals before shipping.
Other · Code Health — Unfinished work detected by code SHAPE, not keywords: members that only throw a "not implemented" exception, methods that take inputs and return a constant, async methods that never await, dead `if (false)` / `#if false` branches, and skeleton types most of whose members are holes. A real, objective slice of technical debt.
`GetAgentCardAsync` is declared `async` but never awaits anything, so it runs synchronously while pretending to be asynchronous. Drop `async` or do the real async work. (×3) — A2AHostAgent.cs:93, A2AHostAgent.cs:93, A2AHostAgent.cs:93
`InvokeAsync` is a shipped member whose whole body throws NotImplementedException — scaffolding that was never completed. Implement it or remove the dead surface. (×3) — AggregatorAgent.cs:48, AggregatorAgent.cs:48, AggregatorAgent.cs:48
`InvokeStreamingAsync` is a shipped member whose whole body throws NotImplementedException — scaffolding that was never completed. Implement it or remove the dead surface. (×3) — AggregatorAgent.cs:59, AggregatorAgent.cs:59, AggregatorAgent.cs:59
`InvokeAsync` is declared `async` but never awaits anything, so it runs synchronously while pretending to be asynchronous. Drop `async` or do the real async work. (×6) — AggregatorChannel.cs:26, AggregatorChannel.cs:26, AggregatorChannel.cs:26, …
`InvokeStreamingAsync` is declared `async` but never awaits anything, so it runs synchronously while pretending to be asynchronous. Drop `async` or do the real async work. (×6) — AggregatorChannel.cs:56, AggregatorChannel.cs:56, AggregatorChannel.cs:56, …
`ToDescendingAsync` is declared `async` but never awaits anything, so it runs synchronously while pretending to be asynchronous. Drop `async` or do the real async work. (×3) — ChatHistoryExtensions.cs:28, ChatHistoryExtensions.cs:28, ChatHistoryExtensions.cs:28
`GetStepsAsync` is declared `async` but never awaits anything, so it runs synchronously while pretending to be asynchronous. Drop `async` or do the real async work. (×3) — AgentRunExtensions.cs:21, AgentRunExtensions.cs:21, AgentRunExtensions.cs:21
`CreateInternalAsync` is declared `async` but never awaits anything, so it runs synchronously while pretending to be asynchronous. Drop `async` or do the real async work. (×3) — CopilotStudioAgentThread.cs:35, CopilotStudioAgentThread.cs:35, CopilotStudioAgentThread.cs:35
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.
Maturity · Maturity — Whether the repo and its projects have a README, and whether it's substantive and current.
Method: Filesystem scan: README presence, word count, and headings for depth; git history for staleness. Exhaustive across root and project dirs, deterministic.
What to do
Add a 'Testing' section to the root README — how to run the test suite.
Add a README to the 79 of 114 project(s) that lack one — worth up to 1.4 pts.
Maturity · Maturity — Whether the repo is organised deliberately — src/test separation and consistent project naming.
Method: Filesystem scan: src/test folder separation and namespace-prefix consistency (majority RootNamespace agreement). Exhaustive across projects, deterministic.
Production code isn't grouped under a src/ folder — application code, tests and tooling are mixed at the repository root.
Tests aren't grouped in a dedicated test folder — the test surface isn't separable from production code at a glance.
What to do
Group production code under src/ (or split deliberately, e.g. backend/ + frontend/) so production and tooling code aren't mixed at the root.
Group tests in the folder your build system expects (tests/, test/, spec/, or your module's test source set) so the test surface is discoverable and CI can scope it.
Maturity · Maturity — Whether the README actually describes the code that exists (LLM-judged, advisory).
Method: Judged by language model at low temperature: README accuracy versus actual projects, within a disclosed tolerance. Advisory, not a measured number.
README advertises a microservices architecture, but the repo is a single project with no service manifests
What to do
Reconcile the README with reality: README advertises a microservices architecture, but the repo is a single project with no service manifests.
Readiness · Readiness — Whether SAST, secret/dependency scanning and performance benchmarking are wired in (presence, not runtime).
Method: Filesystem/Roslyn scan: CodeQL, Dependabot, secret-scanning, and BenchmarkDotNet presence in pipelines and projects. Exhaustive, deterministic.
What to do
Add gitleaks/trufflehog in CI to block PRs that introduce committed secrets.
Readiness · Readiness — Whether releases are automated and safely reversible (probes, rolling updates, approval gates) — from manifests/pipeline files, not the live environment.
Method: Filesystem scan: deployment manifests/IaC (K8s YAML, Helm, Terraform) for rolling updates, probes, approval gates, migration hooks. Exhaustive, deterministic.
Deployment automation exists but no readiness/liveness probes, rolling-update strategy, lifecycle hooks or migration job were evidenced — a bad release is harder to detect and reverse.
What to do
Add readiness/liveness probes and a rolling-update (or blue/green) strategy so a bad release is caught and rolled back automatically.
Readiness · Readiness — Whether EF Core schema changes go through versioned migrations rather than the un-evolvable EnsureCreated().
Method: Roslyn scan: EF Core DbContext for a versioned migrations directory versus bare EnsureCreated usage. Exhaustive per project, deterministic.
EF Core is used but neither migrations nor EnsureCreated were detected — confirm how the production schema is created and evolved.
What to do
Adopt a versioned schema-migration mechanism (with EF Core: dotnet ef migrations add + Migrate() on startup) as the explicit, versioned schema strategy — no migration mechanism was detected.
Readiness · Performance — Whether the library protects its performance with benchmarks — a BenchmarkDotNet suite, an allocation MemoryDiagnoser, and (ideally) a CI gate. Presence is credited as a bonus, never a deduction.
Method: Repo + source scan: BenchmarkDotNet referenced (csproj/source), [Benchmark]/[MemoryDiagnoser] attribute counts, and a benchmark step in CI — scored as a bonus ladder (absence is neutral, never a deduction). Deterministic, presence detection.
No benchmark suite was found. For a performance-sensitive library, a benchmark guards against silent regressions — but it's a bonus here, not a deduction.
What to do
Add a benchmarking harness for the hot paths and run it in CI to catch regressions (for .NET, a BenchmarkDotNet project with [MemoryDiagnoser] to track allocations).
Readiness · Performance — Whether the code is written to minimise allocations so it doesn't pressure its host's GC — Span/Memory, pooling (ArrayPool/ObjectPool), stackalloc, ValueTask, value-type structs and buffer writers. Reward-only: credited where present, never penalised where a simpler style is fine.
Raise allocation-aware density on the hot paths — currently 2701 use(s) across 802,226 production line(s) (~3.4/1k). More Span/Memory, pooling (ArrayPool/ObjectPool), stackalloc and ValueTask on the allocation-heavy paths climbs this toward 10.
Readiness · Performance — Whether asynchronous code keeps its host responsive — a library awaits with ConfigureAwait(false) (so it never captures and stalls the host's context) and avoids sync-over-async blocking (.Wait()/.GetAwaiter().GetResult()) that wastes threads and risks deadlock.
Method: Production-source scan: sync-over-async blocking (.Wait()/.GetAwaiter().GetResult()) counted everywhere, and — for a library with ≥5 awaits — the share of awaits using ConfigureAwait(false). Deterministic, syntax/text detection.
12 blocking call(s) on async work (.Wait()/.GetAwaiter().GetResult()) — these waste a thread and can deadlock in a consumer with a synchronization context.
What to do
Make the call chain async end-to-end and await it — never block on a Task with .Wait()/.GetAwaiter().GetResult() in library code.
Other · Security — Transport security, security headers, secure cookies, input validation, middleware order and crypto hygiene (presence, not runtime).
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 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.
Set secure cookie flags — CookieSecurePolicy.Always, HttpOnly, and SameSite (Strict/Lax) on auth/session cookies. Skip only if the app sets no cookies.
Other · Code Health — Whether the code avoids sync-over-async (deadlock-prone blocking on tasks) and async void.
Method: Roslyn syntax scan: async methods scanned for .Wait()/.GetAwaiter().GetResult() and async-void outside event handlers. Deterministic, hard fact per invocation.
Blocking on a Task with `.Wait()`/`.GetAwaiter().GetResult()` can deadlock (and wastes a thread). Make the caller `async` and `await` instead. (×12) — AgentProxy.cs:82, AgentProxy.cs:82, AgentProxy.cs:82, …
Other · Code Health — Whether async methods accept a CancellationToken so work can be cancelled (adoption curve).
Method: Roslyn scan: every async method (excluding framework-fixed overrides/Blazor handlers) checked for CancellationToken parameter presence. Deterministic, adoption percentage.
Only 2517/3453 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) — Program.cs:15, KernelFunctionSamples.cs:23, KernelPluginSamples.cs:24, …
What to do
Thread a CancellationToken through async methods so work stops promptly on cancellation.
Other · Code Health — Whether exceptions are handled rather than silently swallowed or rethrown with lost stack traces.
Method: Roslyn syntax scan: every catch clause counted; empty catches and bare rethrows flagged. Population is all catch clauses, not estimated. Deterministic, hard fact.
An empty catch block silently discards the error — failures vanish with no log and no rethrow. Log it, handle it, or don't catch it. (×6) — KernelFunction.cs:675, KernelFunctionLogMessages.cs:143, KernelFunction.cs:675, …
Other · Code Health — Whether log calls use message templates (queryable) rather than interpolated strings.
Method: Roslyn syntax scan: every log call-site counted; interpolated-string first-argument violations flagged. Population is all log calls, not estimated. Deterministic.
Logging an interpolated string (`$"..."`) collapses the event to plain text — you lose the named, queryable properties structured logging exists for. Use a message template with placeholders: `LogInformation("User {UserId} did {Action}", id, action)`. (×13) — VoiceChatPipeline.cs:105, VoiceChatPipeline.cs:112, AudioPlaybackService.cs:40, …
Other · Code Health — Whether nullable reference types are enabled and not undermined by heavy `!` suppression.
Method: Roslyn compiler-options scan: NullableContextOptions per project; null-forgiving (!) suppression density per 1k syntax nodes. Deterministic, adoption plus suppression penalty.
~0.9 `!` 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 `!`.
Do you agree with this assessment?
Reference — by lens
The score is the rank-weighted fold of these lenses (worst-heaviest), each including its meta-dimensions; a lens with a Critical contributor is capped at Fair (its band reads "gated by …") and is never the strongest area however high its average.
Not included — 39 check(s) not relevant to this codebase
These checks had nothing to measure here (no tests, no git history, the codebase is small, or the architecture style doesn't apply), so they're omitted above rather than scored low.
AC1 Text alternatives — No web markup found — accessibility is not applicable to this repository.
AC2 Forms & labels — No web markup found — accessibility is not applicable to this repository.
AC3 Page structure — No web markup found — accessibility is not applicable to this repository.
AC4 Keyboard semantics — No web markup found — accessibility is not applicable to this repository.
AC5 ARIA correctness — No web markup found — accessibility is not applicable to this repository.
AC6 Visual & motion safety — No web markup found — accessibility is not applicable to this repository.
AC7 A11y enforcement — No web markup found — accessibility is not applicable to this repository.
AX7 Slice cohesion — not applicable — not a vertical-slice architecture
AX9 CQS / query purity — no CQRS query handlers detected — query purity is not applicable to this codebase
AXB2 Runtime readiness — no data
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.
D19 Documentation Quality — LLM evaluation failed
D22 Internal API Consistency — No exposed public API
D23 Boundary Type-Coupling — Bounded contexts not declared
D32 Data Compliance (PII/GDPR) — No PII/GDPR ruleset is bundled (the public p/gdpr semgrep pack was retired) — data compliance is not assessed in this scan.
D34 Knowledge Freshness — knowledge concentrated in recent work — freshness signal contradicted by repo activity
D39 IL Efficiency — The target did not build, so no IL was available to measure.
D40 Network Egress Confinement — No Kubernetes/orchestration workloads found in the repository manifests; network egress policy is a cluster-native control that may live at the platform/firewall layer, so there is nothing to assess here.
D41 Kernel & Syscall Confinement — No Kubernetes/orchestration workloads found in the repository manifests; seccomp/AppArmor/SELinux confinement is a workload-level control, so there is nothing to assess here.
D42 Runtime Threat Enforcement — No Kubernetes/orchestration workloads found in the repository manifests; runtime threat-detection and admission-control policy are cluster-level controls, so there is nothing to assess here.
DM1 Aggregate boundaries — not gated in TS source-only: aggregate-vs-value-object classification is not 0-FP-separable (every class-holding-class reads alike) — advisory (the Swift/Dart/Rust parity)
DM2 Strongly-typed ids — not gated in TS source-only for the Stage-D scaffold: the branded-type idiom (`type Id = string & {__brand}`) is idiom-rare in TS (4 calibration carriers), so a bare-string-id gap is advisory — Stage-E diversification target (tsjs-stageC.md LESSON-A)
DM3 Integration-event coupling — not gated in TS source-only: a cross-package domain leak is not 0-FP-separable from a legitimate shared-kernel package, and most calibration repos are single-package — advisory (candidate-demote)
DM4 Rich vs anemic model — not gated in TS source-only for the Stage-D scaffold: the anemic-vs-rich gate is candidate-DETERMINISTIC for TS (behaviour + the component/DTO/readonly-VO exemptions) but the calibration corpus is high-quality (0 witnesses) — advisory, settled at the Stage-E holdout (the Rust/Swift/Dart precedent)
DM5 Encapsulated state — not gated in TS source-only for the Stage-D scaffold: TS idiom favours #private/private/readonly (idiom-rare public-mutable break), so DM5 is advisory pending Stage-E messier-repo witnesses (the Rust/Swift/Dart precedent)
DM7 Repository granularity — not gated in TS source-only: 'a repository per CHILD entity' needs the aggregate-root structure, which is not source-resolvable; the softest gated dim — advisory
ED1 Event-Driven — applicable but skipped (2/3 markers — below the conservative bar): 1 event handler(s); 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 data
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
P7 Outbound HTTP resilience — no outbound HTTP usage detected
P9 Domain vs controller coverage — coverage data present but no domain-layer files were identified (no /Domain//Aggregates/ paths)
SC1 Supply-chain hygiene — no data
X6 Hand-rolled structured-format parsing — no data
X7 Silent fallback defaults — no data
X8 JS interop contract — no data
Appendix A — Findings (grouped)
The findings behind the scores, grouped by severity, then by dimension and kind. The high-severity issues are enumerated in full below; items per group are capped at 25 with any overflow stated explicitly per group, never silently truncated. The complete machine-readable list of every finding (all severities) is the companion findings.md in this report's bundle.
NoWarnInCsproj — 12 warning codes suppressed in one element dotnet/src/SemanticKernel.UnitTests/SemanticKernel.UnitTests.csproj:9— A single <NoWarn> suppresses 12 warning codes (CA2007;CA1861;IDE1006;VSTHRD111;SKEXP0001;SKEXP0010;SKEXP0050;SKEXP0110;SKEXP0120;SKEXP0130;MEVD9000;OPENAI001) in one stroke — one team-wide decision, not 12 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 8 warning codes suppressed in one element dotnet/src/SemanticKernel.AotTests/SemanticKernel.AotTests.csproj:12— A single <NoWarn> suppresses 8 warning codes (VSTHRD111;CA2007;CA1031;CA1812;CS1998;IDE1006;SKEXP0120;SKEXP0001) in one stroke — one team-wide decision, not 8 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 13 warning codes suppressed in one element dotnet/src/IntegrationTests/IntegrationTests.csproj:8— A single <NoWarn> suppresses 13 warning codes (CA2007;CA1861;VSTHRD111;SKEXP0001;SKEXP0010;SKEXP0040;SKEXP0050;SKEXP0060;SKEXP0080;SKEXP0110;SKEXP0130;OPENAI001;MEVD9000) in one stroke — one team-wide decision, not 13 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 16 warning codes suppressed in one element dotnet/samples/LearnResources/LearnResources.csproj:10— A single <NoWarn> suppresses 16 warning codes (CS8618;IDE0009;CA1051;CA1050;CA1707;CA2007;VSTHRD111;CS1591;RCS1110;CA5394;SKEXP0001;SKEXP0010;SKEXP0040;SKEXP0050;SKEXP0060;SKEXP0101) in one stroke — one team-wide decision, not 16 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 19 warning codes suppressed in one element dotnet/samples/GettingStartedWithVectorStores/GettingStartedWithVectorStores.csproj:10— A single <NoWarn> suppresses 19 warning codes (CS8618;IDE0009;IDE1006;CA1051;CA1050;CA1707;CA1054;CA2007;VSTHRD111;CS1591;RCS1110;RCS1243;CA5394;SKEXP0001;SKEXP0010;SKEXP0040;SKEXP0050;SKEXP0060;SKEXP0101) in one stroke — one team-wide decision, not 19 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 19 warning codes suppressed in one element dotnet/samples/GettingStartedWithTextSearch/GettingStartedWithTextSearch.csproj:10— A single <NoWarn> suppresses 19 warning codes (CS8618;IDE0009;IDE1006;CA1051;CA1050;CA1707;CA1054;CA2007;VSTHRD111;CS1591;RCS1110;RCS1243;CA5394;SKEXP0001;SKEXP0010;SKEXP0040;SKEXP0050;SKEXP0060;SKEXP0101) in one stroke — one team-wide decision, not 19 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 23 warning codes suppressed in one element dotnet/samples/GettingStartedWithProcesses/GettingStartedWithProcesses.csproj:12— A single <NoWarn> suppresses 23 warning codes (CS8618;IDE0009;IDE1006;CA1051;CA1050;CA1707;CA1054;CA2007;VSTHRD111;CS1591;RCS1110;RCS1243;CA5394;SKEXP0001;SKEXP0010;SKEXP0040;SKEXP0050;SKEXP0060;SKEXP0080;SKEXP0081;SKEXP0101;SKEXP0110;OPENAI001) in one stroke — one team-wide decision, not 23 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 22 warning codes suppressed in one element dotnet/samples/GettingStartedWithAgents/GettingStartedWithAgents.csproj:12— A single <NoWarn> suppresses 22 warning codes (NU1008;CS8618;IDE0009;IDE1006;CA1051;CA1050;CA1707;CA1054;CA2007;VSTHRD111;CS1591;RCS1110;RCS1243;CA5394;SKEXP0001;SKEXP0010;SKEXP0040;SKEXP0050;SKEXP0060;SKEXP0101;SKEXP0110;OPENAI001) in one stroke — one team-wide decision, not 22 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 19 warning codes suppressed in one element dotnet/samples/GettingStarted/GettingStarted.csproj:10— A single <NoWarn> suppresses 19 warning codes (CS8618;IDE0009;IDE1006;CA1051;CA1050;CA1707;CA1054;CA2007;VSTHRD111;CS1591;RCS1110;RCS1243;CA5394;SKEXP0001;SKEXP0010;SKEXP0040;SKEXP0050;SKEXP0060;SKEXP0101) in one stroke — one team-wide decision, not 19 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 24 warning codes suppressed in one element dotnet/samples/Concepts/Concepts.csproj:11— A single <NoWarn> suppresses 24 warning codes (CS8618;IDE0009;IDE1006;CA1051;CA1050;CA1707;CA1054;CA2007;VSTHRD111;CS1591;RCS1110;RCS1243;CA5394;SKEXP0001;SKEXP0010;SKEXP0020;SKEXP0040;SKEXP0050;SKEXP0060;SKEXP0101;SKEXP0110;OPENAI001;CA1724;MEVD9000) in one stroke — one team-wide decision, not 24 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 9 warning codes suppressed in one element dotnet/test/VectorData/Redis.UnitTests/Redis.UnitTests.csproj:11— A single <NoWarn> suppresses 9 warning codes (CA2007;CA1806;CA1869;CA1861;IDE0300;VSTHRD111;SKEXP0001;SKEXP0010;SKEXP0050) in one stroke — one team-wide decision, not 9 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 9 warning codes suppressed in one element dotnet/test/VectorData/Qdrant.UnitTests/Qdrant.UnitTests.csproj:11— A single <NoWarn> suppresses 9 warning codes (CA2007;CA1806;CA1869;CA1861;IDE0300;VSTHRD111;SKEXP0001;SKEXP0010;SKEXP0050) in one stroke — one team-wide decision, not 9 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 9 warning codes suppressed in one element dotnet/test/VectorData/Pinecone.UnitTests/Pinecone.UnitTests.csproj:11— A single <NoWarn> suppresses 9 warning codes (CA2007;CA1806;CA1869;CA1861;IDE0300;VSTHRD111;SKEXP0001;SKEXP0010;SKEXP0050) in one stroke — one team-wide decision, not 9 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 7 warning codes suppressed in one element dotnet/test/VectorData/InMemory.UnitTests/InMemory.UnitTests.csproj:11— A single <NoWarn> suppresses 7 warning codes (CA2007;CA1806;CA1869;CA1861;IDE0300;VSTHRD111;SKEXP0001) in one stroke — one team-wide decision, not 7 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 9 warning codes suppressed in one element dotnet/test/VectorData/Chroma.UnitTests/Chroma.UnitTests.csproj:11— A single <NoWarn> suppresses 9 warning codes (CA2007;CA1806;CA1869;CA1861;IDE0300;VSTHRD111;SKEXP0001;SKEXP0010;SKEXP0050) in one stroke — one team-wide decision, not 9 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 8 warning codes suppressed in one element dotnet/src/Functions/Functions.UnitTests/Functions.UnitTests.csproj:10— A single <NoWarn> suppresses 8 warning codes (CA2007;CA1861;CA1869;VSTHRD111;CS1591;CS0618;SKEXP0040;SKEXP0001) in one stroke — one team-wide decision, not 8 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 8 warning codes suppressed in one element dotnet/src/Functions/Functions.Prompty.UnitTests/Functions.Prompty.UnitTests.csproj:10— A single <NoWarn> suppresses 8 warning codes (CS1591;CA2007;CA1861;CA1869;VSTHRD111;SKEXP0040;SKEXP0010;SKEXP0001) in one stroke — one team-wide decision, not 8 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 10 warning codes suppressed in one element dotnet/src/Experimental/Process.Utilities.UnitTests/Process.Utilities.UnitTests.csproj:9— A single <NoWarn> suppresses 10 warning codes (CA2007;CA1812;CA1861;CA1063;VSTHRD111;SKEXP0001;SKEXP0050;SKEXP0080;SKEXP0110;OPENAI001) in one stroke — one team-wide decision, not 10 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 11 warning codes suppressed in one element dotnet/src/Experimental/Process.UnitTests/Process.UnitTests.csproj:9— A single <NoWarn> suppresses 11 warning codes (CA2007;CA1812;CA1861;CA1063;VSTHRD111;SKEXP0001;SKEXP0050;SKEXP0080;SKEXP0110;OPENAI001;CA1024) in one stroke — one team-wide decision, not 11 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 10 warning codes suppressed in one element dotnet/src/Experimental/Process.Runtime.Dapr.UnitTests/Process.Runtime.Dapr.UnitTests.csproj:10— A single <NoWarn> suppresses 10 warning codes (CA2007;CA1812;CA1861;CA1063;VSTHRD111;SKEXP0001;SKEXP0050;SKEXP0080;SKEXP0110;OPENAI001) in one stroke — one team-wide decision, not 10 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 10 warning codes suppressed in one element dotnet/src/Experimental/Process.IntegrationTests.Shared/Process.IntegrationTests.Shared.csproj:9— A single <NoWarn> suppresses 10 warning codes (CA2007;CA1812;CA1861;CA1063;VSTHRD111;SKEXP0001;SKEXP0050;SKEXP0080;SKEXP0110;OPENAI001) in one stroke — one team-wide decision, not 10 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 10 warning codes suppressed in one element dotnet/src/Experimental/Process.IntegrationTests.Resources/Process.IntegrationTests.Resources.csproj:9— A single <NoWarn> suppresses 10 warning codes (CA2007;CA1812;CA1861;CA1063;VSTHRD111;SKEXP0001;SKEXP0050;SKEXP0080;SKEXP0110;OPENAI001) in one stroke — one team-wide decision, not 10 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 10 warning codes suppressed in one element dotnet/src/Experimental/Process.IntegrationTestRunner.Local/Process.IntegrationTestRunner.Local.csproj:8— A single <NoWarn> suppresses 10 warning codes (CA2007;CA1812;CA1861;CA1063;VSTHRD111;SKEXP0001;SKEXP0050;SKEXP0080;SKEXP0110;OPENAI001) in one stroke — one team-wide decision, not 10 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 10 warning codes suppressed in one element dotnet/src/Experimental/Process.IntegrationTestRunner.Dapr/Process.IntegrationTestRunner.Dapr.csproj:10— A single <NoWarn> suppresses 10 warning codes (CA2007;CA1861;VSTHRD111;SKEXP0001;SKEXP0010;SKEXP0040;SKEXP0050;SKEXP0060;SKEXP0080;SKEXP0110) in one stroke — one team-wide decision, not 10 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
NoWarnInCsproj — 10 warning codes suppressed in one element dotnet/src/Experimental/Process.IntegrationTestHost.Dapr/Process.IntegrationTestHost.Dapr.csproj:10— A single <NoWarn> suppresses 10 warning codes (CA2007;CA1861;VSTHRD111;SKEXP0001;SKEXP0010;SKEXP0040;SKEXP0050;SKEXP0060;SKEXP0080;SKEXP0110) in one stroke — one team-wide decision, not 10 independent debts. Review the set centrally rather than code-by-code; each code you can re-enable is one less blanket suppression. (Every code still counts toward the score and metrics.)
High: dependabot-missing-cooldown .github/dependabot.yml:9— This Dependabot configuration does not set a cooldown period. Newly published packages can be malicious or unstable. Add a `cooldown` block with `default-days: 7` to each `package-ecosystem` entry under `updates` to wait 7 days before proposing updates to newly published package versions. Reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#cooldown
High: dependabot-missing-cooldown .github/dependabot.yml:28— This Dependabot configuration does not set a cooldown period. Newly published packages can be malicious or unstable. Add a `cooldown` block with `default-days: 7` to each `package-ecosystem` entry under `updates` to wait 7 days before proposing updates to newly published package versions. Reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#cooldown
High: dependabot-missing-cooldown .github/dependabot.yml:38— This Dependabot configuration does not set a cooldown period. Newly published packages can be malicious or unstable. Add a `cooldown` block with `default-days: 7` to each `package-ecosystem` entry under `updates` to wait 7 days before proposing updates to newly published package versions. Reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#cooldown
High: github-actions-mutable-action-tag .github/workflows/close-inactive-issues.yml:13— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/codeql-analysis.yml:35— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/codeql-analysis.yml:41— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/codeql-analysis.yml:55— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/codeql-analysis.yml:68— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: pull-request-target-code-checkout .github/workflows/devflow-pr-review.yml:66— This GitHub Actions workflow file uses `pull_request_target` and checks out code from the incoming pull request. When using `pull_request_target`, the Action runs in the context of the target repository, which includes access to all repository secrets. Normally, this is safe because the Action only runs code from the target repository, not the incoming PR. However, by checking out the incoming PR code, you're now using the incoming code for the rest of the action. You may be inadvertently executing arbitrary code from the incoming PR with access to repository secrets, which would let an attacker steal repository secrets. This normally happens by running build scripts (e.g., `npm build` and `make`) or dependency installation scripts (e.g., `python setup.py install`). Audit your workflow file to make sure no code from the incoming PR is executed. Please see https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ for additional mitigations.
High: github-actions-mutable-action-tag .github/workflows/devflow-pr-review.yml:67— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/devflow-pr-review.yml:76— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/devflow-pr-review.yml:86— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/devflow-pr-review.yml:91— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-build-and-test.yml:32— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-build-and-test.yml:35— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-build-and-test.yml:72— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-build-and-test.yml:77— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-build-and-test.yml:129— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-build-and-test.yml:187— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-build-and-test.yml:194— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-build-and-test.yml:235— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-build-and-test.yml:242— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-ci.yml:27— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-ci.yml:58— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
High: github-actions-mutable-action-tag .github/workflows/dotnet-ci.yml:75— GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608`.
+ 25 more in this group — see findings.md.
D38 · OSV Dependency Vulnerabilities· High CVE · ×13
High CVE: [GHSA redacted] python/uv.lock— cryptography 46.0.5: [GHSA redacted] — upgrade to 48.0.1
High CVE: [GHSA redacted] python/uv.lock— mcp 1.26.0: [GHSA redacted] — upgrade to 1.27.2
High CVE: [GHSA redacted] python/uv.lock— mcp 1.26.0: [GHSA redacted] — upgrade to 1.27.2
High CVE: [GHSA redacted] python/uv.lock— mcp 1.26.0: [GHSA redacted] — upgrade to 1.28.1
High CVE: [GHSA redacted] python/uv.lock— mistune 3.2.1: [GHSA redacted] — upgrade to 3.3.0
High CVE: [GHSA redacted] python/uv.lock— pyasn1 0.6.2: [GHSA redacted] — upgrade to 0.6.3
High CVE: [GHSA redacted] python/uv.lock— pyopenssl 25.3.0: [GHSA redacted] — upgrade to 26.0.0
High CVE: [GHSA redacted] python/uv.lock— python-multipart 0.0.26: [GHSA redacted] — upgrade to 0.0.30
High CVE: [GHSA redacted] python/uv.lock— python-multipart 0.0.26: [GHSA redacted] — upgrade to 0.0.27
High CVE: [GHSA redacted] python/uv.lock— soupsieve 2.8.3: [GHSA redacted] — upgrade to 2.8.4
High CVE: [GHSA redacted] python/uv.lock— soupsieve 2.8.3: [GHSA redacted] — upgrade to 2.8.4
High CVE: [GHSA redacted] python/uv.lock— transformers 4.57.6: [GHSA redacted] — upgrade to 5.3.0
High CVE: [GHSA redacted] python/uv.lock— transformers 4.57.6: [GHSA redacted] — upgrade to 5.5.0
NoWarnInCsproj repeated across 43 files dotnet/test/VectorData/Weaviate.UnitTests/Weaviate.UnitTests.csproj:11— The identical NoWarnInCsproj (`VSTHRD111`) appears in 43 files (43 occurrences) — a single repo-wide policy (e.g. a Directory.Build.props decision or an idiomatic suppression), not 43 independent debts. Decide it once centrally rather than file-by-file. (Every occurrence still counts toward the score and metrics.)
NoWarnInCsproj repeated across 43 files dotnet/test/VectorData/Weaviate.UnitTests/Weaviate.UnitTests.csproj:11— The identical NoWarnInCsproj (`CA2007`) appears in 43 files (43 occurrences) — a single repo-wide policy (e.g. a Directory.Build.props decision or an idiomatic suppression), not 43 independent debts. Decide it once centrally rather than file-by-file. (Every occurrence still counts toward the score and metrics.)
NoWarnInCsproj repeated across 13 files dotnet/test/VectorData/SqliteVec.UnitTests/SqliteVec.UnitTests.csproj:11— The identical NoWarnInCsproj (`CS1591`) appears in 13 files (13 occurrences) — a single repo-wide policy (e.g. a Directory.Build.props decision or an idiomatic suppression), not 13 independent debts. Decide it once centrally rather than file-by-file. (Every occurrence still counts toward the score and metrics.)
NoWarnInCsproj repeated across 13 files dotnet/src/Agents/Yaml/Agents.Yaml.csproj:8— The identical NoWarnInCsproj (`SKEXP0110`) appears in 13 files (13 occurrences) — a single repo-wide policy (e.g. a Directory.Build.props decision or an idiomatic suppression), not 13 independent debts. Decide it once centrally rather than file-by-file. (Every occurrence still counts toward the score and metrics.)
NoWarnInCsproj repeated across 44 files dotnet/src/SemanticKernel.Core/SemanticKernel.Core.csproj:9— The identical NoWarnInCsproj (`SKEXP0001`) appears in 44 files (44 occurrences) — a single repo-wide policy (e.g. a Directory.Build.props decision or an idiomatic suppression), not 44 independent debts. Decide it once centrally rather than file-by-file. (Every occurrence still counts toward the score and metrics.)
NoWarnInCsproj repeated across 11 files dotnet/test/VectorData/Weaviate.UnitTests/Weaviate.UnitTests.csproj:12— The identical NoWarnInCsproj (`MEVD9001`) appears in 11 files (11 occurrences) — a single repo-wide policy (e.g. a Directory.Build.props decision or an idiomatic suppression), not 11 independent debts. Decide it once centrally rather than file-by-file. (Every occurrence still counts toward the score and metrics.)
NoWarnInCsproj repeated across 20 files dotnet/samples/AgentFrameworkMigration/Playground/SemanticKernelBasic/SemanticKernelBasic.csproj:8— The identical NoWarnInCsproj (`CA1707`) appears in 20 files (20 occurrences) — a single repo-wide policy (e.g. a Directory.Build.props decision or an idiomatic suppression), not 20 independent debts. Decide it once centrally rather than file-by-file. (Every occurrence still counts toward the score and metrics.)
High CVE: Prompty.Core 0.2.3-beta — Prompty.Core 0.2.3-beta (transitive) has a High advisory; affects 3 projects — one upgrade fixes all. https://github.com/advisories/[GHSA redacted]
TodoComment dotnet/samples/Concepts/Agents/DeclarativeAgents.cs:71— //TODO: this eventually needs to be added to all CAP or DA but we're still discussing where should those facilitators live — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/Abstractions/AggregatorAgent.cs:54— // TODO: Need to determine the correct approach here. — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/Abstractions/AggregatorAgent.cs:65— // TODO: Need to determine the correct approach here. — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/AzureAI/Extensions/AgentDefinitionExtensions.cs:103— // TODO: Implement — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/OpenAI/Extensions/AgentDefinitionExtensions.cs:48— // TODO: Implement — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/OpenAI/Extensions/AgentDefinitionExtensions.cs:102— // TODO: Implement — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/OpenAI/Extensions/AgentDefinitionExtensions.cs:114— // TODO: Implement — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/OpenAI/Extensions/AgentDefinitionExtensions.cs:87— // TODO: Verify that the fileIds are strings — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/Runtime/Abstractions/IAgent.cs:35— // TODO: How do we express this properly in .NET? — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/Runtime/Abstractions/TopicId.cs:123— // TODO: Implement < for wildcard matching (type, *) — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/Runtime/Core/AgentsAppBuilder.cs:80— // TODO: Expose skipClassSubscriptions and skipDirectMessageSubscription as parameters? — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/Runtime/InProcess/InProcessRuntime.cs:96— // TODO: Do we want detach semantics? — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/Runtime/InProcess/InProcessRuntime.cs:453— // TODO: Bind tracing — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Agents/Runtime/InProcess/InProcessRuntime.cs:461— // TODO: Bind tracing — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Connectors/Connectors.Google/Core/Gemini/Clients/GeminiChatCompletionClient.cs:808— // TODO: Currently SK doesn't support prompt feedback/finish status, so we just throw an exception. I told SK team that we need to support it: https://github.com/microsoft/semantic-kernel/issues/4621 — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Connectors/Connectors.Google/Core/GoogleAI/GoogleAIEmbeddingRequest.cs:73— // todo: enum — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Connectors/Connectors.Google/Core/VertexAI/VertexAIEmbeddingRequest.cs:42— // todo: enum — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Connectors/Connectors.Google/Extensions/GoogleAIKernelBuilderExtensions.cs:34— // todo: change beta to stable when stable version will be available — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Connectors/Connectors.Google/Extensions/GoogleAIKernelBuilderExtensions.cs:68— // todo: change beta to stable when stable version will be available — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Connectors/Connectors.Google/Extensions/GoogleAIKernelBuilderExtensions.cs:103— // todo: change beta to stable when stable version will be available — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Connectors/Connectors.Google/Extensions/GoogleAIServiceCollectionExtensions.DependencyInjection.cs:35— // todo: change beta to stable when stable version will be available — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Connectors/Connectors.Google/Extensions/GoogleAIServiceCollectionExtensions.cs:31— // todo: change beta to stable when stable version will be available — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Connectors/Connectors.Google/Extensions/GoogleAIServiceCollectionExtensions.cs:63— // todo: change beta to stable when stable version will be available — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Connectors/Connectors.Google/Services/GoogleAIEmbeddingGenerator.cs:33— // todo: change beta to stable when stable version will be available — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
TodoComment dotnet/src/Connectors/Connectors.Google/Services/GoogleAIGeminiChatCompletionService.cs:34— // todo: change beta to stable when stable version will be available — source code is not a task system: move the work to your tracker and leave a reference instead (e.g. `// REF: PROJ-123`), so the task is planned where tasks live and the ticket links back to the code.
No assertions: UseSimplestProcessAsync dotnet/samples/GettingStartedWithProcesses/Step00/Step00_Processes.cs:23— Test method exercises code but verifies nothing — add an assertion.
No assertions: UsePrepareStatefulFriedFishProcessNoSharedStateAsync dotnet/samples/GettingStartedWithProcesses/Step03/Step03a_FoodPreparation.cs:61— Test method exercises code but verifies nothing — add an assertion.
No assertions: UsePrepareStatefulFriedFishProcessSharedStateAsync dotnet/samples/GettingStartedWithProcesses/Step03/Step03a_FoodPreparation.cs:81— Test method exercises code but verifies nothing — add an assertion.
No assertions: UsePrepareStatefulPotatoFriesProcessSharedStateAsync dotnet/samples/GettingStartedWithProcesses/Step03/Step03a_FoodPreparation.cs:97— Test method exercises code but verifies nothing — add an assertion.
No assertions: RunAndStoreStatefulFriedFishProcessStateAsync dotnet/samples/GettingStartedWithProcesses/Step03/Step03a_FoodPreparation.cs:125— Test method exercises code but verifies nothing — add an assertion.
No assertions: RunAndStoreStatefulFishSandwichProcessStateAsync dotnet/samples/GettingStartedWithProcesses/Step03/Step03a_FoodPreparation.cs:137— Test method exercises code but verifies nothing — add an assertion.
No assertions: RunMapReduceAsync dotnet/samples/GettingStartedWithProcesses/Step05/Step05_MapReduce.cs:39— Test method exercises code but verifies nothing — add an assertion.
No assertions: IngestDataIntoInMemoryVectorStoreAsync dotnet/samples/GettingStartedWithVectorStores/Step1_Ingest_Data.cs:17— Test method exercises code but verifies nothing — add an assertion.
No assertions: DeletingThreadTwiceDoesNotThrowAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentThreadConformance/AgentThreadTests.cs:21— Test method exercises code but verifies nothing — add an assertion.
No assertions: DeleteThreadWithServiceFailureThrowsAgentOperationExceptionAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentThreadConformance/ChatCompletionAgentThreadTests.cs:10— Test method exercises code but verifies nothing — add an assertion.
No assertions: OnNewMessageWithServiceFailureThrowsAgentOperationExceptionAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentThreadConformance/ChatCompletionAgentThreadTests.cs:17— Test method exercises code but verifies nothing — add an assertion.
No assertions: OnNewMessageWithServiceFailureThrowsAgentOperationExceptionAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentThreadConformance/OpenAIResponseAgentThreadTests.cs:10— Test method exercises code but verifies nothing — add an assertion.
No assertions: UsingThreadBeforeCreateCreatesAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentThreadConformance/OpenAIResponseAgentThreadTests.cs:17— Test method exercises code but verifies nothing — add an assertion.
No assertions: QueryInstacartPluginFromStreamAsync dotnet/src/IntegrationTests/Plugins/OpenApi/OpenApiPluginsTests.cs:52— Test method exercises code but verifies nothing — add an assertion.
No assertions: QueryInstacartPluginUsingRelativeFilePathAsync dotnet/src/IntegrationTests/Plugins/OpenApi/OpenApiPluginsTests.cs:84— Test method exercises code but verifies nothing — add an assertion.
No assertions: QueryInstacartPluginWithDynamicPayloadAsync dotnet/src/IntegrationTests/Plugins/OpenApi/OpenApiPluginsTests.cs:115— Test method exercises code but verifies nothing — add an assertion.
No assertions: ItAllowsToImportTheSamePluginMultipleTimes dotnet/src/SemanticKernel.UnitTests/KernelTests.cs:87— Test method exercises code but verifies nothing — add an assertion.
No assertions: ConversationCreatedAsyncBaseImplementationSucceeds dotnet/src/SemanticKernel.UnitTests/Memory/AIContextProviderTests.cs:18— Test method exercises code but verifies nothing — add an assertion.
No assertions: MessageAddingAsyncBaseImplementationSucceeds dotnet/src/SemanticKernel.UnitTests/Memory/AIContextProviderTests.cs:28— Test method exercises code but verifies nothing — add an assertion.
No assertions: ConversationDeletingAsyncBaseImplementationSucceeds dotnet/src/SemanticKernel.UnitTests/Memory/AIContextProviderTests.cs:39— Test method exercises code but verifies nothing — add an assertion.
No assertions: SuspendingAsyncBaseImplementationSucceeds dotnet/src/SemanticKernel.UnitTests/Memory/AIContextProviderTests.cs:49— Test method exercises code but verifies nothing — add an assertion.
No assertions: ResumingAsyncBaseImplementationSucceeds dotnet/src/SemanticKernel.UnitTests/Memory/AIContextProviderTests.cs:59— Test method exercises code but verifies nothing — add an assertion.
No assertions: TokenCounterCountStateful dotnet/src/SemanticKernel.UnitTests/Text/TextChunkerInternationalTests.cs:36— Test method exercises code but verifies nothing — add an assertion.
No assertions: TokenCounterCountStateless dotnet/src/SemanticKernel.UnitTests/Text/TextChunkerInternationalTests.cs:43— Test method exercises code but verifies nothing — add an assertion.
No assertions: ItShouldNotThrowIfNotFrozen dotnet/src/SemanticKernel.UnitTests/Utilities/Model/FreezableTests.cs:45— Test method exercises code but verifies nothing — add an assertion.
Off the main sequence: SemanticKernel.Core(net10.0) — SemanticKernel.Core(net10.0): abstractness 0.04, instability 0.01, distance 0.95 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Connectors.OpenAI(net10.0) — Connectors.OpenAI(net10.0): abstractness 0.01, instability 0.04, distance 0.95 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Connectors.AzureOpenAI(net10.0) — Connectors.AzureOpenAI(net10.0): abstractness 0.00, instability 0.11, distance 0.89 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Agents.Abstractions(net10.0) — Agents.Abstractions(net10.0): abstractness 0.10, instability 0.03, distance 0.87 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Agents.AzureAI(net10.0) — Agents.AzureAI(net10.0): abstractness 0.00, instability 0.13, distance 0.87 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: PromptTemplates.Handlebars(net10.0) — PromptTemplates.Handlebars(net10.0): abstractness 0.00, instability 0.13, distance 0.87 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Plugins.Web(net10.0) — Plugins.Web(net10.0): abstractness 0.01, instability 0.14, distance 0.85 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Functions.Yaml(net10.0) — Functions.Yaml(net10.0): abstractness 0.00, instability 0.17, distance 0.83 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Runtime.Abstractions(net10.0) — Runtime.Abstractions(net10.0): abstractness 0.17, instability 0.00, distance 0.83 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Agents.Core(net10.0) — Agents.Core(net10.0): abstractness 0.06, instability 0.12, distance 0.82 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: SemanticKernel.Abstractions(net10.0) — SemanticKernel.Abstractions(net10.0): abstractness 0.18, instability 0.00, distance 0.82 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Connectors.Onnx(net10.0) — Connectors.Onnx(net10.0): abstractness 0.00, instability 0.20, distance 0.80 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Functions.OpenApi(net10.0) — Functions.OpenApi(net10.0): abstractness 0.00, instability 0.25, distance 0.75 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Plugins.Core(net10.0) — Plugins.Core(net10.0): abstractness 0.00, instability 0.25, distance 0.75 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Runtime.InProcess(net10.0) — Runtime.InProcess(net10.0): abstractness 0.05, instability 0.20, distance 0.75 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Runtime.Core(net10.0) — Runtime.Core(net10.0): abstractness 0.12, instability 0.14, distance 0.74 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Agents.OpenAI(net10.0) — Agents.OpenAI(net10.0): abstractness 0.00, instability 0.26, distance 0.74 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Process.Abstractions(net10.0) — Process.Abstractions(net10.0): abstractness 0.02, instability 0.26, distance 0.72 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Connectors.AzureAIInference(net10.0) — Connectors.AzureAIInference(net10.0): abstractness 0.00, instability 0.29, distance 0.71 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Off the main sequence: Plugins.Memory(net10.0) — Plugins.Memory(net10.0): abstractness 0.00, instability 0.29, distance 0.71 — zone of pain — concrete and heavily depended-on, so it's rigid to change.
Change coupling: azure_ai_inference_chat_completion.py ↔ azure_ai_inference_text_embedding.py python/semantic_kernel/connectors/ai/azure_ai_inference/services/azure_ai_inference_chat_completion.py— `python/semantic_kernel/connectors/ai/azure_ai_inference/services/azure_ai_inference_chat_completion.py` and `python/semantic_kernel/connectors/ai/azure_ai_inference/services/azure_ai_inference_text_embedding.py` change together 67% of the time (8 shared commits) with no explicit dependency — a hidden/logical coupling. They already sit in the same directory, so if they share structure, extract the common part into one unit; otherwise break the coupling.
Change coupling: QdrantFilterTranslator.cs ↔ RedisFilterTranslator.cs dotnet/src/VectorData/Qdrant/QdrantFilterTranslator.cs— `dotnet/src/VectorData/Qdrant/QdrantFilterTranslator.cs` and `dotnet/src/VectorData/Redis/RedisFilterTranslator.cs` change together 60% of the time (6 shared commits) with no explicit dependency — a hidden/logical coupling. If they belong together, co-locate them; if not, break the coupling.
Change coupling: LocalKernelProcessContext.cs ↔ LocalStep.cs dotnet/src/Experimental/Process.LocalRuntime/LocalKernelProcessContext.cs— `dotnet/src/Experimental/Process.LocalRuntime/LocalKernelProcessContext.cs` and `dotnet/src/Experimental/Process.LocalRuntime/LocalStep.cs` change together 60% of the time (6 shared commits) with no explicit dependency — a hidden/logical coupling. They already sit in the same directory, so if they share structure, extract the common part into one unit; otherwise break the coupling.
Change coupling: LocalStep.cs ↔ StepActor.cs dotnet/src/Experimental/Process.LocalRuntime/LocalStep.cs— `dotnet/src/Experimental/Process.LocalRuntime/LocalStep.cs` and `dotnet/src/Experimental/Process.Runtime.Dapr/Actors/StepActor.cs` change together 56% of the time (9 shared commits) with no explicit dependency — a hidden/logical coupling. If they belong together, co-locate them; if not, break the coupling.
Change coupling: open_ai_chat_completion.py ↔ open_ai_text_completion.py python/semantic_kernel/connectors/ai/open_ai/services/open_ai_chat_completion.py— `python/semantic_kernel/connectors/ai/open_ai/services/open_ai_chat_completion.py` and `python/semantic_kernel/connectors/ai/open_ai/services/open_ai_text_completion.py` change together 56% of the time (14 shared commits) with no explicit dependency — a hidden/logical coupling. They already sit in the same directory, so if they share structure, extract the common part into one unit; otherwise break the coupling.
Change coupling: AgentChat.cs ↔ ChatCompletionAgent.cs dotnet/src/Agents/Abstractions/AgentChat.cs— `dotnet/src/Agents/Abstractions/AgentChat.cs` and `dotnet/src/Agents/Core/ChatCompletionAgent.cs` change together 55% of the time (11 shared commits) with no explicit dependency — a hidden/logical coupling. If they belong together, co-locate them; if not, break the coupling.
Change coupling: ProcessBuilder.cs ↔ LocalProcess.cs dotnet/src/Experimental/Process.Core/ProcessBuilder.cs— `dotnet/src/Experimental/Process.Core/ProcessBuilder.cs` and `dotnet/src/Experimental/Process.LocalRuntime/LocalProcess.cs` change together 55% of the time (6 shared commits) with no explicit dependency — a hidden/logical coupling. If they belong together, co-locate them; if not, break the coupling.
Change coupling: bedrock_agent.py ↔ chat_completion_agent.py python/semantic_kernel/agents/bedrock/bedrock_agent.py— `python/semantic_kernel/agents/bedrock/bedrock_agent.py` and `python/semantic_kernel/agents/chat_completion/chat_completion_agent.py` change together 53% of the time (10 shared commits) with no explicit dependency — a hidden/logical coupling. If they belong together, co-locate them; if not, break the coupling.
Hotspot: dotnet/src/SemanticKernel.Abstractions/AI/PromptExecutionSettingsExtensions.cs dotnet/src/SemanticKernel.Abstractions/AI/PromptExecutionSettingsExtensions.cs— dotnet/src/SemanticKernel.Abstractions/AI/PromptExecutionSettingsExtensions.cs changed 2 times in last 90 days, max complexity 63.
Hotspot: dotnet/src/Connectors/Connectors.OpenAI/Core/ClientCore.ChatCompletion.cs dotnet/src/Connectors/Connectors.OpenAI/Core/ClientCore.ChatCompletion.cs— dotnet/src/Connectors/Connectors.OpenAI/Core/ClientCore.ChatCompletion.cs changed 3 times in last 90 days, max complexity 37. 1 of those changes were fix/bug commits — a defect-dense hotspot worth prioritising.
Low cohesion: Kernel (LCOM4 7) dotnet/src/SemanticKernel.Abstractions/Kernel.cs:26— Kernel's methods form 7 groups that share no state and don't call each other — a sign it may have several responsibilities. Review whether it splits into focused classes.
Low cohesion: Agent (LCOM4 6) dotnet/src/Agents/Abstractions/Agent.cs:24— Agent's methods form 6 groups that share no state and don't call each other — a sign it may have several responsibilities. Review whether it splits into focused classes.
BareSuppressMessage repeated across 12 files dotnet/samples/Concepts/Agents/AzureAIAgent_Streaming.cs:188— The identical BareSuppressMessage (`System.Diagnostics.CodeAnalysis.SuppressMessage`) appears in 12 files (12 occurrences) — a single repo-wide policy (e.g. a Directory.Build.props decision or an idiomatic suppression), not 12 independent debts. Decide it once centrally rather than file-by-file. (Every occurrence still counts toward the score and metrics.)
Monorepo: only 1 of 4 solutions was scored — This repository contains 4 .NET solutions, but a scan analyzes ONE. Every score, lens, and finding here reflects only `dotnet/SK-dotnet.slnx` — the other 3 (`dotnet/MEVD.slnx`, `dotnet/samples/Demos/CopilotAgentPlugins/CopilotAgentPluginsDemoSample/CopilotAgentPluginsDemoSample.sln`, `dotnet/samples/Demos/VoiceChat/VoiceChat.sln`) were not analyzed and are not represented in the headline. To cover them, scan each solution as its own target and group them in a Solution or Product for a portfolio roll-up. If a secondary solution is an archived or vendored tree, declare it — `.gitattributes` (`path/** linguist-vendored`) or `.editorconfig` (`[path/**] generated_code = true`) — to exclude it from discovery the same way generated code is.
LLM evaluation failed — JSON parse error: Expected end of string, but instead reached end of data. Path: $.findings[0].suggestion | LineNumber: 0 | BytePositionInLine: 1152.
D20 · ADR Quality· No consequences/trade-offs (e.g. cost of maintaining dual-service fallback) are stated in a visible portion · ×1
No consequences/trade-offs (e.g. cost of maintaining dual-service fallback) are stated in a visible portion docs/decisions/0038-completion-service-selection.md— Add a Consequences section covering operational complexity of managing both chat and text gen paths concurrently and any cost implications
D20 · ADR Quality· Decision and consequences are present but trade-offs (e.g. extensibility cost, hybrid query complexity) are only hinted rather than stated · ×1
Decision and consequences are present but trade-offs (e.g. extensibility cost, hybrid query complexity) are only hinted rather than stated docs/decisions/0058-vector-search-design.md— Add a Consequences section covering the overhead of maintaining subclasses for new vector types and the added complexity of hybrid search handling
D20 · ADR Quality· Decision outcome (when the ADR is applied) and consequences/trade-offs are not yet stated in a visible portion · ×1
Decision outcome (when the ADR is applied) and consequences/trade-offs are not yet stated in a visible portion docs/decisions/0066-concepts-guidelines.md— Add a Decision Outcome section stating when this ADR becomes effective (e.g. upon review of CONTRIBUTING.md or after merging into main branches), plus any trade-offs such as requiring new samples to follow the naming/convention rules, and how existing samples will be handled
No direct assertions: UseStreamingAgentAsync dotnet/samples/Concepts/Agents/AzureAIAgent_Streaming.cs:16— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: UseStreamingAssistantAgentWithPluginAsync dotnet/samples/Concepts/Agents/AzureAIAgent_Streaming.cs:49— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: UseStreamingAssistantWithCodeInterpreterAsync dotnet/samples/Concepts/Agents/AzureAIAgent_Streaming.cs:86— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: SelectFunctionsRelevantToCurrentInvocationContext dotnet/samples/Concepts/Agents/ChatCompletion_ContextualFunctionSelection.cs:29— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: SelectFunctionsBasedOnPreviousAndCurrentInvocationContext dotnet/samples/Concepts/Agents/ChatCompletion_ContextualFunctionSelection.cs:100— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: TruncatedAgentReduction dotnet/samples/Concepts/Agents/ChatCompletion_HistoryReducer.cs:23— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: SummarizedAgentReduction dotnet/samples/Concepts/Agents/ChatCompletion_HistoryReducer.cs:40— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: UseMemoryAsync dotnet/samples/Concepts/Agents/ChatCompletion_Mem0.cs:24— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: UseChatCompletionAgentWithBasicRag dotnet/samples/Concepts/Agents/ChatCompletion_Rag.cs:34— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: RagWithCitationsAndFiltering dotnet/samples/Concepts/Agents/ChatCompletion_Rag.cs:92— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: SerializeAndRestoreAgentGroupChat dotnet/samples/Concepts/Agents/ChatCompletion_Serialization.cs:16— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: UseServiceSelectionWithChatCompletionAgent dotnet/samples/Concepts/Agents/ChatCompletion_ServiceSelection.cs:21— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: UseStreamingChatCompletionAgent dotnet/samples/Concepts/Agents/ChatCompletion_Streaming.cs:17— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: UseStreamingChatCompletionAgentWithPlugin dotnet/samples/Concepts/Agents/ChatCompletion_Streaming.cs:44— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: InvokeAgentWithInstructionsTemplate dotnet/samples/Concepts/Agents/ChatCompletion_Templating.cs:23— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: InvokeAgentWithKernelTemplate dotnet/samples/Concepts/Agents/ChatCompletion_Templating.cs:49— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: InvokeAgentWithHandlebarsTemplate dotnet/samples/Concepts/Agents/ChatCompletion_Templating.cs:65— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: InvokeAgentWithLiquidTemplate dotnet/samples/Concepts/Agents/ChatCompletion_Templating.cs:80— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: UseWhiteboardForShortTermMemory dotnet/samples/Concepts/Agents/ChatCompletion_Whiteboard.cs:30— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: NestedChatWithAggregatorAgent dotnet/samples/Concepts/Agents/ComplexChat_NestedShopper.cs:95— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: ChatWithOpenAIAssistantAgentAndChatCompletionAgent dotnet/samples/Concepts/Agents/MixedChat_Agents.cs:36— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: AnalyzeDataAndGenerateChartAsync dotnet/samples/Concepts/Agents/MixedChat_Images.cs:22— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: ResetChat dotnet/samples/Concepts/Agents/MixedChat_Reset.cs:21— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: SerializeAndRestoreAgentGroupChat dotnet/samples/Concepts/Agents/MixedChat_Serialization.cs:31— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
No direct assertions: UseStreamingAgentChat dotnet/samples/Concepts/Agents/MixedChat_Streaming.cs:37— In a harness-style test project (most tests assert via a verifier/approval harness or step indirection) — no conventional assertion call was detected.
Off-boarding risk: anonymized user #1 — If anonymized user #1 becomes unavailable, 32 significant file(s) lose their only recent owner (largest: dotnet/src/VectorData/SqlServer/SqlServerCommandBuilder.cs). Pair on, review, or document these before any departure.
Off-boarding risk: anonymized user #2 — If anonymized user #2 becomes unavailable, 6 significant file(s) lose their only recent owner (largest: dotnet/src/Agents/Runtime/InProcess/InProcessRuntime.cs). Pair on, review, or document these before any departure.
Off-boarding risk: anonymized user #3 — If anonymized user #3 becomes unavailable, 5 significant file(s) lose their only recent owner (largest: dotnet/src/Plugins/Plugins.MsGraph/CloudDrivePlugin.cs). Pair on, review, or document these before any departure.
DuplicateNoWarn dotnet/samples/Concepts/Concepts.csproj:11— NoWarn IDE1006 is listed more than once for the same build configuration — remove the duplicate.
DuplicateNoWarn dotnet/samples/Concepts/Concepts.csproj:11— NoWarn IDE0009 is listed more than once for the same build configuration — remove the duplicate.
DuplicateNoWarn dotnet/samples/Demos/VoiceChat/VoiceChat.csproj:10— NoWarn CS0718 is listed more than once for the same build configuration — remove the duplicate.
Shell project: SemanticKernel.MetaPackage(net10.0) dotnet/src/SemanticKernel.MetaPackage/SemanticKernel.MetaPackage.csproj— `SemanticKernel.MetaPackage(net10.0)` contributes only 0 significant line(s) — an empty/placeholder project is structural noise. Remove it or fold its contents into a real project.
Shell project: SemanticKernel.MetaPackage(net8.0) dotnet/src/SemanticKernel.MetaPackage/SemanticKernel.MetaPackage.csproj— `SemanticKernel.MetaPackage(net8.0)` contributes only 0 significant line(s) — an empty/placeholder project is structural noise. Remove it or fold its contents into a real project.
Shell project: SemanticKernel.MetaPackage(netstandard2.0) dotnet/src/SemanticKernel.MetaPackage/SemanticKernel.MetaPackage.csproj— `SemanticKernel.MetaPackage(netstandard2.0)` contributes only 0 significant line(s) — an empty/placeholder project is structural noise. Remove it or fold its contents into a real project.
D16 · Bus Factor· Further sole-owners (lower concentration) · ×1
Further sole-owners (lower concentration) — 6 other contributor(s) are each the sole owner of a small amount of code below the off-boarding threshold — folded into the bus-factor score and metrics (49 single-owned of 709 analysed files in total).
Thin analysable surface across projects — 2 project(s) carry only a thin slice of real code (e.g. `OnnxSimpleChatWithCuda` with 34 significant line(s)). The mean analysable-surface weight is 98 %, lowering Solution Shape by about 0.1 point(s). Consolidate thin projects or grow them into substantial, well-scoped assemblies.
D23 · Boundary Type-Coupling· Bounded contexts not declared · ×1
Bounded contexts not declared — At 116862 LoC spread over 201 projects the codebase is both large and multi-module, so explicit bounded contexts are needed. Declare architecture.contexts (≥2) in config to assess cross-boundary type coupling.
redundant comment dotnet/samples/Demos/AgentFrameworkWithAspire/ChatWithAgent.ApiService/Program.cs:231— "Add a search plugin to the kernel which we will use in the agent template" — trim - most of this is restating AddAgent; keep only the WHY part
Split Concepts — Generic catch-all name with 301 types across 24 unrelated namespaces is a sprawling grab-bag. Suggested: by namespace: Concepts.A, Concepts.B, Concepts.C
Split IntegrationTests — Generic catch-all name with 169 types across 36 namespaces is a massive grab-bag. Suggested: by namespace: Integration.Tests.A, Integration.Tests.B
Split SemanticKernel.UnitTests — Generic catch-all name with 139 types across 22 namespaces is a grab-bag. Suggested: by namespace: SemanticKernel.Tests.A, SemanticKernel.Tests.B
D28 · Secrets (history)· Rotate the exposed credentials · ×1
Rotate the exposed credentials — git history can't be un-committed — Some of these secrets are in git HISTORY: deleting the file does not remove them (the commit persists on every clone, fork and backup). The remediation is to ROTATE each historically-exposed credential and treat it as compromised — not to delete the file. Rewriting history is disruptive and unreliable across existing forks. (Working-tree-only secrets — no commit — can instead be removed from the file and moved to a secret store.)
D34 · Knowledge Freshness· knowledge concentrated in recent work · ×1
knowledge concentrated in recent work — freshness signal contradicted by repo activity — File-level freshness contradicts repo activity: 87 commits in the last 90 days, yet 525 of 709 significant files carry no living knowledge. The history shape (bulk moves/imports or broad sweep commits diluting per-file focus) is distorting the recency signal, so freshness is not scored for this run.
No artifact signing — No artifact signing found in CI — sign your released artifacts with whatever your ecosystem ships (a GPG/minisign detached signature — or `cosign sign-blob` — over the release archives or the checksum file you already publish, cosign/sigstore for container images, `npm publish --provenance` under GitHub OIDC for npm packages, an Android keystore via apksigner, Authenticode via signtool) so consumers can verify what you built.
D36 · Supply-chain Provenance & Signing· No SBOM · ×1
No SBOM — No SBOM generation or committed SBOM found (e.g. syft / anchore/sbom-action / *.spdx.json / *.cdx.json).
Skipped (documented): AudioToTextAsync dotnet/samples/Concepts/AudioToText/OpenAI_AudioToText.cs:18— Skipped with a documented reason — a deferral, not lazy debt: Setup and run TextToAudioAsync before running this test.
Skipped (documented): RunAsync dotnet/samples/Concepts/Plugins/CreatePluginFromOpenApiSpec_Jira.cs:36— Skipped with a documented reason — a deferral, not lazy debt: Setup credentials
Skipped (documented): InvokeOpenApiPluginAsync dotnet/samples/Concepts/Plugins/CreatePluginFromOpenApiSpec_Klarna.cs:16— Skipped with a documented reason — a deferral, not lazy debt: Run it only after filling the template below
Skipped (documented): RunAsync dotnet/samples/Concepts/Plugins/ImportPluginFromGrpc.cs:11— Skipped with a documented reason — a deferral, not lazy debt: Setup crendentials
Skipped (documented): RAGWithChatGPTRetrievalPluginAsync dotnet/samples/Concepts/RAG/WithPlugins.cs:79— Skipped with a documented reason — a deferral, not lazy debt: Requires ChatGPT Retrieval Plugin and selected vector DB server up and running
Skipped (documented): RunAsync dotnet/samples/Concepts/Search/BingAndGooglePlugins.cs:18— Skipped with a documented reason — a deferral, not lazy debt: Setup Credentials
Skipped (documented): RunLlamaExampleAsync dotnet/samples/Concepts/TextGeneration/HuggingFace_TextGeneration.cs:82— Skipped with a documented reason — a deferral, not lazy debt: Requires local model or Huggingface Pro subscription
Skipped (documented): TextToAudioAsync dotnet/samples/Concepts/TextToAudio/OpenAI_TextToAudio.cs:16— Skipped with a documented reason — a deferral, not lazy debt: Uncomment the line to write the audio file output before running this test.
Skipped (documented): AzureOpenAIDallEAsync dotnet/samples/Concepts/TextToImage/OpenAI_TextToImageLegacy.cs:83— Skipped with a documented reason — a deferral, not lazy debt: Generating the Image can take too long and often break the test
Skipped (documented): UseAgentWithFileSearch dotnet/samples/GettingStartedWithAgents/BedrockAgent/Step05_BedrockAgent_FileSearch.cs:41— Skipped with a documented reason — a deferral, not lazy debt: This test is skipped because it requires a valid KnowledgeBaseId.
Skipped (documented): InvokeTestAsync dotnet/src/IntegrationTests/Agents/BedrockAgentTests.cs:39— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): InvokeStreamingTestAsync dotnet/src/IntegrationTests/Agents/BedrockAgentTests.cs:61— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): InvokeWithCodeInterpreterTestAsync dotnet/src/IntegrationTests/Agents/BedrockAgentTests.cs:83— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): InvokeWithKernelFunctionTestAsync dotnet/src/IntegrationTests/Agents/BedrockAgentTests.cs:120— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): InvokeWithKernelFunctionTestComplexTypesAsync dotnet/src/IntegrationTests/Agents/BedrockAgentTests.cs:149— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): OnNewMessageWithServiceFailureThrowsAgentOperationExceptionAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentThreadConformance/BedrockAgentThreadTests.cs:12— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): DeletingThreadTwiceDoesNotThrowAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentThreadConformance/BedrockAgentThreadTests.cs:19— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): UsingThreadAfterDeleteThrowsAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentThreadConformance/BedrockAgentThreadTests.cs:25— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): DeleteThreadBeforeCreateThrowsAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentThreadConformance/BedrockAgentThreadTests.cs:31— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): UsingThreadBeforeCreateCreatesAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentThreadConformance/BedrockAgentThreadTests.cs:37— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): DeleteThreadWithServiceFailureThrowsAgentOperationExceptionAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentThreadConformance/BedrockAgentThreadTests.cs:43— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): StatePartReceivesMessagesFromAgentAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentWithAIContextProviderConformance/BedrockAgentWithAIContextProviderTests.cs:12— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): StatePartReceivesMessagesFromAgentWhenStreamingAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentWithAIContextProviderConformance/BedrockAgentWithAIContextProviderTests.cs:18— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): StatePartPreInvokeStateIsUsedByAgentAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentWithAIContextProviderConformance/BedrockAgentWithAIContextProviderTests.cs:24— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
Skipped (documented): StatePartPreInvokeStateIsUsedByAgentWhenStreamingAsync dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/AgentWithAIContextProviderConformance/BedrockAgentWithAIContextProviderTests.cs:30— Skipped with a documented reason — a deferral, not lazy debt: This test is for manual verification.
D22 · Internal API Consistency· No exposed public API · ×1
No exposed public API — No intentionally-exposed types (IsPackable or .Contracts) to evaluate.
Appendix B — Reproduction & audit trail
Every external tool invocation behind a deep-scan dimension — the tool, its captured version, the exact command, how many findings it yielded, and a link to the retained raw output. To reproduce any finding: check out the same commit and run the command shown (repo-relative — never an absolute scratch path). The complete raw scanner output is retained verbatim under artifacts/raw/ (indexed in artifacts/raw/index.json); per-invocation exit codes and wall-clock durations are in sidecar.json — kept out of this table so the rendered report stays byte-identical across runs of the same commit.
runtime-hardening: not applicable — No Kubernetes/orchestration workloads found in the repository manifests; network egress policy is a cluster-native control that may live at the platform/firewall layer, so there is nothing to assess here.
runtime-hardening: not applicable — No Kubernetes/orchestration workloads found in the repository manifests; seccomp/AppArmor/SELinux confinement is a workload-level control, so there is nothing to assess here.
runtime-hardening: not applicable — No Kubernetes/orchestration workloads found in the repository manifests; runtime threat-detection and admission-control policy are cluster-level controls, so there is nothing to assess here.
0
—
Run 019f7bb5-10ec-74b6-8469-fede5c625399 · every finding is also locatable in findings.md, and the complete scoring record (with exit codes + durations) in sidecar.json.
Appendix C — Personal-data map
Every field, property and record parameter whose name is conventional personal data — 1 field(s) across 1 category, each with an exact repo-relative file:line. This is the data inventory a compliance review starts from — right-to-erasure, retention, minimisation. Detected by name with a deliberately specific classifier (the same one the GDPR dimensions use, so CardDefinition or FileName don't trip); informational — it feeds no score.
Issues: 187 · Warnings: 547 · Recommendations: 368 · Info: 218 — Appendix A · all findings · full markdown report.
Generated by Watchdog — deterministic code-health analysis. 19-07-2026 @ 18:48 UTC.
Downloadable artifacts
Machine-readable and reproducible from this commit + frozen rubric — drop them straight into a contract appendix, a CRA dossier, or a downstream SCA / VEX tool.