Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 514,
"has_wiki": false,
"homepage": null,
"languages": {
"C#": 213417,
"JavaScript": 1454
},
"pushed_at": "2026-07-22T09:41:25Z",
"created_at": "2023-04-28T09:21:29Z",
"owner_type": "Organization",
"updated_at": "2026-07-14T09:56:32Z",
"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": 417,
"avatar_url": "https://avatars.githubusercontent.com/u/1419552?v=4",
"created_at": "2012-02-08T12:53:58Z",
"is_verified": null,
"public_repos": 121,
"account_age_days": 5277
},
"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:31:54Z"
},
{
"tag": "release-18.0.0-rc1",
"kind": "other",
"published_at": "2026-06-16T10:38:50Z"
},
{
"tag": "release-16.2.1",
"kind": "other",
"published_at": "2026-01-29T09:32:47Z"
},
{
"tag": "release-17.0.1",
"kind": "other",
"published_at": "2026-01-29T09:26:16Z"
},
{
"tag": "release-17.0.0",
"kind": "other",
"published_at": "2026-07-16T08:31:53Z"
},
{
"tag": "release-16.2.0",
"kind": "other",
"published_at": "2025-09-25T12:41:58Z"
},
{
"tag": "release-16.1.1",
"kind": "other",
"published_at": "2025-07-29T13:10:20Z"
},
{
"tag": "release-16.1.0",
"kind": "other",
"published_at": "2025-07-11T07:43:15Z"
}
],
"recent_commits": [
{
"oid": "bec41290086f6d7719cda318f60f750dd5d73ea9",
"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:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "85b3b5cdcf8859cd1154c83298149e31b0476639",
"body": null,
"is_bot": false,
"headline": "Prepare release 18.0.0",
"author_name": "NathanWoulfe",
"author_login": "nathanwoulfe",
"committed_at": "2026-06-24T23:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17559fcfdbaa9d98d311290088f61b90cc71cdd6",
"body": "Bump Umbraco.Commerce.Cms.Startup, Umbraco.Commerce.Persistence.Sqlite and\nUmbraco.Deploy.Infrastructure to [18.0.0-rc1, 18.999.999), NBGV to 18.0.0-rc1,\ncomment out PackageValidationBaselineVersion for the prerelease, bump pipeline\nnodeVersion to 24.x and append '--spec-version' 1.6 to cdxgen, and set the\npackage manifest version.\n\nCo-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-08T07:54:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "69ea4e67fb1efbd5b1860c38a329f9ef10cf832b",
"body": "Hotfix v17.0.1: Add fallback entity lookup by alias/code in deploy connectors",
"is_bot": false,
"headline": "Merge pull request #22 from umbraco/hotfix/17.0.1",
"author_name": "Rick Butterfield",
"author_login": "rickbutterfield",
"committed_at": "2026-01-29T09:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2941068e1529d1a607a7e0eedbc172ca2dc1a4c4",
"body": null,
"is_bot": false,
"headline": "Set version to '17.0.1'",
"author_name": "Rick Butterfield",
"author_login": "rickbutterfield",
"committed_at": "2026-01-29T09:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ecba801b00a99971fb8560915fde7b0ab47b2f0",
"body": "Add fallback entity lookup by alias/code in connectors",
"is_bot": false,
"headline": "Merge pull request #21 from umbraco/hotfix/get-existing-entity-by-alias",
"author_name": "Rick Butterfield",
"author_login": "rickbutterfield",
"committed_at": "2026-01-29T09:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeef5b2569361540b4e5fb2f29ee0a01760ad24c",
"body": "Introduce GetExistingEntityAsync to all Umbraco Commerce Deploy service connectors, enabling entity retrieval by alias or code as a fallback when GUID lookup fails (e.g., after upgrades). Update the base connector to use this fallback in GetArtifactDeployStateAsync. Improves deployment robustness by matching entities on unique business identifiers if GUIDs change. Also includes minor formatting and using directive updates.",
"is_bot": false,
"headline": "Add fallback entity lookup by alias/code in deploy connectors",
"author_name": "Rick Butterfield",
"author_login": "rickbutterfield",
"committed_at": "2026-01-21T10:00:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b32e661e839ca7abc6f4ea4d5f0a675bf8d6372b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/17.0.0'",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-27T08:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b505bbae38e44441b03c499c0d7b2cfab63eacd",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main'",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-27T08:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ea461c9d7599160de3ff8abb7e895cf6b842b8",
"body": null,
"is_bot": false,
"headline": "Compile against final versions",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-26T13:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5293d6d8dd4e7f347455cd0af09397d6c8a4227f",
"body": null,
"is_bot": false,
"headline": "add dependency track to build pipeline",
"author_name": "Dinh Tran",
"author_login": "umbracotrd",
"committed_at": "2025-11-20T08:38:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2adba74f4efddc75f99581a0a279f192ec0a3f64",
"body": null,
"is_bot": false,
"headline": "Depend on rc2 of deploy",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-13T14:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ded555f1c555fae28964ce3d6a68c59852a86b5",
"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:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17dc18e8ea589aea06cd8e4ef626bc7e4b9bb7e7",
"body": null,
"is_bot": false,
"headline": "Bump the node version",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-04T13:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "716fd491928ce0c012d14d648af820a502931926",
"body": null,
"is_bot": false,
"headline": "Use right .NET version",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-04T13:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4850ff6e285c3ce16c95c76f0e0b192d136ac4df",
"body": null,
"is_bot": false,
"headline": "Fix obsolete code usage and missing property",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-04T10:13:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6811418028551563233f0e5c91332db715815d89",
"body": null,
"is_bot": false,
"headline": "[Release] Prepare version 17.0.0-rc1",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-11-03T15:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c470f0fc788027c28016665c68631a24c391c144",
"body": "- Updated version.json to 17.0.0-rc1\n- Updated global.json to .NET SDK 10.0.100-rc.1.25451.107\n- Updated Directory.Build.props:\n - TargetFramework: net10.0\n - PackageValidationBaselineVersion: 17.0.0\n- Updated dependencies in Directory.Packages.props:\n - Microsoft.SourceLink.GitHub: 1.1.1 -> 8.0.\n[…]\n.0.0, 16.999.999) -> [17.0.0-rc1, 17.999.999)\n- No obsolete code required removal in v17\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "[Release] Prepare version 17.0.0-rc1",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-10-31T14:34:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aab9d53b5c5b36ad71adb2e241d845055025ae55",
"body": null,
"is_bot": false,
"headline": "Add force_restore.bat to .gitignore",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-10-31T14:22:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e2079c5c8d3a5f864f8499e3471971cb739f75e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/16.2.0'",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-09-25T12:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cbaaed43ea1edc9e7b854e021c83c4e85c96971",
"body": "… on Shipping/Payment Methods",
"is_bot": false,
"headline": "Update to use Umbraco Commerce 16.3.1 and implement new Enabled flags…",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-09-25T12:38:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90f2ff0ad81669ccc0ef638e3d1875f18310889f",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-07-21T09:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b5aa2645839e19fa00c2a832bf45395dd3cd8e6",
"body": null,
"is_bot": false,
"headline": "Try catch price value conversion",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-07-21T09:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b278411e2e648d4a34cff85a22bf53698f8c5eb5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/16.1.0'",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-07-21T09:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8f19de558f59058d3afed15b097d7a8b15205fb",
"body": null,
"is_bot": false,
"headline": "Update UC version dependency",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-07-10T11:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cba45021d940c60fe7a3d6ca9a902028bac276e",
"body": null,
"is_bot": false,
"headline": "Added support for abandoned cart settings",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-07-09T09:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26a8b52d6fa6c1b96671bd06a3fdea8b903777ce",
"body": "v16: Use server-side entity types for localization keys",
"is_bot": false,
"headline": "Merge pull request #19 from ronaldbarendse/patch-1",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-07-03T08:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2d0db63bc1b6431eeb22abf384dd0279f75312d",
"body": "Update umbraco-marketplace-readme.md",
"is_bot": false,
"headline": "Merge pull request #18 from Bakersbakebread/patch-1",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-07-03T08:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee44c8fe74791c7baf7bc96bf9f9d3c28e765c7d",
"body": "…be murged in)",
"is_bot": false,
"headline": "Added abandoned cart fields to artifact (need to wait for feature to …",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2025-07-03T08:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "219780feeaa3094cea57ca01cc8893c91768ada7",
"body": null,
"is_bot": false,
"headline": "Add logoimageurl and themecolor support",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2025-07-03T07:58:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57b8a89d65d01aff8315775cf32e52721b0e4fbc",
"body": null,
"is_bot": false,
"headline": "Update UC dependency",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2025-07-03T07:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71ecf2373ed6296a045f39f1a25193393aedb68d",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2025-07-03T07:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "401010695c9fcccc2bc875cc526cbadd9a2c94a2",
"body": null,
"is_bot": false,
"headline": "Use server-side entity types for localization keys",
"author_name": "Ronald Barendse",
"author_login": "ronaldbarendse",
"committed_at": "2025-06-12T09:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad3e84485026b2f1076c3088afcdcdc2a90bb440",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/16.0.0'",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2025-06-11T15:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0db5f0a61be12419f576b46cfb6305098229c007",
"body": null,
"is_bot": false,
"headline": "Fix build error",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2025-06-11T15:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7da799ab30bb2afdcf675bc2fb98b4da323eb519",
"body": "- Updated version.json from 16.0.0-rc1 to 16.0.0\n- Updated Umbraco.Commerce.Cms.Startup dependency from rc1 to stable 16.0.0\n- Updated Umbraco.Commerce.Persistence.Sqlite dependency from rc1 to stable 16.0.0\n- Updated Umbraco.Deploy.Infrastructure dependency from rc3 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-11T07:59:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8194a214a0558731ef501de90092527cfdbdae5b",
"body": null,
"is_bot": false,
"headline": "Ensure collections are sorted",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-06-10T10:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71b0a71d847ef0fdd29771e1f09446c19de24e3b",
"body": null,
"is_bot": false,
"headline": "Got product attribute / product attribute preset deployments working",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-06-04T09:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc53613dd948063f0fa5576080458a7c16c1e187",
"body": null,
"is_bot": false,
"headline": "Use backofficeEntryPoint",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-06-03T07:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "222ad58154633baca09477f66399117609ba77a8",
"body": null,
"is_bot": false,
"headline": "Fix connection string resolution",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-06-02T09:35:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb64f2c10ffcaf7bae6a95b1cc0683241e0376a9",
"body": null,
"is_bot": false,
"headline": "Fixed spelling mistake in package reference",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-06-02T08:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5182881a9bca2d345e1ca1e02bac5bded817eeac",
"body": null,
"is_bot": false,
"headline": "Update NUGET sources",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-06-02T07:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f977494e01aeedefff9e88286ce9fcdf38a7c6",
"body": null,
"is_bot": false,
"headline": "Upgrade dependencies",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-06-02T07:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfb84cfec65fcbcd1032aec09d7d54acfd539caa",
"body": null,
"is_bot": false,
"headline": "Upgraded to v16",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-05-22T12:12:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0429416fc3c6d79d5c9cff7cd8da923c74c125b",
"body": null,
"is_bot": false,
"headline": "Update umbraco-marketplace-readme.md",
"author_name": "Sean Thorne",
"author_login": "Bakersbakebread",
"committed_at": "2025-04-24T10:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a809b091b8eb7b2d4d42f042d08fe35eb3acfa9",
"body": null,
"is_bot": false,
"headline": "Added issue template",
"author_name": "Matt Brailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-04-23T08:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ce195400b2bf4221c167248c729315f33ddcd06",
"body": null,
"is_bot": false,
"headline": "Should be allowTelemetry",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-03-11T13:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae60108cd7600b30af40ae68471d3e8faf7ad722",
"body": "…ring when developing locally",
"is_bot": false,
"headline": "Add UC SQLite dependency and configure a default SQLite connection st…",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-02-17T10:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d33af3abca6b3e869a88ed56cfa1403bc27f9899",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2025-02-17T10:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b2bd472e6fd8217ac49c64dfb0ab2736c5ef8f3",
"body": null,
"is_bot": false,
"headline": "perform null check",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-11-15T13:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7b844edf801edd09194c6ac3a30f512a4d05a1b",
"body": null,
"is_bot": false,
"headline": "Fix null check syntax",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-11-15T11:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64dabc5dd8e7909a58fd00e43ddfb647bf433553",
"body": null,
"is_bot": false,
"headline": "Update to Umbraco Deploy v15 final",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-11-14T08:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f3885bf32a366feababe9f3b3f2a1dc692a087",
"body": null,
"is_bot": false,
"headline": "Ignore lock files",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-11-13T09:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44ade940256fd74c3d3a52cc95a9fa9ff6bc3259",
"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:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6151284e2997fb9f7ebc7bcc7afc61d950de574",
"body": null,
"is_bot": false,
"headline": "Update to latest UC RC build and update uow.Complete usages",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-11-08T14:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d62ae954b4aefa3a1d0e86503f01bf075fa36e7f",
"body": null,
"is_bot": false,
"headline": "Disable package validation for now",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-11-06T15:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ec1b0595f7601ebb57a1c092c1df8a7aa60c6a6",
"body": null,
"is_bot": false,
"headline": "Update to v15",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-11-06T15:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "306ad3d067bbfc220863407d951fcaeba3866736",
"body": "Use region identifiers when setting Tax Class artifacts and dependencies",
"is_bot": false,
"headline": "Merge pull request #13 from BenWhite27/support/13.x",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-10-24T10:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "100039ce6fd7f6bf503b87973f34b770bdac33c8",
"body": null,
"is_bot": false,
"headline": "Set PackageValidationBaselineVersion back to 14.0.0",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-09-30T07:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17e6aa5e355ee300c435a5eac0303399c7161387",
"body": "# Conflicts:\n#\tDirectory.Build.props",
"is_bot": false,
"headline": "Merge branch 'feature/tax-calculation-methods'",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-09-30T07:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb9500e4fc8047a18b2d0fc36913b79c553addce",
"body": null,
"is_bot": false,
"headline": "Update comment",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-09-30T07:41:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16b2f16c67f49177b9e886d353d9d56d2e6f689a",
"body": null,
"is_bot": false,
"headline": "Prep for 14.1.0 release",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-09-30T07:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "896ae1ccebe0f9d28eea6288d0acd16a37052f30",
"body": null,
"is_bot": false,
"headline": "Update country artifact to handle assigned tax calculation method",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-27T12:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7486b8e8739c9d2f25f913eacb5ad95124a118",
"body": null,
"is_bot": false,
"headline": "Suppress tax class breaking change errors",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-27T09:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a47e78e2b272d08dc68ee544021eea7b796d22d4",
"body": null,
"is_bot": false,
"headline": "Fix broken build",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-27T09:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4130f34099789ec8145f91196b8e9fadc059d1ce",
"body": null,
"is_bot": false,
"headline": "Setup TaxCalculationMethods + updates to TaxClasses",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-27T08:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d92eee3069b6b18df2f8d58152ba35a7542b110",
"body": null,
"is_bot": false,
"headline": "Remove lock file",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-27T08:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a0bb807557fd036b50487920e86a21c616972d6",
"body": null,
"is_bot": false,
"headline": "Setup nuget mapping",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-27T08:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f50679dc63832e9fa77a945c9529c7bb12dad7e",
"body": null,
"is_bot": false,
"headline": "Setup nuget mapping",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-27T08:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8985187d870d94c2c43bdd4d9e35e728549ad0f2",
"body": null,
"is_bot": false,
"headline": "Re-enable package validation",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-27T07:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88edbc3cd64e54d3b18dd9d481c912e1b0e923b5",
"body": "# Conflicts:\n#\tDirectory.Build.props\n#\tsrc/Umbraco.Commerce.Deploy/Connectors/ServiceConnectors/UmbracoCommerceCurrencyServiceConnector.cs\n#\tsrc/Umbraco.Commerce.Deploy/Connectors/ServiceConnectors/UmbracoCommerceShippingMethodServiceConnector.cs\n#\tsrc/Umbraco.Commerce.Deploy/Connectors/ServiceConnectors/UmbracoCommerceStoreServiceConnector.cs\n#\tversion.json",
"is_bot": false,
"headline": "Merge branch 'main' into dev",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-27T07:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858479d7a26beffb0cabf308dd09a2feb6f9ebef",
"body": null,
"is_bot": false,
"headline": "Update NuGet package sources",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-22T10:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82a661f3d5ee7a27a6adcad88159546b3fbd931",
"body": null,
"is_bot": false,
"headline": "Prepare 14.0.0 release",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-22T09:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93bcb4d363c1f4dc8271a9fd5b6606da19915b41",
"body": null,
"is_bot": false,
"headline": "Move allowed country restore to before pricing restore",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-09T07:09:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab3df3016c8e3572c85aee176d4014398cc18b9e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/v14'",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-05T07:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35c5d7b0d460964542df4b7115e27f76be60bcae",
"body": null,
"is_bot": false,
"headline": "Copy Deploy decimal converters for time being",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-05T07:42:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96fe9bab5c9d61d240a799528d17207ae33a1ba4",
"body": null,
"is_bot": false,
"headline": "incremnent version",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-02T14:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfac4fc0800cc217d758126eca7350208c2a4c00",
"body": null,
"is_bot": false,
"headline": "Setting up queue for transfer but it fails currently",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-02T12:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de5af2090a06dac2edb9abbd9b014fef24189fd9",
"body": null,
"is_bot": false,
"headline": "Code comments",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-02T10:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2057e4771376295fd9331e12ddaa5ce9eb66cdc",
"body": null,
"is_bot": false,
"headline": "Ensure storeid is appended to variants model",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-02T10:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3590c5ff8a9998320d4731f5c45402b42e1c59b",
"body": null,
"is_bot": false,
"headline": "Fixed price value connector serialization",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-02T10:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11e17cd821ec30a517fa104571d88c37cbc85113",
"body": null,
"is_bot": false,
"headline": "Formatting",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-02T10:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26a99d254ce97d0248e41f440eb881205e5a44ec",
"body": "…er settings",
"is_bot": false,
"headline": "Fixed shipping method service connector resolving wrong json serializ…",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-02T10:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a55f3356c90f5f4872e580f9c2344303122f47c",
"body": null,
"is_bot": false,
"headline": "Value connector updates",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-02T09:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d978ef72ec5e507c3af39efaf2ae1e8ea4d895f",
"body": "…ialize needs",
"is_bot": false,
"headline": "Reuse the Deploy JsonSerializerOptions for any custom serialize/deser…",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-02T07:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d9f4c2e5b0f6e358bbdfe614d09a7182fd5510",
"body": null,
"is_bot": false,
"headline": "Use JsonUdiConverter when serializing / deserializing",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-01T15:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cc88ecc95f5636f396c47b47ef930e570492f90",
"body": null,
"is_bot": false,
"headline": "Remove package lock file",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-01T13:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08c37e70532c3174ee10d03a4de145be7f9f74df",
"body": null,
"is_bot": false,
"headline": "Extensions array is required, even if empty",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-01T13:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0648c78b0825d1788b330b0254f3a01ad581109f",
"body": "…ch are trasnferable",
"is_bot": false,
"headline": "No need to process store user id / roles as these now store guids whi…",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-01T13:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16efe173bcc63878c84456535e7ed221180f2a0b",
"body": null,
"is_bot": false,
"headline": "Move async helper",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-01T12:02:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94c47281155b1c773b99642563d7a263caf73b6c",
"body": null,
"is_bot": false,
"headline": "Disable breacking change detection",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-01T12:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1300f0cbb5323066cccaa90d2c0c5521d42c9df",
"body": null,
"is_bot": false,
"headline": "Convert to RCL with embedded umbraco-package.json",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-01T11:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e66d39981320bc804757e2c9b1fb91dee60c2aaa",
"body": null,
"is_bot": false,
"headline": "Initial conversion",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-01T10:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94133065ccbfe586084fc127d83641a43756e734",
"body": null,
"is_bot": false,
"headline": "Increment version",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-01T07:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84b4f597b760bacf459139878d4ca722c3def165",
"body": null,
"is_bot": false,
"headline": "Ignore Jetbrains .idea folder",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-08-01T07:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05cb26888665fcdb87aa17cef011ee039f8deae7",
"body": null,
"is_bot": false,
"headline": "Merge branch 'hotfix/13.1.1'",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-03-04T10:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffc2603660cfe65f059dd507f8f4d4c3bae2603f",
"body": null,
"is_bot": false,
"headline": "Null check config object",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-02-26T08:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "382d4b90fa13f4e715dbfc042c1c741cce3a8c86",
"body": null,
"is_bot": false,
"headline": "Increment version",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-02-26T08:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87f9a5fa174f2b7ffa49c0fe4b0cd3954fba3787",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/13.1.0'",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-02-21T08:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad640ba8bb46dec273fcdcd3d61a033b6ee9fdfb",
"body": null,
"is_bot": false,
"headline": "Update versions",
"author_name": "mattbrailsford",
"author_login": "mattbrailsford",
"committed_at": "2024-02-21T08:47:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 21,
"latest_release_at": "2026-07-16T08:31:54Z",
"latest_release_tag": "release-18.0.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 10,
"days_since_latest_release": 6,
"mean_days_between_releases": 52.9
},
"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.Deploy",
"exists": true,
"license": null,
"keywords": [
"umbraco",
"commerce",
"deploy",
"umbraco-marketplace"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Umbraco.Commerce.Deploy",
"is_deprecated": false,
"latest_version": "18.0.0",
"repository_url": "https://github.com/umbraco/Umbraco.Commerce.Deploy",
"versions_count": 20,
"total_downloads": 29147,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-25T07:05:37.543000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 27
}
]
},
"popularity": {
"forks": 7,
"stars": 0,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-10-16",
"count": 1
},
{
"date": "2024-10-24",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-11-20",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 2
},
"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.Deploy/Umbraco.Commerce.Deploy.csproj"
],
"largest_source_bytes": 20342,
"source_files_sampled": 60,
"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": 3,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Umbraco.Commerce.Cms.Startup",
"manifest": "src/Umbraco.Commerce.Deploy/Umbraco.Commerce.Deploy.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Umbraco.Commerce.Persistence.Sqlite",
"manifest": "src/Umbraco.Commerce.Deploy/Umbraco.Commerce.Deploy.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Umbraco.Deploy.Infrastructure",
"manifest": "src/Umbraco.Commerce.Deploy/Umbraco.Commerce.Deploy.csproj",
"ecosystem": "nuget",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Umbraco.Commerce.Cms.Startup",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Umbraco.Commerce.Persistence.Sqlite",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Umbraco.Deploy.Infrastructure",
"direct": true,
"version": null,
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 3,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 7,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 12,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mattbrailsford",
"commits": 153,
"avatar_url": "https://avatars.githubusercontent.com/u/527305?v=4"
},
{
"type": "User",
"login": "claude",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
},
{
"type": "User",
"login": "rickbutterfield",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/200450?v=4"
},
{
"type": "User",
"login": "acoumb",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/95346674?v=4"
},
{
"type": "User",
"login": "umbracotrd",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/145000730?v=4"
},
{
"type": "User",
"login": "nathanwoulfe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3248070?v=4"
},
{
"type": "User",
"login": "ronaldbarendse",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1051287?v=4"
},
{
"type": "User",
"login": "Bakersbakebread",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/29239704?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.905
},
"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": 5,
"reason": "3 out of 6 merged PRs checked by a CI test -- score normalized to 5",
"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": 1,
"reason": "Found 3/27 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"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": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"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": "bec41290086f6d7719cda318f60f750dd5d73ea9",
"ran_at": "2026-07-22T12:28:55Z",
"aggregate_score": 4.1,
"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-14T09:56:29Z",
"oldest_open_prs": [
{
"number": 24,
"created_at": "2026-07-16T13:18:18Z",
"last_comment_at": "2026-07-16T14:02:37Z",
"last_comment_author": "azure-pipelines"
},
{
"number": 25,
"created_at": "2026-07-16T13:18:20Z",
"last_comment_at": "2026-07-16T14:02:38Z",
"last_comment_author": "azure-pipelines"
}
],
"last_merged_pr_at": "2026-06-24T23:46:37Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/umbraco/Umbraco.Commerce.Deploy",
"host": "github.com",
"name": "Umbraco.Commerce.Deploy",
"owner": "umbraco"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 41,
"vitality": 71,
"community": 40,
"governance": 68,
"engineering": 22
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"commits_last_year": 21,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 10
},
"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": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "21 commits in the last year",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 21
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"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": 8,
"latest_release_tag": "release-18.0.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 52.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~52.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 52.9
}
}
],
"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": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"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": 6,
"inputs": {
"forks": 7,
"stars": 0,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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.Deploy"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 29147,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "29,147 downloads all-time across nuget",
"points": 46.4,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 29147,
"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": 68,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.905
},
"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 90% of commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 90
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 12,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 2
},
"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": "7/9 decided PRs merged",
"points": 29.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 9
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/27 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"followers": 417,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "umbraco",
"public_repos": 121,
"account_age_days": 5277
},
"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": "417 followers of umbraco",
"points": 18.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 417,
"login": "umbraco"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "121 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 121
}
},
{
"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.Deploy"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 27
},
"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 27 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 27
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"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": 22,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 16,
"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": "3 out of 6 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"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": 41,
"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": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 4.1
},
"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": "3 out of 6 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"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 3/27 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"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": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"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": 9
},
"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": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 6,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.11,
"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": "11 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 5.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 11,
"sampled": 100
}
}
],
"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": 35,
"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.04,
"toolchain_manifests": [
"src/Umbraco.Commerce.Deploy/Umbraco.Commerce.Deploy.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/Umbraco.Commerce.Deploy/Umbraco.Commerce.Deploy.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/Umbraco.Commerce.Deploy/Umbraco.Commerce.Deploy.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": "4 of the last 100 commits agent-authored or agent-credited",
"points": 8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"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": 20342,
"source_files_sampled": 60,
"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/60 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 60,
"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": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T12:29:07.093457Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/umbraco/Umbraco.Commerce.Deploy.svg",
"full_name": "umbraco/Umbraco.Commerce.Deploy",
"license_state": "standard",
"license_spdx": "MIT"
}