Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 161,
"has_wiki": false,
"homepage": null,
"languages": {
"C#": 62833,
"JavaScript": 5825
},
"pushed_at": "2026-07-29T09:26:19Z",
"created_at": "2023-04-28T09:21:48Z",
"owner_type": "Organization",
"updated_at": "2026-07-29T09:29:06Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://umbraco.com",
"name": "Umbraco HQ",
"type": "Organization",
"login": "umbraco",
"company": null,
"location": "Denmark",
"followers": 420,
"avatar_url": "https://avatars.githubusercontent.com/u/1419552?v=4",
"created_at": "2012-02-08T12:53:58Z",
"is_verified": null,
"public_repos": 122,
"account_age_days": 5284
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "release-18.0.0",
"kind": "other",
"published_at": "2026-07-16T08:32:56Z"
},
{
"tag": "release-17.0.0",
"kind": "other",
"published_at": "2026-07-16T08:32:55Z"
},
{
"tag": "release-15.1.0",
"kind": "other",
"published_at": "2025-04-29T11:21:59Z"
},
{
"tag": "release-14.0.1",
"kind": "other",
"published_at": "2024-12-23T11:32:43Z"
},
{
"tag": "release-13.1.1",
"kind": "other",
"published_at": "2024-12-23T02:23:57Z"
},
{
"tag": "release-14.0.0",
"kind": "other",
"published_at": "2024-12-18T09:55:56Z"
},
{
"tag": "release-14.0.0-rc1",
"kind": "other",
"published_at": "2024-08-02T07:36:38Z"
},
{
"tag": "release-13.1.0",
"kind": "other",
"published_at": "2024-01-11T09:36:41Z"
},
{
"tag": "release-13.0.0",
"kind": "other",
"published_at": "2024-01-11T09:30:44Z"
},
{
"tag": "release-12.1.0",
"kind": "other",
"published_at": "2024-02-01T02:50:45Z"
},
{
"tag": "release-12.0.0",
"kind": "other",
"published_at": "2024-02-01T02:50:13Z"
}
],
"recent_commits": [
{
"oid": "6bb82e9e1b306ab8b8551625fbd6a9e2fdad1128",
"body": "Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "[Post-Release] Re-enable package validation and bump to 18.0.2",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2026-07-29T09:25:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b5456e648ac608d23e2bf3dda982f64326a76b49",
"body": null,
"is_bot": false,
"headline": "Merge hotfix/18.0.1",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2026-07-29T09:23:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da934dd9c6b5e6284b0860cbe802118765eef52e",
"body": "Log unhandled webhook events in Stripe checkout callback (#866) [v18]",
"is_bot": false,
"headline": "Merge pull request #15 from umbraco/claude/order-error-logging-t2bjoq",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2026-07-29T08:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946943a9ddd2097f448930acbdf0d072e40ca148",
"body": "Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump version to 18.0.1 for hotfix",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2026-07-29T08:54:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "53b2b51af9692ac73eb436efb07050da41ffc52f",
"body": "When a Stripe webhook event isn't turned into a transaction update,\nProcessWebhookCallbackAsync returned a bad request to Stripe with no\nlog output, so an order that fails to finalize (and may then be treated\nas errored) left no trace of what happened (see\nUmbraco.Commerce.Issues #866).\n\nLog (Warn) \n[…]\ns received, so unhandled or failed\nwebhook processing can be diagnosed.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_016DjnHqcHwAsMgtoG5WDJSh",
"is_bot": false,
"headline": "Log unhandled webhook events in Stripe checkout callback",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-07-29T05:46:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bf780924dc2a3344b29d3d443c44da3937efa9ab",
"body": "SBOM generation/upload to Dependency-Track (cdxgen) runs at the end of the\nbuild. An intermittent non-2xx response from Dependency-Track was failing the\nwhole build and blocking releases (see Buckaroo issue #853). Mark the SBOM\nsteps continueOnError so a SBOM failure marks the build partially succeeded\ninstead of failing it.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: make SBOM/cdxgen steps non-terminal",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2026-07-14T09:56:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "64f25684644bbcb495a330fed6d9d270cae7a4cd",
"body": null,
"is_bot": false,
"headline": "Merge release/18.0.0 into main",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2026-06-29T10:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "576f4190f2c2f1e03234d482c9bd289380e9dd8b",
"body": null,
"is_bot": false,
"headline": "Update version to 18.0.0 for release",
"author_name": "Adrian Cojocariu",
"author_login": "acoumb",
"committed_at": "2026-06-23T14:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be6e7114d5934213230d775687a56f4f57667380",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add --spec-version 1.6 to cdxgen SBOM generation",
"author_name": "Adrian Cojocariu",
"author_login": "acoumb",
"committed_at": "2026-06-05T13:02:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c5495276192c2b77e5294812d5ecd3b3c9d93693",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update to Umbraco Commerce 18.0.0-rc1",
"author_name": "Adrian Cojocariu",
"author_login": "acoumb",
"committed_at": "2026-06-05T12:32:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3a0bf0568bd0e9ca2874474b97d6dade56d81235",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/17.0.0'",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-27T09:34:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67ac1e3b52ea863607d835b08b37f122e4dfaf74",
"body": null,
"is_bot": false,
"headline": "Allow using StyleCop.Analyzers beta",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-25T11:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbb8c27893bd7a2764da10b41d0b8002a71e2e5f",
"body": null,
"is_bot": false,
"headline": "[Release] Prepare version 17.0.0",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-25T11:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27fdbeced21cdd6e8232952a72d31f7c54fd923b",
"body": null,
"is_bot": false,
"headline": "add dependency track to build pipeline",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2025-11-20T04:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdc2d17f4ccc208052d95021efa1889b35d35322",
"body": null,
"is_bot": false,
"headline": "Update .NET SDK version",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-13T14:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20eae30908fdb911f2a4cf81fb704b90cec657e0",
"body": null,
"is_bot": false,
"headline": "[Release] Prepare version 17.0.0-rc2",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-13T14:39:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c310b3b07e7ef6d8cd7c5f51abe77ba2c3bac812",
"body": null,
"is_bot": false,
"headline": "Bump the node version",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-04T13:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63357e67ccfbab1e0fa7ff3b8c30651a34f4e3e9",
"body": null,
"is_bot": false,
"headline": "Removed obsolete code usage",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-04T10:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66d6c91e0455a32713c9067b95ffccebdd384ee3",
"body": null,
"is_bot": false,
"headline": "[Release] Prepare version 17.0.0-rc1",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-03T14:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ca4a204f185681f904277afa350ab52ae69349d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/16.0.0'",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2025-06-11T15:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "515644b36aaba880a02525b0c20d94069d2c0bd0",
"body": null,
"is_bot": false,
"headline": "Release 16.0.0 preparation changes",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2025-06-11T14:13:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3cd43f4267880faaa3ab367fefe00a1f2f2bb43",
"body": "- Updated version.json from 16.0.0-rc1 to 16.0.0\n- Updated Umbraco.Commerce.Core dependency from rc1 to stable 16.0.0\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update version to 16.0.0 and Umbraco dependencies to stable release",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2025-06-11T08:03:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "71031b0888c2098b42d297ae6f5f777a8d57fe25",
"body": null,
"is_bot": false,
"headline": "Ignore claude folder",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-06-10T08:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88da1cc58214f5d5164e86883ca7be0c81be028d",
"body": null,
"is_bot": false,
"headline": "Updated code comment",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-06-10T08:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06d58ffac8a7a891d747c31d7da7f3a7efe2d393",
"body": "…action doesn't contain recurring items. If they do, they will use Stripe invoices which automatically get sent to the customer.",
"is_bot": false,
"headline": "Only set the PaymentIntentData.ReceiptEmail.ReceiptEmail if the trans…",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-06-10T08:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4663aaa158b713e70a62569180e6388dbf1df811",
"body": null,
"is_bot": false,
"headline": "Resolve issue with expansions being too deep for invoices",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-06-03T12:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71591d7e3baf17db52560578697bfe54cead4a59",
"body": null,
"is_bot": false,
"headline": "Try again",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-05-21T15:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a8fe19a710a3941cda5d71d55c5900ef30475fa",
"body": null,
"is_bot": false,
"headline": "Fix API changes",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-05-21T14:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f37b6a7fc118becd70c96cacc8e0aa40db830381",
"body": null,
"is_bot": false,
"headline": "Update to latest dependencies",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-05-21T14:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f1af6b2afb59204e29e11b9ac8b60af45b8868d",
"body": null,
"is_bot": false,
"headline": "support new partial refund feature from commerce 15.3.0 (#12)",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2025-04-29T10:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a386471233fdda558f9c94e88c703796bd3270f3",
"body": null,
"is_bot": false,
"headline": "Added issue template",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-04-23T08:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb826a02d4782d4fed7139f6ca78114a64335948",
"body": null,
"is_bot": false,
"headline": "bump version to 15.1.0",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2025-04-08T16:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8e4bc0d51ba2b734db1f447921cc90490384bfc",
"body": "# Conflicts:\n#\tversion.json",
"is_bot": false,
"headline": "Merge branch 'release/15.0.0'",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-01-23T11:24:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d40210f59e0dabd6876a90d07153de1833ee22bf",
"body": "# Conflicts:\n#\tDirectory.Packages.props",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/release/15.0.0' into release/15.0.0",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-01-23T10:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92676666849440e1f22c37aba05fd1e4c953972b",
"body": null,
"is_bot": false,
"headline": "Prep for v15 release",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-01-23T10:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee55aff19a3ff051ab40801a4764c12862421576",
"body": null,
"is_bot": false,
"headline": "update to the newer commerce rc",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2024-12-25T07:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b941f16daf23fcfbe9e3171d207b3592f4b30f7e",
"body": null,
"is_bot": false,
"headline": "update the js code that redirects buyer to stripe checkout url",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2024-12-25T05:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5068d64f30ef1cc68fac006775e677e464550ec",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2024-12-23T11:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b93e53b0cd8e5324260f71e44f3d76ac4ba9b448",
"body": null,
"is_bot": false,
"headline": "update the js code that redirects buyer to stripe checkout url",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2024-12-23T11:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adfdbb806b6c78b66fc1ba3b0db7c15c8eb1676d",
"body": null,
"is_bot": false,
"headline": "Update version",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-11-14T08:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da5e85827f4479fa234563caee8253d3aa4d5b18",
"body": null,
"is_bot": false,
"headline": "Update to .NET 9.0 and update dependencies to final releases",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-11-13T09:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "080e979176ccf3b954b369f50c0c78321c12779f",
"body": null,
"is_bot": false,
"headline": "Compiled against v15",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-11-11T14:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "786eb5108ea68746e0f50e24e2c3100c2830a675",
"body": null,
"is_bot": false,
"headline": "Prepare release",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-22T12:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddbcf3d4532e1fd70f9560ddd7584f9d7bbb73e6",
"body": "# Conflicts:\n#\tversion.json",
"is_bot": false,
"headline": "Merge branch 'feature/v14'",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-22T10:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c6826909ef7b875c7811754b654b9aee862c1b3",
"body": null,
"is_bot": false,
"headline": "Update version.json",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2024-08-02T07:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d97f38c6619daed1f4d03c42dd842a9efe29c6",
"body": "* upgrade to commerce v14\r\n\r\n* fine tuning v14",
"is_bot": false,
"headline": "Upgrade to commerce v14 (#7)",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2024-08-02T03:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b60ffd1644e88532c8c411bc8f187b5bf3d5d7d5",
"body": null,
"is_bot": false,
"headline": "fine tuning v14",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2024-08-02T03:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f43e4cc7351415edcbf5bd11d236cbe7f2f6b953",
"body": null,
"is_bot": false,
"headline": "upgrade to commerce v14",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2024-06-27T08:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0c9a4f7da99eddf48105204c597aee88799f4b6",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2024-01-11T09:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb89b8d9cccc4569976a954d415364887d0bb525",
"body": null,
"is_bot": false,
"headline": "Bump version to 13.1.0",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2024-01-09T05:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66d84333d46f49bf5e26b73ecb300185f05be8af",
"body": null,
"is_bot": false,
"headline": "v13.1.0: Migrate from Newtonsoft.Json to System.Text.Json (#3)",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2024-01-09T03:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a74e55dc2f63f4a11db4ffbd52b61190bfa2cb0",
"body": null,
"is_bot": false,
"headline": "ignore packages.lock.json",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2023-12-27T04:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f27a2fde3fac737168558010800b6540b11624d7",
"body": null,
"is_bot": false,
"headline": "remove the package lock file",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-12-14T09:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e23b281d6819d491d66bb4af57ecc573b651dc00",
"body": null,
"is_bot": false,
"headline": "Ensure we are using async methods at all times",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-12-14T09:33:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9f60d5b635afe7c2dbaa98655584644256d4a7f",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-12-14T09:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35b771c3951eb9d1cb5c1e4dd91bb0748621000c",
"body": "Update to Commerce v13 rc1",
"is_bot": false,
"headline": "Merge pull request #2 from umbracotrd/main",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-12-14T09:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5986934c57ba8107ad09dc3bd364016d54b75116",
"body": null,
"is_bot": false,
"headline": "bump major version to 13",
"author_name": "Dinh Tran - Umbraco",
"author_login": "umbracotrd",
"committed_at": "2023-11-30T02:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d83089d65474b44e2b2a4dd14ef8156b1543665c",
"body": null,
"is_bot": false,
"headline": "set targetframework inside directory.build.props",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2023-11-29T07:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3727ddcd56f80ce8ce268f60d6fdd0447bc657ae",
"body": null,
"is_bot": false,
"headline": "user package version range instead of a specific version",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2023-11-28T13:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7477d32df0a8f4bf301d375f779421c24d18c89",
"body": null,
"is_bot": false,
"headline": "upgrade dotnet sdk to v8",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2023-11-28T10:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f319891d9418f7f7d74329f571914f4ad0961ccd",
"body": null,
"is_bot": false,
"headline": "Update to Commerce v13 rc1",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2023-11-28T09:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d91aeff2d1b2f36e499fb8bbab27017af0ceac25",
"body": null,
"is_bot": false,
"headline": "Updated logos",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-10-19T09:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0892fe084b2ced606b04c0c7df4fc1f8e4a3c2eb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'dev'",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-08-14T09:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38f805e1e0adf569b64e8b2baf2a85c6dd2094c0",
"body": null,
"is_bot": false,
"headline": "Ignore local build script",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-08-14T09:33:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0df2d63a1f4add26b41f58384d8725ad95d1554",
"body": null,
"is_bot": false,
"headline": "Increment minor version as adding new features",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-08-04T08:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c1d6a211bae86d4efffb63e3beab32acff84da2",
"body": null,
"is_bot": false,
"headline": "Process payment intent webhooks to finalize an order",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-08-03T13:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70e6ca8002fa616bc7939723d440cdcbca2c3b48",
"body": null,
"is_bot": false,
"headline": "Fix ambiguous reference",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-08-03T13:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858e57358a033f4adea1f697f3218749cbd06e8e",
"body": null,
"is_bot": false,
"headline": "Populate payment intent data from order",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-08-03T13:23:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e78d9c441e8be04c07c4f12292e443567f14f85",
"body": null,
"is_bot": false,
"headline": "Allow using the callback API to create a payment intent for the order",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-08-03T11:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e68bd324828561b9c5cdda69877351cbeca5d38e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dev",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-07-05T11:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b99dff89e80958c3983f33363ba0f4042d51b38",
"body": null,
"is_bot": false,
"headline": "Increment version",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-07-05T11:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7953fed15d78c04b79fad8be8d9f3d9b47d90841",
"body": null,
"is_bot": false,
"headline": "Update umbraco-marketplace.json",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-07-05T07:04:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02a40620e0471e416501ee63ff4b36319e142fa7",
"body": null,
"is_bot": false,
"headline": "Rename umbraco-marketplate-readme.md to umbraco-marketpace-readme.md",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-07-05T06:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c6024ad5050266cf9736c2b5922357b70d2398c",
"body": null,
"is_bot": false,
"headline": "Prepare release",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-07-03T10:47:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b37b92d6fbb0148d09028b93751b1bfb3d7125fd",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/12.0.0'",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-07-03T10:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b69015edb52d6c73c696c36ce8a14ef4b746b08",
"body": null,
"is_bot": false,
"headline": "Add marketplace tag",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-06-21T10:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0ffb34ee53018e69e7056c40dafd6f86cb379ed",
"body": null,
"is_bot": false,
"headline": "Update marketplace content",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-06-21T10:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c072a08c5090c219bc4c292abd5096b76c3eb15",
"body": null,
"is_bot": false,
"headline": "Update package logos",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-06-20T09:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "859e0f5cfb8a7f48dde3bd6f634fb4c3aada6ca4",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-06-01T11:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dc521ed78ce155a513f2c28b7efb4603dd7be67",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-06-01T10:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b923ed37785df7cc3c34bd4b96cd88aa5245f66",
"body": null,
"is_bot": false,
"headline": "Set build triggers",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-06-01T10:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4171ee233086d0dc66ab0f2578a52e35ae9a4d94",
"body": null,
"is_bot": false,
"headline": "Remove unstable nuget feed",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-06-01T10:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fea733a29dab33354fb2851b0e64f12a9a3781c9",
"body": null,
"is_bot": false,
"headline": "Update version",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-06-01T10:34:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a9e5fcbf6a252770711c781576c3b352f744317",
"body": null,
"is_bot": false,
"headline": "Update package dependencies",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-05-30T10:58:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98d6a7d5c9128fdc792b3a96218a60cede69397d",
"body": null,
"is_bot": false,
"headline": "Update Umbraco Commerce dependency",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-05-18T09:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f92a83e310a108e8063939f474978b3f37b3852",
"body": null,
"is_bot": false,
"headline": "Update Umbraco Commerce dependency",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-05-18T09:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "685f6f67baf5f0f84f04eaaa5917ed3a24d24267",
"body": null,
"is_bot": false,
"headline": "Update correct repo path",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-05-09T11:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f261b1106cd07413311cf60dfe5fb4b69d159992",
"body": null,
"is_bot": false,
"headline": "No need to cache npm packages",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-05-09T08:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72205b693137bbd709d46c8fbd48dc432579fcec",
"body": "[skip ci]",
"is_bot": false,
"headline": "Set up CI with Azure Pipelines",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-05-09T08:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d98165f95776b464473f3c4fa89bc9a7d4aa1e27",
"body": null,
"is_bot": false,
"headline": "Add ConfigureAwait(false)",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-05-05T11:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd662805d7c84c221facdaff1ecde658de6c98d",
"body": null,
"is_bot": false,
"headline": "Use cancellation tokens",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-05-05T11:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "765f2af9c33553a4bda6664878080d4951fb54e7",
"body": null,
"is_bot": false,
"headline": "Inital code commit",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-05-05T10:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39846cd6f1d87c0ca6124686a92a4e7d1ac068b4",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2023-05-05T10:18:18Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 14,
"latest_release_at": "2026-07-16T08:32:56Z",
"latest_release_tag": "release-18.0.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 13,
"mean_days_between_releases": 99.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "Umbraco.Commerce.PaymentProviders.Stripe",
"exists": true,
"license": null,
"keywords": [
"umbraco",
"commerce",
"stripe",
"umbraco-marketplace"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Umbraco.Commerce.PaymentProviders.Stripe",
"is_deprecated": false,
"latest_version": "18.0.1",
"repository_url": "https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Stripe",
"versions_count": 15,
"total_downloads": 27567,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T09:17:55.070000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 4,
"stars": 1,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2024-08-03",
"count": 1
},
{
"date": "2024-08-16",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"src/Umbraco.Commerce.PaymentProviders.Stripe/Umbraco.Commerce.PaymentProviders.Stripe.csproj"
],
"largest_source_bytes": 42260,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 2,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Stripe.net",
"manifest": "src/Umbraco.Commerce.PaymentProviders.Stripe/Umbraco.Commerce.PaymentProviders.Stripe.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Umbraco.Commerce.Core",
"manifest": "src/Umbraco.Commerce.PaymentProviders.Stripe/Umbraco.Commerce.PaymentProviders.Stripe.csproj",
"ecosystem": "nuget",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Stripe.net",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Umbraco.Commerce.Core",
"direct": true,
"version": null,
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 2,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 8,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 7,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mattbrailsford",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/527305?v=4"
},
{
"type": "User",
"login": "umbracotrd",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/145000730?v=4"
},
{
"type": "User",
"login": "claude",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
},
{
"type": "User",
"login": "acoumb",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/95346674?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.71
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "2 out of 3 merged PRs checked by a CI test -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/26 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6bb82e9e1b306ab8b8551625fbd6a9e2fdad1128",
"ran_at": "2026-07-29T09:29:47Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T09:26:19Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-29T09:00:08Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Stripe",
"host": "github.com",
"name": "Umbraco.Commerce.PaymentProviders.Stripe",
"owner": "umbraco"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 46,
"vitality": 73,
"community": 40,
"governance": 69,
"engineering": 23
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 14,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "14 commits in the last year",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 14
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 11,
"latest_release_tag": "release-18.0.0",
"releases_from_tags": false,
"days_since_latest_release": 13,
"mean_days_between_releases": 99.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 13 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 13
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~99.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 99.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"forks": 4,
"stars": 1,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"packages": [
"Umbraco.Commerce.PaymentProviders.Stripe"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 27567,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "27,567 downloads all-time across nuget",
"points": 46.1,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 27567,
"ecosystems": "nuget"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.71
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 71% of commits",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 71
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 8,
"open_issues": 0,
"closed_issues": 7,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/8 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"followers": 420,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "umbraco",
"public_repos": 122,
"account_age_days": 5284
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "420 followers of umbraco",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 420,
"login": "umbraco"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "122 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 122
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"Umbraco.Commerce.PaymentProviders.Stripe"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 23,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 3 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 3 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 37,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.097,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "9 of 93 human commits state their intent (structured subject or explanatory body)",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 9,
"sampled": 93
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.075,
"toolchain_manifests": [
"src/Umbraco.Commerce.PaymentProviders.Stripe/Umbraco.Commerce.PaymentProviders.Stripe.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/Umbraco.Commerce.PaymentProviders.Stripe/Umbraco.Commerce.PaymentProviders.Stripe.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/Umbraco.Commerce.PaymentProviders.Stripe/Umbraco.Commerce.PaymentProviders.Stripe.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 93 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 93
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 42260,
"source_files_sampled": 6,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-29T09:29:57.466395Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/umbraco/Umbraco.Commerce.PaymentProviders.Stripe.svg",
"full_name": "umbraco/Umbraco.Commerce.PaymentProviders.Stripe",
"license_state": "standard",
"license_spdx": "MIT"
}