Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-09-21 14:30 UTC

kallebelins / mvp24hours-dotnet

Library for quick product building using: Relational database (SQL Server, PostgreSql, MySql); NoSql database (MongoDb, Redis); Message Broker (RabbitMQ); Pipeline (Pipe and Filters pattern); Documentation (Swagger); Mapping (AutoMapper); Logging (NLog); Validation and specifications, unit of work, repository, among others.

C#MIT★ 3 stars⑂ 0 forkssince Feb 2024View on GitHub ↗

kallebelins/mvp24hours-dotnet holds a health index of 59 out of 100, placing it in the Moderate band. It scores highest on Engineering Quality (71/100) and lowest on Vitality (45/100). It was last updated today. A single contributor accounts for most of its recent work.

59
overall / 100
Moderate

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.

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

Ownership

kallebelinsPersonal account
33 followers12 public repossince Nov 2018

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

Metrics by category

Vitality

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

45Weak · 21% of overall
How it's scored
36/36Push recencylast push 0 days ago
11.1/36Commit cadence16/52 weeks with commits
18/18Commit volume201 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year201
human_commit_share1
days_since_last_push0
active_weeks_last_year16
How it's scored
0/27Ships releasesno releases published
0/36Release recencyno releases
0/27Release cadenceno releases
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count0
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?

53Moderate · 17% of overall
How it's scored
4.9/60Stars3 stars
0/25Forks0 forks
2.7/15Watchers4 watchers
Inputs used
forks0
stars3
watchers4
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

Community health

92Excellent
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (MIT)
18/18CONTRIBUTING guide
13.5/13.5Code of conduct
0/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges0
has_contributingyes
has_issue_templateno
has_code_of_conductyes
readme_badge_services
has_pull_request_templateyes
How it's scored
58/80Total downloads384,093 downloads all-time across nuget
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagesMvp24Hours.Core, Mvp24Hours.WebAPI, Mvp24Hours.Application, Mvp24Hours.Infrastructure, Mvp24Hours.Infrastructure.Cqrs, Mvp24Hours.Infrastructure.Pipe, Mvp24Hours.Infrastructure.Caching, Mvp24Hours.Infrastructure.CronJob
dependents
ecosystemsnuget
total_downloads384,093
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?

54Moderate · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
1.7/22.5Commit distributiontop contributor authored 93% of commits
4.1/13.5Contributor breadth3 contributors
0/10OpenSSF Scorecard: Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
Inputs used
bus_factor1
contributors_sampled3
top_contributor_share0.926
How it's scored
42/42Issue resolution100% of issues closed
18/30PR acceptance6/10 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-ReviewFound 0/30 approved changesets -- score normalized to 0
Inputs used
merged_prs6
open_issues0
closed_issues2
prs_merged_7d0
prs_decided_7d0
prs_merged_30d0
prs_decided_30d0
issue_closed_ratio1
closed_unmerged_prs4
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
10/30Ownership backingpersonal (user) account
0/20Verified domainnot applicable to user accounts
11/25Owner reach33 followers of kallebelins
20.1/25Track record12 public repos, account ~7 yr old
Inputs used
followers33
owner_typeUser
is_verified
owner_loginkallebelins
public_repos12
account_age_days2,880
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable8 package(s) on nuget
35/35Publish recencylatest publish 0 days ago
20/20Version history75 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesMvp24Hours.Core, Mvp24Hours.WebAPI, Mvp24Hours.Application, Mvp24Hours.Infrastructure, Mvp24Hours.Infrastructure.Cqrs, Mvp24Hours.Infrastructure.Pipe, Mvp24Hours.Infrastructure.Caching, Mvp24Hours.Infrastructure.CronJob
ecosystemsnuget
any_deprecatedno
min_days_since_publish0

Engineering Quality

Are baseline engineering and documentation practices in place?

71Good · 19% of overall
How it's scored
24/24CI workflows9 workflow(s)
24/24Tests present
0/16Linter config
0/9.6Pre-commit hooks
6.4/6.4.editorconfig
0/20OpenSSF Scorecard: CI-Testsno data
Inputs used
has_ciyes
has_testsyes
has_editorconfigyes
has_linter_configno
has_precommit_configno
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.
How it's scored
30/30README
25/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
0/10Topics
10/10Wiki
Inputs used
topics
has_wikiyes
homepage
docs_site
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

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

53Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
0/7.5Branch-Protectionbranch protection not enabled on development/release branches
0/2.5CI-Testsno data
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0/7.5Code-ReviewFound 0/30 approved changesets -- score normalized to 0
0/2.5Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10/10Dangerous-Workflowno dangerous workflow patterns detected
0/7.5Dependency-Update-Toolno update tool detected
0/5Fuzzingproject is not fuzzed
2.5/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
0/5Packagingno data
0/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
5/5SASTSAST tool detected: CodeQL
5/5Security-Policysecurity policy file detected
0/7.5Signed-Releasesno data
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated15
scorecard_versionv5.5.0
checks_inconclusive3
scorecard_aggregate5
Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.
How it's scored
14/35Direct dependencies free of known advisories1 affected: AutoMapper 13.0.1 (high 7.5)
0/25Indirect dependencies free of known advisoriestransitive set not separable from development and test dependencies in this scope
33.7/40No advisories left outstanding1 advisory-carrying package(s) unaddressed past 90 days; oldest published 191 days ago
Inputs used
sourceosv
advisories1
affected_packages1
assessed_packages49
unassessed_packages116
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 49 resolved dependencies against OSV. 116 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list. 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.

67Good · 4% of overall
How it's scored
0/45Agent instructionsno CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
40/40Legible commit history94 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.94
agent_instruction_files
agent_instruction_max_bytes
How it's scored
12.6/18One-command bootstrapmcp/src/Mvp24Hours.Mcp/Mvp24Hours.Mcp.csproj, mcp/tests/Mvp24Hours.Mcp.Tests/Mvp24Hours.Mcp.Tests.csproj, samples/src/complex-clean-architecture-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj (toolchain convention, no task runner)
22/22Automated tests
0/11Lint / format config
11/11Static type checkingC# (statically typed)
10/10Reproducible environmentDockerfile
6/10Demonstrated agent practice3 of the last 100 commits agent-authored or agent-credited
0/8Automated maintenanceno automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileyes
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configs
agent_commit_share0.03
toolchain_manifestsmcp/src/Mvp24Hours.Mcp/Mvp24Hours.Mcp.csproj, mcp/tests/Mvp24Hours.Mcp.Tests/Mvp24Hours.Mcp.Tests.csproj, samples/src/complex-clean-architecture-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-clean-architecture-customer-api/CustomerAPI.Domain/CustomerAPI.Domain.csproj, samples/src/complex-clean-architecture-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/complex-clean-architecture-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-clean-architecture-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-cqrs-ef-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-cqrs-ef-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-cqrs-ef-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/complex-cqrs-ef-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-cqrs-ef-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-crud-ef-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-crud-ef-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-crud-ef-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/complex-crud-ef-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-crud-ef-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-crud-ef-dapper-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-crud-ef-dapper-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-crud-ef-dapper-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/complex-crud-ef-dapper-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-crud-ef-dapper-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-crud-ef-entitylog-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-crud-ef-entitylog-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-crud-ef-entitylog-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/complex-crud-ef-entitylog-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-crud-ef-entitylog-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-crud-ef-only-entity-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-crud-ef-only-entity-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-crud-ef-only-entity-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/complex-crud-ef-only-entity-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-crud-ef-only-entity-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-crud-mongodb-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-crud-mongodb-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-crud-mongodb-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/complex-crud-mongodb-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-crud-mongodb-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-ddd-ef-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-ddd-ef-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-ddd-ef-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/complex-ddd-ef-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-ddd-ef-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-event-driven-rabbitmq-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-event-driven-rabbitmq-customer-api/CustomerAPI.Domain/CustomerAPI.Domain.csproj, samples/src/complex-event-driven-rabbitmq-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/complex-event-driven-rabbitmq-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-event-driven-rabbitmq-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-event-sourcing-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-event-sourcing-customer-api/CustomerAPI.Domain/CustomerAPI.Domain.csproj, samples/src/complex-event-sourcing-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-event-sourcing-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-hexagonal-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-hexagonal-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-hexagonal-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/complex-hexagonal-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-hexagonal-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-keycloak-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-keycloak-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-keycloak-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-pipeline-builder-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-pipeline-builder-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-pipeline-builder-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-pipeline-builder-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-pipeline-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-pipeline-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-pipeline-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-pipeline-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-pipeline-ef-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-pipeline-ef-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-pipeline-ef-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/complex-pipeline-ef-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-pipeline-ef-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-pipeline-ports-adapters-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-pipeline-ports-adapters-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/complex-pipeline-ports-adapters-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-pipeline-ports-adapters-customer-api/CustomerAPI.Typicode.Application/CustomerAPI.Typicode.Application.csproj, samples/src/complex-pipeline-ports-adapters-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/complex-saga-rabbitmq-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/complex-saga-rabbitmq-customer-api/CustomerAPI.Domain/CustomerAPI.Domain.csproj, samples/src/complex-saga-rabbitmq-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/complex-saga-rabbitmq-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/microservices-aspire-customer/AppHost/AppHost.csproj, samples/src/microservices-aspire-customer/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/microservices-aspire-customer/CustomerAPI/CustomerAPI.csproj, samples/src/microservices-aspire-customer/NotificationWorker/NotificationWorker.csproj, samples/src/microservices-aspire-customer/ServiceDefaults/ServiceDefaults.csproj, samples/src/minimal-crud-ef-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/minimal-crud-ef-customer-api/CustomerAPI/CustomerAPI.csproj, samples/src/minimal-crud-mongodb-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/minimal-crud-mongodb-customer-api/CustomerAPI/CustomerAPI.csproj, samples/src/minimal-pipeline-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/minimal-pipeline-customer-api/CustomerAPI/CustomerAPI.csproj, samples/src/simple-cronjob-worker/CronJobWorker.Test/CronJobWorker.Test.csproj, samples/src/simple-cronjob-worker/CronJobWorker/CronJobWorker.csproj, samples/src/simple-crud-ef-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/simple-crud-ef-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/simple-crud-ef-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/simple-crud-ef-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/simple-crud-ef-dapper-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/simple-crud-ef-dapper-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/simple-crud-ef-dapper-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/simple-crud-ef-dapper-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/simple-crud-ef-entitylog-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/simple-crud-ef-entitylog-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/simple-crud-ef-entitylog-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/simple-crud-ef-entitylog-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/simple-crud-mongodb-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/simple-crud-mongodb-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/simple-crud-mongodb-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/simple-crud-mongodb-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/simple-crud-redis-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/simple-crud-redis-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/simple-crud-redis-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/simple-hybridcache-rate-limit-api/ProductAPI.Test/ProductAPI.Test.csproj, samples/src/simple-hybridcache-rate-limit-api/ProductAPI.WebAPI/ProductAPI.WebAPI.csproj, samples/src/simple-observability-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/simple-observability-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/simple-pipeline-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/simple-pipeline-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/simple-pipeline-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/simple-rabbitmq-customer-api/CustomerAPI.Application/CustomerAPI.Application.csproj, samples/src/simple-rabbitmq-customer-api/CustomerAPI.Core/CustomerAPI.Core.csproj, samples/src/simple-rabbitmq-customer-api/CustomerAPI.Infrastructure/CustomerAPI.Infrastructure.csproj, samples/src/simple-rabbitmq-customer-api/CustomerAPI.Test/CustomerAPI.Test.csproj, samples/src/simple-rabbitmq-customer-api/CustomerAPI.WebAPI/CustomerAPI.WebAPI.csproj, samples/src/simple-webstatus/WebStatus.Test/WebStatus.Test.csproj, samples/src/simple-webstatus/WebStatus/WebStatus.csproj, src/Mvp24Hours.Application/Mvp24Hours.Application.csproj, src/Mvp24Hours.Core/Mvp24Hours.Core.csproj, src/Mvp24Hours.Infrastructure.Caching.Redis/Mvp24Hours.Infrastructure.Caching.Redis.csproj, src/Mvp24Hours.Infrastructure.Caching/Mvp24Hours.Infrastructure.Caching.csproj, src/Mvp24Hours.Infrastructure.Cqrs/Mvp24Hours.Infrastructure.Cqrs.csproj, src/Mvp24Hours.Infrastructure.CronJob/Mvp24Hours.Infrastructure.CronJob.csproj, src/Mvp24Hours.Infrastructure.Data.EFCore/Mvp24Hours.Infrastructure.Data.EFCore.csproj, src/Mvp24Hours.Infrastructure.Data.MongoDb/Mvp24Hours.Infrastructure.Data.MongoDb.csproj, src/Mvp24Hours.Infrastructure.Identity.Keycloak/Mvp24Hours.Infrastructure.Identity.Keycloak.csproj, src/Mvp24Hours.Infrastructure.Pipe/Mvp24Hours.Infrastructure.Pipe.csproj, src/Mvp24Hours.Infrastructure.RabbitMQ/Mvp24Hours.Infrastructure.RabbitMQ.csproj, src/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj, src/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj, src/Tests/Mvp24Hours.Application.Integration.Test/Mvp24Hours.Application.Integration.Test.csproj, src/Tests/Mvp24Hours.Application.MongoDb.Test/Mvp24Hours.Application.MongoDb.Test.csproj, src/Tests/Mvp24Hours.Application.MySql.Test/Mvp24Hours.Application.MySql.Test.csproj, src/Tests/Mvp24Hours.Application.Pipe.Test/Mvp24Hours.Application.Pipe.Test.csproj, src/Tests/Mvp24Hours.Application.PostgreSql.Test/Mvp24Hours.Application.PostgreSql.Test.csproj, src/Tests/Mvp24Hours.Application.RabbitMQ.Test/Mvp24Hours.Application.RabbitMQ.Test.csproj, src/Tests/Mvp24Hours.Application.Redis.Test/Mvp24Hours.Application.Redis.Test.csproj, src/Tests/Mvp24Hours.Application.SQLServer.Test/Mvp24Hours.Application.SQLServer.Test.csproj, src/Tests/Mvp24Hours.Application.Test/Mvp24Hours.Application.Test.csproj, src/Tests/Mvp24Hours.Core.Test/Mvp24Hours.Core.Test.csproj, src/Tests/Mvp24Hours.Infrastructure.Caching.Test/Mvp24Hours.Infrastructure.Caching.Test.csproj, src/Tests/Mvp24Hours.Infrastructure.Cqrs.Test/Mvp24Hours.Infrastructure.Cqrs.Test.csproj, src/Tests/Mvp24Hours.Infrastructure.CronJob.Test/Mvp24Hours.Infrastructure.CronJob.Test.csproj, src/Tests/Mvp24Hours.Infrastructure.Data.EFCore.Test/Mvp24Hours.Infrastructure.Data.EFCore.Test.csproj, src/Tests/Mvp24Hours.Infrastructure.Data.MongoDb.Test/Mvp24Hours.Infrastructure.Data.MongoDb.Test.csproj, src/Tests/Mvp24Hours.Infrastructure.Identity.Keycloak.Test/Mvp24Hours.Infrastructure.Identity.Keycloak.Test.csproj, src/Tests/Mvp24Hours.Infrastructure.Test/Mvp24Hours.Infrastructure.Test.csproj, src/Tests/Mvp24Hours.Patterns.Test/Mvp24Hours.Patterns.Test.csproj, src/Tests/Mvp24Hours.WebAPI.Test/Mvp24Hours.WebAPI.Test.csproj, templates/blueprints/clean-architecture/App.Application/App.Application.csproj, templates/blueprints/clean-architecture/App.Domain/App.Domain.csproj, templates/blueprints/clean-architecture/App.Infrastructure/App.Infrastructure.csproj, templates/blueprints/clean-architecture/App.Test/App.Test.csproj, templates/blueprints/clean-architecture/App.WebAPI/App.WebAPI.csproj, templates/blueprints/complex-nlayers/App.Application/App.Application.csproj, templates/blueprints/complex-nlayers/App.Core/App.Core.csproj, templates/blueprints/complex-nlayers/App.Infrastructure/App.Infrastructure.csproj, templates/blueprints/complex-nlayers/App.Test/App.Test.csproj, templates/blueprints/complex-nlayers/App.WebAPI/App.WebAPI.csproj, templates/blueprints/cqrs/App.Application/App.Application.csproj, templates/blueprints/cqrs/App.Core/App.Core.csproj, templates/blueprints/cqrs/App.Infrastructure/App.Infrastructure.csproj, templates/blueprints/cqrs/App.Test/App.Test.csproj, templates/blueprints/cqrs/App.WebAPI/App.WebAPI.csproj, templates/blueprints/ddd/App.Application/App.Application.csproj, templates/blueprints/ddd/App.Core/App.Core.csproj, templates/blueprints/ddd/App.Infrastructure/App.Infrastructure.csproj, templates/blueprints/ddd/App.Test/App.Test.csproj, templates/blueprints/ddd/App.WebAPI/App.WebAPI.csproj, templates/blueprints/event-driven/App.Application/App.Application.csproj, templates/blueprints/event-driven/App.Domain/App.Domain.csproj, templates/blueprints/event-driven/App.Infrastructure/App.Infrastructure.csproj, templates/blueprints/event-driven/App.Test/App.Test.csproj, templates/blueprints/event-driven/App.WebAPI/App.WebAPI.csproj, templates/blueprints/hexagonal/App.Application/App.Application.csproj, templates/blueprints/hexagonal/App.Core/App.Core.csproj, templates/blueprints/hexagonal/App.Infrastructure/App.Infrastructure.csproj, templates/blueprints/hexagonal/App.Test/App.Test.csproj, templates/blueprints/hexagonal/App.WebAPI/App.WebAPI.csproj, templates/hosts/bff-complex-nlayers/App.Application/App.Application.csproj, templates/hosts/bff-complex-nlayers/App.BFF/App.BFF.csproj, templates/hosts/bff-complex-nlayers/App.Core/App.Core.csproj, templates/hosts/bff-complex-nlayers/App.Infrastructure/App.Infrastructure.csproj, templates/hosts/bff-complex-nlayers/App.Test/App.Test.csproj, templates/hosts/function-complex/App.Application/App.Application.csproj, templates/hosts/function-complex/App.Core/App.Core.csproj, templates/hosts/function-complex/App.Function/App.Function.csproj, templates/hosts/function-complex/App.Infrastructure/App.Infrastructure.csproj, templates/hosts/function-minimal/App.Function/App.Function.csproj, templates/hosts/function-simple/App.Application/App.Application.csproj, templates/hosts/function-simple/App.Core/App.Core.csproj, templates/hosts/function-simple/App.Function/App.Function.csproj, templates/hosts/worker-complex/App.Application/App.Application.csproj, templates/hosts/worker-complex/App.Core/App.Core.csproj, templates/hosts/worker-complex/App.Infrastructure/App.Infrastructure.csproj, templates/hosts/worker-complex/App.Worker/App.Worker.csproj, templates/hosts/worker-minimal/App.Worker/App.Worker.csproj, templates/hosts/worker-simple/App.Application/App.Application.csproj, templates/hosts/worker-simple/App.Core/App.Core.csproj, templates/hosts/worker-simple/App.Worker/App.Worker.csproj
dependency_bot_commit_share0
How it's scored
45/45Type-checkable codeC# (statically typed)
55/55Manageable file sizes1/3,373 source files over 60KB
Inputs used
primary_languageC#
largest_source_bytes94,601
source_files_sampled3,373
oversized_source_files1
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 examplesexamples, samples
Inputs used
example_dirsexamples, samples
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

3GitHub stars
3contributors
201commits, last 12 months
0days since last push
0releases
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 5.0 / 10
5.0aggregate

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-09-21 14:29 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
0Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
n/aPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
10SASTSAST tool detected: CodeQL
10Security-Policysecurity policy file detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 83
RegistryPackageVersion constraintManifest
NuGetAutoMappersrc/Mvp24Hours.Application/Mvp24Hours.Application.csproj
NuGetFluentValidationsrc/Mvp24Hours.Application/Mvp24Hours.Application.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractionssrc/Mvp24Hours.Application/Mvp24Hours.Application.csproj
NuGetMicrosoft.Extensions.Logging.Abstractionssrc/Mvp24Hours.Application/Mvp24Hours.Application.csproj
NuGetAutoMappersrc/Mvp24Hours.Core/Mvp24Hours.Core.csproj
NuGetNewtonsoft.Jsonsrc/Mvp24Hours.Core/Mvp24Hours.Core.csproj
NuGetFluentValidationsrc/Mvp24Hours.Core/Mvp24Hours.Core.csproj
NuGetOpenTelemetrysrc/Mvp24Hours.Core/Mvp24Hours.Core.csproj
NuGetMicrosoft.Extensions.Caching.Memorysrc/Mvp24Hours.Infrastructure.Caching.Redis/Mvp24Hours.Infrastructure.Caching.Redis.csproj
NuGetMicrosoft.Extensions.Caching.StackExchangeRedissrc/Mvp24Hours.Infrastructure.Caching.Redis/Mvp24Hours.Infrastructure.Caching.Redis.csproj
NuGetMicrosoft.Extensions.Configuration.Bindersrc/Mvp24Hours.Infrastructure.Caching.Redis/Mvp24Hours.Infrastructure.Caching.Redis.csproj
NuGetMessagePacksrc/Mvp24Hours.Infrastructure.Caching/Mvp24Hours.Infrastructure.Caching.csproj
NuGetMicrosoft.Extensions.Caching.Hybridsrc/Mvp24Hours.Infrastructure.Caching/Mvp24Hours.Infrastructure.Caching.csproj
NuGetMicrosoft.Extensions.Caching.Memorysrc/Mvp24Hours.Infrastructure.Caching/Mvp24Hours.Infrastructure.Caching.csproj
NuGetMicrosoft.Extensions.Caching.StackExchangeRedissrc/Mvp24Hours.Infrastructure.Caching/Mvp24Hours.Infrastructure.Caching.csproj
NuGetMicrosoft.Extensions.Configuration.Bindersrc/Mvp24Hours.Infrastructure.Caching/Mvp24Hours.Infrastructure.Caching.csproj
NuGetMicrosoft.Extensions.Diagnostics.HealthChecks.Abstractionssrc/Mvp24Hours.Infrastructure.Caching/Mvp24Hours.Infrastructure.Caching.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractionssrc/Mvp24Hours.Infrastructure.Caching/Mvp24Hours.Infrastructure.Caching.csproj
NuGetMicrosoft.Extensions.Logging.Abstractionssrc/Mvp24Hours.Infrastructure.Caching/Mvp24Hours.Infrastructure.Caching.csproj
NuGetMicrosoft.Extensions.Optionssrc/Mvp24Hours.Infrastructure.Caching/Mvp24Hours.Infrastructure.Caching.csproj
NuGetMicrosoft.AspNetCore.Http.Abstractionssrc/Mvp24Hours.Infrastructure.Cqrs/Mvp24Hours.Infrastructure.Cqrs.csproj
NuGetMicrosoft.Extensions.DependencyInjection.Abstractionssrc/Mvp24Hours.Infrastructure.Cqrs/Mvp24Hours.Infrastructure.Cqrs.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractionssrc/Mvp24Hours.Infrastructure.Cqrs/Mvp24Hours.Infrastructure.Cqrs.csproj
NuGetMicrosoft.Extensions.Logging.Abstractionssrc/Mvp24Hours.Infrastructure.Cqrs/Mvp24Hours.Infrastructure.Cqrs.csproj
NuGetMicrosoft.Extensions.Caching.Abstractionssrc/Mvp24Hours.Infrastructure.Cqrs/Mvp24Hours.Infrastructure.Cqrs.csproj
NuGetMicrosoft.Extensions.Caching.Memorysrc/Mvp24Hours.Infrastructure.Cqrs/Mvp24Hours.Infrastructure.Cqrs.csproj
NuGetMicrosoft.Extensions.Caching.StackExchangeRedissrc/Mvp24Hours.Infrastructure.Cqrs/Mvp24Hours.Infrastructure.Cqrs.csproj
NuGetMicrosoft.Extensions.Resiliencesrc/Mvp24Hours.Infrastructure.Cqrs/Mvp24Hours.Infrastructure.Cqrs.csproj
NuGetFluentValidationsrc/Mvp24Hours.Infrastructure.Cqrs/Mvp24Hours.Infrastructure.Cqrs.csproj
NuGetCronossrc/Mvp24Hours.Infrastructure.CronJob/Mvp24Hours.Infrastructure.CronJob.csproj
NuGetMicrosoft.EntityFrameworkCoresrc/Mvp24Hours.Infrastructure.Data.EFCore/Mvp24Hours.Infrastructure.Data.EFCore.csproj
NuGetMicrosoft.EntityFrameworkCore.InMemorysrc/Mvp24Hours.Infrastructure.Data.EFCore/Mvp24Hours.Infrastructure.Data.EFCore.csproj
NuGetMicrosoft.EntityFrameworkCore.Relationalsrc/Mvp24Hours.Infrastructure.Data.EFCore/Mvp24Hours.Infrastructure.Data.EFCore.csproj
NuGetMicrosoft.EntityFrameworkCore.SqlServersrc/Mvp24Hours.Infrastructure.Data.EFCore/Mvp24Hours.Infrastructure.Data.EFCore.csproj
NuGetMicrosoft.Extensions.Diagnostics.HealthCheckssrc/Mvp24Hours.Infrastructure.Data.EFCore/Mvp24Hours.Infrastructure.Data.EFCore.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractionssrc/Mvp24Hours.Infrastructure.Data.EFCore/Mvp24Hours.Infrastructure.Data.EFCore.csproj
NuGetMicrosoft.Extensions.Resiliencesrc/Mvp24Hours.Infrastructure.Data.EFCore/Mvp24Hours.Infrastructure.Data.EFCore.csproj
NuGetMicrosoft.Data.SqlClientsrc/Mvp24Hours.Infrastructure.Data.EFCore/Mvp24Hours.Infrastructure.Data.EFCore.csproj
NuGetMongoDB.Driversrc/Mvp24Hours.Infrastructure.Data.MongoDb/Mvp24Hours.Infrastructure.Data.MongoDb.csproj
NuGetMicrosoft.Extensions.Diagnostics.HealthCheckssrc/Mvp24Hours.Infrastructure.Data.MongoDb/Mvp24Hours.Infrastructure.Data.MongoDb.csproj
NuGetMicrosoft.Extensions.Hosting.Abstractionssrc/Mvp24Hours.Infrastructure.Data.MongoDb/Mvp24Hours.Infrastructure.Data.MongoDb.csproj
NuGetMicrosoft.AspNetCore.Authentication.JwtBearersrc/Mvp24Hours.Infrastructure.Identity.Keycloak/Mvp24Hours.Infrastructure.Identity.Keycloak.csproj
NuGetMicrosoft.Extensions.Diagnostics.HealthCheckssrc/Mvp24Hours.Infrastructure.Pipe/Mvp24Hours.Infrastructure.Pipe.csproj
NuGetMicrosoft.Extensions.Caching.Abstractionssrc/Mvp24Hours.Infrastructure.Pipe/Mvp24Hours.Infrastructure.Pipe.csproj
NuGetMicrosoft.Extensions.Logging.Abstractionssrc/Mvp24Hours.Infrastructure.Pipe/Mvp24Hours.Infrastructure.Pipe.csproj
NuGetMicrosoft.Extensions.Resiliencesrc/Mvp24Hours.Infrastructure.Pipe/Mvp24Hours.Infrastructure.Pipe.csproj
NuGetFluentValidationsrc/Mvp24Hours.Infrastructure.Pipe/Mvp24Hours.Infrastructure.Pipe.csproj
NuGetMicrosoft.Extensions.Diagnostics.HealthCheckssrc/Mvp24Hours.Infrastructure.RabbitMQ/Mvp24Hours.Infrastructure.RabbitMQ.csproj
NuGetMicrosoft.Extensions.Logging.Abstractionssrc/Mvp24Hours.Infrastructure.RabbitMQ/Mvp24Hours.Infrastructure.RabbitMQ.csproj
NuGetPollysrc/Mvp24Hours.Infrastructure.RabbitMQ/Mvp24Hours.Infrastructure.RabbitMQ.csproj
NuGetRabbitMQ.Clientsrc/Mvp24Hours.Infrastructure.RabbitMQ/Mvp24Hours.Infrastructure.RabbitMQ.csproj
NuGetAutoMappersrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetMessagePacksrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetMicrosoft.Extensions.Http.Pollysrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetMicrosoft.Extensions.Http.Resiliencesrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetPollysrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetNewtonsoft.Jsonsrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetScribansrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetStackExchange.Redissrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetMicrosoft.Data.SqlClientsrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetNpgsqlsrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetSystem.ServiceModel.Httpsrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetAzure.Security.KeyVault.Secretssrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetAzure.Identitysrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetAWSSDK.SecretsManagersrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetSystem.ServiceModel.Primitivessrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetSystem.Security.Cryptography.Xmlsrc/Mvp24Hours.Infrastructure/Mvp24Hours.Infrastructure.csproj
NuGetMicrosoft.AspNetCore.Hostingsrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.AspNetCore.Hosting.Abstractionssrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.AspNetCore.Httpsrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.AspNetCore.Mvc.Coresrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.AspNetCore.Mvc.NewtonsoftJsonsrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.AspNetCore.ResponseCompressionsrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.AspNetCore.ResponseCachingsrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.AspNetCore.OutputCaching.StackExchangeRedissrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.AspNetCore.OpenApisrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.OpenApisrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.Extensions.Configurationsrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.AspNetCore.Mvc.Versioningsrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetMicrosoft.AspNetCore.Mvc.Versioning.ApiExplorersrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetSwashbuckle.AspNetCoresrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetSwashbuckle.AspNetCore.Filterssrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
NuGetFluentValidationsrc/Mvp24Hours.WebAPI/Mvp24Hours.WebAPI.csproj
All dependencies 165

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

RegistryPackageVersionRelation
NuGetAutoMapperdirect
NuGetAutoMapper13.0.1direct
NuGetAWSSDK.SecretsManagerdirect
NuGetAzure.Identitydirect
NuGetAzure.Security.KeyVault.Secretsdirect
NuGetCronosdirect
NuGetFluentValidationdirect
NuGetFluentValidation12.1.1direct
NuGetMessagePackdirect
NuGetMicrosoft.AspNetCore.Authentication.JwtBearerdirect
NuGetMicrosoft.AspNetCore.Hostingdirect
NuGetMicrosoft.AspNetCore.Hosting.Abstractionsdirect
NuGetMicrosoft.AspNetCore.Httpdirect
NuGetMicrosoft.AspNetCore.Http.Abstractionsdirect
NuGetMicrosoft.AspNetCore.Mvc.Coredirect
NuGetMicrosoft.AspNetCore.Mvc.NewtonsoftJsondirect
NuGetMicrosoft.AspNetCore.Mvc.Versioningdirect
NuGetMicrosoft.AspNetCore.Mvc.Versioning.ApiExplorerdirect
NuGetMicrosoft.AspNetCore.OpenApidirect
NuGetMicrosoft.AspNetCore.OutputCaching.StackExchangeRedisdirect
NuGetMicrosoft.AspNetCore.ResponseCachingdirect
NuGetMicrosoft.AspNetCore.ResponseCompressiondirect
NuGetMicrosoft.Data.SqlClientdirect
NuGetMicrosoft.EntityFrameworkCoredirect
NuGetMicrosoft.EntityFrameworkCore.InMemorydirect
NuGetMicrosoft.EntityFrameworkCore.InMemory9.0.0direct
NuGetMicrosoft.EntityFrameworkCore.Relationaldirect
NuGetMicrosoft.EntityFrameworkCore.SqlServerdirect
NuGetMicrosoft.EntityFrameworkCore.SqlServer9.0.0direct
NuGetMicrosoft.Extensions.Caching.Abstractionsdirect
NuGetMicrosoft.Extensions.Caching.Hybriddirect
NuGetMicrosoft.Extensions.Caching.Memorydirect
NuGetMicrosoft.Extensions.Caching.Memory10.0.1direct
NuGetMicrosoft.Extensions.Caching.StackExchangeRedisdirect
NuGetMicrosoft.Extensions.Configurationdirect
NuGetMicrosoft.Extensions.Configuration.Binderdirect
NuGetMicrosoft.Extensions.DependencyInjection.Abstractionsdirect
NuGetMicrosoft.Extensions.Diagnostics.HealthChecksdirect
NuGetMicrosoft.Extensions.Diagnostics.HealthChecks.Abstractionsdirect
NuGetMicrosoft.Extensions.Hosting.Abstractionsdirect
NuGetMicrosoft.Extensions.Http.Pollydirect
NuGetMicrosoft.Extensions.Http.Resiliencedirect
NuGetMicrosoft.Extensions.Http.Resilience10.7.0direct
NuGetMicrosoft.Extensions.Logging.Abstractionsdirect
NuGetMicrosoft.Extensions.Logging.Abstractions10.0.1direct
NuGetMicrosoft.Extensions.Optionsdirect
NuGetMicrosoft.Extensions.Options10.0.1direct
NuGetMicrosoft.Extensions.Resiliencedirect
NuGetMicrosoft.OpenApidirect
NuGetMongoDB.Driverdirect
NuGetNewtonsoft.Jsondirect
NuGetNpgsqldirect
NuGetOpenTelemetrydirect
NuGetPollydirect
NuGetRabbitMQ.Clientdirect
NuGetScribandirect
NuGetStackExchange.Redisdirect
NuGetSwashbuckle.AspNetCoredirect
NuGetSwashbuckle.AspNetCore.Filtersdirect
NuGetSystem.Security.Cryptography.Xmldirect
NuGetSystem.ServiceModel.Httpdirect
NuGetSystem.ServiceModel.Primitivesdirect
NuGetAspire.Hosting.RabbitMQindirect
NuGetAspire.Hosting.SqlServerindirect
NuGetAspNetCore.HealthChecks.MongoDbindirect
NuGetAspNetCore.HealthChecks.Rabbitmqindirect
NuGetAspNetCore.HealthChecks.Redisindirect
NuGetAspNetCore.HealthChecks.SqlServerindirect
NuGetAspNetCore.HealthChecks.UIindirect
NuGetAspNetCore.HealthChecks.UI.Clientindirect
NuGetAspNetCore.HealthChecks.UI.Client8.0.0indirect
NuGetAspNetCore.HealthChecks.UI.InMemory.Storageindirect
NuGetcoverlet.collectorindirect
NuGetcoverlet.collector6.0.0indirect
NuGetcoverlet.collector6.0.2indirect
NuGetcoverlet.collector6.0.4indirect
NuGetDapperindirect
NuGetDapper.SqlBuilderindirect
NuGetFluentAssertionsindirect
NuGetFluentAssertions6.12.0indirect
NuGetFluentAssertions8.3.0indirect
NuGetMassTransit8.1.3indirect
NuGetMassTransit.Extensions.DependencyInjection7.3.1indirect
NuGetMassTransit.RabbitMQ8.1.3indirect
NuGetMicrosoft.ApplicationInsights.WorkerServiceindirect
NuGetMicrosoft.AspNetCore.Mvc.Testingindirect
NuGetMicrosoft.AspNetCore.TestHostindirect
NuGetMicrosoft.Azure.Functions.Workerindirect
NuGetMicrosoft.Azure.Functions.Worker.ApplicationInsightsindirect
NuGetMicrosoft.Azure.Functions.Worker.Extensions.Http.AspNetCoreindirect
NuGetMicrosoft.Azure.Functions.Worker.Extensions.Timerindirect
NuGetMicrosoft.Azure.Functions.Worker.Sdkindirect
NuGetMicrosoft.EntityFrameworkCore.Designindirect
NuGetMicrosoft.EntityFrameworkCore.Toolsindirect
NuGetMicrosoft.Extensions.DependencyInjectionindirect
NuGetMicrosoft.Extensions.DependencyInjection10.0.1indirect
NuGetMicrosoft.Extensions.Hosting9.0.0indirect
NuGetMicrosoft.Extensions.Httpindirect
NuGetMicrosoft.Extensions.Http10.0.1indirect
NuGetMicrosoft.Extensions.Loggingindirect
NuGetMicrosoft.Extensions.Logging10.0.1indirect
NuGetMicrosoft.Extensions.Options.DataAnnotationsindirect
NuGetMicrosoft.Extensions.TimeProvider.Testingindirect
NuGetMicrosoft.Extensions.TimeProvider.Testing9.0.0indirect
NuGetMicrosoft.NET.Test.Sdkindirect
NuGetMicrosoft.NET.Test.Sdk17.12.0indirect
NuGetMicrosoft.NET.Test.Sdk17.14.1indirect
NuGetMicrosoft.NET.Test.Sdk17.9.0indirect
NuGetModelContextProtocol2.0.0indirect
NuGetModelContextProtocol.AspNetCore2.0.0indirect
NuGetMoqindirect
NuGetMoq4.20.70indirect
NuGetMoq4.20.72indirect
NuGetMvp24Hours.Applicationindirect
NuGetMvp24Hours.Application10.8.0indirect
NuGetMvp24Hours.Coreindirect
NuGetMvp24Hours.Core10.8.0indirect
NuGetMvp24Hours.Infrastructure.Cachingindirect
NuGetMvp24Hours.Infrastructure.Caching10.8.0indirect
NuGetMvp24Hours.Infrastructure.Caching.Redisindirect
NuGetMvp24Hours.Infrastructure.Cqrsindirect
NuGetMvp24Hours.Infrastructure.Cqrs10.8.0indirect
NuGetMvp24Hours.Infrastructure.CronJobindirect
NuGetMvp24Hours.Infrastructure.CronJob10.8.0indirect
NuGetMvp24Hours.Infrastructure.Data.EFCoreindirect
NuGetMvp24Hours.Infrastructure.Data.EFCore10.8.0indirect
NuGetMvp24Hours.Infrastructure.Data.MongoDbindirect
NuGetMvp24Hours.Infrastructure.Identity.Keycloakindirect
NuGetMvp24Hours.Infrastructure.Identity.Keycloak10.8.0indirect
NuGetMvp24Hours.Infrastructure.Pipeindirect
NuGetMvp24Hours.Infrastructure.RabbitMQindirect
NuGetMvp24Hours.Infrastructure.RabbitMQ10.8.0indirect
NuGetMvp24Hours.WebAPIindirect
NuGetMvp24Hours.WebAPI10.8.0indirect
NuGetMySql.EntityFrameworkCoreindirect
NuGetMySqlConnectorindirect
NuGetNLogindirect
NuGetNLog.Configindirect
NuGetNLog.Web.AspNetCoreindirect
NuGetNpgsql.EntityFrameworkCore.PostgreSQLindirect
NuGetNpgsql.EntityFrameworkCore.PostgreSQL9.0.3indirect
NuGetOpenTelemetry.Exporter.Consoleindirect
NuGetOpenTelemetry.Exporter.OpenTelemetryProtocolindirect
NuGetOpenTelemetry.Extensions.Hostingindirect
NuGetOpenTelemetry.Instrumentation.AspNetCoreindirect
NuGetOpenTelemetry.Instrumentation.Httpindirect
NuGetOpenTelemetry.Instrumentation.Runtimeindirect
NuGetTestcontainers.Keycloakindirect
NuGetTestcontainers.MongoDbindirect
NuGetTestcontainers.MsSqlindirect
NuGetTestcontainers.PostgreSqlindirect
NuGetTestcontainers.RabbitMqindirect
NuGetTestcontainers.RabbitMq3.7.0indirect
NuGetTestcontainers.Redis3.7.0indirect
NuGetWireMock.Net1.6.8indirect
NuGetxunitindirect
NuGetxunit2.6.6indirect
NuGetxunit2.9.2indirect
NuGetxunit2.9.3indirect
NuGetXunit.Priorityindirect
NuGetXunit.Priority1.1.6indirect
NuGetxunit.runner.visualstudioindirect
NuGetxunit.runner.visualstudio2.5.6indirect
NuGetxunit.runner.visualstudio2.8.2indirect
NuGetxunit.runner.visualstudio3.1.4indirect
Dependency advisories 1

This repository publishes no package the index resolves, so its own dependency graph was assessed — 49 packages, which also include development and test pins that never ship: 1 carry known advisories, of which 1 are direct. 116 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list.

PackageVersionRelationSeverityAdvisoriesFixed in
AutoMapper13.0.1directhigh116.1.1

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.