原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"dynamic-color",
"dynamic-theme",
"dynamic-wallpaper",
"kivy",
"kivymd",
"material-you",
"python",
"color",
"color-palette",
"color-scheme",
"palette"
],
"is_fork": false,
"size_kb": 695,
"has_wiki": false,
"homepage": null,
"languages": {
"C++": 324104,
"Python": 241250
},
"pushed_at": "2026-07-15T18:44:04Z",
"created_at": "2023-04-16T13:28:20Z",
"owner_type": "User",
"updated_at": "2026-07-15T21:58:42Z",
"description": "Material You color generation algorithms in python.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C++",
"significant_languages": [
"C++",
"Python"
]
},
"owner": {
"blog": "anshdadwal.is-a.dev",
"name": "Ansh Dadwal",
"type": "User",
"login": "T-Dynamos",
"company": null,
"location": null,
"followers": 192,
"avatar_url": "https://avatars.githubusercontent.com/u/68729523?v=4",
"created_at": "2020-07-24T07:45:23Z",
"is_verified": null,
"public_repos": 46,
"account_age_days": 2192
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.3",
"kind": "patch",
"published_at": "2026-07-15T18:44:05Z"
},
{
"tag": "v3.0.2",
"kind": "patch",
"published_at": "2026-02-22T06:52:32Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2026-02-17T09:00:43Z"
},
{
"tag": "v2.0.10",
"kind": "patch",
"published_at": "2025-01-09T07:53:55Z"
},
{
"tag": "v2.0.9",
"kind": "patch",
"published_at": "2024-03-26T11:09:13Z"
},
{
"tag": "v2.0.8",
"kind": "patch",
"published_at": "2024-03-21T15:18:49Z"
},
{
"tag": "v2.0.7",
"kind": "patch",
"published_at": "2024-02-16T13:14:11Z"
},
{
"tag": "v2.0.6",
"kind": "patch",
"published_at": "2024-02-16T10:31:04Z"
},
{
"tag": "v2.0.5",
"kind": "patch",
"published_at": "2024-01-17T17:14:04Z"
},
{
"tag": "v2.0.4",
"kind": "patch",
"published_at": "2024-01-17T15:18:47Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2024-01-15T17:35:45Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2024-01-14T11:21:10Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2024-01-14T05:31:01Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2024-01-13T13:02:52Z"
},
{
"tag": "v1.2",
"kind": "other",
"published_at": "2023-05-17T12:59:09Z"
},
{
"tag": "v1.1",
"kind": "other",
"published_at": "2023-04-27T16:41:42Z"
}
],
"recent_commits": [
{
"oid": "da5976ba5449827e943bb5ff227a1f01db61e431",
"body": null,
"is_bot": false,
"headline": "Fix platform utils logger mess",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-07-15T18:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74569922be11c284175f1edf8e5646eb174420e6",
"body": null,
"is_bot": false,
"headline": "Fix platform utils and bump version",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-07-15T18:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65f2bcd1e0df7b8df57c7295c4f983fb9f0bd676",
"body": "fix: guard TemperatureCache.complement against a zero temperature range",
"is_bot": false,
"headline": "Merge pull request #29 from yuksblog/fix/temperature-cache-zero-range",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-07-13T08:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca9a5919ddfbb9886422da09c8eafa279f38c4b8",
"body": "CI already runs test_all.py and fails the build on a non-zero exit, so the\ndegenerate seeds fit as an extra construction check alongside the existing\nones: without the preceding fix, this raises ZeroDivisionError and the wheel\nbuild goes red.\n\nPlaced ahead of the early exit on Windows so the check runs on every platform.",
"is_bot": false,
"headline": "test: cover seeds at a tone extreme",
"author_name": "yuksblog",
"author_login": "yuksblog",
"committed_at": "2026-07-13T07:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2249956b2f0bfaad96d70aab94a3e15e9aa18d64",
"body": "A seed whose HCT sits at a tone extreme (#FFFFFF, #000000, ...) collapses the\ngamut to a single point, so every hue in the 361-entry sweep resolves to the\nsame color and the warmest and coldest entries are identical. complement\ndivided by that zero range and raised ZeroDivisionError, which is reacha\n[…]\ne same\ntemperature, so none is a better complement than another. This mirrors the\nzero-range case that relative_temperature already handles, and leaves every\nnon-degenerate seed bit-for-bit unchanged.",
"is_bot": false,
"headline": "fix: guard TemperatureCache.complement against a zero temperature range",
"author_name": "yuksblog",
"author_login": "yuksblog",
"committed_at": "2026-07-13T07:35:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5eb5a84c4ee4f70e29c8504aca9375ccc5957854",
"body": "Added a PyPI downloads badge to the README.",
"is_bot": false,
"headline": "Add PyPI downloads badge to README",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-05-31T18:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a82691ba8c13b89610a870e75c38d2728808e3f",
"body": "docs(arch): add python-materialyoucolor3 AUR package",
"is_bot": false,
"headline": "Merge pull request #26 from khushpatel00/main",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-25T08:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5912a77c092ddb13a36676080cf3d4656b411c2",
"body": null,
"is_bot": false,
"headline": "docs(arch): add python-materialyoucolor3 AUR package",
"author_name": "khushpatel00",
"author_login": "khushpatel00",
"committed_at": "2026-02-25T07:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25fcd947db53cd8719301d01dbec6e6e707131fa",
"body": null,
"is_bot": false,
"headline": "fix build",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-22T05:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6822f515f5c81b92534e6a43e187105162100973",
"body": null,
"is_bot": false,
"headline": "new build system",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-22T05:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfeaa7b53f2dbe39ca8358e00d5cda96f6c79b99",
"body": null,
"is_bot": false,
"headline": "tag new version",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-17T08:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ca71a46e71965177db0b3f0995fd3b971ce5ea8",
"body": null,
"is_bot": false,
"headline": "remove trash",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-17T07:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6762e70d271dcc687f741af2ebb26ae608c23ca8",
"body": null,
"is_bot": false,
"headline": "color bug fix",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-17T07:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d33466b1c039c69fdef1d7bed918c6b4fde7fceb",
"body": null,
"is_bot": false,
"headline": "Update README to include Android in prebuilt binaries",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-17T06:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5ef0d73b0c3dc5a78d4369e82ed19e94e5ae971",
"body": null,
"is_bot": false,
"headline": "ci",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-17T05:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0cbf916ff5cf0733c9741f6fb91d25d2f4993ca",
"body": null,
"is_bot": false,
"headline": "ci",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-17T05:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38a5af9a66628877989c6422d9e4cf503dc96a5c",
"body": null,
"is_bot": false,
"headline": "ci",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-17T05:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d88f0792e1772d4ad6a7422b3ae44ef1aa4762e",
"body": null,
"is_bot": false,
"headline": "fix workflow",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-17T04:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dcac85868b946d5b9e164a3507571b80096faec",
"body": "add backward compatibility class attrs",
"is_bot": false,
"headline": "Merge pull request #25 from T-Dynamos/update",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-17T04:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a4444f7f56bfc314d580c6092cc7229d17e004",
"body": null,
"is_bot": false,
"headline": "add backward compatibility class attrs",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-17T04:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ed1f8261520978a40acf961e8971d6990b96e0e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-05T16:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f5edb58102b5bcf90e7ec02b398160e202186ec",
"body": "update: `3.0.0`",
"is_bot": false,
"headline": "update: `3.0.0` (#24)",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-01T14:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d247750b87bd0f82b9559dbb3e2a9a1eb3db53d",
"body": null,
"is_bot": false,
"headline": "fix windows ci",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-02-01T09:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d2faefe2ef6c2e82824fc6c2149504fb48891d",
"body": null,
"is_bot": false,
"headline": "add missing functions",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-01-31T15:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ffc889c2205990ce2ccb3df51e189b84e51bcd",
"body": "Removed an image and added a gallery section with examples of libraries using the color generation library.",
"is_bot": false,
"headline": "Update README to remove image and add gallery section",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-01-31T15:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e497b5c0408b201c94c554e751f0d98939702b4",
"body": null,
"is_bot": false,
"headline": "update `README`",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-01-31T15:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c17de2b7f4079f068c37df92ad049ca5dbdc4ef",
"body": null,
"is_bot": false,
"headline": "update: `3.0.0`",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2026-01-31T14:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36bd0f433ce9441703b8c4b2f25803e379c16a08",
"body": null,
"is_bot": false,
"headline": "minor bug fix",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2025-11-10T19:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b10c7a08c5308233baf8056cf16325a343b6cbac",
"body": null,
"is_bot": false,
"headline": "fix build",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2025-11-01T11:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15acec0448a111431a3048f4132aae1bf54e4020",
"body": null,
"is_bot": false,
"headline": "fix build",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2025-11-01T11:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0224eac6e7c9778c5ef7ab3f2ad05ba510dec64",
"body": null,
"is_bot": false,
"headline": "fix android build",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2025-11-01T11:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be10bc42acd9b9dc9812045314667f2a3d51d4bf",
"body": null,
"is_bot": false,
"headline": "Fix type hint (#21)",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2025-05-05T15:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73080739dc7c46d378a7624881e9c1e6b20b23f1",
"body": null,
"is_bot": false,
"headline": "`ci`: upload fix",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2025-01-09T09:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcc50a9f9cb06f70dac557da07da3e9d5120529e",
"body": null,
"is_bot": false,
"headline": "`version`: bump to 2.0.10",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2025-01-09T07:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d41f7b8a7d234e9d207ca07f0b98b0f3a68ea72a",
"body": null,
"is_bot": false,
"headline": "`ci`: fix build",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2025-01-09T07:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "147ea14fcf5acfe4015da36e067337a1a1d710ce",
"body": null,
"is_bot": false,
"headline": "quantize: optimize c++ color method",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2025-01-09T06:43:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "121b1cba16eb63319fc0356f7d09b714b82f10b6",
"body": null,
"is_bot": false,
"headline": "ci: update `upload artifacts`",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2025-01-08T21:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a1d61162f19a22daa8eeebee97e76ae0f24e8c",
"body": null,
"is_bot": false,
"headline": "uptodate with upstream",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2025-01-08T21:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85099ce9e6c2ef8dc32842b67390f43322a3bc65",
"body": "Enhance android check and fix time.strftime(\"%p\") bug",
"is_bot": false,
"headline": "Merge pull request #17 from kengoon/fix-time-strftime",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-08-18T03:20:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5187dc8ebd3c0396edab39ed01316b7f71151593",
"body": null,
"is_bot": false,
"headline": "Enhance android check and fix time.strftime(\"%p\") bug",
"author_name": "Kenechukwu Akubue",
"author_login": "kengoon",
"committed_at": "2024-08-17T21:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57ec2e45ea4596edae0d9133af4732fa25a6407e",
"body": null,
"is_bot": false,
"headline": "examples: add docs for `StbLoadImage`",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-26T11:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c4b4e580c131514ecc0fb17b0c5b15abe906707",
"body": null,
"is_bot": false,
"headline": "ci: build source distribution",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-26T10:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdf14616587fbc16bed411ecb0abaa90200e90ed",
"body": "Merge pull request #14 from luisbocanegra/fix-surfaceContainerLowest",
"is_bot": false,
"headline": "material_dynamic_colors: fix inverted `surfaceContainerLowest` color",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-26T01:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5e1d1a04e6fc56af23f6c10f1175cf6d00eec7c",
"body": null,
"is_bot": false,
"headline": "Fix inverted surfaceContainerLowest color",
"author_name": "Luis Bocanegra",
"author_login": "luisbocanegra",
"committed_at": "2024-03-25T23:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6b443604ed136dd147e581aa20f07112e5e44ca",
"body": null,
"is_bot": false,
"headline": "ci: add `pillow` to requirements",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2024-03-25T18:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3c8ff5dfb10fb49fe2d168864b423734d07a780",
"body": null,
"is_bot": false,
"headline": "quantize: add `StbLoadImage` using `stb_image.h`",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-25T18:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b23b7b578f6ef6b430d87e26450ca747d0dabf5b",
"body": null,
"is_bot": false,
"headline": "build: remove external files",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-25T14:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18ac08fcdb665a7b21515a88e4d7aab3ccc71359",
"body": null,
"is_bot": false,
"headline": "score: fix bug in sorting",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-25T12:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9780c789cdfae91446d9eed5a36cb977fac95f50",
"body": null,
"is_bot": false,
"headline": "build: include `MANIFEST.in`",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-21T16:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec65b36950022e59e8387975c9de4d85f9b2f0cc",
"body": null,
"is_bot": false,
"headline": "score: set `desired` to 128",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-21T15:16:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb5fe229878c01a614e4db40a08175cee50e0ace",
"body": null,
"is_bot": false,
"headline": "workflow: add apple arm64",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-21T14:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77651c51d01b4b3c2d6e6555e11b4a637c5e0e00",
"body": null,
"is_bot": false,
"headline": "Add info for arch linux package.",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-21T10:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd2f056b1f21c392f2cad32af5102180036ff1a",
"body": null,
"is_bot": false,
"headline": "add `--pure-python` option to setup",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-18T17:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "599914cd946d273cb7959bc01b684c35f789fd34",
"body": null,
"is_bot": false,
"headline": "Add instructions for IOS",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-18T15:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b34f3d85b24d3db8e1ff7def98750b7fc49918b8",
"body": null,
"is_bot": false,
"headline": "Minor improvements",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-13T13:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e031d671b10f10ada6b2bdeb84402369db66688",
"body": null,
"is_bot": false,
"headline": "Add instructions for buildozer.",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-13T13:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aa8bff521721716e4b8018c98a176b628bc67b0",
"body": null,
"is_bot": false,
"headline": "fix version in README",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-03-13T13:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e8b93080a4ef7a80061d834ad04a9462f962ad4",
"body": null,
"is_bot": false,
"headline": "add caching",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-02-16T13:08:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a84f1187bf71e1db2d8e9e6b2370e0fb8d98b0e7",
"body": null,
"is_bot": false,
"headline": "add complete `platform_utils`",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-02-16T10:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b684283ae901a2367f20d472f14165ba9f42119e",
"body": null,
"is_bot": false,
"headline": "add examples",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-02-13T14:16:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c236dddfd7c901086cc7feee50e39bc3ba5edd3f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-02-12T07:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00b0d35dd7e3d62c40e73b0794300e9f48e9494c",
"body": null,
"is_bot": false,
"headline": "add `platform_utils`",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-02-08T08:02:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07e214386e68d94011e305ecf7d7f52c59a2d7f8",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-02-01T05:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "652800be4a7f6c22fbf81938fc55b13bdd14c64d",
"body": null,
"is_bot": false,
"headline": "test 3.8",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-01-26T07:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aaa04502e666fd785b4fec8243e1073d9eade12",
"body": null,
"is_bot": false,
"headline": "bug fix",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-01-17T17:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "668b6230b189c6fb15b133d4273399082a74d917",
"body": null,
"is_bot": false,
"headline": "bug fix",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-01-17T15:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9178d62728eaac17db5b8e9fbbdef3887ad77a5",
"body": null,
"is_bot": false,
"headline": "test new build",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-01-15T17:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72b1298054e083b5a449a749b3430fe49aeed9c0",
"body": null,
"is_bot": false,
"headline": "release: 2.0.2",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-01-14T11:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85e91ca2686f35baf17d4122ac29c29ca513c1a1",
"body": null,
"is_bot": false,
"headline": "Fix build",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-01-14T05:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e530166406335ae3290095c144c89cfee3ff29e",
"body": null,
"is_bot": false,
"headline": "release: 2.0.1",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-01-13T15:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05fabe8db1b2e801b5d948030a251143247ff335",
"body": null,
"is_bot": false,
"headline": "Publish to pypi",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-01-13T13:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5929e5f7c150dab7f537b8a14fd7a2ac73e066b8",
"body": "release: 2.0.0",
"is_bot": false,
"headline": "Merge pull request #2 from T-Dynamos/develop",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2024-01-13T10:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a35ce66eae006a94d6a33f88cd61da5e388f56a3",
"body": null,
"is_bot": false,
"headline": "release: 2.0.0",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2024-01-13T10:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40741638a40d77304a862e0b90c8a55436a12b09",
"body": null,
"is_bot": false,
"headline": "scheme: update value of `surfaceTint`",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-05-17T12:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f658544934addbbba899b56919f23d0a93cb4325",
"body": null,
"is_bot": false,
"headline": "palette: update neutral hue to 6",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-05-17T11:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36745eb0aaa5700bc18d3d214f60d1ab42e5d834",
"body": null,
"is_bot": false,
"headline": "main: some minor improvements",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-05-04T15:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7099db2bbe8dde904939fc3899bd6dd0ae1a877b",
"body": null,
"is_bot": false,
"headline": "release: 1.1",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-27T16:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e07c3d5b2f138ecca267832379ff5780a2a6245",
"body": null,
"is_bot": false,
"headline": "workflows: publish to pypi",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2023-04-27T16:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92e2ff7b46034d37429b702070264e7aa6cdfb39",
"body": null,
"is_bot": false,
"headline": "packaging: fix bug",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-22T13:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b645e5c39672d40e6ea0106a7e5049d7471403e",
"body": null,
"is_bot": false,
"headline": "packaging: add pypi install method",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-22T12:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35ddccbb1b5dddc551012419cb4281169ce73117",
"body": null,
"is_bot": false,
"headline": "packaging: add `setup.py`",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-22T12:48:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cb9699b5985a45174f41a71a08878801239998f",
"body": null,
"is_bot": false,
"headline": "example: add custom color example",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-21T15:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42cac947720ee83bbff3423de28ad8682b86d965",
"body": null,
"is_bot": false,
"headline": "readme: minor change",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-20T04:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c15268bc717a02120b15501580207d084a51fcb8",
"body": null,
"is_bot": false,
"headline": "example: add more comments",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-20T04:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2486ffcfe45599c3451d6e84d46c29e67a95d50",
"body": null,
"is_bot": false,
"headline": "main: some minor fixes",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-19T13:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcae781f978d16a003a2cc62e93ba9c4254d8b4d",
"body": null,
"is_bot": false,
"headline": "readme: add token url",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2023-04-18T13:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ffe12e7e0eb288e7dfb6db701f93a189f2c7f9",
"body": null,
"is_bot": false,
"headline": "score: explain 1 line :)",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-18T13:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3315202478f0492c7b9aaf4f0a8b5316ecbcfe59",
"body": null,
"is_bot": false,
"headline": "score: add google's scoring algorithm",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-18T13:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77123d4ae120cc9ea0dc92123dc70621f6a7b8e9",
"body": null,
"is_bot": false,
"headline": "color: add dislike and fix algorithm",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-18T06:03:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2d6df911a2e9121d36bcedaf6a05cd6f628ad1d",
"body": null,
"is_bot": false,
"headline": "readme: updated todo",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-17T13:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ddb98ba35e23c3f5362ee210aa9e528f3509b4",
"body": null,
"is_bot": false,
"headline": "schemes: add default dark and light values",
"author_name": "T-Dynamos",
"author_login": "T-Dynamos",
"committed_at": "2023-04-17T13:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f06b60b5d1545208d13711f135a1f52a921e3ba",
"body": null,
"is_bot": false,
"headline": "tone: return rgb instead hex",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2023-04-17T13:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5409b754d25dc47adfb11c45e451b0d4ca2c71de",
"body": "Update README.md",
"is_bot": false,
"headline": "init repo",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2023-04-17T13:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5526bf44a80a915ce5108b7afc30fbc60c1dc65",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Ansh Dadwal",
"author_login": "T-Dynamos",
"committed_at": "2023-04-16T13:28:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 31,
"latest_release_at": "2026-07-15T18:44:05Z",
"latest_release_tag": "v3.0.3",
"releases_from_tags": false,
"days_since_last_push": 10,
"active_weeks_last_year": 8,
"days_since_latest_release": 10,
"mean_days_between_releases": 101.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "materialyoucolor",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "pypi",
"matches_repo": null,
"registry_url": "https://pypi.org/project/materialyoucolor/",
"is_deprecated": false,
"latest_version": "3.0.3",
"repository_url": null,
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2023-04-22T12:53:25.464537Z",
"latest_published_at": "2026-07-20T17:19:29.132334Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 8,
"stars": 76,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-19",
"count": 1
},
{
"date": "2024-03-24",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-12-07",
"count": 1
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
}
],
"complete": true,
"collected": 8,
"total_forks": 8
},
"star_history": null,
"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": [],
"largest_source_bytes": 282848,
"source_files_sampled": 62,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"requirements-dev.txt",
"requirements.txt",
"setup.py"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "pypi:materialyoucolor@3.0.3",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "pillow",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psutil",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pybind11",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "rich",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 0,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 2,
"closed_ratio": 0.909,
"closed_issues": 20,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "T-Dynamos",
"commits": 89,
"avatar_url": "https://avatars.githubusercontent.com/u/68729523?v=4"
},
{
"type": "User",
"login": "yuksblog",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/50435420?v=4"
},
{
"type": "User",
"login": "kengoon",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/42192162?v=4"
},
{
"type": "User",
"login": "luisbocanegra",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15076387?v=4"
},
{
"type": "User",
"login": "khushpatel00",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/113661631?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.947
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cibuildwheel.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"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": 7,
"reason": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"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 2/21 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"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": 6,
"reason": "6 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "da5976ba5449827e943bb5ff227a1f01db61e431",
"ran_at": "2026-07-26T00:12:58Z",
"aggregate_score": 3.8,
"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-15T19:05:44Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-13T08:53:16Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 4,
"created_at": "2024-01-21T20:33:32Z",
"last_comment_at": "2024-01-22T10:06:23Z",
"last_comment_author": "Allamaris0"
},
{
"number": 22,
"created_at": "2025-07-14T20:55:51Z",
"last_comment_at": "2025-07-15T10:08:15Z",
"last_comment_author": "MateuszCebula"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/T-Dynamos/materialyoucolor-python",
"host": "github.com",
"name": "materialyoucolor-python",
"owner": "T-Dynamos"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 50,
"vitality": 66,
"community": 45,
"governance": 63,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 31,
"human_commit_share": 1,
"days_since_last_push": 10,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 10 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 10
}
}
],
"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": "31 commits in the last year",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 31
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v3.0.3",
"releases_from_tags": false,
"days_since_latest_release": 10,
"mean_days_between_releases": 101.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~101.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 101.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"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": 45,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"forks": 8,
"stars": 76,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "76 stars",
"points": 30.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 76
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "8 forks",
"points": 7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 8
}
}
],
"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": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": 0,
"status": "missed",
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.947
},
"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 95% of commits",
"points": 1.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 95
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 7,
"open_issues": 2,
"closed_issues": 20,
"issue_closed_ratio": 0.909,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/7 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 192,
"owner_type": "User",
"is_verified": null,
"owner_login": "T-Dynamos",
"public_repos": 46,
"account_age_days": 2192
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "192 followers of T-Dynamos",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 192,
"login": "T-Dynamos"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "46 public repos, account ~6 yr old",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 46
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"materialyoucolor"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"dynamic-color",
"dynamic-theme",
"dynamic-wallpaper",
"kivy",
"kivymd",
"material-you",
"python",
"color",
"color-palette",
"color-scheme",
"palette"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"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": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "11 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 11
}
}
],
"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": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.8
},
"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 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"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 2/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"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": "6 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:materialyoucolor@3.0.3 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:materialyoucolor@3.0.3",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 7
},
"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": 42,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.479,
"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": "45 of 94 human commits state their intent (structured subject or explanatory body)",
"points": 25.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 45,
"sampled": 94
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"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": "no agent-authored commits among the last 94",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 94
}
}
],
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 282848,
"source_files_sampled": 62,
"oversized_source_files": 1
},
"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": "1/62 source files over 60KB",
"points": 54.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 62,
"oversized": 1
}
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-26T00:13:10.356151Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/T-Dynamos/materialyoucolor-python.svg",
"full_name": "T-Dynamos/materialyoucolor-python",
"license_state": "standard",
"license_spdx": "MIT"
}