原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"crystal",
"markdown",
"commonmark",
"gfm",
"markdown-flavors"
],
"is_fork": false,
"size_kb": 648,
"has_wiki": false,
"homepage": null,
"languages": {
"Crystal": 332602
},
"pushed_at": "2026-07-14T00:50:50Z",
"created_at": "2017-06-03T16:44:53Z",
"owner_type": "User",
"updated_at": "2026-07-15T21:19:28Z",
"description": "Yet another markdown parser, Compliant to CommonMark specification, written in Crystal.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Crystal",
"significant_languages": [
"Crystal"
]
},
"owner": {
"blog": "https://icyleaf.com",
"name": "icyleaf",
"type": "User",
"login": "icyleaf",
"company": "@tryzealot",
"location": null,
"followers": 439,
"avatar_url": "https://avatars.githubusercontent.com/u/17814?v=4",
"created_at": "2008-07-22T10:16:48Z",
"is_verified": null,
"public_repos": 154,
"account_age_days": 6578
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-14T00:50:57Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2022-06-14T11:34:42Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2021-10-19T11:20:54Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2021-09-27T02:59:48Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2021-03-23T03:37:26Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2021-03-02T03:44:27Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2020-08-24T10:50:23Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2020-08-24T10:43:50Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2020-08-24T10:44:17Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2018-04-02T04:02:19Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2018-04-02T04:01:21Z"
}
],
"recent_commits": [
{
"oid": "9db69c0aba807d6186903a0b5fcadc1450bc2be4",
"body": "Release 0.6.0",
"is_bot": false,
"headline": "Merge pull request #74 from icyleaf/release/0.6.0",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2026-07-14T00:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6163869970fbab48c081106543591deb6630bcde",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into release/0.6.0",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2025-12-25T03:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03cd4f5d6f4e56054502a6548b4c2ff92fb3dc20",
"body": "Updated changelog",
"is_bot": false,
"headline": "Merge pull request #95 from ralsina/changelog",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2025-07-23T13:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a011c1ed143b70585a2a927b4a6033602221779",
"body": "Co-authored-by: Johannes Müller <straightshoota@gmail.com>",
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2025-07-23T13:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0e85fdbc7d7446097296cf43d151365a9a5e5d4",
"body": "Co-authored-by: Margret Riegert <m.a.riegert@snet.net>",
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-16T10:35:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "403529afd05ff44af955115cc67523a1162c1277",
"body": "Refactor options",
"is_bot": false,
"headline": "Merge pull request #97 from icyleaf/nobody/options",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-15T02:23:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3641d4bebad5124fb36060f94f34533b6c2452b",
"body": null,
"is_bot": false,
"headline": "Fix issues from ameba 1.7.0-dev",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-14T19:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bd7d2023da8ac3305c13e395e6880d7b0762c75",
"body": "Add documentation for options\nDon't stick multiple vars in the same property instantiation\nEnable `Naming/QueryBoolMethods` and fix all infractions\nDon't require `gfm` option for tagfilter and autolink extensions",
"is_bot": false,
"headline": "Clean up Markd::Options",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-14T19:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60b9a68afc612b92ca75746bf78e0211351d03e3",
"body": null,
"is_bot": false,
"headline": "Fix unused comparison",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-14T19:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a10611c93c9a6f60f01fa6e3bda2d35b4f8912af",
"body": "Enable more ameba rules and make them pass",
"is_bot": false,
"headline": "Merge pull request #96 from ralsina/more_ameba",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-14T15:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3927f6b4f9d920dcc93e5b27fb0f1643697149a",
"body": null,
"is_bot": false,
"headline": "Enable ParenthesesAroundCondition",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-13T13:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d57fca13e9fa004291178f1c3340640afa7412af",
"body": null,
"is_bot": false,
"headline": "Tweak according to PR feedback",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-13T13:16:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd375cfb1756be1ddd4fc8f18d04449d51de3e29",
"body": null,
"is_bot": false,
"headline": "Enable more ameba rules and make them pass",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-13T12:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7d860e2734878eff8b149b3b03b450ca35381c0",
"body": null,
"is_bot": false,
"headline": "Updated changelog",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-13T10:40:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d9debe199f28147ef40df9ad96f4987891b37bd",
"body": "Add alerts (Issue #84)",
"is_bot": false,
"headline": "Merge pull request #94 from ralsina/add/alerts",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-12T20:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08dfb4fd84e11d95d78a01a6d7a38c481f82b8b3",
"body": null,
"is_bot": false,
"headline": "Missing file",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-11T15:01:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d933f246b1043181c72b7dc74a38ff74efcd4d95",
"body": null,
"is_bot": false,
"headline": "Implement GFM-style alerts with optional title",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-11T14:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3150e80e77779dc43dcfe48bfabe4ea3a431144e",
"body": "Updated options in the README",
"is_bot": false,
"headline": "Merge pull request #93 from ralsina/update_readme",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-09T22:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b43dea0d7a3cbeacf18145c1abcda45ff65f0d7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-09T22:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9605af46a99a6b62f133863782bef8cd45ab2245",
"body": null,
"is_bot": false,
"headline": "Updated options in the README",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-09T18:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "246420cb66eb245c0a612785869a28e62f7034c2",
"body": "More autolinks fixed (For #82)",
"is_bot": false,
"headline": "Merge pull request #91 from ralsina/fix/autolinks",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-09T15:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fd1890c0c381969b0ae42fd4df3f0b380f507bb",
"body": null,
"is_bot": false,
"headline": "Separated failing `mmmmailto:` test",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-09T15:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2f35b919b17f90c097a24f6216520228e08135d",
"body": null,
"is_bot": false,
"headline": "lint",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-09T15:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c74875190d2b2d39bf1b26a9f539b4bcc0b09c4a",
"body": null,
"is_bot": false,
"headline": "Support <IGNORE> properly with code from #90",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-09T12:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05840f6ce7628acc6aa8aeeb51fd0bf4d8a0f646",
"body": null,
"is_bot": false,
"headline": "Fix broken gfm test",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-08T21:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c7dfe6e4711b78fce653e5f3fc7160272a2d446",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T21:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6816cbc53f536fe7a464bc7c5ca6fbdc154e4da3",
"body": null,
"is_bot": false,
"headline": "Enable specs that pass when marked autolink",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T20:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce5d4a9603e6466be95b42788acd9c2a3e246b4",
"body": null,
"is_bot": false,
"headline": "Don't accept emails that start with /",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T20:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "981dcc4c714e28670a2f17c5a6cd36aa54dbb3b0",
"body": null,
"is_bot": false,
"headline": "Do not autolink inside image tags",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T20:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f16b51f711fc70ff30d7caf3c4eb4399dda528",
"body": null,
"is_bot": false,
"headline": "Handle correctly XMPP links",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T20:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3909c058bcb77ce02bf7c35acd79b2a8dbedc5b",
"body": null,
"is_bot": false,
"headline": "Handle correctly `'http://google.com'`",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T19:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f85a385132f85747e1c16c66b9f218cfa9abdbc",
"body": null,
"is_bot": false,
"headline": "Handle correctly underscaores in the last 2 components of URL domains",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T19:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2667110f33401810075743eb54fcbb44f8475b2e",
"body": null,
"is_bot": false,
"headline": "Reorg URL regexes using composition",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T18:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0642da04265160ae98e83eec9a8c647f81bb57f7",
"body": null,
"is_bot": false,
"headline": "Implement autolink domain validation according to spec",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T17:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df11418c0da478879094e4657659ce146d99ac2f",
"body": null,
"is_bot": false,
"headline": "Handle emojis en extended autolinks",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T17:04:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8219a8e2bee0e2e7b5a6d28f3fd7ab17413cd7c",
"body": null,
"is_bot": false,
"headline": "Handle empty string in autolink_cleanup",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T16:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0618074f24c115970b42c0ed4ef4c9b8696767e",
"body": "Implementing 'extended URL autolinks'",
"is_bot": false,
"headline": "Merge pull request #86 from ralsina/fix/autolinks",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-08T16:14:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95eeac00d4b80c05e4be0ce5cf3acb49588d5542",
"body": null,
"is_bot": false,
"headline": "Add autolink extension and re-enable autolink testcases",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-08T15:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7a43606298237acc1fbd36ef96b547a41c89349",
"body": null,
"is_bot": false,
"headline": "Consistency tweak",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T15:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76cc97e0cb36f141833458177129009f4e7a1a9b",
"body": null,
"is_bot": false,
"headline": "Implemented extended email autolinks",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T15:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee00e5e3210e5b4c69b5193fdb22b0026b5b6ff",
"body": null,
"is_bot": false,
"headline": "Implementing 'extended URL autolink'",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-08T15:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d91ac83ae4bf59a0a3f80c39e28a8117feee80f9",
"body": "Fix failing table test (Fixes #87)",
"is_bot": false,
"headline": "Merge pull request #89 from ralsina/fix/table",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-08T15:38:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0b0dfd8e3f9e7f81d465603105e0239ebb20db4",
"body": null,
"is_bot": false,
"headline": "Formatting",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-08T15:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b11a1bee770080ee3153993b102a6262851d129",
"body": "…tructure are table rows",
"is_bot": false,
"headline": "Lines that are not empty and are not the beginning of a block-level s…",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-07T21:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7a6ce259acd747421cad3d6622018e8847c3a76",
"body": "Update CI",
"is_bot": false,
"headline": "Merge pull request #88 from icyleaf/nobody/update-ci",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-06T23:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ad0a5ca06a5d83f3214883faac61b998824a42f",
"body": "Code formatter job is covered by ameba.\nDon't build ameba release (CI not running that often)\nFormatting",
"is_bot": false,
"headline": "Update CI",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-06T22:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "310706856144f9971c685bbe27ff76d8abce147c",
"body": "Implement part of the autolinks spec",
"is_bot": false,
"headline": "Merge pull request #85 from ralsina/fix/autolinks",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-05-05T20:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0c471469563a0d05abe5ad5fd9b174c241930d0",
"body": null,
"is_bot": false,
"headline": "Enable passing test",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-05T20:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "180b8b03cd8ab924f010c952b607c89b148b4bbc",
"body": null,
"is_bot": false,
"headline": "Enable passing test",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-05T20:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168441c2d9901becb6b9a33d807f408bae865bae",
"body": null,
"is_bot": false,
"headline": "Handle trailing punctuation on www autolinks",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-05T20:39:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c62f622676dda7fd1a6494b1b55e993bc1378174",
"body": "…beyond the domain",
"is_bot": false,
"headline": "Handle autolinks not at beginning of line and support URL components …",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-05T20:34:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a086e998dfb44a299f4df59dd53afeaea8abbc94",
"body": null,
"is_bot": false,
"headline": "Add autolinking for URLs that start with www",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-05-05T20:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5832b094552cc57e2c98061da86818abe476991",
"body": "Do not use question mark in `Utils.timer`'s parameter",
"is_bot": false,
"headline": "Merge pull request #83 from HertzDevil/patch-2",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-03-25T14:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72710e353430cf8f73a807add6a7233fcfacf2f9",
"body": "This is now warned by crystal-lang/crystal#12197.",
"is_bot": false,
"headline": "Do not use question mark in `Utils.timer`'s parameter",
"author_name": "Quinton Miller",
"author_login": "HertzDevil",
"committed_at": "2025-03-25T13:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cffde0390367fd150f740ae1bbe1b4d1a01f9f50",
"body": "Fix large numbers failing to be parsed as starts of lists",
"is_bot": false,
"headline": "Merge pull request #81 from icyleaf/nobody/issue-80",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2025-03-13T01:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "985bba6404b37a187a0bc55a679612e6a30b4e7b",
"body": null,
"is_bot": false,
"headline": "Fix large numbers failing to be parsed as starts of lists",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-03-12T17:44:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9891cffb2c6ae27f4b23003f8363cd5f8d87e305",
"body": "Enable passing table specs",
"is_bot": false,
"headline": "Merge pull request #79 from icyleaf/nobody/fixes",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2025-03-10T08:56:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7291a6d621fd94b6420ec17edf07d7da1e21d02",
"body": null,
"is_bot": false,
"headline": "Enable passing table specs",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-03-09T19:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e198c2c45f88a8b8c44f340b6954e837243d928",
"body": "Fix pipe escaping in table cells",
"is_bot": false,
"headline": "Merge pull request #76 from ralsina/fix-escaping",
"author_name": "Margret Riegert",
"author_login": "nobodywasishere",
"committed_at": "2025-03-07T16:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8247671fe96bf3cd2d36fc630cf9eb189d569462",
"body": null,
"is_bot": false,
"headline": "Fix pipe escaping in table cells",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-03-07T16:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c8c50e6c4b316c2332ffbc5479b3c99a9cac10e",
"body": null,
"is_bot": false,
"headline": "Updated with table methods",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-03-04T18:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffb55f7083a4bc8755410df24cf4fa1aee769d55",
"body": null,
"is_bot": false,
"headline": "Add abstract methods for all node visitors",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-03-04T18:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "592db70b8014efdadc2501f0f1ee3d77aa26ae47",
"body": "Co-authored-by: Margret Riegert <margret@eowyn.net>",
"is_bot": false,
"headline": "Update shard.yml",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2025-03-03T06:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b9ad204b64a5b545503f9034b5abd2f065ae46f",
"body": "Co-authored-by: Margret Riegert <margret@eowyn.net>",
"is_bot": false,
"headline": "Update README.md",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2025-03-03T06:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "878f2c1f9cdb61f163d10cf3bf6fc4cd1eefdba2",
"body": null,
"is_bot": false,
"headline": "Update 0.6.0 changelog",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2025-03-02T09:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4f49edb67bb80b99069a43c08df15808061bafa",
"body": "Build ameba linter on pr to fix permission issue",
"is_bot": false,
"headline": "Merge pull request #73 from icyleaf/fix/ingore-ameba-on-pr",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2025-03-02T04:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3810cb08b10d54f0e0a7c2422e19bed9166fce6",
"body": "…issue on PR",
"is_bot": false,
"headline": "chore: split github action job, build ameba linter to fix permission …",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2025-03-02T03:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e977367d101820ea613a1af6e01c9fd30feb198",
"body": "Table support",
"is_bot": false,
"headline": "Merge pull request #72 from ralsina/table-support",
"author_name": "icyleaf",
"author_login": "icyleaf",
"committed_at": "2025-02-28T01:24:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "023c52fb8e42263548583c0ae14cb789ffc1cb71",
"body": null,
"is_bot": false,
"headline": "lint",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-24T21:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e3d2869294e924ae894c9afac3ba3310e9595ff",
"body": null,
"is_bot": false,
"headline": "Remove stupid code",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-24T19:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99fe6cc5519faade9cc447482f01aad00926f843",
"body": null,
"is_bot": false,
"headline": "Remove stupid code",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-24T19:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c305f8dd626587919fd1734eb2118001af575f6a",
"body": null,
"is_bot": false,
"headline": "Document the table parser",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-24T16:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95c63141cb28fcd85f863113878ddcd8c2c96769",
"body": null,
"is_bot": false,
"headline": "Fix cornercase of rows ending in '\\|'",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-24T16:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1c59d8584cc294d4623a43b98274d2cf0edb52c",
"body": null,
"is_bot": false,
"headline": "Added FIXME for corner case in parsing",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-24T15:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28636a8410fa41dc96bc4c3083ee38d52f3f35ae",
"body": null,
"is_bot": false,
"headline": "original_text is not needed anymore",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-24T15:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91b3a81cc37bff34a2db9470aac3ed49050945c8",
"body": null,
"is_bot": false,
"headline": "original_text is not needed anymore",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-24T15:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56645b835a2ceca78902dc0d78bde4877556bb06",
"body": null,
"is_bot": false,
"headline": "Simplified code",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-24T15:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2e857aba77366bd934b628cbe341a394b4f7490",
"body": null,
"is_bot": false,
"headline": "Only parse tables when in gfm mode",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-24T15:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9fd50b4bcd1a24d60d34fcb7ac37f3f6270f83b",
"body": null,
"is_bot": false,
"headline": "Use constants for table splitting regexes",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-24T14:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb5af9020bd38f15967a69c23cd2ce8b7504dd7a",
"body": null,
"is_bot": false,
"headline": "The 'column alignment' test passes",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T17:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa313a9e2dbe08c3d19d9719f1df4a3a73ae02f9",
"body": null,
"is_bot": false,
"headline": "The 'table separated from paragraph' test passes",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T17:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcfb0da6e8701bede76fe9683f7310c71fa7069a",
"body": null,
"is_bot": false,
"headline": "The 'oddly-formatted markers' test passes",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T17:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6604bbbee6dbc812a4e9f45169a42e9db650f9f",
"body": null,
"is_bot": false,
"headline": "The 'simpler table' test passes",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T17:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0e19d4f32ebb0dfff41ee62d5e327ac4d021eb5",
"body": null,
"is_bot": false,
"headline": "Support tables without leading |, fix regression",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T17:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "026e9b6a7768bfb30f00b0012227a18a94dcfe0a",
"body": null,
"is_bot": false,
"headline": "Some comments on the table parser",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T16:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41830654aa4c4d36a142b7f0d6aa97f8cba3d37c",
"body": null,
"is_bot": false,
"headline": "Fix regression",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T16:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0dbedc4ad134e00ccaa41ae4522d5505787114",
"body": null,
"is_bot": false,
"headline": "Improved support for non-leading | tables",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T16:28:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65d04e6331835338da5941a6865ce487cf6292fa",
"body": null,
"is_bot": false,
"headline": "Remove debugging",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T15:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99fc20b47847d8d1a41a9481a10173cfdbaada2a",
"body": null,
"is_bot": false,
"headline": "Separate match and match_continuation functions",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T15:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c07366d27a6e32fb760b1e62bd7d37feffe93a2a",
"body": null,
"is_bot": false,
"headline": "comment",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T15:41:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed74faaf59f3ce84a2511234cec5ef67e5636011",
"body": null,
"is_bot": false,
"headline": "Proper regex to detect header separator",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T15:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdf77d067bac8f80178612a51dc54315ac395092",
"body": null,
"is_bot": false,
"headline": "Test 'Interaction with emphasis' passes",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T15:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa2a8453cdfd604ba9932285a063330813dbdf7b",
"body": null,
"is_bot": false,
"headline": "Test 'Sequential cells' passes",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T15:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aae1fd0712bed8ac039bb31ff8f9470b84433d66",
"body": null,
"is_bot": false,
"headline": "Test 'Reference-style links' passes",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T15:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47cc04f8f28407546ed91f5ca9a5007afd7229a0",
"body": null,
"is_bot": false,
"headline": "Test 'Embedded HTML' passes",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T15:14:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a809264241381ab61f882f209cf7d820aa92079c",
"body": "…caping | within code tags",
"is_bot": false,
"headline": "Escaped pipes work. It seems there is a discrepancy where markd is es…",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T15:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40283cd94ed2bfe4208f63f49b160693b50decc6",
"body": "…ave the traling |",
"is_bot": false,
"headline": "Make uneven-sized rows test pass. Added support for rows that don't h…",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T14:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca93db43335c4e370dd76433ab17803cd5d3b940",
"body": null,
"is_bot": false,
"headline": "Ameba fixes",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T14:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3caf9966cc17a18870a3f16cc8b5d9515b0df1",
"body": null,
"is_bot": false,
"headline": "Make 'same number of cells on each row' test pass",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T14:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b889d8281c2e3487230ae1f6082455cd7f598652",
"body": null,
"is_bot": false,
"headline": "Make 'space at the end of a row' test pass",
"author_name": "Roberto Alsina",
"author_login": "ralsina",
"committed_at": "2025-02-23T14:27:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 2,
"latest_release_at": "2026-07-14T00:50:57Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 12,
"active_weeks_last_year": 2,
"days_since_latest_release": 12,
"mean_days_between_releases": 336.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": []
},
"popularity": {
"forks": 35,
"stars": 126,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2017-09-12",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-03-13",
"count": 1
},
{
"date": "2018-05-01",
"count": 1
},
{
"date": "2019-03-01",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-09-07",
"count": 1
},
{
"date": "2019-09-11",
"count": 1
},
{
"date": "2019-10-08",
"count": 1
},
{
"date": "2020-01-22",
"count": 1
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-11-06",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-10-09",
"count": 1
},
{
"date": "2021-12-05",
"count": 1
},
{
"date": "2022-01-09",
"count": 1
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-05-02",
"count": 1
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-10-01",
"count": 1
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-04-16",
"count": 1
},
{
"date": "2023-04-30",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-12-04",
"count": 1
},
{
"date": "2025-01-11",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
},
{
"date": "2025-10-02",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
}
],
"complete": true,
"collected": 34,
"total_forks": 35
},
"star_history": null,
"open_issues_and_prs": 10
},
"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": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 64,
"open_issues": 8,
"closed_ratio": 0.714,
"closed_issues": 20,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "icyleaf",
"commits": 239,
"avatar_url": "https://avatars.githubusercontent.com/u/17814?v=4"
},
{
"type": "User",
"login": "ralsina",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/1579?v=4"
},
{
"type": "User",
"login": "straight-shoota",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/466378?v=4"
},
{
"type": "User",
"login": "nobodywasishere",
"commits": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/32797552?v=4"
},
{
"type": "User",
"login": "asterite",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/209371?v=4"
},
{
"type": "User",
"login": "HertzDevil",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/1361918?v=4"
},
{
"type": "User",
"login": "zw963",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/549126?v=4"
},
{
"type": "User",
"login": "bdtomlin",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/25921?v=4"
},
{
"type": "User",
"login": "jsoref",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2119212?v=4"
},
{
"type": "User",
"login": "Nephos",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/979584?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.518
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.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": 1,
"reason": "1 out of 7 merged PRs checked by a CI test -- score normalized to 1",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 contributing companies or organizations",
"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": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 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": null,
"reason": "no releases found",
"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": "9db69c0aba807d6186903a0b5fcadc1450bc2be4",
"ran_at": "2026-07-26T16:53:22Z",
"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-14T00:51:00Z",
"oldest_open_prs": [
{
"number": 69,
"created_at": "2025-02-11T13:54:01Z",
"last_comment_at": "2025-05-11T13:22:53Z",
"last_comment_author": "zw963"
},
{
"number": 78,
"created_at": "2025-03-07T19:43:15Z",
"last_comment_at": "2026-02-23T15:56:39Z",
"last_comment_author": "ralsina"
}
],
"last_merged_pr_at": "2026-07-14T00:48:23Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 4,
"created_at": "2017-07-13T03:31:58Z",
"last_comment_at": "2026-02-23T13:10:40Z",
"last_comment_author": "ralsina"
},
{
"number": 53,
"created_at": "2023-04-09T07:57:00Z",
"last_comment_at": "2025-05-13T11:59:05Z",
"last_comment_author": "ralsina"
},
{
"number": 54,
"created_at": "2023-04-09T08:21:12Z",
"last_comment_at": "2025-05-15T08:06:32Z",
"last_comment_author": "devnote-dev"
},
{
"number": 55,
"created_at": "2023-04-09T08:43:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2023-04-09T09:15:15Z",
"last_comment_at": "2025-02-22T16:36:22Z",
"last_comment_author": "ralsina"
},
{
"number": 68,
"created_at": "2025-01-20T10:44:19Z",
"last_comment_at": "2025-02-24T14:26:07Z",
"last_comment_author": "ralsina"
},
{
"number": 77,
"created_at": "2025-03-07T16:31:40Z",
"last_comment_at": "2025-03-14T00:08:55Z",
"last_comment_author": "ralsina"
},
{
"number": 92,
"created_at": "2025-05-09T17:02:24Z",
"last_comment_at": "2025-05-24T15:43:16Z",
"last_comment_author": "ralsina"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/icyleaf/markd",
"host": "github.com",
"name": "markd",
"owner": "icyleaf"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 51 is calibrated to 51 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 51,
"calibrated": 51,
"calibration": "2026-08-02"
}
}
],
"value": 51,
"inputs": {
"security": 41,
"vitality": 54,
"community": 50,
"governance": 64,
"calibration": "2026-08-02",
"engineering": 50,
"ai_readiness": 14,
"weighted_overall_raw": 51
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 54,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 12,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 12 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 84,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 12,
"mean_days_between_releases": 336.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 12 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~336.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 336.1
}
}
],
"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": "exceptional",
"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": 21,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 21 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 21
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"forks": 35,
"stars": 126,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "126 stars",
"points": 34,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 126
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "35 forks",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 35
}
}
],
"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,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": 64,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 20,
"top_contributor_share": 0.518
},
"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 52% of commits",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 52
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"merged_prs": 64,
"open_issues": 8,
"closed_issues": 20,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.714,
"closed_unmerged_prs": 4,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "71% of issues closed",
"points": 30,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 71
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "64/68 decided PRs merged",
"points": 28.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 64,
"decided": 68
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 68,
"inputs": {
"followers": 439,
"owner_type": "User",
"is_verified": null,
"owner_login": "icyleaf",
"public_repos": 154,
"account_age_days": 6578
},
"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": "439 followers of icyleaf",
"points": 19,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 439,
"login": "icyleaf"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "154 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 154
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 50,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "1 out of 7 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"crystal",
"markdown",
"commonmark",
"gfm",
"markdown-flavors"
],
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": "weak",
"name": "Security",
"value": 41,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"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": "1 out of 7 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 13
},
"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": "critical",
"name": "AI Readiness",
"value": 14,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.21,
"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": "21 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "critical",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"primary_language": "Crystal",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Crystal without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Crystal"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [],
"labels": [],
"scores": {},
"primary": null,
"evidence": [],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T16:53:44.417189Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/icyleaf/markd.svg",
"full_name": "icyleaf/markd",
"license_state": "standard",
"license_spdx": "MIT"
}