Public report β Feliz, published 6 Aug 2026.
Concrete security findings (CVE IDs, secret matches, dependency versions) are hidden in this version;
ask the repo owner for the full report.
128findings with an exact file:lineof 142 β the remainder are repo-wide signals (a dimension-level measurement, not a single line); open any file:line and verify
46/108dimensions across the health lenses225 LoC Β· 1 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.
fable-hub/Feliz is sound in substance but carries real gaps (55%). It is not in crisis, but the issues below raise the cost of changing it β friction its consumers ultimately inherit.
It is strongest in Code Health (92%) β the code is clean and low-risk to change.
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 (51%) β releases are harder to depend on β versioning, release notes and dependency hygiene are thin, so consumers can't easily tell what changed or trust an upgrade. Security (54%) is the next concern β exposure to security and compliance incidents is elevated.
Leadership focus, highest impact first: The release job declares an environment (Deployment & Rollback); unused dependencies, declare unlisted imports explicitly,β¦ (Dependency Hygiene); eslint as package.json scripts and run them in CI (Tooling).
For scale: Hobby (~225 production lines); rebuilding it from scratch would take roughly ~0.1 person-years (~1 engineer). Approximate, ±~30%.
It builds on a genuinely strong Code Health foundation (92%); 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.
123 finding(s) are new versus the previous scan (2026-07-29) β surfaced by this scheduled scan itself, no pull request required. Showing the first 100; the full set is in the report.
D38 Β· High CVE: [GHSA redacted] package-lock.json
D38 Β· High CVE: [GHSA redacted] package-lock.json
D38 Β· High CVE: [GHSA redacted] package-lock.json
D38 Β· High CVE: [GHSA redacted] package-lock.json
D38 Β· High CVE: [GHSA redacted] package-lock.json
D38 Β· High CVE: [GHSA redacted] package-lock.json
D38 Β· High CVE: [GHSA redacted] package-lock.json
D38 Β· High CVE: [GHSA redacted] package-lock.json
D38 Β· High CVE: [GHSA redacted] package-lock.json
D38 Β· High CVE: [GHSA redacted] package-lock.json
D38 Β· High CVE: [GHSA redacted] playground/package-lock.json
D38 Β· High CVE: [GHSA redacted] package-lock.json
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 β β¬2,200ββ¬11,000
0.8Γ (at 55% quality) β the last 20% of quality is most of the work
Size & shape
Hobby Β· effort split not classified (source measured from disk; the effort-tier breakdown is a C#-only syntax walk)
How we model this: boilerplate at a scaffolding rate + logic × domain Low (×0.9) β library/CLI × a 0.8× quality factor, at β¬60β95/h; indicative, ±~30% · effort from total production LoC as straight-line logic (the tier split is a C#-only syntax walk), a conservative lower bound. 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
The release job declares an environment, but its protection rules are not visible from the repository β confirm required reviewers are attached, or publish as a draft release so a bad build can be stopped before users can download it.
Of everything flagged, the best return on effort is: The release job declares an environment, but its protection rules are not visible from the repository β confirm required reviewers are attached, or publish as a draft release so a bad build can be stopped before users can download it. The rest can wait behind it.
Evidence: priority ranking: top of 5 ranked by impact/effort
β The release job declares an environment, but its protection rules are not visible from the repository β confirm required reviewers are attached, or publish as a draft release so a bad build can be stopped before users can download it.
Architecture β module dependency matrix
33 modules, 23 dependencies β 1 dependency cycle, 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.)
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
45
High / Critical
A03:2021 β Injection
8
High / Critical
Roadmap
First, secure the deployment process by verifying reviewer protections and publishing draft releases to prevent bad builds from reaching users. Next, clean up the codebase by removing unused dependencies and explicitly declaring imports to improve maintainability. Then, integrate linting into the CI pipeline to enforce code quality standards. Finally, document key architectural decisions and add a testing section to the README to improve project discoverability and onboarding.
Ranked by impact Γ· effort. "Helps" is the estimated gain on the 0β100 health score.
Do this
Helps
Effort
Dimension
The release job declares an environment, but its protection rules are not visible from the repository β confirm required reviewers are attached, or publish as a draft release so a bad build can be stopped before users can download it.
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).
Per-file score 0β10 β a quality signature. Of 52 files carrying findings, judged against the Production bar: 4% slop Β· 29% mixed Β· 67% 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. 44 of 46 evaluated dimensions are computed purely by tools and static analysis (confidence 1.0); 2 documentation/naming judgement(s) are LLM-assisted and labelled advisory. Overall confidence is 0.7 β the weighted average across measured dimensions; it falls as more of the score leans on LLM-assisted judgement and rises when it's fully tool-backed.
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 β 46 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, 128 of 142 do; the remainder are repo-wide signals β a dimension-level measurement, not a single line. (Every path in this report is repo-relative by construction: paths are normalized at the producer and the report is rejected if any rooted path leaks through.)
Is there a tool behind the number? Every score below names the method that produced it β Roslyn, git, a scanner, or (for a handful of documentation/naming dimensions) an LLM labelled sampled Β· advisory β not a narrative.
Does re-running give the same result? Run it again on the same commit and the score β and this report, byte for byte β is identical. A report whose numbers move between runs is describing the run, not the code.
This report answers yes to all three. That's the bar to hold any assessment to.
Tools & methods
The actual versions used this run (captured at analysis time) β re-run on the same commit for the identical score.
Method
Backs
Version
Evaluator
Roslyn static analysis
Complexity, cohesion, coupling, dead code, API surface, layering
What ran differently this time β a tool absent, degraded, or that fell back to an estimate. Named openly, not folded silently into the scores. A degraded run also records its exact cause in diagnostics.md.
D19 Documentation Quality β evaluation did not complete β Documentation Quality not included (check did not complete) β excluded from 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.
D13 Secret Scanning: Secret detection is signature- and entropy-based on the current tree β a secret that does not match a known pattern, or one already rotated, will not be flagged (a clean scan is "nothing matched", not "no secrets exist").
D14 License Compliance: License compatibility is checked against declared package metadata and a policy β mislabelled or missing license metadata, and obligations that depend on how you distribute, are not resolved here.
D15 Churn × Complexity Hotspots: Churn hotspots come from git history β a freshly imported or squashed repository has no churn signal, and recent rewrites can mask a historically risky file.
D16 Bus Factor: Bus-factor is a time-decayed model of commit attribution (who has recently, repeatedly worked a file), not comprehension β pairing, review and reading-without-committing spread knowledge it can't see; bot commits and shared accounts still distort it.
D17 Explicit Debt: Acknowledged-debt signals (TODO/FIXME, suppressions, dead code) are textual β undocumented debt that nobody marked, and debt that lives in design rather than annotations, is invisible. Committed machine-written code (scaffolded migrations, designer/codegen output, generated stubs) is excluded β it is never the team's dead code to delete.
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.
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.
D33 JS/npm Dependency Vulnerabilities: JS/npm CVE matching reads package manifests and lockfiles β risk from how a dependency is used, and advisories not yet published, fall outside this scan.
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.
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".
P6 Release Hygiene: Rollback/observability controls are inferred from repo artefacts (pipelines, dashboards-as-code) β controls configured in external tooling, with no in-repo trace, cannot be credited.
The LLM boundary
LLM-set scores this run (2): D21, 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.
Resolve the 1 ReactComponentAttribute.Transform (cyclomatic 34) finding(s) in Cyclomatic Complexity β start with ReactComponent.fs. β One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 ReactComponentAttribute.TransformCall (cyclomatic 18) finding(s) in Cyclomatic Complexity β start with ReactComponent.fs. β One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 RoughViz.buildChart (cyclomatic 16) finding(s) in Cyclomatic Complexity β start with RoughViz.fs. β One of this dimension's main actionable groups (1 warning-level).
Enforce Cyclomatic Complexity in CI to reach Verified (currently Documented). β Hardens enforcement from Documented toward Prevented β provenance only; does not change the score.
Detailed fixes: d1_recommendation.md Β· top locations in Appendix A, every location in findings.md.
What it measures: How hard the code is for a person to follow, beyond raw branching.
Method: Cognitive complexity per method (Sonar-style nesting-penalized score), computed exhaustively over production code, excluding test projects. Deterministic.
Resolve the 1 ReactComponentAttribute.Transform (cognitive 97) finding(s) in Cognitive Complexity β start with ReactComponent.fs. β One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 DateParsing.parse (cognitive 30) finding(s) in Cognitive Complexity β start with DateParsing.fs. β One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 ReactComponentAttribute.TransformCall (cognitive 25) finding(s) in Cognitive Complexity β start with ReactComponent.fs. β One of this dimension's main actionable groups (1 warning-level).
Enforce Cognitive Complexity in CI to reach Verified (currently Documented). β Hardens enforcement from Documented toward Prevented β provenance only; does not change the score.
Detailed fixes: d2_recommendation.md Β· top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D3 Β· God Classes7.1 / 10Strongβ 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.
Resolve the 20 TooManyMethods finding(s) in God Classes β start with Listener.fs (3), Styles.fs (2), Svg.fs (2). β One of this dimension's main actionable groups (20 warning-level).
Resolve the 5 FileTooLong finding(s) in God Classes β start with Styles.fs, Properties.fs, Html.fs. β One of this dimension's main actionable groups (5 warning-level).
Enforce God Classes in CI to reach Verified (currently Documented). β Hardens enforcement from Documented toward Prevented β provenance only; does not change the score.
Detailed fixes: d3_recommendation.md Β· top locations in Appendix A, every location in findings.md.
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.
+ 13 more group(s) β more in Appendix A; the complete list is findings.md.
β On the Gold path β maintain.
Detailed fixes: d4_recommendation.md Β· top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D5 Β· Coupling6.9 / 10Adequateβ Tool-verified
What it measures: Whether volatile projects sit underneath others that depend on them (so their churn ripples upward), and whether project dependencies form cycles. A widely-depended-on but stable shared/kernel project is healthy, not penalised.
Method: Dependency cycles via elementary-DFS over real .csproj references, plus Martin instability (afferent/efferent) per project. Exhaustive over the reference graph, deterministic.
Coverage: Exhaustive · type-level: afferent/efferent coupling + cycles computed over every production type β the population is all types, not a name convention.
Enforce Coupling in CI to reach Verified (currently Documented). β Hardens enforcement from Documented toward Prevented β provenance only; does not change the score.
What it measures: Whether any secrets (keys, tokens, passwords) have leaked into the code.
Method: In-process native secret scanner (entropy plus signature patterns) across all tracked files; no external tool. A clean result is a measured 10, not no-data zero. Deterministic.
What it measures: Whether the licenses of third-party packages are compatible with your policy.
Method: Third-party package licenses resolved from declared package metadata and checked against the configured policy (allow/deny/copyleft). Deterministic; clean = no incompatible license found at metadata depth.
What it measures: Files that change often and are also complex β the riskiest hotspots.
Method: Per production file churn times cyclomatic complexity over a rolling window, computed from git and Roslyn/JS/Razor analysis. Exhaustive, deterministic per commit date.
Detailed fixes: d15_recommendation.md Β· top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D16 Β· Bus Factor9.0 / 10Exemplaryβ Tool-verified
What it measures: Whether knowledge is concentrated in too few people (the "bus factor").
Method: Living knowledge per author via time-decayed commit attribution (6-month half-life, focus weighting) across largest source files. Deterministic, avoids blame's mechanical-refactor false positives.
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.
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.
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.
45 % of calls cross a namespace and 0 % go through an interface, but 100 % of collaborators are co-located β so a call's collaborators sit together and tracing stays easy. 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).
High: github-actions-mutable-action-tag Β· Γ8.github/workflows/docs-deploy.yml:16detected by semgrep finding
What to do
Resolve the 8 High finding(s) in Static Analysis (SAST) β start with docs-deploy.yml (4), release.yml (3), .npmrc. β One of this dimension's main actionable groups (8 issue-level).
Detailed fixes: d29_recommendation.md Β· top locations in Appendix A, every location in findings.md.
What it measures: Whether any dependencies have known published vulnerabilities (CVEs), direct or transitive.
Method: NuGet CVE scan via dotnet list package --vulnerable including transitive; severity tally (Critical/High/Medium/Low) to 0-10 tight normalizer. Exhaustive, deterministic; degrades when absent.
What it measures: Whether 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.
1 of 63 significant source file(s) are orphaned β their living knowledge has decayed to nothing, so no one currently understands them. The largest is src/Feliz/React/ReactTypes.fs.
Further orphaned files (smaller)
β On the Gold path β maintain.
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.
What it measures: Whether the build pipeline provides supply-chain integrity β generated provenance/attestation, signed artifacts (cosign/sigstore), an SBOM, and pinned build actions. Presence of the configuration, not a runtime guarantee.
Method: Supply-chain provenance/signing read deterministically from CI/build config (.github/workflows, .gitlab-ci.yml, azure-pipelines, Jenkinsfile, .circleci) + the release surface: four signals β generated provenance/attestation (SLSA/in-toto/actions-attest), artifact signing (cosign/sigstore/gitsign), an SBOM (syft/sbom-action/*.spdx.json/*.cdx.json), and SHA-pinned build actions β scored 10·present/denom. NotApplicable without a build pipeline. Detects configuration presence, not runtime enforcement.
+ 1 more group(s) β more in Appendix A; the complete list is findings.md.
What to do
Resolve the 1 Unpinned build actions finding(s) in Supply-chain Provenance & Signing. β One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 PR-triggered workflow without a permissions block finding(s) in Supply-chain Provenance & Signing. β One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 Secret passed as a command-line argument finding(s) in Supply-chain Provenance & Signing. β One of this dimension's main actionable groups (1 warning-level).
Detailed fixes: d36_recommendation.md Β· top locations in Appendix A, every location in findings.md.
What it measures: Whether dependencies have known published vulnerabilities (CVEs) per the OSV database β read natively from whatever lockfile the repository ships (Cargo, npm, Go, Python, Maven, RubyGems, β¦). D33 and D30 add ecosystem-specific scanners on top for npm and .NET.
Method: Multi-ecosystem dependency-CVE scan via osv-scanner --recursive (queries the osv.dev database + parses lockfiles natively across ecosystems: npm package-lock/yarn/pnpm/bun, Go go.mod, Rust Cargo.lock, Maven/Gradle pom.xml/gradle.lockfile, PyPI requirements.txt/poetry.lock/Pipfile.lock, Composer composer.lock, RubyGems Gemfile.lock, Hex mix.lock, pub pubspec.lock, Swift Package.resolved); severity tally (Critical/High/Medium/Low) to 0-10 tight normalizer (8.0). NotApplicable only when the repo declares no supported non-.NET dependency lockfile (a NuGet-only repo stays NotApplicable β .NET CVEs are D30's domain); coverage needs a resolved lockfile. Additive to D33 (trivy fs); exhaustive + deterministic, DB kept fresh.
High CVE: [GHSA redacted] Β· Γ23package-lock.jsondetected by osv-scanner finding
Critical CVE: [GHSA redacted] Β· Γ5package-lock.jsondetected by osv-scanner finding
High vulnerability: [GHSA redacted] Β· Γ2package-lock.jsondetected by osv-scanner finding
Medium CVE: [GHSA redacted] Β· Γ10package-lock.jsondetected by osv-scanner finding
Low CVE: [GHSA redacted] Β· Γ5playground/package-lock.jsondetected by osv-scanner finding
What to do
Resolve the 23 High CVE finding(s) in OSV Dependency Vulnerabilities β start with package-lock.json (23). β One of this dimension's main actionable groups (23 issue-level).
Resolve the 5 Critical CVE finding(s) in OSV Dependency Vulnerabilities β start with package-lock.json (5). β One of this dimension's main actionable groups (5 issue-level).
Resolve the 2 High vulnerability finding(s) in OSV Dependency Vulnerabilities β start with package-lock.json (2). β One of this dimension's main actionable groups (2 issue-level).
Detailed fixes: d38_recommendation.md Β· top locations in Appendix A, every location in findings.md.
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 Β· 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.
Maturity Β· Maturity β Whether the repo and its projects have a README, and whether it's substantive and current.
Method: Filesystem scan: README presence, word count, and headings for depth; git history for staleness. Exhaustive across root and project dirs, deterministic.
What to do
Add a 'Testing' section to the root README β how to run the test suite.
Add a README to the 1 of 1 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 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 `semgrep --config=auto` plus gitleaks for committed secrets (F# is not a CodeQL language and has no language-specific SAST engine) as a CI step.
What to do
Add a SAST step to CI running what this repository's stack ships: `semgrep --config=auto` plus gitleaks for committed secrets (F# is not a CodeQL language and has no language-specific SAST engine) β 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.
What to do
The release job declares an environment, but its protection rules are not visible from the repository β confirm required reviewers are attached, or publish as a draft release so a bad build can be stopped before users can download it.
Readiness Β· Readiness β Whether releases are traceable β a maintained changelog and explicit version stamping.
Method: Filesystem scan: changelog file presence and version tags in csproj or git tags. Exhaustive, deterministic.
Do you agree with this assessment?
R1 Β· Type Safety8.2 / 10Strongβ Tool-verified
React / JS Β· Code Health β How much of the frontend is typed TypeScript vs untyped JavaScript.
Method: Frontend file inventory: the share of typed TypeScript vs untyped JavaScript across the source tree. Deterministic, exhaustive over frontend files.
What to do
Migrate the remaining .js/.jsx files to TypeScript.
React / JS Β· Code Health β Per-function cyclomatic/cognitive complexity from the token-level function scanner (D-386) β real branching, not a regex heuristic.
Method: Per-function cyclomatic/cognitive complexity from a token-level function scanner (real branching, not a regex heuristic), computed over every frontend function. Deterministic.
Do you agree with this assessment?
R3 Β· Large Files10.0 / 10Exemplaryβ Tool-verified
React / JS Β· Code Health β How many source files exceed the large-file threshold.
Method: Components/modules exceeding the large-file threshold, counted exhaustively across the frontend source tree. Deterministic.
React / JS Β· Readiness β How outdated the npm dependencies are (a maturity signal). JS/npm CVEs are scored separately in D33 (JS/npm Dependency Vulnerabilities).
Method: npm dependency staleness from manifest/registry metadata (a maturity signal; JS/npm CVEs are scored separately in D33). Deterministic.
What to do
Bump outdated dependencies to current versions to limit upgrade debt.
Do you agree with this assessment?
R6 Β· Tooling6.7 / 10Adequateβ Tool-verified
React / JS Β· Readiness β Whether the project wires up test, lint and typecheck β detected from each package.json script's COMMAND (eslint / tsc / vitest / jest / playwright), not just its name, and corroborated against CI-workflow invocations so a tool run only in CI still counts.
Method: package.json scanned for test/lint/typecheck script wiring. Deterministic presence check.
test β · lint β · typecheck β
What to do
Add eslint as package.json scripts and run them in CI.
Do you agree with this assessment?
R7 Β· Dead Code10.0 / 10Exemplaryβ Tool-verified
React / JS Β· Code Health β Files unreachable from every application/tooling/test entry point, and exports nothing imports (module-graph reachability, D-386).
Method: Dead code: files unreachable from every application/tooling/test entry point plus exports nothing imports, via module-graph reachability. Deterministic, exhaustive over the import graph.
4 file(s) (~109 LoC) were excluded from dead-code analysis β declare main/module/exports or a conventional entry (src/index.*, an index.html script) so reachability can see this package.
3 file(s) (~20 LoC) were excluded from dead-code analysis β declare main/module/exports or a conventional entry (src/index.*, an index.html script) so reachability can see this package. β playground
4 file(s) (~52 LoC) were excluded from dead-code analysis β declare main/module/exports or a conventional entry (src/index.*, an index.html script) so reachability can see this package. β Feliz
React / JS Β· Readiness β npm dependency truthfulness (D-386): unused dependencies, imports not declared anywhere, and type-/test-only packages shipped as production deps.
Method: npm dependency truthfulness: unused dependencies, imports declared nowhere, and type-/test-only packages shipped as production deps β from the manifest + import graph. Deterministic.
Imported but not declared in any reachable package.json β installs work only by hoisting accident. β createChart.js:1
Declared in the root package.json but never imported anywhere in that package or its workspace members β dead weight and attack surface. Verify against build tooling before removing. (×3)
What to do
Remove unused dependencies, declare unlisted imports explicitly, and demote type-/test-only packages to devDependencies.
React / JS Β· Architecture β Import cycles in the module graph (D-386) β files that can only be understood and changed together.
Method: Import cycles in the module graph, detected exhaustively over JS/TS imports (the same cycle detection as the .NET coupling dimension). Deterministic.
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 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 β 62 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 user-facing web UI (the repo is a library/CLI/worker/headless service) β accessibility is not applicable.
AC2 Forms & labels β No user-facing web UI (the repo is a library/CLI/worker/headless service) β accessibility is not applicable.
AC3 Page structure β No user-facing web UI (the repo is a library/CLI/worker/headless service) β accessibility is not applicable.
AC4 Keyboard semantics β No user-facing web UI (the repo is a library/CLI/worker/headless service) β accessibility is not applicable.
AC5 ARIA correctness β No user-facing web UI (the repo is a library/CLI/worker/headless service) β accessibility is not applicable.
AC6 Visual & motion safety β No user-facing web UI (the repo is a library/CLI/worker/headless service) β accessibility is not applicable.
AC7 A11y enforcement β No user-facing web UI (the repo is a library/CLI/worker/headless service) β accessibility is not applicable.
AX1 Captive dependencies β no DI registrations detected
AX2 Stateful singletons β no singleton implementations detected
AX6 Interface segregation β no public interfaces
AX7 Slice cohesion β not applicable β not a vertical-slice architecture
AX8 Test isolation β no test/production split to check
AX9 CQS / query purity β no CQRS query handlers detected β query purity is not applicable to this codebase
AXB2 Runtime readiness β Advisory β this card reports evidence and never carries a score, so there is nothing missing here.
C1 Data Protection β Not assessed: these personal data controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository β because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks personal data controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
C2 Access Controls β Not assessed: these authorization controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository β because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks authorization controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
C3 Audit Trail β Not assessed: these audit controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository β because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks audit controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
C4 Data Retention β Not assessed: these retention controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository β because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks retention controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
C5 Data-Subject Rights β Not assessed: these data-subject rights controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository β because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks data-subject rights controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
D10 Test Quality β ~7518 lines of test source are present (.fs, .ts, .tsx, .js) but the test-quality collector reads C# only, so skipped/assertion-free tests couldn't be counted. Not scored β this is a gap in the analyzer, not a finding about this repository.
D11 Test Reliability β Test reliability not included
D12 Dependency Hygiene β Dependency hygiene not measured β no packages were read
D18 Solution Shape β D18 scores the shape of a C#/VB .NET solution, but this repository's production source is mostly .fs, .ts, .tsx, which the C#/VB workspace does not load β the projects that loaded are an immaterial minority, so solution shape was not assessed for this repository. Not scored β this is a gap in the analyzer's reach, not a verdict about this repository.
D19 Documentation Quality β Documentation Quality not included (check did not complete)
D20 ADR Quality β N/A β ADRs are expected on deployable products with a user-facing host, not consumed libraries; no ADR log is required here.
D22 Internal API Consistency β No exposed public API
D23 Boundary Type-Coupling β At only 25400 LoC in a single project the codebase is trivially small despite having no bounded contexts declared, so boundaries are not needed.
D24 Comment Value β No inline comments to assess β comment value is not applicable here.
D25 ADR Conformance β no ADRs to check
D31 IaC & Container Security β No Infrastructure-as-Code or container manifests found (Dockerfile, Terraform, Kubernetes/Helm, CloudFormation); nothing to scan.
D32 Data Compliance (PII/GDPR) β No PII/GDPR-handling patterns detected (p/gdpr ruleset) β no data-compliance surface to assess.
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.
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.
D6 Cohesion (LCOM4) β Cohesion (LCOM4) is measured over a C#/VB class graph, and this repository's production source is .fs, .ts, .tsx, which this pass does not read β so no class could be assessed. Not scored β this is a gap in the analyzer, not a finding about this repository.
D7 Architectural Integrity β no checkable ADRs and no dependency cycles β architectural integrity not assessed
D8 Code Coverage β Coverage not measured β no coverage collector is wired up
D9 Test Distribution β Test source is present (.fs, .ts, .tsx, .js) but the test-pyramid classifier reads C# only, so its unit/integration/BDD/E2E split couldn't be counted. Not scored β this is a gap in the analyzer, not a finding about this repository.
DM1 Domain Modelling β applicable but not scored (2 of 3 signals for this style β below the bar we score at): 41 value object(s); 4 domain event(s)
ED1 Event-Driven β not scored β this repository shows none of the 3 signals this check looks for
ED5 Idempotency β no mutating command handlers or message consumers detected β idempotency check not applicable
ES1 Event Sourcing β not scored β this repository shows none of the 3 signals this check looks for
IC1 Incompleteness & stubs β not analysed β these correctness checks read a source model that was not loaded for this repository, because the repository is written in a language this check does not yet model, or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository
P12 CI test-gate honesty β Reported, not scored β and nothing was matched here. The coverage check applies to any stack, but the checks for excluded tests, skipped tests and sleep-based synchronisation currently recognise only some ecosystems' test-runner idioms, so on a repository built with another stack the zeros below mean 'not checked', not 'clean'.
P2 Observability β This repo is a library, not a deployed service β it has no process to operate, so production observability (structured logging, tracing/metrics, health checks) is N/A. A library may log via an injected ILogger, but the absence of operational telemetry is not a defect here. If it grows a host (web API, worker), the dimension reactivates.
P5 DR & Backup β not evidenced β repo shows no backup/RTO/RPO controls; absence of evidence is not evidence of a working control
P7 Outbound HTTP resilience β not applicable β this isn't a service/API/worker
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.
R11 Import Boundaries β No recognizable feature-sliced/layered src layout β boundary rules not applicable.
R4 Test Coverage β 10 test file(s) reach none of 4 production file(s) via imports β exercised outside the JS import graph (integration/bundled), not import-reachable
S1 Web-Security Posture β Not assessed: these web-security controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository β because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks web-security controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
SC1 Supply-chain hygiene β Advisory β this card reports evidence and never carries a score, so there is nothing missing here.
X2 Cancellation propagation β no async methods found
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 β 38 finding(s)
D38 Β· OSV Dependency VulnerabilitiesΒ· High CVE Β· Γ23
High CVE: [GHSA redacted] package-lock.jsonβ @babel/plugin-transform-modules-systemjs 7.27.1: [GHSA redacted] β @babel/plugin-transform-modules-systemjs is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin @babel/plugin-transform-modules-systemjs to 7.29.4 with an `overrides` entry).
High CVE: [GHSA redacted] package-lock.jsonβ brace-expansion 1.1.12: [GHSA redacted] β brace-expansion is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin brace-expansion to 1.1.16 with an `overrides` entry). This is 1 of 4 advisories with a published fix this scan raises against brace-expansion 1.1.12, and their fixed versions do not agree β anything below 1.1.18 still leaves at least one of them open. Take this package to 1.1.18 or later: that is the floor for the package, not this row's target alone. This one row stands for the 4 advisories this scan raises against brace-expansion 1.1.12: [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] package-lock.jsonβ fast-uri 3.0.6: [GHSA redacted] β fast-uri is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin fast-uri to 3.1.3 with an `overrides` entry). This is 1 of 5 advisories with a published fix this scan raises against fast-uri 3.0.6, and their fixed versions do not agree β anything below 3.1.5 still leaves at least one of them open. Take this package to 3.1.5 or later: that is the floor for the package, not this row's target alone. This one row stands for the 5 advisories this scan raises against fast-uri 3.0.6: [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] package-lock.jsonβ js-yaml 3.14.1: [GHSA redacted] β js-yaml is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin js-yaml to 3.15.0 with an `overrides` entry). This is 1 of 3 advisories with a published fix this scan raises against js-yaml 3.14.1, and their fixed versions do not agree β anything below 3.15.0 still leaves at least one of them open. Take this package to 3.15.0 or later: that is the floor for the package, not this row's target alone. This one row stands for the 3 advisories this scan raises against js-yaml 3.14.1: [GHSA redacted], [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] package-lock.jsonβ js-yaml 4.1.0: [GHSA redacted] β js-yaml is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin js-yaml to 4.3.0 with an `overrides` entry). This is 1 of 3 advisories with a published fix this scan raises against js-yaml 4.1.0, and their fixed versions do not agree β anything below 4.3.0 still leaves at least one of them open. Take this package to 4.3.0 or later: that is the floor for the package, not this row's target alone. This one row stands for the 3 advisories this scan raises against js-yaml 4.1.0: [GHSA redacted], [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] package-lock.jsonβ lodash 4.17.21: [GHSA redacted] β lodash is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin lodash to 4.18.0 with an `overrides` entry). This one row stands for the 2 advisories this scan raises against lodash 4.17.21: [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] package-lock.jsonβ minimatch 3.1.2: [GHSA redacted] β minimatch is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin minimatch to 3.1.4 with an `overrides` entry). This is 1 of 3 advisories with a published fix this scan raises against minimatch 3.1.2, and their fixed versions do not agree β anything below 3.1.4 still leaves at least one of them open. Take this package to 3.1.4 or later: that is the floor for the package, not this row's target alone. This one row stands for the 3 advisories this scan raises against minimatch 3.1.2: [GHSA redacted], [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] package-lock.jsonβ node-forge 1.3.1: [GHSA redacted] β node-forge is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin node-forge to 1.4.0 with an `overrides` entry). This is 1 of 7 advisories with a published fix this scan raises against node-forge 1.3.1, and their fixed versions do not agree β anything below 1.4.0 still leaves at least one of them open. Take this package to 1.4.0 or later: that is the floor for the package, not this row's target alone. This one row stands for the 7 advisories this scan raises against node-forge 1.3.1: [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] package-lock.jsonβ path-to-regexp 0.1.12: [GHSA redacted] β path-to-regexp is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin path-to-regexp to 0.1.13 with an `overrides` entry).
High CVE: [GHSA redacted] package-lock.jsonβ picomatch 2.3.1: [GHSA redacted] β picomatch is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin picomatch to 2.3.2 with an `overrides` entry). This one row stands for the 2 advisories this scan raises against picomatch 2.3.1: [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] playground/package-lock.jsonβ picomatch 4.0.2: [GHSA redacted] β picomatch is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin picomatch to 4.0.4 with an `overrides` entry). This one row stands for the 2 advisories this scan raises against picomatch 4.0.2: [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] package-lock.jsonβ picomatch 4.0.3: [GHSA redacted] β picomatch is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin picomatch to 4.0.4 with an `overrides` entry). (in 2 dependency files: package-lock.json, src/Feliz.Template/Content/package-lock.json) This one row stands for the 2 advisories this scan raises against picomatch 4.0.3: [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] playground/package-lock.jsonβ postcss 8.5.3: [GHSA redacted] β postcss is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin postcss to 8.5.12 with an `overrides` entry). This is 1 of 4 advisories with a published fix this scan raises against postcss 8.5.3, and their fixed versions do not agree β anything below 8.5.23 still leaves at least one of them open. Take this package to 8.5.23 or later: that is the floor for the package, not this row's target alone. This one row stands for the 4 advisories this scan raises against postcss 8.5.3: [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] package-lock.jsonβ postcss 8.5.6: [GHSA redacted] β postcss is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin postcss to 8.5.12 with an `overrides` entry). This is 1 of 4 advisories with a published fix this scan raises against postcss 8.5.6, and their fixed versions do not agree β anything below 8.5.23 still leaves at least one of them open. Take this package to 8.5.23 or later: that is the floor for the package, not this row's target alone. (in 2 dependency files: package-lock.json, src/Feliz.Template/Content/package-lock.json) This one row stands for the 4 advisories this scan raises against postcss 8.5.6: [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] playground/package-lock.jsonβ rollup 4.41.0: [GHSA redacted] β rollup is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin rollup to 4.59.0 with an `overrides` entry).
High CVE: [GHSA redacted] src/Feliz.Template/Content/package-lock.jsonβ rollup 4.52.4: [GHSA redacted] β rollup is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin rollup to 4.59.0 with an `overrides` entry).
High CVE: [GHSA redacted] package-lock.jsonβ rollup 4.52.5: [GHSA redacted] β rollup is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin rollup to 4.59.0 with an `overrides` entry).
High CVE: [GHSA redacted] package-lock.jsonβ vite 6.3.4: [GHSA redacted] β this repo declares vite ^7.1.7, but the vulnerable 6.3.4 is a SEPARATE copy on another release line, so editing your own vite entry cannot move it: upgrade the dependency that pulls it in (or pin vite to 6.4.3 with an `overrides` entry). This is 1 of 7 advisories with a published fix this scan raises against vite 6.3.4, and their fixed versions do not agree β anything below 6.4.3 still leaves at least one of them open. Take this package to 6.4.3 or later: that is the floor for the package, not this row's target alone. This one row stands for the 7 advisories this scan raises against vite 6.3.4: [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] playground/package-lock.jsonβ vite 6.3.5: [GHSA redacted] β this repo declares vite ^6.3.5, a range that ALREADY admits the fixed 6.4.3, so there is no manifest edit to make here. Re-resolve the lock so vite moves onto 6.4.3 or later; if the flagged 6.3.5 comes back, a dependency is pinning it β upgrade that dependent, or pin vite with an `overrides` entry so only one copy resolves. This is 1 of 7 advisories with a published fix this scan raises against vite 6.3.5, and their fixed versions do not agree β anything below 6.4.3 still leaves at least one of them open. Take this package to 6.4.3 or later: that is the floor for the package, not this row's target alone. This one row stands for the 7 advisories this scan raises against vite 6.3.5: [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] src/Feliz.Template/Content/package-lock.jsonβ vite 6.3.6: [GHSA redacted] β this repo declares vite ^6.3.5, a range that ALREADY admits the fixed 6.4.3, so there is no manifest edit to make here. Re-resolve the lock so vite moves onto 6.4.3 or later; if the flagged 6.3.6 comes back, a dependency is pinning it β upgrade that dependent, or pin vite with an `overrides` entry so only one copy resolves. This is 1 of 5 advisories with a published fix this scan raises against vite 6.3.6, and their fixed versions do not agree β anything below 6.4.3 still leaves at least one of them open. Take this package to 6.4.3 or later: that is the floor for the package, not this row's target alone. This one row stands for the 5 advisories this scan raises against vite 6.3.6: [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] package-lock.jsonβ ws 7.5.10: [GHSA redacted] β ws is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin ws to 7.5.11 with an `overrides` entry).
High CVE: [GHSA redacted] package-lock.jsonβ ws 8.18.2: [GHSA redacted] β ws is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin ws to 8.21.0 with an `overrides` entry). This is 1 of 2 advisories with a published fix this scan raises against ws 8.18.2, and their fixed versions do not agree β anything below 8.21.0 still leaves at least one of them open. Take this package to 8.21.0 or later: that is the floor for the package, not this row's target alone. This one row stands for the 2 advisories this scan raises against ws 8.18.2: [GHSA redacted], [GHSA redacted].
High CVE: [GHSA redacted] src/Feliz.Template/Content/package-lock.jsonβ ws 8.18.3: [GHSA redacted] β ws is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin ws to 8.21.0 with an `overrides` entry). This is 1 of 2 advisories with a published fix this scan raises against ws 8.18.3, and their fixed versions do not agree β anything below 8.21.0 still leaves at least one of them open. Take this package to 8.21.0 or later: that is the floor for the package, not this row's target alone. This one row stands for the 2 advisories this scan raises against ws 8.18.3: [GHSA redacted], [GHSA redacted].
High: github-actions-mutable-action-tag .github/workflows/docs-deploy.yml:16β GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks β as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@<40-character SHA>`. This step references `actions/checkout@v5`; resolve the SHA it points at today with `gh api repos/actions/checkout/commits/v5 --jq .sha`.
High: github-actions-mutable-action-tag .github/workflows/docs-deploy.yml:19β GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks β as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/setup-node@<40-character SHA>`. This step references `actions/setup-node@v5`; resolve the SHA it points at today with `gh api repos/actions/setup-node/commits/v5 --jq .sha`.
High: github-actions-mutable-action-tag .github/workflows/docs-deploy.yml:34β GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks β as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/upload-pages-artifact@<40-character SHA>`. This step references `actions/upload-pages-artifact@v3`; resolve the SHA it points at today with `gh api repos/actions/upload-pages-artifact/commits/v3 --jq .sha`.
High: github-actions-mutable-action-tag .github/workflows/docs-deploy.yml:57β GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks β as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/deploy-pages@<40-character SHA>`. This step references `actions/deploy-pages@v4`; resolve the SHA it points at today with `gh api repos/actions/deploy-pages/commits/v4 --jq .sha`.
High: github-actions-mutable-action-tag .github/workflows/release.yml:15β GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks β as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/checkout@<40-character SHA>`. This step references `actions/checkout@v5`; resolve the SHA it points at today with `gh api repos/actions/checkout/commits/v5 --jq .sha`.
High: github-actions-mutable-action-tag .github/workflows/release.yml:18β GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks β as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/setup-dotnet@<40-character SHA>`. This step references `actions/setup-dotnet@v5`; resolve the SHA it points at today with `gh api repos/actions/setup-dotnet/commits/v5 --jq .sha`.
High: github-actions-mutable-action-tag .github/workflows/release.yml:23β GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks β as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. `uses: actions/setup-node@<40-character SHA>`. This step references `actions/setup-node@v5`; resolve the SHA it points at today with `gh api repos/actions/setup-node/commits/v5 --jq .sha`.
High: npm-missing-minimum-release-age src/Feliz.Template/Content/.npmrc:1β This .npmrc does not set a minimum release age or sets it too low. Newly published packages can be malicious or unstable. Add a minimum release age (`min-release-age = 7` for the npm CLI, `minimum-release-age = 7` for pnpm, `minimumReleaseAge` in `pnpm-workspace.yaml`, or `npmMinimalAgeGate: 7d` in `.yarnrc.yml` for Yarn Berry) β use the key your package manager reads; Yarn Classic has no release-age setting, so pin exact versions and review lockfile bumps there instead to wait 7 days before resolving newly published package versions. Added in: v11.10 Reference: https://github.blog/changelog/2026-02-18-npm-bulk-trusted-publishing-config-and-script-security-now-generally-available/. This is a semgrep security-AUDIT rule reporting a POLICY that is absent or weaker than its recommendation, not an exploitable defect. Confirm whether the current setting is a deliberate decision for this repository β and apply the change where it is not; where it is (a policy your release process already enforces elsewhere, or one this repository has consciously opted out of), record the decision and leave the configuration as it is.
Critical CVE: [GHSA redacted] package-lock.jsonβ shell-quote 1.8.3: [GHSA redacted] β shell-quote is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin shell-quote to 1.8.4 with an `overrides` entry). This is 1 of 2 advisories with a published fix this scan raises against shell-quote 1.8.3, and their fixed versions do not agree β anything below 1.9.0 still leaves at least one of them open. Take this package to 1.9.0 or later: that is the floor for the package, not this row's target alone. This one row stands for the 2 advisories this scan raises against shell-quote 1.8.3: [GHSA redacted], [GHSA redacted].
Critical CVE: [GHSA redacted] src/Feliz.Template/Content/package-lock.jsonβ tar 7.5.1: [GHSA redacted] β tar is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin tar to 7.5.19 with an `overrides` entry). This is 1 of 13 advisories with a published fix this scan raises against tar 7.5.1, and their fixed versions do not agree β anything below 7.5.21 still leaves at least one of them open. Take this package to 7.5.21 or later: that is the floor for the package, not this row's target alone. This one row stands for the 13 advisories this scan raises against tar 7.5.1: [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted].
Critical CVE: [GHSA redacted] package-lock.jsonβ vitest 3.1.2: [GHSA redacted] β this repo declares vitest ^3.1.2, a range that ALREADY admits the fixed 3.2.6, so there is no manifest edit to make here. Re-resolve the lock so vitest moves onto 3.2.6 or later; if the flagged 3.1.2 comes back, a dependency is pinning it β upgrade that dependent, or pin vitest with an `overrides` entry so only one copy resolves.
Critical CVE: [GHSA redacted] src/Feliz.Template/Content/package-lock.jsonβ vitest 3.2.4: [GHSA redacted] β this repo declares vitest ^3.1.2, a range that ALREADY admits the fixed 3.2.6, so there is no manifest edit to make here. Re-resolve the lock so vitest moves onto 3.2.6 or later; if the flagged 3.2.4 comes back, a dependency is pinning it β upgrade that dependent, or pin vitest with an `overrides` entry so only one copy resolves.
Critical CVE: [GHSA redacted] package-lock.jsonβ websocket-driver 0.7.4: [GHSA redacted] β websocket-driver is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin websocket-driver to 0.7.5 with an `overrides` entry). This one row stands for the 2 advisories this scan raises against websocket-driver 0.7.4: [GHSA redacted], [GHSA redacted].
D38 Β· OSV Dependency VulnerabilitiesΒ· High vulnerability Β· Γ2
High vulnerability: [GHSA redacted] package-lock.jsonβ serialize-javascript 6.0.2: [GHSA redacted] β serialize-javascript is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (β 7.0.3 is a MAJOR ahead of the resolved 6.0.2, so an `overrides` pin would force a breaking version under a dependent written against 6.0.2; upgrading the declaring package is the remedy, and where no patched release exists in your major line, record the exposure instead). This is 1 of 2 advisories with a published fix this scan raises against serialize-javascript 6.0.2, and their fixed versions do not agree β anything below 7.0.5 still leaves at least one of them open. Take this package to 7.0.5 or later: that is the floor for the package, not this row's target alone. This one row stands for the 2 advisories this scan raises against serialize-javascript 6.0.2: [GHSA redacted], [GHSA redacted].
High vulnerability: [GHSA redacted] package-lock.jsonβ svgo 3.3.2: [GHSA redacted] β svgo is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin svgo to 3.3.4 with an `overrides` entry). This is 1 of 2 advisories with a published fix this scan raises against svgo 3.3.2, and their fixed versions do not agree β anything below 3.3.4 still leaves at least one of them open. Take this package to 3.3.4 or later: that is the floor for the package, not this row's target alone. This one row stands for the 2 advisories this scan raises against svgo 3.3.2: [GHSA redacted], [GHSA redacted].
TooManyMethods: Html src/Feliz/Html.fs:44β TooManyMethods β 579 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: Html src/Feliz/JSX.fs:18β TooManyMethods β 577 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: prop src/Feliz/Properties.fs:124β TooManyMethods β 458 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: style src/Feliz/Styles.fs:12β TooManyMethods β 350 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: svg src/Feliz/Svg.fs:167β TooManyMethods β 231 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: Svg src/Feliz/Svg.fs:33β TooManyMethods β 114 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: useListener src/Feliz.Listeners/Listener.fs:60β TooManyMethods β 96 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: useElementListener src/Feliz.Listeners/Listener.fs:222β TooManyMethods β 96 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: useWindowListener src/Feliz.Listeners/Listener.fs:418β TooManyMethods β 66 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: React src/Feliz/React/React.fs:93β TooManyMethods β 44 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: transform src/Feliz/StyleHelper/Transform.fs:9β TooManyMethods β 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: pie src/Feliz.Recharts/Pie.fs:9β TooManyMethods β 41 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: length src/Feliz/StyleHelper/Length.fs:8β TooManyMethods β 41 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: JestDom src/Vitest.JestDom/Library.fs:19β TooManyMethods β 40 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: Recharts src/Feliz.Recharts/Recharts.fs:9β TooManyMethods β 38 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: Interop src/Feliz.Recharts/Interop.fs:6β TooManyMethods β 36 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: transform src/Feliz/Styles.fs:5067β TooManyMethods β 33 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: map src/Feliz.PigeonMaps/Map.fs:9β TooManyMethods β 32 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: bar src/Feliz.Recharts/Bar.fs:9β TooManyMethods β 32 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: barChart src/Feliz.RoughViz/BarChart.fs:8β TooManyMethods β 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
D38 Β· OSV Dependency VulnerabilitiesΒ· Medium CVE Β· Γ10
Medium CVE: [GHSA redacted] package-lock.jsonβ ajv 6.12.6: [GHSA redacted] β ajv is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin ajv to 6.14.0 with an `overrides` entry).
Medium CVE: [GHSA redacted] package-lock.jsonβ ajv 8.17.1: [GHSA redacted] β ajv is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin ajv to 8.18.0 with an `overrides` entry).
Medium CVE: [GHSA redacted] package-lock.jsonβ follow-redirects 1.15.9: [GHSA redacted] β follow-redirects is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin follow-redirects to 1.16.0 with an `overrides` entry).
Medium CVE: [GHSA redacted] package-lock.jsonβ http-proxy-middleware 2.0.9: [GHSA redacted] β http-proxy-middleware is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin http-proxy-middleware to 2.0.10 with an `overrides` entry).
Medium CVE: [GHSA redacted] package-lock.jsonβ joi 17.13.3: [GHSA redacted] β joi is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin joi to 17.13.4 with an `overrides` entry).
Medium CVE: [GHSA redacted] package-lock.jsonβ launch-editor 2.10.0: [GHSA redacted] β launch-editor is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin launch-editor to 2.14.1 with an `overrides` entry).
Medium CVE: [GHSA redacted] package-lock.jsonβ mdast-util-to-hast 13.2.0: [GHSA redacted] β mdast-util-to-hast is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin mdast-util-to-hast to 13.2.1 with an `overrides` entry).
Medium CVE: [GHSA redacted] package-lock.jsonβ qs 6.13.0: [GHSA redacted] β qs is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin qs to 6.14.1 with an `overrides` entry). This is 1 of 3 advisories with a published fix this scan raises against qs 6.13.0, and their fixed versions do not agree β anything below 6.15.2 still leaves at least one of them open. Take this package to 6.15.2 or later: that is the floor for the package, not this row's target alone. This one row stands for the 3 advisories this scan raises against qs 6.13.0: [GHSA redacted], [GHSA redacted], [GHSA redacted].
Medium CVE: [GHSA redacted] package-lock.jsonβ uuid 8.3.2: [GHSA redacted] β uuid is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (β 11.1.1 is a MAJOR ahead of the resolved 8.3.2, so an `overrides` pin would force a breaking version under a dependent written against 8.3.2; upgrading the declaring package is the remedy, and where no patched release exists in your major line, record the exposure instead).
Medium CVE: [GHSA redacted] package-lock.jsonβ webpack-dev-server 4.15.2: [GHSA redacted] β webpack-dev-server is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (β 5.2.1 is a MAJOR ahead of the resolved 4.15.2, so an `overrides` pin would force a breaking version under a dependent written against 4.15.2; upgrading the declaring package is the remedy, and where no patched release exists in your major line, record the exposure instead). This is 1 of 6 advisories with a published fix this scan raises against webpack-dev-server 4.15.2, and their fixed versions do not agree β anything below 5.2.6 still leaves at least one of them open. Take this package to 5.2.6 or later: that is the floor for the package, not this row's target alone. This one row stands for the 6 advisories this scan raises against webpack-dev-server 4.15.2: [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted], [GHSA redacted].
Duplicated block (8 lines × 2) src/Feliz/Properties.fs:93β src/Feliz/Properties.fs:93-100 | src/Feliz/Properties.fs:104-111 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited.
Duplicated block (8 lines × 2) src/Feliz.UseElmish/UseElmish.fs:363β src/Feliz.UseElmish/UseElmish.fs:363-370 | src/Feliz.UseElmish/UseElmish.fs:380-387 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz.UseElmish/UseElmish.fs:363` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names β the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately.
Duplicated block (8 lines × 2) src/Feliz.Listeners/Listener.fs:356β src/Feliz.Listeners/Listener.fs:356-363 | src/Feliz.Listeners/Listener.fs:384-391 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz.Listeners/Listener.fs:356` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names β the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately.
Duplicated block (8 lines × 2) src/Feliz.Recharts/YAxis.fs:42β src/Feliz.Recharts/YAxis.fs:42-49 | src/Feliz.Recharts/PieChart.fs:27-34 β the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once.
Duplicated block (8 lines × 2) src/Feliz.RoughViz/BarChart.fs:53β src/Feliz.RoughViz/BarChart.fs:53-60 | src/Feliz.RoughViz/PieChart.fs:43-50 β the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz.RoughViz/BarChart.fs:53` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (8 lines × 2) docs/docs/feliz-docs/Examples/React/UseEffect.fs:13β docs/docs/feliz-docs/Examples/React/UseEffect.fs:13-20 | docs/docs/feliz-docs/Examples/React/UseEffectDisposable.fs:15-22 β the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/UseEffect.fs:13` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (5 lines × 2) src/Feliz/Properties.fs:1970β src/Feliz/Properties.fs:1970-1974 | src/Feliz/Properties.fs:1978-1982 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited.
Duplicated block (5 lines × 2) src/Feliz/Html.fs:582β src/Feliz/Html.fs:582-586 | src/Feliz/Html.fs:589-593 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz/Html.fs:582` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (5 lines × 2) src/Feliz/JSX.fs:555β src/Feliz/JSX.fs:555-559 | src/Feliz/JSX.fs:562-566 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz/JSX.fs:555` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (5 lines × 2) src/Feliz.Listeners/Listener.fs:59β src/Feliz.Listeners/Listener.fs:59-63 | src/Feliz.Listeners/Listener.fs:417-421 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz.Listeners/Listener.fs:59` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (5 lines × 2) src/Feliz.Listeners/Listener.fs:399β src/Feliz.Listeners/Listener.fs:399-403 | src/Feliz.Listeners/Listener.fs:408-412 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz.Listeners/Listener.fs:399` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (5 lines × 2) src/Feliz.RoughViz/BarChart.fs:8β src/Feliz.RoughViz/BarChart.fs:8-12 | src/Feliz.RoughViz/PieChart.fs:8-12 β the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once.
FileTooLong: Feliz/Styles.fs src/Feliz/Styles.fs:0β FileTooLong β 2830 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them.
FileTooLong: Feliz/Properties.fs src/Feliz/Properties.fs:0β FileTooLong β 1221 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them.
FileTooLong: Feliz/Html.fs src/Feliz/Html.fs:0β FileTooLong β 724 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them.
FileTooLong: Feliz/JSX.fs src/Feliz/JSX.fs:0β FileTooLong β 703 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them.
FileTooLong: Feliz/Svg.fs src/Feliz/Svg.fs:0β FileTooLong β 634 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them.
Duplicated block (7 lines × 2) src/Feliz/StyleHelper/GridTypes.fs:6β src/Feliz/StyleHelper/GridTypes.fs:6-13 | src/Feliz/StyleHelper/GridTypes.fs:16-22 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited.
Duplicated block (7 lines × 2) src/Feliz/Html.fs:164β src/Feliz/Html.fs:164-170 | src/Feliz/JSX.fs:140-146 β the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once.
Duplicated block (7 lines × 2) src/Vitest/Library.fs:390β src/Vitest/Library.fs:390-396 | src/Vitest/Library.fs:402-408 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names β the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately.
Duplicated block (7 lines × 2) docs/docs/feliz-docs/Examples/React/MemoFunction.fs:25β docs/docs/feliz-docs/Examples/React/MemoFunction.fs:25-31 | docs/docs/feliz-docs/Examples/React/MemoFunctionAreEqual.fs:30-36 β the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/MemoFunction.fs:25` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (15 lines × 2) docs/docs/feliz-docs/Examples/React/MultipleStateVariables.fs:13β docs/docs/feliz-docs/Examples/React/MultipleStateVariables.fs:13-27 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/MultipleStateVariables.fs:13-27 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/MultipleStateVariables.fs:13` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (15 lines × 2) docs/docs/feliz-docs/Examples/React/EffectfulWithDependency.fs:27β docs/docs/feliz-docs/Examples/React/EffectfulWithDependency.fs:27-41 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/EffectfulWithDependency.fs:27-41 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/EffectfulWithDependency.fs:27` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (15 lines × 2) docs/docs/feliz-docs/Examples/React/FocusInput.fs:1β docs/docs/feliz-docs/Examples/React/FocusInput.fs:1-15 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/FocusInput.fs:1-15 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice.
Duplicated block (14 lines × 2) docs/docs/feliz-docs/Examples/React/DateTime.fs:34β docs/docs/feliz-docs/Examples/React/DateTime.fs:34-47 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/DateTime.fs:34-47 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/DateTime.fs:34` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (14 lines × 2) docs/docs/feliz-docs/Examples/React/ImperativeHandle.fs:11β docs/docs/feliz-docs/Examples/React/ImperativeHandle.fs:11-24 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/ImperativeHandle.fs:10-23 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/ImperativeHandle.fs:11` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (14 lines × 2) docs/docs/feliz-docs/Examples/Guides/JSXModule.fs:20β docs/docs/feliz-docs/Examples/Guides/JSXModule.fs:20-33 | docs/docs/feliz-docs/Examples/Guides/JSXModuleAlias.fs:21-34 β the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/Guides/JSXModule.fs:20` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (11 lines × 2) src/Feliz/Styles.fs:4342β src/Feliz/Styles.fs:4342-4352 | src/Feliz/Styles.fs:4460-4470 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz/Styles.fs:4342` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (11 lines × 2) docs/docs/feliz-docs/Examples/React/UseEffectOnce.fs:3β docs/docs/feliz-docs/Examples/React/UseEffectOnce.fs:3-13 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/EffectfulOnce.fs:3-13 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/UseEffectOnce.fs:3` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (11 lines × 2) docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmit.fs:14β docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmit.fs:14-24 | docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmitFnName.fs:12-22 β before extracting anything, compare `docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmit.fs` and `docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmitFnName.fs` as WHOLE FILES: this scan already matched 3 separate duplicated blocks between them, totalling at least 33 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. If that is what happened, the fix is to keep one copy and have the other call it (or delete it), which resolves this row and its siblings together β extracting one helper per block leaves the fork in place.
Duplicated block (10 lines × 2) src/Feliz.Listeners/Listener.fs:69β src/Feliz.Listeners/Listener.fs:69-78 | src/Feliz.Listeners/Listener.fs:427-436 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz.Listeners/Listener.fs:69` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (10 lines × 2) src/Feliz.Listeners/Listener.fs:183β src/Feliz.Listeners/Listener.fs:183-192 | src/Feliz.Listeners/Listener.fs:205-214 β both copies are in the same file, so extract the block into one function there and call it from each site β the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz.Listeners/Listener.fs:183` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (10 lines × 2) docs/docs/feliz-docs/Examples/Feliz/ReactLazyComponent.fs:17β docs/docs/feliz-docs/Examples/Feliz/ReactLazyComponent.fs:17-26 | docs/docs/feliz-docs/Examples/Feliz/ReactLazyComponentPath.fs:17-26 β the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/Feliz/ReactLazyComponent.fs:17` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (19 lines × 2) docs/docs/feliz-docs/Examples/React/ElmishCounterSubscription.fs:1β docs/docs/feliz-docs/Examples/React/ElmishCounterSubscription.fs:1-19 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/ElmishCounterSubscription.fs:1-19 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice.
Duplicated block (19 lines × 2) docs/docs/feliz-docs/Examples/React/UseCancellationTokenHook.fs:37β docs/docs/feliz-docs/Examples/React/UseCancellationTokenHook.fs:37-55 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/UseCancellationTokenHook.fs:37-55 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/UseCancellationTokenHook.fs:37` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (18 lines × 2) docs/docs/feliz-docs/Examples/React/ElmishCounter.fs:1β docs/docs/feliz-docs/Examples/React/ElmishCounter.fs:1-18 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/ElmishCounter.fs:1-18 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice.
Duplicated block (18 lines × 2) docs/docs/feliz-docs/Examples/React/Portal.fs:11β docs/docs/feliz-docs/Examples/React/Portal.fs:11-28 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/Portal.fs:11-28 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice.
Duplicated block (17 lines × 2) docs/docs/feliz-docs/Examples/React/HoverAnimations.fs:13β docs/docs/feliz-docs/Examples/React/HoverAnimations.fs:13-29 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/HoverAnimations.fs:13-29 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/HoverAnimations.fs:13` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (17 lines × 2) docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmit.fs:40β docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmit.fs:40-56 | docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmitFnName.fs:38-54 β before extracting anything, compare `docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmit.fs` and `docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmitFnName.fs` as WHOLE FILES: this scan already matched 3 separate duplicated blocks between them, totalling at least 33 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. If that is what happened, the fix is to keep one copy and have the other call it (or delete it), which resolves this row and its siblings together β extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmit.fs:40` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
ReactComponentAttribute.Transform (cyclomatic 34) src/Feliz.CompilerPlugins/ReactComponent.fs:439β ReactComponentAttribute.Transform has cyclomatic complexity 34 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top.
ReactComponentAttribute.TransformCall (cyclomatic 18) src/Feliz.CompilerPlugins/ReactComponent.fs:358β ReactComponentAttribute.TransformCall has cyclomatic complexity 18 (threshold 15). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Where every arm is uniform β the same kind of value, with no behaviour of its own β a table keyed by the case is the shorter form; wherever the arms carry different data or different behaviour, keep them as cases, because collapsing those trades an explicit, reviewable set of cases for nothing.
RoughViz.buildChart (cyclomatic 16) src/Feliz.RoughViz/RoughViz.fs:38β RoughViz.buildChart has cyclomatic complexity 16 (threshold 15). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Where every arm is uniform β the same kind of value, with no behaviour of its own β a table keyed by the case is the shorter form; wherever the arms carry different data or different behaviour, keep them as cases, because collapsing those trades an explicit, reviewable set of cases for nothing.
Hotspot: src/Feliz.CompilerPlugins/ReactComponent.fs src/Feliz.CompilerPlugins/ReactComponent.fsβ src/Feliz.CompilerPlugins/ReactComponent.fs changed 3 times in last 90 days, max complexity 34. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first.
ReactComponentAttribute.Transform (cognitive 97) src/Feliz.CompilerPlugins/ReactComponent.fs:439β ReactComponentAttribute.Transform has cognitive complexity 97 (threshold 15). Drivers by points: if/else 58, match/switch 26, boolean chains 7, loops 6 (nesting depth added 65). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body.
DateParsing.parse (cognitive 30) src/Feliz/Helper/DateParsing.fs:15β DateParsing.parse has cognitive complexity 30 (threshold 15). Drivers by points: match/switch 20, if/else 9, error handling 1 (nesting depth added 18). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Keep every case explicit, and make the behaviour for cases you do not list a deliberate choice rather than an accident.
ReactComponentAttribute.TransformCall (cognitive 25) src/Feliz.CompilerPlugins/ReactComponent.fs:358β ReactComponentAttribute.TransformCall has cognitive complexity 25 (threshold 15). Drivers by points: match/switch 15, if/else 8, boolean chains 2 (nesting depth added 12). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Keep every case explicit, and make the behaviour for cases you do not list a deliberate choice rather than an accident.
PathUtils.resolveReactComponentPaths (cognitive 21) src/Feliz.CompilerPlugins/PathUtils.fs:14β PathUtils.resolveReactComponentPaths has cognitive complexity 21 (threshold 15). Drivers by points: if/else 14, match/switch 7 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body.
Unpinned build actions β CI references GitHub Actions by a floating ref (@main / @tag) rather than a pinned commit SHA, weakening build integrity. 12 floating ref(s) across 4 workflow file(s). Each floating ref is itemized at file:line by the SAST (D29) lens.
D36 Β· Supply-chain Provenance & SigningΒ· PR-triggered workflow without a permissions block Β· Γ1
PR-triggered workflow without a permissions block β 2 workflow(s) triggered by pull_request declare no `permissions:` block (run-tests.yml, docs-test-deploy.yml) and so run with the repository's default GITHUB_TOKEN scope, while 1 sibling workflow in the same repository is already scoped. Pull-request runs build the least-trusted code in the repository; give each of these workflows its own least-privilege block β `permissions: {contents: read}` at the top of the workflow, widened per job only where a job genuinely writes.
D36 Β· Supply-chain Provenance & SigningΒ· Secret passed as a command-line argument Β· Γ1
Secret passed as a command-line argument β 1 CI command(s) pass a credential as a bare command-line argument, where it is visible in the runner's process table to any other process on the host (and to anything that logs a command line): release.yml: dotnet run --project ./build/Build.fsproj release-pipeline ${{ secrets.NUGET_API_KEY }}. Pass the credential through the environment instead (an `env:` mapping on the step, read by the tool from its own variable) or on stdin, so it never appears in an argument vector.
Duplicated block (24 lines × 2) src/Feliz/Helper/StringSyntax.fs:1β src/Feliz/Helper/StringSyntax.fs:1-25 | src/Feliz.CompilerPlugins/StringSyntax.fs:2-25 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice.
Duplicated block (16 lines × 2) docs/docs/feliz-docs/Examples/React/Counter.fs:3β docs/docs/feliz-docs/Examples/React/Counter.fs:3-18 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/Counter.fs:3-18 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/Counter.fs:3` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (12 lines × 2) docs/docs/feliz-docs/Examples/React/EffectfulCounter.fs:1β docs/docs/feliz-docs/Examples/React/EffectfulCounter.fs:1-12 | docs/versioned_docs/version-2.9.0/feliz-docs/Examples/React/EffectfulCounter.fs:1-12 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/EffectfulCounter.fs:1` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (10 lines × 5) src/Feliz.Recharts/AreaChart.fs:25β src/Feliz.Recharts/AreaChart.fs:25-35 | src/Feliz.Recharts/LineChart.fs:21-30 | src/Feliz.Recharts/BarChart.fs:39-49 | src/Feliz.Recharts/ComposedChart.fs:21-31 | src/Feliz.Recharts/ScatterChart.fs:20-30 β the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz.Recharts/AreaChart.fs:25` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (10 lines × 3) src/Feliz/StyleHelper/Transform.fs:16β src/Feliz/StyleHelper/Transform.fs:16-25 | src/Feliz/Styles.fs:5074-5083 | src/Feliz/Svg.fs:1333-1342 β the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach β a location they all depend on today, or a new shared one if there is none β and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at `src/Feliz/StyleHelper/Transform.fs:16` it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
Duplicated block (7 lines × 8) src/Feliz.Recharts/XAxis.fs:43β src/Feliz.Recharts/XAxis.fs:43-50 | src/Feliz.Recharts/AreaChart.fs:31-38 | src/Feliz.Recharts/LineChart.fs:26-33 | src/Feliz.Recharts/BarChart.fs:45-52 | src/Feliz.Recharts/ComposedChart.fs:27-34 | src/Feliz.Recharts/RadarChart.fs:25-31 | src/Feliz.Recharts/RadialBarChart.fs:33-39 | src/Feliz.Recharts/ScatterChart.fs:26-33 β the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once.
Duplicated block (6 lines × 4) src/Vitest/Library.fs:430β src/Vitest/Library.fs:430-435 | src/Vitest/Library.fs:436-441 | src/Vitest/Library.fs:442-447 | src/Vitest/Library.fs:448-453 β all 4 copies are in the same file, so extract the block into one function there and call it from every one of those sites β resolving only two of them leaves the rest to drift apart the first time one is edited. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names β the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately.
Duplicated block (5 lines × 3) docs/docs/feliz-docs/Examples/React/MemoAttribute.fs:21β docs/docs/feliz-docs/Examples/React/MemoAttribute.fs:21-25 | docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmit.fs:32-36 | docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmitFnName.fs:30-34 β before extracting anything, compare `docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmit.fs` and `docs/docs/feliz-docs/Examples/React/MemoAttributeAreEqualEmitFnName.fs` as WHOLE FILES: this scan already matched 3 separate duplicated blocks between them, totalling at least 33 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. If that is what happened, the fix is to keep one copy and have the other call it (or delete it), which resolves this row and its siblings together β extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at `docs/docs/feliz-docs/Examples/React/MemoAttribute.fs:21` it does not close everything it opens, so those exact lines cannot be lifted as they stand β widen the region to the smallest complete statement or declaration that contains it, and extract that.
D8 Β· Code CoverageΒ· Coverage not measured Β· Γ1
Coverage not measured β no coverage collector is wired up β Coverage NOT MEASURED: the test suite built and its tests PASSED, but the run produced no coverage data β `--collect:"XPlat Code Coverage"` found no data collector, which is what a test project with no `coverlet.collector` PackageReference does. Nothing is wrong with the suite or the build; there is simply no coverage instrumentation wired up. Add a `coverlet.collector` PackageReference to the test project(s) (or commit the Cobertura/OpenCover/lcov report your CI produces) and real coverage will be measured. It is excluded from the score rather than counted as a near-zero defect.
Low CVE: [GHSA redacted] playground/package-lock.jsonβ @babel/core 7.27.1: [GHSA redacted] β @babel/core is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin @babel/core to 7.29.6 with an `overrides` entry).
Low CVE: [GHSA redacted] src/Feliz.Template/Content/package-lock.jsonβ @babel/core 7.28.4: [GHSA redacted] β @babel/core is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin @babel/core to 7.29.6 with an `overrides` entry).
Low CVE: [GHSA redacted] package-lock.jsonβ @babel/core 7.28.5: [GHSA redacted] β @babel/core is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin @babel/core to 7.29.6 with an `overrides` entry).
Low CVE: [GHSA redacted] package-lock.jsonβ body-parser 1.20.3: [GHSA redacted] β body-parser is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin body-parser to 1.20.6 with an `overrides` entry).
Low CVE: [GHSA redacted] package-lock.jsonβ webpack 5.99.9: [GHSA redacted] β webpack is not declared in this repo's manifests: it is pulled in transitively, so upgrade the dependency that requires it (or pin webpack to 5.104.0 with an `overrides` entry). This is 1 of 2 advisories with a published fix this scan raises against webpack 5.99.9, and their fixed versions do not agree β anything below 5.104.1 still leaves at least one of them open. Take this package to 5.104.1 or later: that is the floor for the package, not this row's target alone. This one row stands for the 2 advisories this scan raises against webpack 5.99.9: [GHSA redacted], [GHSA redacted].
D11 Β· Test ReliabilityΒ· Test reliability not included Β· Γ1
Test reliability not included β Test source is present (.fs, .ts, .tsx, .js) but the built-in reliability runner does not support this repository's ecosystem, so flakiness couldn't be assessed. Not scored β this is a gap in the analyzer's language coverage, not a finding about this repository.
Off-boarding risk: anonymized user #1 β If anonymized user #1 becomes unavailable, 6 significant file(s) lose their only recent owner: src/Feliz/Styles.fs, src/Feliz/JSX.fs, src/Feliz.CompilerPlugins/ReactComponent.fs, src/Vitest.ReactTestingLibrary/Library.fs, src/Feliz.Markdown/Markdown.fs, src/Feliz.Recharts/Line.fs. Pair on, review, or document these before any departure.
D19 Β· Documentation QualityΒ· Documentation Quality not included (check did not complete) Β· Γ1
Documentation Quality not included (check did not complete) β Documentation Quality could not be assessed in this run β the check did not complete, so it is not scored. This is a gap in the analyzer, not a finding about this repository.
Split Feliz.RoughViz β A generic name with 225 LoC and 951 types across 31 unrelated namespaces is a sprawling grab-bag. Suggested: by namespace: Feliz.Text, Feliz.Shapes, Feliz.Animations
D34 Β· Knowledge FreshnessΒ· Further orphaned files (smaller) Β· Γ1
Further orphaned files (smaller) β 1 of 63 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: src/Feliz/React/ReactTypes.fs. 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.
No build provenance β No SLSA provenance generation or build attestation found in CI β nothing binds a released artifact to the build that produced it, so a consumer cannot tell your artifact from a substituted one. On GitHub Actions, `actions/attest-build-provenance` (or slsa-github-generator) emits one from the job's own OIDC identity; elsewhere, run `cosign attest` over the released artifact from the release pipeline and publish the attestation beside it.
No artifact signing β No artifact signing found in CI β sign your released artifacts with whatever your ecosystem ships (a GPG/minisign detached signature β or `cosign sign-blob` β over the release archives, or over a checksum file published alongside them, Authenticode via signtool, or `dotnet nuget sign` for packages) so consumers can verify what you built.
D36 Β· Supply-chain Provenance & SigningΒ· No SBOM Β· Γ1
No SBOM β No SBOM generation or committed SBOM found β produce one with what your ecosystem ships (`sbom-tool generate` (install it with `dotnet tool install --global Microsoft.Sbom.DotNetTool`) or `dotnet CycloneDX` over the solution, `npm sbom --sbom-format cyclonedx` (npm 9+) or `@cyclonedx/cyclonedx-npm` over the lockfile, `syft` (or `anchore/sbom-action` in CI) over the source tree or released image). Publish it as a release asset (`*.spdx.json` / `*.cdx.json`) so consumers can see what they are installing.
Info β 2 finding(s)
D12 Β· Dependency HygieneΒ· Dependency hygiene not measured Β· Γ1
Dependency hygiene not measured β no packages were read β This repository has NuGet-managed production source (.fs), whose `<PackageReference>` dependencies are exactly what this dimension assesses β but `dotnet list package` returned no packages, so there was nothing to assess. Zero packages read is NOT a clean dependency tree, so this is NOT SCORED. This is a gap in the analysis run (restore or project-load failed), not a verdict about this repository. Dependencies declared for the other ecosystems present here (.fs, .ts, .tsx) are not read yet either.
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.
trivy: not applicable β No Infrastructure-as-Code or container manifests found (Dockerfile, Terraform, Kubernetes/Helm, CloudFormation); nothing to scan.
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 019fd526-0eec-7ab5-a210-6e5ad93021b0 Β· every finding is also locatable in findings.md, and the complete scoring record (with exit codes + durations) in sidecar.json.
Issues: 38 Β· Warnings: 89 Β· Recommendations: 13 Β· Info: 2 β Appendix A Β· all findings Β· full markdown report.
Generated by Watchdog β deterministic code-health analysis. 06-08-2026 @ 03:37 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.