Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-08-27 22:10 UTC

App-vNext / Polly

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

C#BSD-3-Clause★ 14,232 stars⑂ 1,287 forkssince May 2013View on GitHub ↗

App-vNext/Polly holds a health index of 99 out of 100, placing it in the Exceptional band. It scores highest on Community & Adoption (100/100) and lowest on AI Readiness (78/100). It was last updated today. 3 contributors account for most of its recent work.

99
overall / 100
Exceptional

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

99
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 89 is calibrated to 99 on the published index scale (record calibration 2026-08-02).

Ownership

App vNextOrganization
127 followers17 public repossince Oct 2014

This repository is backed by an organization — shared, accountable stewardship that can outlive any single maintainer.

Package ecosystems

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

93Exceptional · 21% of overall

Development activity

100Exceptional
How it's scored
36/36Push recencylast push 0 days ago
36/36Commit cadence52/52 weeks with commits
18/18Commit volume400 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year400
human_commit_share0.12
days_since_last_push0
active_weeks_last_year52
How it's scored
27/27Ships releases59 releases published
36/36Release recencylatest release 80 days ago
19.8/27Release cadencea release every ~56.8 days
0/10OpenSSF Scorecard: Signed-ReleasesProject has not signed or included provenance with any releases.
Inputs used
releases_count59
latest_release_tag8.7.0
releases_from_tagsno
days_since_latest_release80
mean_days_between_releases56.8

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

100Exceptional · 17% of overall
How it's scored
60/60Stars14,232 stars
25/25Forks1,287 forks
14.1/15Watchers343 watchers
Inputs used
forks1,287
stars14,232
watchers343
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

Community health

100Exceptional
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (BSD-3-Clause)
18/18CONTRIBUTING guide
13.5/13.5Code of conduct
7.2/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges9
has_contributingyes
has_issue_templateyes
has_code_of_conductyes
readme_badge_servicesapi.securityscorecards.dev, codecov.io, github.com, shields.io
has_pull_request_templateyes
How it's scored
80/80Total downloads2,514,067,484 downloads all-time across nuget
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagesPolly.Core, Polly.Extensions, Polly.RateLimiting, Polly.Testing, Polly
dependents
ecosystemsnuget
total_downloads2,514,067,484
monthly_downloads
unverified_packages_excluded
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

82Excellent · 23% of overall
How it's scored
36/54Bus factor3 contributor(s) cover half of all commits
17.3/22.5Commit distributiontop contributor authored 23% of commits
13.5/13.5Contributor breadth96 contributors
10/10OpenSSF Scorecard: Contributorsproject has 27 contributing companies or organizations
Inputs used
bus_factor3
contributors_sampled96
top_contributor_share0.231
How it's scored
41.9/42Issue resolution100% of issues closed
27.3/30PR acceptance2,078/2,287 decided PRs merged
13/13Newcomer PR acceptance1/1 first-time contributors' PRs merged in 30d
9/15OpenSSF Scorecard: Code-ReviewFound 2/3 approved changesets -- score normalized to 6
Inputs used
merged_prs2,078
open_issues2
closed_issues845
prs_merged_7d0
prs_decided_7d0
prs_merged_30d3
prs_decided_30d3
issue_closed_ratio0.998
closed_unmerged_prs209
first_time_authors_30d1
first_time_prs_merged_30d1
first_time_prs_decided_30d1
How it's scored
30/30Ownership backingorganization-owned
0/20Verified domain
15.1/25Owner reach127 followers of App-vNext
21.1/25Track record17 public repos, account ~11 yr old
Inputs used
followers127
owner_typeOrganization
is_verifiedno
owner_loginApp-vNext
public_repos17
account_age_days4,337

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable5 package(s) on nuget
35/35Publish recencylatest publish 78 days ago
20/20Version history71 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesPolly.Core, Polly.Extensions, Polly.RateLimiting, Polly.Testing, Polly
ecosystemsnuget
any_deprecatedno
min_days_since_publish78

Engineering Quality

Are baseline engineering and documentation practices in place?

84Excellent · 19% of overall
How it's scored
24/24CI workflows15 workflow(s)
24/24Tests present
0/16Linter config
0/9.6Pre-commit hooks
6.4/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests29 out of 29 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigyes
has_linter_configno
has_precommit_configno

Documentation

100Exceptional
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage sitehttps://www.thepollyproject.org
10/10Repository description
10/10Topics8 topics
10/10Wiki
Inputs used
topicscircuit-breaker, circuit-breaker-pattern, resilience, resiliency-patterns, retry-strategies, dotnet, fault-handler, transient-fault-handling
has_wikiyes
homepagehttps://www.thepollyproject.org
docs_sitehttps://www.thepollyproject.org
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

90Excellent · 16% of overall

Security posture

88Excellent
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
0/7.5Branch-Protectionno data
2.5/2.5CI-Tests29 out of 29 merged PRs checked by a CI test -- score normalized to 10
1.2/2.5CII-Best-Practicesbadge detected: Passing
4.5/7.5Code-ReviewFound 2/3 approved changesets -- score normalized to 6
2.5/2.5Contributorsproject has 27 contributing companies or organizations
10/10Dangerous-Workflowno dangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
5/5Fuzzingproject is fuzzed
2.5/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
5/5Packagingpackaging workflow detected
5/5Pinned-Dependenciesall dependencies are pinned
5/5SASTSAST tool is run on all commits
5/5Security-Policysecurity policy file detected
0/7.5Signed-ReleasesProject has not signed or included provenance with any releases.
7.5/7.5Token-PermissionsGitHub workflow tokens follow principle of least privilege
7.5/7.5Vulnerabilities0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate8.8
Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisoriesno direct dependency carries a known advisory
0/25Indirect dependencies free of known advisoriestransitive set not separable from development and test dependencies in this scope
0/40No advisories left outstandingno advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages146
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 146 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

78Good · 4% of overall
How it's scored
45/45Agent instructionsAGENTS.md
0/15Machine-readable docs (llms.txt)
0/40Legible commit historyno data
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share
agent_instruction_filesAGENTS.md
agent_instruction_max_bytes4,501
Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.
How it's scored
12.6/18One-command bootstrapbench/Polly.Benchmarks/Polly.Benchmarks.csproj, bench/Polly.Core.Benchmarks/Polly.Core.Benchmarks.csproj, samples/Chaos/Chaos.csproj (toolchain convention, no task runner)
22/22Automated tests
0/11Lint / format config
11/11Static type checkingC# (statically typed)
0/10Reproducible environment
0/10Demonstrated agent practiceno agent-authored commits among the last 100
8/8Automated maintenance84 of the last 100 commits are automated dependency updates
10/10OpenSSF Scorecard: Pinned-Dependenciesall dependencies are pinned
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileno
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configs
agent_commit_share0
toolchain_manifestsbench/Polly.Benchmarks/Polly.Benchmarks.csproj, bench/Polly.Core.Benchmarks/Polly.Core.Benchmarks.csproj, samples/Chaos/Chaos.csproj, samples/DependencyInjection/DependencyInjection.csproj, samples/Extensibility/Extensibility.csproj, samples/GenericPipelines/GenericPipelines.csproj, samples/Intro/Intro.csproj, samples/Retries/Retries.csproj, src/Polly.Core/Polly.Core.csproj, src/Polly.Extensions/Polly.Extensions.csproj, src/Polly.RateLimiting/Polly.RateLimiting.csproj, src/Polly.Testing/Polly.Testing.csproj, src/Polly/Polly.csproj, src/Snippets/Snippets.csproj, test/Polly.AotTest/Polly.AotTest.csproj, test/Polly.Core.Tests/Polly.Core.Tests.csproj, test/Polly.Extensions.Tests/Polly.Extensions.Tests.csproj, test/Polly.RateLimiting.Tests/Polly.RateLimiting.Tests.csproj, test/Polly.Specs/Polly.Specs.csproj, test/Polly.TestUtils/Polly.TestUtils.csproj, test/Polly.Testing.Tests/Polly.Testing.Tests.csproj
dependency_bot_commit_share0.84
How it's scored
45/45Type-checkable codeC# (statically typed)
54.3/55Manageable file sizes10/798 source files over 60KB
Inputs used
primary_languageC#
largest_source_bytes142,583
source_files_sampled798
oversized_source_files10
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)not applicable to this kind of software
0/20MCP servernot applicable to this kind of software
40/40Runnable examplessamples
Inputs used
example_dirssamples
has_mcp_signalno
api_schema_files
interfaces_expected_of
Excluded from scoring (no data or not applicable): API schema (OpenAPI/GraphQL/proto), MCP server. Remaining weights renormalized.

Key facts

14,232GitHub stars
96contributors
400commits, last 12 months
0days since last push
59releases
3bus factor
2open issues
package ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

More detail

Star and fork history 0 ★ / 1,287 ⇿
0Stars
1,287Forks
47Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

Only the most recent history is shown — this repository exceeds the collection window, so the earliest history is not captured.

2004006008001,0001,2001,4001,287632018-032022-062026-08
Major 1Minor 11Patch 23

Each point covers 8 days.

OpenSSF Scorecard 8.8 / 10
8.8aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-08-27 22:09 UTC

10Binary-Artifactsno binaries found in the repo
n/aBranch-Protectioninternal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
10CI-Tests29 out of 29 merged PRs checked by a CI test -- score normalized to 10
5CII-Best-Practicesbadge detected: Passing
6Code-ReviewFound 2/3 approved changesets -- score normalized to 6
10Contributorsproject has 27 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
10Fuzzingproject is fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
10Pinned-Dependenciesall dependencies are pinned
10SASTSAST tool is run on all commits
10Security-Policysecurity policy file detected
0Signed-ReleasesProject has not signed or included provenance with any releases.
10Token-PermissionsGitHub workflow tokens follow principle of least privilege
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 20
RegistryPackageVersion constraintManifest
NuGetMicrosoft.Extensions.Caching.Memorybench/Polly.Benchmarks/Polly.Benchmarks.csproj
NuGetMicrosoft.Extensions.DependencyInjectionbench/Polly.Benchmarks/Polly.Benchmarks.csproj
NuGetMicrosoft.Extensions.DependencyInjectionbench/Polly.Core.Benchmarks/Polly.Core.Benchmarks.csproj
NuGetMicrosoft.Bcl.AsyncInterfacessrc/Polly.Core/Polly.Core.csproj
NuGetMicrosoft.Bcl.TimeProvidersrc/Polly.Core/Polly.Core.csproj
NuGetSystem.Threading.Tasks.Extensionssrc/Polly.Core/Polly.Core.csproj
NuGetSystem.ValueTuplesrc/Polly.Core/Polly.Core.csproj
NuGetSystem.ComponentModel.Annotationssrc/Polly.Core/Polly.Core.csproj
NuGetMicrosoft.Extensions.Optionssrc/Polly.Extensions/Polly.Extensions.csproj
NuGetMicrosoft.Extensions.Logging.Abstractionssrc/Polly.Extensions/Polly.Extensions.csproj
NuGetSystem.Diagnostics.DiagnosticSourcesrc/Polly.Extensions/Polly.Extensions.csproj
NuGetSystem.Threading.RateLimitingsrc/Polly.RateLimiting/Polly.RateLimiting.csproj
NuGetFlurl.Http.Signedsrc/Snippets/Snippets.csproj
NuGetMicrosoft.Extensions.Http.Resiliencesrc/Snippets/Snippets.csproj
NuGetMicrosoft.Extensions.Logging.Consolesrc/Snippets/Snippets.csproj
NuGetNSubstitutesrc/Snippets/Snippets.csproj
NuGetRefit.HttpClientFactorysrc/Snippets/Snippets.csproj
NuGetRestSharpsrc/Snippets/Snippets.csproj
NuGetxunitsrc/Snippets/Snippets.csproj
NuGetMicrosoft.Extensions.DependencyInjectionsrc/Snippets/Snippets.csproj
All dependencies 146

Full resolved dependency set from the GitHub dependency graph: 32 direct and 114 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
NuGetFlurl.Http.Signed4.0.2direct
NuGetMicrosoft.Bcl.AsyncInterfaces6.0.0direct
NuGetMicrosoft.Bcl.AsyncInterfaces8.0.0direct
NuGetMicrosoft.Bcl.TimeProvider10.0.0direct
NuGetMicrosoft.Bcl.TimeProvider8.0.0direct
NuGetMicrosoft.Bcl.TimeProvider8.0.1direct
NuGetMicrosoft.Bcl.TimeProvider9.0.0direct
NuGetMicrosoft.Extensions.Caching.Memory8.0.1direct
NuGetMicrosoft.Extensions.DependencyInjection10.0.11direct
NuGetMicrosoft.Extensions.DependencyInjection10.0.5direct
NuGetMicrosoft.Extensions.Http.Resilience10.9.0direct
NuGetMicrosoft.Extensions.Logging.Abstractions10.0.0direct
NuGetMicrosoft.Extensions.Logging.Abstractions10.0.11direct
NuGetMicrosoft.Extensions.Logging.Abstractions8.0.0direct
NuGetMicrosoft.Extensions.Logging.Abstractions8.0.2direct
NuGetMicrosoft.Extensions.Logging.Abstractions9.0.0direct
NuGetMicrosoft.Extensions.Logging.Console10.0.11direct
NuGetMicrosoft.Extensions.Options10.0.0direct
NuGetMicrosoft.Extensions.Options10.0.11direct
NuGetMicrosoft.Extensions.Options8.0.0direct
NuGetMicrosoft.Extensions.Options8.0.2direct
NuGetMicrosoft.Extensions.Options9.0.0direct
NuGetNSubstitute6.2.0direct
NuGetRefit.HttpClientFactory15.2.0direct
NuGetRestSharp114.0.0direct
NuGetSystem.ComponentModel.Annotations4.5.0direct
NuGetSystem.ComponentModel.Annotations5.0.0direct
NuGetSystem.Diagnostics.DiagnosticSource8.0.0direct
NuGetSystem.Threading.RateLimiting8.0.0direct
NuGetSystem.Threading.Tasks.Extensions4.5.4direct
NuGetSystem.ValueTuple4.5.0direct
NuGetxunit2.9.3direct
NuGetBenchmarkDotNet0.15.8indirect
NuGetBenchmarkDotNet.Annotations0.15.8indirect
NuGetCastle.Core5.1.1indirect
NuGetCommandLineParser2.9.1indirect
NuGetcoverlet.msbuild6.0.4indirect
NuGetDiffEngine11.3.0indirect
NuGetEmptyFiles4.4.0indirect
NuGetFlurl.Signed4.0.0indirect
NuGetFsCheck3.3.4indirect
NuGetFsCheck.Xunit3.3.4indirect
NuGetFSharp.Core5.0.2indirect
NuGetFSharp.Core8.0.200indirect
NuGetGee.External.Capstone2.3.0indirect
NuGetGitHubActionsTestLogger3.0.5indirect
NuGetIced1.21.0indirect
NuGetIcedTasks0.11.4indirect
NuGetJunitXml.TestLogger8.0.0indirect
NuGetMicrosoft.AspNetCore.App.Ref6.0.36indirect
NuGetMicrosoft.CodeAnalysis.Analyzers3.11.0indirect
NuGetMicrosoft.CodeAnalysis.BannedApiAnalyzers5.6.0indirect
NuGetMicrosoft.CodeAnalysis.Common4.14.0indirect
NuGetMicrosoft.CodeAnalysis.CSharp4.14.0indirect
NuGetMicrosoft.CodeAnalysis.PublicApiAnalyzers5.6.0indirect
NuGetMicrosoft.CodeCoverage18.9.0indirect
NuGetMicrosoft.Diagnostics.NETCore.Client0.2.510501indirect
NuGetMicrosoft.Diagnostics.Runtime3.1.512801indirect
NuGetMicrosoft.Diagnostics.Tracing.TraceEvent3.1.21indirect
NuGetMicrosoft.DotNet.PlatformAbstractions3.1.6indirect
NuGetMicrosoft.Extensions.AmbientMetadata.Application10.9.0indirect
NuGetMicrosoft.Extensions.Caching.Abstractions8.0.0indirect
NuGetMicrosoft.Extensions.Compliance.Abstractions10.9.0indirect
NuGetMicrosoft.Extensions.Configuration10.0.11indirect
NuGetMicrosoft.Extensions.Configuration.Abstractions10.0.11indirect
NuGetMicrosoft.Extensions.Configuration.Binder10.0.11indirect
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions10.0.11indirect
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions10.0.5indirect
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions8.0.0indirect
NuGetMicrosoft.Extensions.DependencyInjection.AutoActivation10.9.0indirect
NuGetMicrosoft.Extensions.Diagnostics10.0.11indirect
NuGetMicrosoft.Extensions.Diagnostics.Abstractions10.0.11indirect
NuGetMicrosoft.Extensions.Diagnostics.ExceptionSummarization10.9.0indirect
NuGetMicrosoft.Extensions.FileProviders.Abstractions10.0.11indirect
NuGetMicrosoft.Extensions.Hosting.Abstractions10.0.11indirect
NuGetMicrosoft.Extensions.Http10.0.11indirect
NuGetMicrosoft.Extensions.Http.Diagnostics10.9.0indirect
NuGetMicrosoft.Extensions.Logging10.0.0indirect
NuGetMicrosoft.Extensions.Logging10.0.11indirect
NuGetMicrosoft.Extensions.Logging6.0.0indirect
NuGetMicrosoft.Extensions.Logging8.0.0indirect
NuGetMicrosoft.Extensions.Logging9.0.0indirect
NuGetMicrosoft.Extensions.Logging.Configuration10.0.11indirect
NuGetMicrosoft.Extensions.ObjectPool10.0.11indirect
NuGetMicrosoft.Extensions.Options.ConfigurationExtensions10.0.11indirect
NuGetMicrosoft.Extensions.Primitives10.0.0indirect
NuGetMicrosoft.Extensions.Primitives10.0.11indirect
NuGetMicrosoft.Extensions.Primitives8.0.0indirect
NuGetMicrosoft.Extensions.Primitives9.0.0indirect
NuGetMicrosoft.Extensions.Resilience10.9.0indirect
NuGetMicrosoft.Extensions.Telemetry10.9.0indirect
NuGetMicrosoft.Extensions.Telemetry.Abstractions10.9.0indirect
NuGetMicrosoft.Extensions.TimeProvider.Testing10.4.0indirect
NuGetMicrosoft.NET.ILLink.Tasks8.0.30indirect
NuGetMicrosoft.NET.Test.Sdk18.9.0indirect
NuGetMicrosoft.NETCore.App.Ref6.0.36indirect
NuGetMicrosoft.NETCore.Platforms1.1.0indirect
NuGetMicrosoft.NETFramework.ReferenceAssemblies1.0.3indirect
NuGetMicrosoft.NETFramework.ReferenceAssemblies.net4621.0.3indirect
NuGetMicrosoft.NETFramework.ReferenceAssemblies.net4721.0.3indirect
NuGetMicrosoft.TestPlatform.ObjectModel18.9.0indirect
NuGetMicrosoft.TestPlatform.TestHost18.9.0indirect
NuGetMinVer7.0.0indirect
NuGetNETStandard.Library2.0.3indirect
NuGetPerfolizer0.6.1indirect
NuGetPolly8.5.2indirect
NuGetPolly.Contrib.WaitAndRetry1.1.1indirect
NuGetPolly.Core8.5.2indirect
NuGetPolly.Core8.7.0indirect
NuGetPolly.Extensions8.4.2indirect
NuGetPolly.Extensions8.5.2indirect
NuGetPolly.Extensions8.7.0indirect
NuGetPolly.RateLimiting8.4.2indirect
NuGetPolly.RateLimiting8.5.2indirect
NuGetPolly.Testing8.5.2indirect
NuGetPragmastat3.2.4indirect
NuGetReactiveUI.Disposables7.1.1indirect
NuGetReactiveUI.Primitives7.1.1indirect
NuGetReactiveUI.Primitives.Core7.1.1indirect
NuGetRefit15.2.0indirect
NuGetReportGenerator5.5.11indirect
NuGetShouldly4.3.0indirect
NuGetSonarAnalyzer.CSharp10.32.0.713indirect
NuGetStyleCop.Analyzers1.2.0-beta.556indirect
NuGetStyleCop.Analyzers.Unstable1.2.0.556indirect
NuGetSystem.Buffers4.5.1indirect
NuGetSystem.CodeDom6.0.0indirect
NuGetSystem.CodeDom9.0.5indirect
NuGetSystem.Collections.Immutable9.0.0indirect
NuGetSystem.Diagnostics.EventLog6.0.0indirect
NuGetSystem.Management6.0.1indirect
NuGetSystem.Management9.0.5indirect
NuGetSystem.Memory4.5.5indirect
NuGetSystem.Numerics.Vectors4.4.0indirect
NuGetSystem.Numerics.Vectors4.5.0indirect
NuGetSystem.Reflection.Metadata9.0.0indirect
NuGetSystem.Reflection.TypeExtensions4.7.0indirect
NuGetSystem.Runtime.CompilerServices.Unsafe4.5.3indirect
NuGetSystem.Runtime.CompilerServices.Unsafe6.0.0indirect
NuGetxunit.abstractions2.0.3indirect
NuGetxunit.analyzers1.18.0indirect
NuGetxunit.assert2.9.3indirect
NuGetxunit.core2.9.3indirect
NuGetxunit.extensibility.core2.9.3indirect
NuGetxunit.extensibility.execution2.9.3indirect
NuGetxunit.runner.visualstudio4.0.0indirect
Dependency advisories 0

This repository publishes no package the index resolves, so its own dependency graph was assessed — 146 packages, which also include development and test pins that never ship: 0 carry known advisories, of which 0 are direct.

No known advisories affect the assessed dependencies.

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.10.0, schema v0.34.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsNuGet.