Public record
Software health reportschema 0.30.0 · metrics 2.5.0 · 2026-08-04 17:21 UTC

eQuantic / core

Implementations based on design patterns

C#MIT★ 2 stars⑂ 1 forksince Apr 2016View on GitHub ↗

eQuantic/core holds a health index of 36 out of 100, placing it in the Weak band. It scores highest on Engineering Quality (60/100) and lowest on Vitality (33/100). It was last updated 218 days ago. A single contributor accounts for most of its recent work.

36
overall / 100
Weak

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.

36
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 45 is calibrated to 42 on the published index scale (record calibration 2026-08-02).

Ownership

eQuantic TechOrganization
3 followers27 public repossince Dec 2013

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?

33At Risk · 21% of overall
How it's scored
3.6/36Push recency — last push 218 days ago
0.7/36Commit cadence — 1/52 weeks with commits
6.3/18Commit volume — 4 commits in the last year
0/10OpenSSF Scorecard: Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Inputs used
commits_last_year4
human_commit_share1
days_since_last_push218
active_weeks_last_year1
How it's scored
16.2/27Ships releases — 6 version tags (no GitHub releases)
16.2/36Release recency — latest release 218 days ago
27/27Release cadence — a release every ~39.2 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count6
latest_release_tagv1.8.4
releases_from_tagsyes
days_since_latest_release218
mean_days_between_releases39.2
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

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

37Weak · 17% of overall
How it's scored
0/60Stars — 2 stars
0/25Forks — 1 forks
1.7/15Watchers — 3 watchers
Inputs used
forks1
stars2
watchers3
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (MIT)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges5
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesshields.io
has_pull_request_templateyes
How it's scored
52.6/80Total downloads — 116,591 downloads all-time across nuget
0/20Registry dependents — not reported by this ecosystem
Inputs used
packageseQuantic.Core, eQuantic.Core.Eventing, eQuantic.Core.Eventing.AWS, eQuantic.Core.Eventing.Azure, eQuantic.Core.Eventing.Kafka, eQuantic.Core.Eventing.Outbox, eQuantic.Core.Eventing.RabbitMQ
dependents
ecosystemsnuget
total_downloads116,591
monthly_downloads
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?

48Weak · 23% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
0/22.5Commit distribution — top contributor authored 100% of commits
1.4/13.5Contributor breadth — 1 contributors
3/10OpenSSF Scorecard: Contributors — project has 1 contributing companies or organizations -- score normalized to 3
Inputs used
bus_factor1
contributors_sampled1
top_contributor_share1
How it's scored
42/42Issue resolution — 100% of issues closed
0/30PR acceptance — 0/11 decided PRs merged
0/13Newcomer PR acceptance — no first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-Review — Found 0/30 approved changesets -- score normalized to 0
Inputs used
merged_prs0
open_issues0
closed_issues1
prs_merged_7d0
prs_decided_7d0
prs_merged_30d0
prs_decided_30d0
issue_closed_ratio1
closed_unmerged_prs11
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): newcomer_pr_acceptance. Remaining weights renormalized.
How it's scored
30/30Ownership backing — organization-owned
0/20Verified domain
4.3/25Owner reach — 3 followers of eQuantic
22.5/25Track record — 27 public repos, account ~12 yr old
Inputs used
followers3
owner_typeOrganization
is_verified
owner_logineQuantic
public_repos27
account_age_days4,614
How it's scored
25/25Published & resolvable — 7 package(s) on nuget
26/35Publish recency — latest publish 218 days ago
20/20Version history — 37 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packageseQuantic.Core, eQuantic.Core.Eventing, eQuantic.Core.Eventing.AWS, eQuantic.Core.Eventing.Azure, eQuantic.Core.Eventing.Kafka, eQuantic.Core.Eventing.Outbox, eQuantic.Core.Eventing.RabbitMQ
ecosystemsnuget
any_deprecatedno
min_days_since_publish218

Engineering Quality

Are baseline engineering and documentation practices in place?

60Moderate · 19% of overall
How it's scored
24/24CI workflows — 1 workflow(s)
24/24Tests present
0/16Linter config
0/9.6Pre-commit hooks
0/6.4.editorconfig
0/20OpenSSF Scorecard: CI-Tests — no data
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configno
has_precommit_configno
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.

Documentation

60Moderate
How it's scored
30/30README
0/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
10/10Topics — 5 topics
10/10Wiki
Inputs used
topicsentity-framework, dotnetcore, design-patterns, unitofworkpattern, ddd
has_wikiyes
homepage
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

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

46Weak · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
0/2.5CI-Tests — no data
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 0/30 approved changesets -- score normalized to 0
0.8/2.5Contributors — project has 1 contributing companies or organizations -- score normalized to 3
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
0/7.5Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
5/5Packaging — packaging workflow detected
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — no SAST tool detected
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate4.3
Excluded from scoring (no data or not applicable): ci_tests, signed_releases. Remaining weights renormalized.
How it's scored
10.9/35Direct dependencies free of known advisories — 1 affected: System.Text.Json 6.0.0 (high 8.6)
0/25Indirect dependencies free of known advisories — transitive set not separable from development and test dependencies in this scope
32.9/40No advisories left outstanding — 1 advisory-carrying package(s) unaddressed past 90 days; oldest published 664 days ago
Inputs used
sourceosv
advisories1
affected_packages1
assessed_packages36
unassessed_packages0
affected_by_severityhigh 1
direct_affected_packages1
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 36 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.

47Weak · 4% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
13.8/40Legible commit history — 16 of 62 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.258
agent_instruction_files
agent_instruction_max_bytes
How it's scored
12.6/18One-command bootstrap — src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj, src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj, src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj (toolchain convention, no task runner)
22/22Automated tests
0/11Lint / format config
11/11Static type checking — C# (statically typed)
0/10Reproducible environment
0/10Demonstrated agent practice — no agent-authored commits among the last 62
5/8Automated maintenance — dependency automation configured, none observed in the sampled commits
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileno
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configs
agent_commit_share0
toolchain_manifestssrc/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj, src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj, src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj, src/eQuantic.Core.Eventing.Outbox/eQuantic.Core.Eventing.Outbox.csproj, src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj, src/eQuantic.Core.Eventing/eQuantic.Core.Eventing.csproj, src/eQuantic.Core/eQuantic.Core.csproj, tests/eQuantic.Core.Eventing.Tests/eQuantic.Core.Eventing.Tests.csproj, tests/eQuantic.Core.Tests/eQuantic.Core.Tests.csproj
dependency_bot_commit_share0
How it's scored
45/45Type-checkable code — C# (statically typed)
55/55Manageable file sizes — 0/85 source files over 60KB
Inputs used
primary_languageC#
largest_source_bytes28,843
source_files_sampled85
oversized_source_files0

Key facts

2GitHub stars
1contributors
4commits, last 12 months
218days since last push
6releases
1bus factor
0open issues
package ecosystems

Data collection warnings

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

More detail

OpenSSF Scorecard 4.3 / 10
4.3aggregate

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-04 17:21 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
n/aCI-Testsno pull request found
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/30 approved changesets -- score normalized to 0
3Contributorsproject has 1 contributing companies or organizations -- score normalized to 3
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
0Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
10Packagingpackaging workflow detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTno SAST tool detected
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 72
RegistryPackageVersion constraintManifest
NuGetAWSSDK.SimpleNotificationService3.7.400.67src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetAWSSDK.SQS3.7.400.67src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.SourceLink.GitHub8.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions6.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.Options6.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions6.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions6.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions9.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.Options9.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions9.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions9.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions10.0.1src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.Options10.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions10.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions10.0.0src/eQuantic.Core.Eventing.AWS/eQuantic.Core.Eventing.AWS.csproj
NuGetAzure.Messaging.ServiceBus7.18.2src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.SourceLink.GitHub8.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions6.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.Options6.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions6.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions6.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions9.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.Options9.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions9.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions9.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions10.0.1src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.Options10.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions10.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions10.0.0src/eQuantic.Core.Eventing.Azure/eQuantic.Core.Eventing.Azure.csproj
NuGetConfluent.Kafka2.6.1src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.SourceLink.GitHub8.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions6.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.Options6.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions6.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions6.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions9.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.Options9.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions9.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions9.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions10.0.1src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.Options10.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions10.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions10.0.0src/eQuantic.Core.Eventing.Kafka/eQuantic.Core.Eventing.Kafka.csproj
NuGetMicrosoft.SourceLink.GitHub8.0.0src/eQuantic.Core.Eventing.Outbox/eQuantic.Core.Eventing.Outbox.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions6.0.0src/eQuantic.Core.Eventing.Outbox/eQuantic.Core.Eventing.Outbox.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions6.0.0src/eQuantic.Core.Eventing.Outbox/eQuantic.Core.Eventing.Outbox.csproj
NuGetMicrosoft.Extensions.Options6.0.0src/eQuantic.Core.Eventing.Outbox/eQuantic.Core.Eventing.Outbox.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions6.0.0src/eQuantic.Core.Eventing.Outbox/eQuantic.Core.Eventing.Outbox.csproj
NuGetSystem.Text.Json6.0.0src/eQuantic.Core.Eventing.Outbox/eQuantic.Core.Eventing.Outbox.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions8.0.2src/eQuantic.Core.Eventing.Outbox/eQuantic.Core.Eventing.Outbox.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions8.0.1src/eQuantic.Core.Eventing.Outbox/eQuantic.Core.Eventing.Outbox.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions10.0.1src/eQuantic.Core.Eventing.Outbox/eQuantic.Core.Eventing.Outbox.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions10.0.0src/eQuantic.Core.Eventing.Outbox/eQuantic.Core.Eventing.Outbox.csproj
NuGetRabbitMQ.Client7.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.SourceLink.GitHub8.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions6.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.Options6.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions6.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions6.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions9.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.Options9.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions9.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions9.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions10.0.1src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.Options10.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.Logging.Abstractions10.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractions10.0.0src/eQuantic.Core.Eventing.RabbitMQ/eQuantic.Core.Eventing.RabbitMQ.csproj
NuGetMicrosoft.SourceLink.GitHub8.0.0src/eQuantic.Core.Eventing/eQuantic.Core.Eventing.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions6.0.0src/eQuantic.Core.Eventing/eQuantic.Core.Eventing.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions8.0.2src/eQuantic.Core.Eventing/eQuantic.Core.Eventing.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions10.0.1src/eQuantic.Core.Eventing/eQuantic.Core.Eventing.csproj
NuGetMicrosoft.SourceLink.GitHub8.0.0src/eQuantic.Core/eQuantic.Core.csproj
All dependencies 36

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

RegistryPackageVersionRelation
NuGetAWSSDK.SimpleNotificationService3.7.400.67direct
NuGetAWSSDK.SQS3.7.400.67direct
NuGetAzure.Messaging.ServiceBus7.18.2direct
NuGetConfluent.Kafka2.6.1direct
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions10.0.1direct
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions6.0.0direct
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions8.0.2direct
NuGetMicrosoft.Extensions.DependencyInjection.Abstractions9.0.0direct
NuGetMicrosoft.Extensions.Hosting.Abstractions10.0.0direct
NuGetMicrosoft.Extensions.Hosting.Abstractions6.0.0direct
NuGetMicrosoft.Extensions.Hosting.Abstractions8.0.1direct
NuGetMicrosoft.Extensions.Hosting.Abstractions9.0.0direct
NuGetMicrosoft.Extensions.Logging.Abstractions10.0.0direct
NuGetMicrosoft.Extensions.Logging.Abstractions6.0.0direct
NuGetMicrosoft.Extensions.Logging.Abstractions9.0.0direct
NuGetMicrosoft.Extensions.Options10.0.0direct
NuGetMicrosoft.Extensions.Options6.0.0direct
NuGetMicrosoft.Extensions.Options9.0.0direct
NuGetMicrosoft.SourceLink.GitHub8.0.0direct
NuGetRabbitMQ.Client7.0.0direct
NuGetSystem.Text.Json6.0.0direct
NuGetcoverlet.collector6.0.0indirect
NuGetcoverlet.collector6.0.4indirect
NuGetFluentAssertions8.0.1indirect
NuGetMicrosoft.Extensions.DependencyInjection8.0.2indirect
NuGetMicrosoft.NET.Test.Sdk17.12.0indirect
NuGetMicrosoft.NET.Test.Sdk17.8.0indirect
NuGetMoq4.20.72indirect
NuGetNUnit4.0.1indirect
NuGetNUnit3TestAdapter4.5.0indirect
NuGetSystem.Net.Http4.3.4indirect
NuGetSystem.Text.RegularExpressions4.3.1indirect
NuGetTestcontainers.Kafka4.1.0indirect
NuGetTestcontainers.RabbitMq4.1.0indirect
NuGetxunit2.9.2indirect
NuGetxunit.runner.visualstudio3.0.1indirect
Dependency advisories 1

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

PackageVersionRelationSeverityAdvisoriesFixed in
System.Text.Json6.0.0directhigh18.0.5

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

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.5.0, schema v0.30.0 — full methodology · metrics wiki.

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