Public report β event-sourcing-jambo, published 3 Aug 2026.
Concrete security findings (CVE IDs, secret matches, dependency versions) are hidden in this version;
ask the repo owner for the full report.
39findings with an exact file:lineof 91 β the remainder are repo-wide signals (a dimension-level measurement, not a single line); open any file:line and verify
55/104dimensions across the health lenses2045 LoC Β· 5 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.
ivanpaulovich/event-sourcing-jambo carries serious risk (43%). Several issues below can materially affect reliability, security, or the cost of change and warrant near-term attention.
It is strongest in Architecture (90%) β the structure is clean and changes stay contained.
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 Readiness (28%) β operating, monitoring and recovering the system safely is harder. Maturity (46%) is the next concern β onboarding is slow β key decisions and the architecture aren't written down, so contributors have to reverse-engineer the intent.
Leadership focus, highest impact first: CI workflow that builds and runs the test suite on every push/PR (CI/CD gates); ILogger (or Serilog) and log at meaningful points across⦠(Observability); Run what this repository's stack ships (Security & performance tooling).
For scale: Small (~2,045 production lines); rebuilding it from scratch would take roughly ~0.1 person-years (~1 engineer). Approximate, ±~30%.
It builds on a genuinely strong Architecture foundation (90%); 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.
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 β β¬610ββ¬2,900
This codebase represents roughly ~0.1 person-years of build effort (about ~β¬1,800 to rebuild). Its weakest lens is Readiness at 28% β the part of that asset most exposed by the findings below.
How we model this: boilerplate at a scaffolding rate + logic × domain High (×1.6) β service/app, DDD/clean architecture, CQRS, domain model × a 0.7× 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
Add a CI workflow that builds and runs the test suite on every push/PR.
Run what this repository's stack ships: CodeQL's csharp pack (it analyses VB.NET too), or a security analyzer package β or `semgrep --config=auto`, which runs on any language β β locally for now, since there is no CI pipeline here yet, and as a step of the first workflow you add so a security regression fails the build instead of landing.
Value concentrated against a weak lens Β· High Β· Value at risk
This is a Small asset (~0.1 person-years to rebuild), and its weakest lens is Readiness at 28%. The operational and business risk on an asset this size concentrates there β that's where remediation buys the most protection.
β Direct remediation budget at Readiness first β highest risk-reduction per euro on an asset this size.
Root cause: an un-encapsulated domain Β· Medium Β· Root cause
5 findings across public setters, anemic types and primitive ids share one root cause β the domain layer doesn't protect its own invariants. Fixing the encapsulation pattern resolves them together, rather than chasing each finding.
β Address encapsulation as one pattern (private setters + behaviour + strongly-typed ids), not 100 separate findings.
Highest-leverage move Β· Medium Β· Leverage
Of everything flagged, the best return on effort is: Add a CI workflow that builds and runs the test suite on every push/PR. The rest can wait behind it.
Evidence: priority ranking: top of 5 ranked by impact/effort
β Add a CI workflow that builds and runs the test suite on every push/PR.
Architecture β bounded-context dependency graph
Each box is a bounded context (its layer projects grouped, or a project count when large); arrows show dependencies between contexts. A shared kernel is where many arrows converge.
Architecture β module dependency matrix
22 modules, 34 dependencies β 2 dependency cycles, shown as the red cell(s) above the diagonal. Rows and columns are the same modules, ordered so that a module only depends on ones above it. A cell means the row depends on the column, and its number is how many type pairs create that dependency. Read one thing: is anything above the diagonal? A mark there is a dependency cycle. (A cycle is all this shows β an unusual but cycle-free dependency sits below the diagonal like any other.)
At a glance β Code Health Β· 58% Β· Adequate Β· gated by D17
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
43
High / Critical
A05:2021 β Security Misconfiguration
6
High / Critical
A03:2021 β Injection
1
Medium
Roadmap
First, establish a continuous integration pipeline that builds and tests every push or pull request. Next, implement structured logging across all services and enable observability tools to monitor system health. Then, integrate static code analysis and security scanning into the build process to catch regressions early. Finally, add health checks to deployment configurations to ensure reliable rollbacks, and make all retry-prone mutations idempotent to prevent duplicate processing.
Ranked by impact Γ· effort. "Helps" is the estimated gain on the 0β100 health score.
Do this
Helps
Effort
Dimension
Add a CI workflow that builds and runs the test suite on every push/PR.
Run what this repository's stack ships: CodeQL's csharp pack (it analyses VB.NET too), or a security analyzer package β or `semgrep --config=auto`, which runs on any language β β locally for now, since there is no CI pipeline here yet, and as a step of the first workflow you add so a security regression fails the build instead of landing.
Add a `healthcheck:` to the served compose service β probing the endpoint it already answers on where it has one β with `depends_on: condition: service_healthy` on whatever waits for it, and keep the deployed image tag immutable and recorded so rolling back is re-pointing at the previous tag rather than rebuilding.
Make retry-prone mutations idempotent β guard each write with an exists/dedup check, an upsert, an idempotency-key/inbox, or a versioned write, so a re-run doesn't double-apply.
Per-file score 0β10 β a quality signature. Of 13 files carrying findings, judged against the Production bar: 0% slop Β· 77% mixed Β· 23% near-clean.
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. 52 of 55 evaluated dimensions are computed purely by tools and static analysis (confidence 1.0); 3 documentation/naming judgement(s) are LLM-assisted and labelled advisory. Overall confidence is 0.6 β 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 β 55 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, 39 of 91 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
A clean run β every tool resolved and ran, and every applicable dimension was measured at full confidence. No scanner was unavailable, no analysis timed out or crashed, and nothing fell back to a degraded estimate.
When something does degrade β a missing scanner, a shallow clone, an LLM hiccup β it is named here explicitly and its exact cause recorded in diagnostics.md, never absorbed silently into the score.
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 (scaffolded migrations, designer/codegen output, protobuf/OpenAPI stubs, model snapshots) is EXCLUDED β its repetition is the tool's, not the team's β so the score reflects hand-written duplication only.
D5 Coupling: Coupling is measured between projects/assemblies β runtime coupling through DI, reflection, messaging or shared databases is invisible to a static reference graph.
D6 Cohesion (LCOM4): LCOM4 cohesion is syntactic β it infers connectivity from which methods touch which fields/methods by name, not from real runtime behaviour or intent.
D9 Test Distribution: The test-pyramid shape is inferred from project/folder naming and references, with a single test host bucketed per-file by its path tier and content signals β a suite that names tiers unconventionally and gives no per-file signal can still be mis-bucketed.
D10 Test Quality: Assertion density is structural β it cannot tell a meaningful behavioural assertion from a trivial one, only that an assertion is present.
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.
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 (scaffolded migrations, designer/codegen output, generated stubs) is excluded β it is never the team's dead code to delete.
D18 Solution Shape: Build integrity reflects whether the solution compiled in this environment β a build that needs a private feed, a specific SDK, or a generated file absent from the repo can read as broken when it is merely unreproducible here.
D19 Documentation Quality: Documentation quality is judged by an LLM over a bounded sample of docs β it reads what is written, not whether the docs match the running system, and it is advisory, not a measurement.
D20 ADR Quality: ADR quality is an LLM read of the decision records present β it cannot know about decisions made and never recorded, and its verdict is sampled and advisory.
D21 Naming Consistency: Naming quality is an LLM judgement over a bounded sample β it assesses clarity/consistency of the names it sees, not domain-correctness, and is advisory.
D24 Comment Value: Comment value (WHY vs WHAT) is an LLM judgement over a bounded sample β it is advisory and cannot weigh a comment against the precise code change it was written to explain.
D26 Project Cohesion: Project focus is sized from members/namespaces per project β a project that is broad by deliberate design reads the same as one that has sprawled.
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.
D34 Knowledge Freshness: Freshness is decayed commit RECENCY, not comprehension β code read often but rarely committed reads as orphaned, and stable code that genuinely needs no changes is penalised the same as forgotten code; bot/squash commits distort it like the bus factor.
D35 Change Coupling: Change coupling is co-change in COMMITS β files split across separate commits, or coupled only through a shared config/build step, read as uncoupled, and a sweeping commit (rename/format) is excluded so it doesn't couple everything. It shows that files change together, not WHY: a high coupling can be a healthy cohesive pair as readily as a hidden leak.
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.
DM4 Rich vs anemic model: Behaviour is detected as state mutation inside a method body β a method that enforces an invariant by validating-and-throwing without mutating reads as a query, and mutation delegated through an interface the scan can't resolve isn't credited; entities with zero public properties still drop out of the population. It detects that state changes, not whether the rule is correct.
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.
ED5 Idempotency: Idempotency is judged from the handler body's visible writes and guards β a guard enforced by a database unique constraint, a broker's exactly-once delivery, or a domain method whose no-op-when-applied logic the scan can't follow may read as at-risk; the at-risk candidates are confirmed by a SAMPLED LLM verdict (advisory, not exhaustive) and degrade to heuristic-only when no model is configured. It flags the at-least-once double-apply SHAPE, not a runtime proof of a duplicate effect.
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 (6): D19, D20, D21, D24, ED5, 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.
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.
0 method(s) exceeded the cognitive complexity threshold of 15.
β On the Gold path β maintain.
Detailed fixes: d2_recommendation.md.
Do you agree with this assessment?
D3 Β· God Classes10.0 / 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.
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.
Resolve the 1 Off the main sequence finding(s) in Coupling. β One of this dimension's main actionable groups (1 warning-level).
Stand up a CI pipeline, then gate Coupling in it to reach Verified (currently Documented). β This repository has no CI pipeline, so there is nothing to add a gate to yet β the pipeline comes first. Hardens enforcement from Documented toward Prevented β provenance only; does not change the score.
Detailed fixes: d5_recommendation.md Β· top locations in Appendix A, every location in findings.md.
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.
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.
4 test methods: 4 unit, 0 integration, 0 BDD, 0 e2e.
β On the Gold path β maintain.
Detailed fixes: d9_recommendation.md.
Do you agree with this assessment?
D10 Β· Test Quality10.0 / 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.
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.
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.
Resolve the 25 NoWarnInCsproj finding(s) in Explicit Debt β start with Jambo.Auth.Infrastructure.csproj (5), Jambo.Producer.UI.csproj (4), Jambo.Producer.Infrastructure.csproj (4). β One of this dimension's main actionable groups (25 issue-level).
Stand up a CI pipeline, then gate Explicit Debt in it to reach Verified (currently Documented). β This repository has no CI pipeline, so there is nothing to add a gate to yet β the pipeline comes first. Hardens enforcement from Documented toward Prevented β provenance only; does not change the score.
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.
What it measures: Whether the project's documentation is clear, complete, and useful.
Method: Judged by language model at low temperature (0.0-0.1) on a deterministic doc sample (READMEs plus first 25 architecture docs), with two-pass stability filtering. Advisory, sampled.
The single README is a solid one-paragraph description of an Event-Driven application with three applications plus requirements and environment setup. It states that architecture/design docs are absent and XML documentation coverage for the four referenced assemblies (Producer.Application/Infrastructure/UI/Domain) is zero percent, so it cannot be judged on completeness from those files alone. The document is clear but thin: it names only one of the four assemblies in its description and gives no guidance about how to run or test any of them beyond the up-kafka-mongodb.sh script.
Improve Documentation Quality β currently 4.0/10. β The single README is a solid one-paragraph description of an Event-Driven application with three applications plus requirements and environment setup. It states that architecture/design docs are absent and XML documentation coverage for the four referenced assemblies (Producer.Application/Infrastructure/UI/Domain) is zero percent, so it cannot be judged on completeness from those files alone. The document is clear but thin: it names only one of the four assemblies in its description and gives no guidance about how to run or test any of them beyond the up-kafka-mongodb.sh script.
Detailed fixes: d19_recommendation.md Β· top locations in Appendix A, every location in findings.md.
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.
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 2 redundant comment finding(s) in Comment Value β start with MediatRModule.cs, ValueObjectsTests.cs. β One of this dimension's main actionable groups (2 recommendation-level).
Detailed fixes: d24_recommendation.md Β· top locations in Appendix A, every location in findings.md.
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.
99 % of calls cross a namespace and 23 % go through an interface, but 100 % of collaborators are co-located β so following a call takes several hops. Baseline: small β navigation cost is tolerated.
What to do
Improve Navigability β currently 8.9/10. β 99 % of calls cross a namespace and 23 % go through an interface, but 100 % of collaborators are co-located β so following a call takes several hops. Baseline: small β navigation cost is tolerated.
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.
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).
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.
High IaC: DS-0002 Β· Γ3source/Auth/Jambo.Auth.UI/Dockerfiledetected by trivy finding
Low IaC: DS-0026 Β· Γ3source/Auth/Jambo.Auth.UI/Dockerfiledetected by trivy finding
What to do
Resolve the 3 High IaC finding(s) in IaC & Container Security β start with Dockerfile (3). β One of this dimension's main actionable groups (3 issue-level).
Resolve the 3 Low IaC finding(s) in IaC & Container Security β start with Dockerfile (3). β One of this dimension's main actionable groups (3 recommendation-level).
Detailed fixes: d31_recommendation.md Β· top locations in Appendix A, every location in findings.md.
What it measures: Whether anyone still has living knowledge of each file, or it has been orphaned β last understood long ago by someone now gone quiet. The sibling of the bus factor: D16 asks who owns it, D34 asks whether anyone still knows it.
Method: File orphaning as total living-knowledge decay below one focused-commit's worth within a year, computed per-file from the D16 decay model. Exhaustive, deterministic over fixed history.
4 of 4 significant source file(s) are orphaned β their living knowledge has decayed to nothing, so no one currently understands them. The largest is source/Consumer/Jambo.Consumer.Infrastructure/ServiceBus/Bus.cs.
Further orphaned files (smaller)
What to do
Resolve the 1 Further orphaned files (smaller) finding(s) in Knowledge Freshness. β One of this dimension's main actionable groups (1 recommendation-level).
Detailed fixes: d34_recommendation.md Β· top locations in Appendix A, every location in findings.md.
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.
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.
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.
Other Β· Security β Whether access is authorized by default β a framework authorization attribute/decorator or policy, 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.
Authorization IS enforced here (via [Authorize]/guards) β this is NOT a claim that endpoints are unprotected. What's missing is NAMED policies (AddAuthorization/AddPolicy, RequireRole/RequireClaim, RequireAuthorization): the access rules are implicit rather than named and testable. Recommendation, not a defect β name the rules so they're reviewable.
What to do
Add policy-based authorization β name the access rules (AddAuthorization(o => o.AddPolicy(β¦))) and apply them via [Authorize(Policy = β¦)] or RequireAuthorization.
Other Β· Domain Modelling β Whether aggregates reference each other by identity (id) rather than by direct object reference β the core DDD consistency-boundary rule.
Method: Roslyn (DDD-gated): aggregate roots identified by convention; each aggregate field checked for direct references to other aggregates versus id-only. Deterministic, DDD-native.
Coverage: Population: aggregate roots identified by AggregateRoot/IAggregateRoot base/interface NAME convention; reference-by-identity then checked exhaustively within that set β a root not using those names is invisible.
Other Β· Domain Modelling β How much of the domain uses strongly-typed ids vs raw Guid/string/int β adoption curve, not all-or-nothing.
Method: Roslyn (DDD-gated): strongly-typed id adoption on domain entities/events; raw Guid/int/string ids counted versus wrapped types. Deterministic, adoption percentage.
Coverage: Population: id-like members by *Id/*Key NAME suffix; strongly-typed-ID shape then checked semantically β non-suffixed identifiers are not seen.
`DomainEvent.AggregateRootId` is a raw `Guid` β give it a strongly-typed id: a dedicated single-field type wrapping the `Guid`, in whatever form your language spells that. β DomainEvent.cs:9
`Post.BlogId` is a raw `Guid` β give it a strongly-typed id: a dedicated single-field type wrapping the `Guid`, in whatever form your language spells that. β Post.cs:17
`CommentCreatedDomainEvent.CommentId` is a raw `Guid` β give it a strongly-typed id: a dedicated single-field type wrapping the `Guid`, in whatever form your language spells that. β CommentCreatedDomainEvent.cs:7
`PostCreatedDomainEvent.BlogId` is a raw `Guid` β give it a strongly-typed id: a dedicated single-field type wrapping the `Guid`, in whatever form your language spells that. β PostCreatedDomainEvent.cs:7
What to do
Adopt strongly-typed ids across the domain β finish the migration or document the boundary; primitive ids invite transposed-argument bugs.
Do you agree with this assessment?
DM4 Β· Rich vs anemic model6.5 / 10Adequateβ Tool-verified
Other Β· Domain Modelling β Whether aggregates/entities carry the behaviour that protects their invariants, rather than being data bags driven by external services.
Method: Roslyn (DDD-gated): entity method BODIES classified mutator-vs-query β only methods that mutate the entity's own declared state count as invariant-protecting behaviour, so a getter/passthrough doesn't rescue an anemic class. Deterministic, exhaustive over domain-layer entities.
Coverage: Population: entities by name/base convention; rich-vs-anemic judged by classifying each method body mutator-vs-query β logic-bearing domain types outside the convention are invisible.
`Comment` is an aggregate/entity with 1 data propert(ies) but no state-changing behaviour (only data and queries) β the business logic lives in a service. β Comment.cs:3
What to do
Move business rules onto the aggregates/entities they govern so invariants are enforced at the source, not in anemic services.
Other Β· Domain Modelling β Whether entities protect their state (private/init-only setters) instead of exposing public setters that bypass invariants. Softened when a rehydration framework (Marten/EF) is present.
Method: Roslyn (DDD-gated): public setters on entities detected; score softened when Marten/EF rehydration frameworks present. Deterministic, framework-aware.
Coverage: Population: entities by convention; encapsulation (setter shape) checked exhaustively within the set.
Other Β· Domain Modelling β Whether the domain layer stays free of infrastructure dependencies (EF/Marten/HTTP/ASP.NET) β 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 Β· Domain Modelling β Whether clusters of primitives that travel together (a missing value object) are extracted β a low-weight suggestion, LLM-confirmed when configured.
Method: Roslyn (DDD-gated): primitive parameter clusters recurring three or more times across signatures extracted, then confirmed by language model when configured. Advisory, low-weight.
Other Β· Readiness β Whether retry-prone mutations (command handlers + message/event consumers) are idempotent so an at-least-once redelivery or client retry doesn't double-apply the effect β heuristic at-risk detection confirmed by language model, advisory.
Method: Roslyn heuristic (any mutation, ungated): command handlers and message/event consumers that mutate persistent state without a visible idempotency guard (exists/dedup check, upsert, idempotency-key/inbox, conditional/versioned write, fixed-value set) flagged as at-risk; each at-risk candidate then confirmed or cleared by a language model as genuinely non-idempotent versus naturally-idempotent. Advisory without a model (heuristic-only, degraded), per-candidate judged with one.
Coverage: Population: retry-prone mutations β command handlers (CQRS write side) + message/event consumers (IConsumer/I*EventHandler) β that mutate persistent state; runs on any repo with mutations, not only event-driven ones. The at-risk subset (no obvious guard) is a HEURISTIC candidate set, each then LLM-JUDGED non-idempotent vs safe; a handler outside those conventions, or a guard the LLM can't confirm, is bounded by the sample. Degrades to heuristic-only when no model is configured.
`Blogs.CreatePostCommandHandler.Handle` mutates persistent state (an event publish) with no idempotency guard, and the model confirms a re-run would double-apply it. A retry or at-least-once redelivery means it can run twice β add an exists/dedup check, an upsert, an idempotency-key/inbox, or a versioned write. β CreateBlogCommandHandler.cs:20
`Posts.CreateCommentCommandHandler.Handle` mutates persistent state (an event publish) with no idempotency guard, and the model confirms a re-run would double-apply it. A retry or at-least-once redelivery means it can run twice β add an exists/dedup check, an upsert, an idempotency-key/inbox, or a versioned write. β CreateCommentCommandHandler.cs:30
`Posts.PublishPostCommandHandler.Handle` mutates persistent state (an event publish) with no idempotency guard, and the model confirms a re-run would double-apply it. A retry or at-least-once redelivery means it can run twice β add an exists/dedup check, an upsert, an idempotency-key/inbox, or a versioned write. β PublishPostCommandHandler.cs:28
What to do
Make retry-prone mutations idempotent β guard each write with an exists/dedup check, an upsert, an idempotency-key/inbox, or a versioned write, so a re-run doesn't double-apply.
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.
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.
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 an 'Architecture' / 'How it works' section to the root README β the high-level shape.
Add a README to the 5 of 5 project(s) that lack one β worth up to 2 pts.
Maturity Β· Maturity β Whether key decisions (ADRs) and the high-level shape (C4/diagrams) are written down.
Method: Filesystem scan: ADR folder/naming conventions or content, plus Mermaid/PlantUML/C4/architecture.md discovery. Exhaustive, deterministic.
No Architecture Decision Records found β no conventional ADR directory, no `NNNN-title.md` documents and nothing ADR-shaped by content. Design rationale recorded elsewhere (a design-notes tree, a mailing list, pull-request discussion) is not visible to this check and is not re-findable per decision, so a future maintainer cannot ask why one choice was made and get an answer.
No C4/PlantUML/Mermaid diagram or architecture.md β the high-level shape isn't documented.
What to do
Record significant decisions one document per decision β dated, stating the context, the decision and its consequences β and keep them together wherever your design docs already live (a conventional `docs/adr/` tree with `NNNN-title.md` names is the most discoverable form).
Add a C4 context/container diagram (Structurizr, PlantUML or Mermaid) or an architecture.md overview.
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.
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 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.
Readiness Β· Readiness β Whether SAST, secret/dependency scanning and performance benchmarking are wired in (presence, not runtime).
Method: Filesystem scan: SAST configuration, dependency-update automation, secret scanning, and a benchmark harness or benchmark step β in this repository's own ecosystem. Exhaustive, deterministic.
No static application security testing detected. For this repository's stack, add CodeQL's csharp pack (it analyses VB.NET too), or a security analyzer package (or `semgrep --config=auto`, which runs on any language) β this repository has no CI pipeline yet, so run it locally to clear the existing findings, then make it a step of the first workflow you add so a regression fails the build.
What to do
Run what this repository's stack ships: CodeQL's csharp pack (it analyses VB.NET too), or a security analyzer package β or `semgrep --config=auto`, which runs on any language β β locally for now, since there is no CI pipeline here yet, and as a step of the first workflow you add so a security regression fails the build instead of landing.
Enable Dependabot/Renovate or a dependency-review gate.
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 is orchestrated by compose, but no service declares a `healthcheck:` and nothing pins a previous image to fall back to β the runtime can tell that the container is up, not that it is serving, so a bad release is harder to detect and reverse.
What to do
Add a `healthcheck:` to the served compose service β probing the endpoint it already answers on where it has one β with `depends_on: condition: service_healthy` on whatever waits for it, and keep the deployed image tag immutable and recorded so rolling back is re-pointing at the previous tag rather than rebuilding.
Add an approval/environment gate (required reviewers / protection rules) before production promotion.
Other Β· Security β Transport security, security headers, secure cookies, input validation, middleware order and crypto hygiene (presence, not runtime).
`RequireHttpsMetadata = false` allows the OIDC discovery doc to be fetched over plain HTTP. Safe for loopback-only fetches (Aspire / on-host); risky for any other path. β Startup.cs:64
No Content-Security-Policy / X-Frame-Options / X-Content-Type-Options configuration found β defense in depth, even when a reverse proxy could set them. (β2.0 on this card.)
No UseHttpsRedirection/UseHsts and no reverse-proxy signal β transport security is unverified at the app layer. (β2.0 on this card.)
What to do
Set RequireHttpsMetadata = true in prod (or pin MetadataAddress to a localhost URL the API can hit directly).
Add security response headers (Content-Security-Policy, X-Frame-Options, X-Content-Type-Options) β defense in depth, even when a reverse proxy could set them.
Enforce HTTPS at the app layer (UseHttpsRedirection / UseHsts) β only skip this if a reverse proxy demonstrably terminates TLS.
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.
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 0/15 async methods accept a CancellationToken, so in-flight work can't be stopped early when the caller gives up β whatever ends it in your host (shutdown signal, timeout, abandoned request, user cancel). Thread a token through the call chain and honour it at each await and loop; where a method genuinely cannot be interrupted, omitting it is a deliberate choice β judge against your hosting model.
No CancellationToken parameter β this work can't be stopped early once started. (×15) β BlogsController.cs:25, BlogsController.cs:33, BlogsController.cs:41, β¦
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.
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.
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.
Capped at Fair by a Critical contributor β resolve it before relying on this lens.
Not included β 49 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.
AX1 Captive dependencies β no DI registrations detected
AX2 Stateful singletons β no singleton implementations detected
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 β Advisory β this card reports evidence and never carries a score, so there is nothing missing here.
C1 Data Protection β No personal data detected in the analyzed source β no PII-typed entity/column names (Email, FirstName, DateOfBirth, β¦), no ASP.NET Identity / user-account model, and no stored user credentials. GDPR data-protection controls are therefore N/A here. If this is intentional, record the no-PII posture in an ADR; if the app does process personal data, name those fields conventionally so this dimension activates.
C3 Audit Trail β No personal data detected in the analyzed source β no PII-typed entity/column names (Email, FirstName, DateOfBirth, β¦), no ASP.NET Identity / user-account model, and no stored user credentials. GDPR data-protection controls are therefore N/A here. If this is intentional, record the no-PII posture in an ADR; if the app does process personal data, name those fields conventionally so this dimension activates.
C4 Data Retention β No personal data detected in the analyzed source β no PII-typed entity/column names (Email, FirstName, DateOfBirth, β¦), no ASP.NET Identity / user-account model, and no stored user credentials. GDPR data-protection controls are therefore N/A here. If this is intentional, record the no-PII posture in an ADR; if the app does process personal data, name those fields conventionally so this dimension activates.
C5 Data-Subject Rights β No personal data detected in the analyzed source β no PII-typed entity/column names (Email, FirstName, DateOfBirth, β¦), no ASP.NET Identity / user-account model, and no stored user credentials. GDPR data-protection controls are therefore N/A here. If this is intentional, record the no-PII posture in an ADR; if the app does process personal data, name those fields conventionally so this dimension activates.
D11 Test Reliability β Test runner surfaced no tests
D16 Bus Factor β dormant codebase β no living knowledge left to concentrate
D22 Internal API Consistency β No exposed public API
D23 Boundary Type-Coupling β Bounded contexts not declared
D25 ADR Conformance β no ADRs to check
D32 Data Compliance (PII/GDPR) β Data compliance (PII/GDPR) was not assessed in this scan β no ruleset is currently available for it. This says nothing about how this repository handles personal data, in either direction.
D33 JS/npm Dependency Vulnerabilities β No JS/npm manifest or lockfile found outside build output (package.json, package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb); no JS dependencies to scan.
D36 Supply-chain Provenance & Signing β No CI/build pipeline found (.github/.forgejo/.gitea workflows, .gitlab-ci.yml, azure-pipelines*.yml, .pipelines/, .vsts-ci/, Jenkinsfile, .circleci); there is no build to attest provenance for.
D37 Vulnerability-disclosure Policy β No vulnerability-disclosure policy file found (SECURITY.md/.markdown/.rst/.txt at root or under .github/.forgejo/.gitea/docs, .well-known/security.txt). A coordinated-disclosure policy may live off-repo, so this is not evidenced rather than failed.
D38 OSV Dependency Vulnerabilities β No supported non-.NET dependency lockfile found outside build output (npm package-lock/yarn/pnpm/bun, Go go.mod, Rust Cargo.lock, Maven pom.xml, Gradle lockfiles, Python requirements.txt/poetry.lock/Pipfile.lock/pdm.lock, PHP composer.lock, Ruby Gemfile.lock, Elixir mix.lock, Dart pubspec.lock, Swift Package.resolved); nothing for OSV to scan. A NuGet-only repo stays NotApplicable β .NET CVEs are D30's domain.
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.
D7 Architectural Integrity β no checkable ADRs and no dependency cycles β architectural integrity not assessed
D8 Code Coverage β Coverage not measured β analyzer environment
DM3 Integration-event coupling β no integration events detected β coupling check not applicable
DM7 Repository granularity β no repository abstraction detected (e.g. uses a document session)
ED1 Event-Driven β applicable but not scored (2 of 3 signals for this style β below the bar we score at): a message-bus package; 11 CQRS handler(s)
ES1 Event Sourcing β not scored β this repository shows only 1 of the 3 signals this check looks for (2 aggregate(s) with Apply/When folds)
P12 CI test-gate honesty β no CI workflow found
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
P8 Schema migrations β no EF Core usage detected
P9 Domain vs controller coverage β no coverage report found on disk β produce a coverage report in a standard format (Cobertura β `dotnet test --collect:"XPlat Code Coverage"` with a `coverlet.collector` PackageReference) into the repo working tree before the scan β a CI step is the usual place, since the artefact is commonly gitignored, or wire coverage collection into CI, to enable this cross-layer check
PF1 Benchmark discipline β Performance is assessed only for perf-relevant repos β a packaged library, one that ships benchmarks, or one already using allocation-aware APIs. This repo isn't one, so the Performance lens is not applicable and is excluded from the score.
PF2 Allocation hygiene β Performance is assessed only for perf-relevant repos β a packaged library, one that ships benchmarks, or one already using allocation-aware APIs. This repo isn't one, so the Performance lens is not applicable and is excluded from the score.
PF3 Async & latency hygiene β Performance is assessed only for perf-relevant repos β a packaged library, one that ships benchmarks, or one already using allocation-aware APIs. This repo isn't one, so the Performance lens is not applicable and is excluded from the score.
SC1 Supply-chain hygiene β Advisory β this card reports evidence and never carries a score, so there is nothing missing here.
X5 Nullable reference types β no NRT-eligible projects
X6 Hand-rolled structured-format parsing β Reported, not scored β this card publishes what it found rather than grading it. Its content is the findings and the key metric above.
X7 Silent fallback defaults β Reported, not scored β this card publishes what it found rather than grading it. Its content is the findings and the key metric above.
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.
Issue β 56 finding(s)
D30 Β· Dependency VulnerabilitiesΒ· High CVE Β· Γ26
High CVE: MongoDB.Driver 2.4.4 β MongoDB.Driver 2.4.4 (direct) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Newtonsoft.Json 10.0.3 β Newtonsoft.Json 10.0.3 (direct) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: System.Net.Security 4.0.0 β System.Net.Security 4.0.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: System.Net.Security 4.0.0 β System.Net.Security 4.0.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: System.Security.Cryptography.X509Certificates 4.1.0 β System.Security.Cryptography.X509Certificates 4.1.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: System.Text.RegularExpressions 4.3.0 β System.Text.RegularExpressions 4.3.0 (transitive) has a High advisory; affects 3 projects β one upgrade fixes all. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.AspNetCore.All 2.0.0 β Microsoft.AspNetCore.All 2.0.0 (direct) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.NETCore.App 2.0.0 β Microsoft.NETCore.App 2.0.0 (direct) has a High advisory; affects 2 projects β one upgrade fixes all. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.AspNetCore.Http 2.0.0 β Microsoft.AspNetCore.Http 2.0.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.AspNetCore.HttpOverrides 2.0.0 β Microsoft.AspNetCore.HttpOverrides 2.0.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.AspNetCore.Identity 2.0.0 β Microsoft.AspNetCore.Identity 2.0.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.AspNetCore.Identity 2.0.0 β Microsoft.AspNetCore.Identity 2.0.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.AspNetCore.Mvc.Core 2.0.0 β Microsoft.AspNetCore.Mvc.Core 2.0.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.AspNetCore.Server.HttpSys 2.0.0 β Microsoft.AspNetCore.Server.HttpSys 2.0.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.AspNetCore.Server.Kestrel.Core 2.0.0 β Microsoft.AspNetCore.Server.Kestrel.Core 2.0.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.AspNetCore.Server.Kestrel.Core 2.0.0 β Microsoft.AspNetCore.Server.Kestrel.Core 2.0.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv 2.0.0 β Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv 2.0.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Microsoft.Data.OData 5.8.2 β Microsoft.Data.OData 5.8.2 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: Newtonsoft.Json 10.0.1 β Newtonsoft.Json 10.0.1 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: System.Data.SqlClient 4.4.0 β System.Data.SqlClient 4.4.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: System.Net.Http 4.3.0 β System.Net.Http 4.3.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: System.Net.Security 4.3.0 β System.Net.Security 4.3.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: System.Net.Security 4.3.0 β System.Net.Security 4.3.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: System.Security.Cryptography.Xml 4.4.0 β System.Security.Cryptography.Xml 4.4.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
High CVE: System.Security.Cryptography.Xml 4.4.0 β System.Security.Cryptography.Xml 4.4.0 (transitive) has a High advisory. https://github.com/advisories/[GHSA redacted]
NoWarnInCsproj source/Producer/Jambo.Producer.UI/Jambo.Producer.UI.csproj:8β 1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Producer/Jambo.Producer.Infrastructure/Jambo.Producer.Infrastructure.csproj:8β 1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Consumer/Jambo.Consumer.UI/Jambo.Consumer.UI.csproj:9β 1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Consumer/Jambo.Consumer.Infrastructure/Jambo.Consumer.Infrastructure.csproj:8β 1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Auth/Jambo.Auth.UI/Jambo.Auth.UI.csproj:8β 1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Auth/Jambo.Auth.Infrastructure/Jambo.Auth.Infrastructure.csproj:8β 1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Producer/Jambo.Producer.UI/Jambo.Producer.UI.csproj:8β 1702 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Producer/Jambo.Producer.Infrastructure/Jambo.Producer.Infrastructure.csproj:8β 1702 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Consumer/Jambo.Consumer.UI/Jambo.Consumer.UI.csproj:9β 1702 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Consumer/Jambo.Consumer.Infrastructure/Jambo.Consumer.Infrastructure.csproj:8β 1702 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Auth/Jambo.Auth.UI/Jambo.Auth.UI.csproj:8β 1702 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Auth/Jambo.Auth.Infrastructure/Jambo.Auth.Infrastructure.csproj:8β 1702 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Producer/Jambo.Producer.UI/Jambo.Producer.UI.csproj:8β 1705 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Producer/Jambo.Producer.Infrastructure/Jambo.Producer.Infrastructure.csproj:8β 1705 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Consumer/Jambo.Consumer.UI/Jambo.Consumer.UI.csproj:9β 1705 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Consumer/Jambo.Consumer.Infrastructure/Jambo.Consumer.Infrastructure.csproj:8β 1705 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Auth/Jambo.Auth.UI/Jambo.Auth.UI.csproj:8β 1705 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Auth/Jambo.Auth.Infrastructure/Jambo.Auth.Infrastructure.csproj:8β 1705 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Producer/Jambo.Producer.UI/Jambo.Producer.UI.csproj:8β NU1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Producer/Jambo.Producer.Infrastructure/Jambo.Producer.Infrastructure.csproj:8β NU1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Consumer/Jambo.Consumer.UI/Jambo.Consumer.UI.csproj:9β NU1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Consumer/Jambo.Consumer.Infrastructure/Jambo.Consumer.Infrastructure.csproj:8β NU1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Auth/Jambo.Auth.UI/Jambo.Auth.UI.csproj:8β NU1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Auth/Jambo.Auth.Infrastructure/Jambo.Auth.Infrastructure.csproj:8β NU1701 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
NoWarnInCsproj source/Auth/Jambo.Auth.Infrastructure/Jambo.Auth.Infrastructure.csproj:8β CS1591 β this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or β if some occurrences really are legitimate β narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project.
High IaC: DS-0002 source/Auth/Jambo.Auth.UI/Dockerfileβ Image user should not be 'root' A container that starts as root runs your process with root's capabilities inside the namespace, so a compromise of the process starts from there. The step: create an unprivileged account in the image (`RUN useradd -r -M app` β or whatever this base image's account tooling is, `adduser` and `useradd` are not both present everywhere`), give it ownership of the paths the process writes at runtime (`COPY --chown=` on those layers, or a `RUN chown -R`), and end the final stage with `USER app` so it is the default at start. Build stages that only compile can stay root; it is the stage that RUNS that needs the account. If the process genuinely requires root β it manages the container runtime, ptraces another process or opens raw devices β say so here rather than making a change that breaks it.
High IaC: DS-0002 source/Consumer/Jambo.Consumer.UI/Dockerfileβ Image user should not be 'root' A container that starts as root runs your process with root's capabilities inside the namespace, so a compromise of the process starts from there. The step: create an unprivileged account in the image (`RUN useradd -r -M app` β or whatever this base image's account tooling is, `adduser` and `useradd` are not both present everywhere`), give it ownership of the paths the process writes at runtime (`COPY --chown=` on those layers, or a `RUN chown -R`), and end the final stage with `USER app` so it is the default at start. Build stages that only compile can stay root; it is the stage that RUNS that needs the account. If the process genuinely requires root β it manages the container runtime, ptraces another process or opens raw devices β say so here rather than making a change that breaks it.
High IaC: DS-0002 source/Producer/Jambo.Producer.UI/Dockerfileβ Image user should not be 'root' A container that starts as root runs your process with root's capabilities inside the namespace, so a compromise of the process starts from there. The step: create an unprivileged account in the image (`RUN useradd -r -M app` β or whatever this base image's account tooling is, `adduser` and `useradd` are not both present everywhere`), give it ownership of the paths the process writes at runtime (`COPY --chown=` on those layers, or a `RUN chown -R`), and end the final stage with `USER app` so it is the default at start. Build stages that only compile can stay root; it is the stage that RUNS that needs the account. If the process genuinely requires root β it manages the container runtime, ptraces another process or opens raw devices β say so here rather than making a change that breaks it.
Critical CVE: Microsoft.AspNetCore.Server.Kestrel.Core 2.0.0 β Microsoft.AspNetCore.Server.Kestrel.Core 2.0.0 (transitive) has a Critical advisory. https://github.com/advisories/[GHSA redacted]
Critical CVE: System.Text.Encodings.Web 4.4.0 β System.Text.Encodings.Web 4.4.0 (transitive) has a Critical advisory. https://github.com/advisories/[GHSA redacted]
Warning β 21 finding(s)
D30 Β· Dependency VulnerabilitiesΒ· Medium CVE Β· Γ15
Medium CVE: System.Net.Security 4.0.0 β System.Net.Security 4.0.0 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: System.Net.Security 4.0.0 β System.Net.Security 4.0.0 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: Microsoft.AspNetCore.All 2.0.0 β Microsoft.AspNetCore.All 2.0.0 (direct) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: Microsoft.AspNetCore.All 2.0.0 β Microsoft.AspNetCore.All 2.0.0 (direct) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: Microsoft.AspNetCore.Server.Kestrel.Core 2.0.0 β Microsoft.AspNetCore.Server.Kestrel.Core 2.0.0 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: Microsoft.AspNetCore.Server.Kestrel.Core 2.0.0 β Microsoft.AspNetCore.Server.Kestrel.Core 2.0.0 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions 2.0.0 β Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions 2.0.0 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv 2.0.0 β Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv 2.0.0 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: Microsoft.Rest.ClientRuntime 2.3.8 β Microsoft.Rest.ClientRuntime 2.3.8 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: Swashbuckle.AspNetCore.SwaggerUI 1.0.0 β Swashbuckle.AspNetCore.SwaggerUI 1.0.0 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: System.Data.SqlClient 4.4.0 β System.Data.SqlClient 4.4.0 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: System.IdentityModel.Tokens.Jwt 5.1.4 β System.IdentityModel.Tokens.Jwt 5.1.4 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: System.Net.Security 4.3.0 β System.Net.Security 4.3.0 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: System.Net.Security 4.3.0 β System.Net.Security 4.3.0 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
Medium CVE: System.Security.Cryptography.Xml 4.4.0 β System.Security.Cryptography.Xml 4.4.0 (transitive) has a Medium advisory. https://github.com/advisories/[GHSA redacted]
dormant codebase β no living knowledge left to concentrate β Every one of the 4 significant source file(s) was last meaningfully changed so long ago that no living knowledge remains, so there is no concentration to measure β the bus factor is not scored. This is not a clean bill: nobody currently holds working knowledge of this code (see D34 Knowledge Freshness).
Monorepo: only 1 of 3 solutions was scored β This repository contains 3 .NET solutions, but a scan analyzes ONE. Every score, lens, and finding here reflects only `source/Producer/Jambo.Producer.sln` β the other 2 (`source/Auth/Jambo.Auth.sln`, `source/Consumer/Jambo.Consumer.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.
Medium: missing-or-broken-authorization source/Auth/Jambo.Auth.UI/Controllers/AccountController.cs:13β Anonymous access shouldn't be allowed unless explicit by design. Access control checks are missing and potentially can be bypassed. This finding violates the principle of least privilege or deny by default, where access should only be permitted for a specific set of roles or conforms to a custom policy or users. This is a semgrep security-AUDIT rule: it reports that a sensitive construct is present, not that it is exploitable here. Confirm whether this site handles untrusted input or is reachable across a trust boundary β and apply the change where it is; where the construct is required by the platform or protocol it calls into, and carries no untrusted data (a syscall/FFI shim, a build- or debug-gated tool, a fixed local surface), record the review and leave the code as it is.
Change coupling: BlogsController.cs β PostsController.cs source/Producer/Jambo.Producer.UI/Controllers/BlogsController.csβ `source/Producer/Jambo.Producer.UI/Controllers/BlogsController.cs` and `source/Producer/Jambo.Producer.UI/Controllers/PostsController.cs` change together 55% of the time (11 of the 20 commits that touched the less-changed of the two, renames followed). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package β so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking.
Off the main sequence: Jambo.Domain β Jambo.Domain: abstractness 0.26, instability 0.00, distance 0.74 β zone of pain β concrete and depended on by 3 project(s), so it's rigid to change.
D8 Β· Code CoverageΒ· Coverage not measured Β· Γ1
Coverage not measured β analyzer environment β Coverage NOT MEASURED: the analyzer environment could not build/run the test suite (a target framework / SDK band or targeting pack the analyzer image doesn't carry). This is OUR limitation, not a defect in the repo β coverage is excluded from the score rather than counted as a near-zero. We track the analyzer-image gap so it can be closed; in the meantime, no coverage collector was found in your CI either, so there is no existing report to hand us β add a collector to your test run and commit (or publish into the working tree) its Cobertura/OpenCover/lcov output, and real coverage will be read.
Low IaC: DS-0026 source/Auth/Jambo.Auth.UI/Dockerfileβ No HEALTHCHECK defined Without one the runtime only knows whether the process is alive, not whether it is serving, so a wedged container is restarted by nobody. The step: add a `HEALTHCHECK` to the image that probes the service the way a client would β this image already declares `EXPOSE 80`, so a request to `localhost:80` on the service's own health or root route, exiting non-zero when it does not answer, is the probe β and give it an `--interval`, a `--timeout` and a `--start-period` long enough to cover startup. If the image ships no HTTP client, probe with whatever the runtime already has, or declare the check in the orchestrator instead and say so here.
Low IaC: DS-0026 source/Consumer/Jambo.Consumer.UI/Dockerfileβ No HEALTHCHECK defined Without one the runtime only knows whether the process is alive, not whether it is serving, so a wedged container is restarted by nobody. The step: add a `HEALTHCHECK` to the image that probes the service the way a client would β this image already declares `EXPOSE 80`, so a request to `localhost:80` on the service's own health or root route, exiting non-zero when it does not answer, is the probe β and give it an `--interval`, a `--timeout` and a `--start-period` long enough to cover startup. If the image ships no HTTP client, probe with whatever the runtime already has, or declare the check in the orchestrator instead and say so here.
Low IaC: DS-0026 source/Producer/Jambo.Producer.UI/Dockerfileβ No HEALTHCHECK defined Without one the runtime only knows whether the process is alive, not whether it is serving, so a wedged container is restarted by nobody. The step: add a `HEALTHCHECK` to the image that probes the service the way a client would β this image already declares `EXPOSE 80`, so a request to `localhost:80` on the service's own health or root route, exiting non-zero when it does not answer, is the probe β and give it an `--interval`, a `--timeout` and a `--start-period` long enough to cover startup. If the image ships no HTTP client, probe with whatever the runtime already has, or declare the check in the orchestrator instead and say so here.
redundant comment source/Producer/Jambo.Producer.Infrastructure/Modules/MediatRModule.cs:35β "via assembly scan" β delete - the semicolon-separated Arrange/Act/Await is already self-describing
redundant comment source/Shared/Jambo.Domain.UnitTests/ValueObjectsTests.cs:12β "Arrange" β delete - 'Arrange' label restates this; only comment on why Arrange/Assert are done in this order
D11 Β· Test ReliabilityΒ· Test runner surfaced no tests Β· Γ1
Test runner surfaced no tests β Test reliability not scored β the test tier(s) ran but surfaced none of this repository's 4 test method(s) to the runner, so flakiness couldn't be exercised. This is an analysis-environment limitation, not a finding about the tests.
No ADRs found β No ADRs found at common paths; consider documenting architectural decisions in Docs/ADL/ or similar.
D23 Β· Boundary Type-CouplingΒ· Bounded contexts not declared Β· Γ1
Bounded contexts not declared β At 2045 LoC across 5 projects the codebase is mid-range size and multi-module, so explicit bounded contexts are warranted. Name this codebase's bounded contexts (β₯2 module groups, e.g. per subsystem) so cross-boundary type coupling can be assessed. Declare them in `.codehealth/config.yaml` at the repository root (create it if absent), mapping each context name to the module-path or namespace prefixes that belong to it β e.g. `architecture:` β `contexts:` β `Billing: ["src/billing", "Acme.Billing"]`, `Catalog: ["src/catalog", "Acme.Catalog"]`.
D34 Β· Knowledge FreshnessΒ· Further orphaned files (smaller) Β· Γ1
Further orphaned files (smaller) β 4 of 4 analysed file(s) have no living knowledge left β their last meaningful change has decayed away, so if one breaks, no one currently understands it (counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). None is large enough to earn a read-through of its own, so this row stands in for the per-file rows rather than raising one each β largest first: source/Consumer/Jambo.Consumer.Infrastructure/ServiceBus/Bus.cs, source/Shared/Jambo.Domain/Model/Posts/Post.cs, source/Producer/Jambo.Producer.UI/Startup.cs (and 1 more). Attach the read to the next change that touches one of them: have a second person review that change, and leave behind a short comment or test recording what the file is for, so the knowledge comes back at the cost of a change you were making anyway.
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.
semgrep: not applicable β Data compliance (PII/GDPR) was not assessed in this scan β no ruleset is currently available for it. This says nothing about how this repository handles personal data, in either direction.
trivy: not applicable β No JS/npm manifest or lockfile found outside build output (package.json, package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb); no JS dependencies to scan.
provenance: not applicable β No CI/build pipeline found (.github/.forgejo/.gitea workflows, .gitlab-ci.yml, azure-pipelines*.yml, .pipelines/, .vsts-ci/, Jenkinsfile, .circleci); there is no build to attest provenance for.
disclosure: not applicable β No vulnerability-disclosure policy file found (SECURITY.md/.markdown/.rst/.txt at root or under .github/.forgejo/.gitea/docs, .well-known/security.txt). A coordinated-disclosure policy may live off-repo, so this is not evidenced rather than failed.
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 019fc79b-84e8-7198-b90e-a1a711f4f027 Β· every finding is also locatable in findings.md, and the complete scoring record (with exit codes + durations) in sidecar.json.
Issues: 56 Β· Warnings: 21 Β· Recommendations: 9 Β· Info: 5 β Appendix A Β· all findings Β· full markdown report.
Generated by Watchdog β deterministic code-health analysis. 03-08-2026 @ 12:31 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.