JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"crystal",
"testing"
],
"is_fork": false,
"size_kb": 147,
"has_wiki": true,
"homepage": null,
"languages": {
"Crystal": 68274,
"Makefile": 138
},
"pushed_at": "2026-07-09T14:37:53Z",
"created_at": "2015-02-27T09:52:03Z",
"owner_type": "User",
"updated_at": "2026-07-23T18:49:12Z",
"description": "Test Unit for the Crystal programming language",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Crystal",
"significant_languages": [
"Crystal"
]
},
"owner": {
"blog": null,
"name": "Julien Portalier",
"type": "User",
"login": "ysbaddaden",
"company": "Crystal, Ruby, JavaScript",
"location": "Amiens, France",
"followers": 281,
"avatar_url": "https://avatars.githubusercontent.com/u/47380?v=4",
"created_at": "2009-01-17T23:08:44Z",
"is_verified": null,
"public_repos": 93,
"account_age_days": 6398
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2026-03-02T15:14:12Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-03-02T15:14:09Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-03-02T15:14:04Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-03-02T15:13:59Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2023-12-18T11:54:06Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2023-10-28T16:10:05Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2023-10-28T16:09:20Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-03-11T23:21:07Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2021-03-26T17:11:31Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2019-09-24T08:20:57Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2018-10-20T13:54:24Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2018-05-27T16:35:06Z"
},
{
"tag": "v0.3.6",
"kind": "patch",
"published_at": "2017-11-07T14:04:59Z"
},
{
"tag": "v0.3.5",
"kind": "patch",
"published_at": "2017-11-07T14:04:30Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2016-05-17T20:57:00Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2016-05-17T20:56:44Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2016-03-23T11:04:34Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2016-01-24T22:24:36Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2016-01-11T14:10:27Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2015-12-13T19:18:36Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2015-12-13T19:17:30Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2015-09-19T15:30:50Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2015-09-07T14:21:30Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2015-08-03T22:17:23Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2015-05-31T14:21:25Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2015-05-23T16:52:33Z"
}
],
"recent_commits": [
{
"oid": "5d5cbdded34c2fa13745df2ebec26345b8cc045e",
"body": null,
"is_bot": false,
"headline": "fix: format",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-07-09T14:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3183078a5a151c3d1f8114f8297438e1157f860",
"body": null,
"is_bot": false,
"headline": "Add benefits to README",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-07-09T14:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a2aa5ab1dd5f2052ba06260766e700128e36a67",
"body": "Spec suites are expected to use `expect` instead. To ease upgrades, you\ncan still explicitly pollute `Object`:\n\n```\nclass Object\n include Minitest::Expectations\nend\n```",
"is_bot": false,
"headline": "Breaking: drop mt_no_expectations compilation flag",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-07-09T14:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d9ccca1eb834568c02350073ce04207f7216467",
"body": null,
"is_bot": false,
"headline": "Prefer expect() syntax over polluting Object",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-07-09T14:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8a904455ba7a0655753cd2b9fe33e42e1126efa",
"body": "It defaults to `ENV[\"CRYSTAL_WORKERS\"]` or the number of available\nlogical CPUs. We can still specify the option to fix the number of\nworkers (for example to 1 to disable parallelism).",
"is_bot": false,
"headline": "Breaking: --parallel is now the default",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-07-09T13:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22e1484391b734749cf209b80837b5b0011d72cc",
"body": "Both test suites require to compile an additional executable to test\nruntime filters. The issue is that the compilations happen synchronously\nand sequentially while the test program starts and prevent the rest of\nthe program from making any progress, and regardless of actual filters.\n\nWe now build the program once in the `setup` method, that will only be\ncalled when needed and can now run in parallel.",
"is_bot": false,
"headline": "Fix: focus_test and runnables_test block the test suite from starting",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-07-09T13:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b4ac43fa58b5e2f44725b9db73aa41101913bd",
"body": null,
"is_bot": false,
"headline": "Replace completed channel with a waitgroup",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-07-09T13:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ceca097f81ec8ccd064c7b6254f85bae2990a71",
"body": "This now requires execution contexts as of Crystal 1.19 for\nParallel#resize and ExecutionContext.default to be Parallel.",
"is_bot": false,
"headline": "Simplify MT: just resize the default context",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-07-09T13:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e4bc44ae4da106847003476efda2ac032abaa93",
"body": null,
"is_bot": false,
"headline": "Release: v1.6.2",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-07-09T13:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfa73ab025e1941314a07eec980949c1b43641b1",
"body": null,
"is_bot": false,
"headline": "Simplify worker channel",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-07-09T13:47:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c31078b9b9333c173b23383e08aaf6d39de85181",
"body": null,
"is_bot": false,
"headline": "Harmonize help message.",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-07-09T13:47:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d41b570f52e1b424aa5053dae88e2a1014e5bd1",
"body": null,
"is_bot": false,
"headline": "GHA: use install-crystal for ARM64 too",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2026-01-05T14:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecd9d164df7f8ea68c1e5d5e6a46768f340d191e",
"body": "fixup bfc73a6196129e59b6c05d49d69e542f83a5939f",
"is_bot": false,
"headline": "Fix: support unicode in spec focus",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-12-22T14:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678126f87b2f75b0bf02b0f92ff943fcaa01f498",
"body": null,
"is_bot": false,
"headline": "Release: v1.6.1",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-11-06T16:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8a0f73b09cc8e23fc6fb76eae9f8604febede3",
"body": null,
"is_bot": false,
"headline": "Fix: Resize default execution context on Crystal 1.18+",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-11-06T16:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b7a0b20651fe1bd9f102a34d80e2f84f846bed",
"body": null,
"is_bot": false,
"headline": "Release: v1.6.0",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-10-31T17:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7bee952ec401802617acb7c85b4f2402f594a0",
"body": null,
"is_bot": false,
"headline": "GHA: Git shall never reformat LF to CRLF",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-10-31T17:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e2741c3fdd968350331abc69f1723db2ee824e2",
"body": null,
"is_bot": false,
"headline": "fixup! Fix: specs on windows",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-10-31T15:56:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d75c6c5b4e7d13587753d4c3630a053fa02fe0",
"body": null,
"is_bot": false,
"headline": "fix typos",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-10-31T15:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b8daec101d15eb2d0a9eb965d445513ed94234",
"body": null,
"is_bot": false,
"headline": "fixup! Fix: specs on windows",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-10-31T15:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ba1f79049d69a4998dd6a08a62f76fd06678533",
"body": null,
"is_bot": false,
"headline": "GHA: disable fail-fast",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-10-31T15:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "034918db88541605cb74f7688271a50546e23dfa",
"body": null,
"is_bot": false,
"headline": "Resize default execution context on Crystal 1.18+",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-10-31T15:40:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fab27b57090c43de55e6e3d00dcf516d4ee89df",
"body": null,
"is_bot": false,
"headline": "Fix: specs on windows",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-10-31T15:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49b9ceca5b5f0ab033d7f349a26fd663d23d9080",
"body": null,
"is_bot": false,
"headline": "GHA: add linux/arm, macos and windows/intel runners",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-10-31T14:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29f5cee5309e70823553b4bb3efc90060e0c1d46",
"body": null,
"is_bot": false,
"headline": "Fix: use IO#reopen in capture_io helper",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-10-31T14:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb364a512cd70189d49aaab168d77b0accdedecc",
"body": null,
"is_bot": false,
"headline": "GHA: update runners",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-09-03T17:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f19caaaae365f8119d6e171d9809dc81c77751cd",
"body": null,
"is_bot": false,
"headline": "Support --color and --no-color",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-09-03T17:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79180a7c1615bc6de914e37d7c12604b92b5fdd0",
"body": null,
"is_bot": false,
"headline": "Release: v1.5.0",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-08-04T17:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98489f5656b0db4d6bec5182e67e29d76305c02d",
"body": null,
"is_bot": false,
"headline": "Makefile: use OPTS instead of TEST_ARGS",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-08-04T17:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01d736aefa718adc3e8d83cf81ed314f24db508f",
"body": null,
"is_bot": false,
"headline": "Add junit repoter (basic)",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-07-06T19:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85f8cdc73f4a34f101273ea4593872d97c5f175d",
"body": "It doesn't fix the assertion (no `Pointer#same?` methods), but at least\nit doesn't fail to compile on the unrelated \"no such method object_id\".\nOther object types than references can implement the `#same?` method.",
"is_bot": false,
"headline": "Fix: assert_same fails to compile when using pointers",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-05-07T12:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63753fc9d0554410c5a6e61835d9087dac296aef",
"body": null,
"is_bot": false,
"headline": "Release: v1.4.0",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-04-30T09:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01fefc9e80547bcf2cbab0aa5e1f20ccb7bcbe56",
"body": null,
"is_bot": false,
"headline": "Start a MT context when ExecutionContext is enabled",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2025-04-30T09:06:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6784d2b6d5cb5eef70cf507388814c3c46157cdd",
"body": null,
"is_bot": false,
"headline": "`crystal tool format`",
"author_name": "Johannes Müller",
"author_login": "straight-shoota",
"committed_at": "2025-03-16T13:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfc73a6196129e59b6c05d49d69e542f83a5939f",
"body": "Also replaces the generated class name to use `String#camelcase` instead\nof `#capitalize` which fixes the issue of `describe XML::DOM; end` to create\na class named `Xml::DomTest` when we expect `XML::DOMTest` so we can\nstill access types under the `XML` namespace (otherwise not found in `Xml`).",
"is_bot": false,
"headline": "Fix: support unicode in spec describe/it + fix rationale",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2024-11-11T11:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7114b04c3a2685358b35e2105df90ebfa8b48e38",
"body": null,
"is_bot": false,
"headline": "Release: v1.3.0",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-12-18T11:53:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d44384ade186e51c1153180eda6e2f0bcd6d5ca",
"body": "closes #50",
"is_bot": false,
"headline": "Fix: infinite recursion when invoking with --help",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-12-18T11:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "190b4656ca5648137cb3b18fd777cfb238250e1d",
"body": null,
"is_bot": false,
"headline": "Spec: let with type declaration",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-10-28T16:07:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "329a33ea54aff34fa7699566244377cd9c5972e3",
"body": null,
"is_bot": false,
"headline": "CI: add crystal tool format check",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-10-28T16:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b71e65174a46de1c7f0dfa15a7d8d4fdeea207b1",
"body": null,
"is_bot": false,
"headline": "Fix: ameba warnings + crystal tool format",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-10-28T16:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8cfbf8e906100b9dc6296fa0bfdf5599b6aa076",
"body": null,
"is_bot": false,
"headline": "Add type signature + reduce some complexity in minitest.cr",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-10-28T16:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "856b633ce6d1f78c5c7992fc6c1a4c55bcf3c1d0",
"body": null,
"is_bot": false,
"headline": "Release: v1.2.3",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-10-28T14:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d06c61ac8890782fc95ea88233a25f06a6156c18",
"body": "Only double colons (::) should be accepted and only in describe macros,\nso we can `describe Minitest::Spec` for example, while it doesn't make\nsense for methods.",
"is_bot": false,
"headline": "Fix: spec allows single colons (:) in describe and it macros",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-10-28T14:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e15f07ceb56e597a62fb073eb422e17db3a7dca4",
"body": "The diff algorithm is swapping a and b but wrongly reported reversed deltas.",
"is_bot": false,
"headline": "Fix: diff failure when actual was less lines than expected",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-10-28T14:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e280526e3349e8300ff21713b8b5d7366d8cbd2f",
"body": null,
"is_bot": false,
"headline": "New release: v1.2.2 (that one should be correct)",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-08-09T17:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77eca12bf92ec7cc1a131ac4f0ef65348c735b9e",
"body": null,
"is_bot": false,
"headline": "New release: v1.2.0",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-08-09T16:57:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "058cf061e7f17deaa8bf628af0da0585af1b974c",
"body": null,
"is_bot": false,
"headline": "Fix: cleanup unused @@mutex from Assertions",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-07-18T20:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0df0cb45232e80d1b12cc5de42b15efa388abcf",
"body": null,
"is_bot": false,
"headline": "Fix: PCRE2 error in test suite (invalid escape)",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-03-24T09:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6fa4200ed07946df06d3b7fc5523d84676b1240",
"body": null,
"is_bot": false,
"headline": "Release: v1.1.0",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-03-11T23:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9e93472ab9d7386f9ab1d82f3f1e03b89c23c76",
"body": null,
"is_bot": false,
"headline": "CI: update configuration",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-03-11T23:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "417eba72ecba6d093d7f9f95de1d4ebfe660a20a",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-03-11T23:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fbbf5fcb81c76daa6b41938de225f6a9941f58c",
"body": null,
"is_bot": false,
"headline": "Fix: runnables aren't shuffled in non-chaos mode",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-03-11T23:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83f2ca8f748ac760cb2454eab85e1ffa42e1b883",
"body": "Replaces a call to `Process` which allows diffs to work for interpreted\ncrystal in addition to compiled crystal. It also helps avoid a\ndependency on an external tool.\n\nThe diff tool was originally written by TSUYUSATO Kitsune (MakeNowJust).",
"is_bot": false,
"headline": "Implement diff algorithm to replace calls to external 'diff' tool",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-03-11T23:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb4da8e4ef98e91d34f0a8d917cd3fce8fca662b",
"body": null,
"is_bot": false,
"headline": "Fix: improve diff & disable Process for crystal interpreter",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-03-11T23:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4099e6a8f445a5326068c27a5397da8af41382d",
"body": "This should help writing custom assertions with custom messages.",
"is_bot": false,
"headline": "Add message() helper to wrap custom messages",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2023-03-11T23:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5929ca182f955e9f9e72d584699fae1361d0b118",
"body": "Oops. I forgot a commit and tagged the wrong one as v1.0.0.",
"is_bot": false,
"headline": "Release: v1.0.1",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2021-03-26T17:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "254a3e418c4ed3adccd37cea331794bac055fc27",
"body": null,
"is_bot": false,
"headline": "CI: test against MT",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2021-03-26T17:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0217a14c7e4f31c94385df59c124e187e809721c",
"body": null,
"is_bot": false,
"headline": "Relax shard crystal range for 1.0.0 support",
"author_name": "Max Fierke",
"author_login": "maxfierke",
"committed_at": "2021-03-26T17:00:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c52d1671b7e18ef6922f35130909c090c9af40c3",
"body": null,
"is_bot": false,
"headline": "Add GitHub Actions workflow",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2020-11-05T13:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b52e34584a68248e489aad9dfafd6235d4f3fce4",
"body": null,
"is_bot": false,
"headline": "Release: v0.5.1",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2020-04-07T14:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38f3239677b0402ae0fb3f2e798233c0efb57ccd",
"body": "In one case the compiler is wrong: the case is exhaustive. The other\ntwo cases are noise.",
"is_bot": false,
"headline": "Fix: shut up crystal exhaustive case warnings",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2020-04-07T14:26:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05075a69d42841141ab42b8ab932973371249b8b",
"body": "file and line are generic names and clash with the new File::Error#file property",
"is_bot": false,
"headline": "Fix compatibility with Crystal 0.34.0",
"author_name": "Brian J. Cardiff",
"author_login": "bcardiff",
"committed_at": "2020-04-07T14:26:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7331d8c260d739c1cf87a58fe6b662e8e981c7c",
"body": null,
"is_bot": false,
"headline": "Release: v0.5.0",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2019-09-24T07:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17bb2cfcab43464880f35a44c092c1909812500a",
"body": null,
"is_bot": false,
"headline": "Proper thread safety for capture_io (assert_silent, assert_output)",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2019-09-24T07:38:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2618302a26eaf4fe7230b41e5c2ebc354ff05c1e",
"body": null,
"is_bot": false,
"headline": "Fix: MT support (synchronization of Reporter#record)",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2019-09-23T15:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fff29b0a8f45ffe8031ecdab0bf566b9189d13c0",
"body": null,
"is_bot": false,
"headline": "Fix: rename 'threads' option to 'fibers' + crystal 0.31 compatibility",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2019-09-23T14:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcfdce7295ccee7f491783008d1fa3a0a9b54fbe",
"body": null,
"is_bot": false,
"headline": "Release: v0.4.3",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2019-06-30T13:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9105d94c9bc7e5dd4f1f87e575814d072cef253",
"body": null,
"is_bot": false,
"headline": "Fix: compatibility with recent crystal release",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2019-06-30T13:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06b40ad9a2c0fccc0241da1590e844304fe06775",
"body": null,
"is_bot": false,
"headline": "Release: v0.4.2",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-11-04T21:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d81944a4068feccc7e1ce4cabdf92ef37c060466",
"body": null,
"is_bot": false,
"headline": "Runnable integration tests (to avoid regressions)",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-11-04T21:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02383aec86eb88e494bb6397719db48c479e5448",
"body": null,
"is_bot": false,
"headline": "Fix: --name regression (since focus was introduced)",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-11-04T21:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10dab85325ad0b3fe54a33c373def5a450eb4400",
"body": null,
"is_bot": false,
"headline": "Release: v0.4.1",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-10-20T13:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7772ef21593bae156d15dc88a08919b2187e277",
"body": null,
"is_bot": false,
"headline": "Fix: Tempfile has been removed (Crystal 0.27.0)",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-10-20T13:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69b899e94bf45a9b5478f5f16b43b6af9d79ffbc",
"body": null,
"is_bot": false,
"headline": "Remove assert_silent/assert_output TODO",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-10-20T13:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723a4bf2738e41c8a04b032b06c582c171eab2c3",
"body": "This fixes local variable reference errors in assert_responds_to and refute_responds_to",
"is_bot": false,
"headline": "Fix responds to assertions (#33)",
"author_name": "Felix Bünemann",
"author_login": "felixbuenemann",
"committed_at": "2018-07-24T23:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f68a06356b51803dad5942d99cb2a3e2bdad4880",
"body": "\r\nSometimes we want to focus on specific ests, but can't easily\r\nfilter them. The `focus` macro enables to mark a test method to be\r\nrun, which will filter out other test methods for the test run.\r\nSpecs can use the `focus: true` argument to achieve the same.\r\n\r\nFor example:\r\n\r\n```crystal\r\nrequire \"minitest/autorun\"\r\nrequire \"minitest/focus\"\r\n\r\nclass MyTest < Minitest::Test\r\n focus def test_something\r\n end\r\nend\r\n\r\ndescribe \"MyTest\" do\r\n it \"something\", focus: true do\r\n end\r\nend\r\n```",
"is_bot": false,
"headline": "Add minitest/focus (#31)",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-06-29T06:45:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab16ff4989881d9e03b494837a70d0024258c5d0",
"body": null,
"is_bot": false,
"headline": "v0.4.0",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-05-27T15:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38470cfe291fe17a5d40b2e50e7994d02f07e202",
"body": "Uses Regex#inspect instead of Regex#to_s which will only print\nsomething like `/pattern/` instead of `(?imx:pattern)` for example.",
"is_bot": false,
"headline": "Fix: nicer print for pattern run option",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-05-27T15:52:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a43dbd33c3364c41d725a064bf28f67ed647564",
"body": null,
"is_bot": false,
"headline": "Add instance_of expectations",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-05-27T15:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a89275dd3d1f7165725ae36d72aba995431f9702",
"body": null,
"is_bot": false,
"headline": "Add capture_io, assert_silent and assert_output assertions",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-05-27T15:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e36f6672d250585cf7247c2017777f77a990eae",
"body": null,
"is_bot": false,
"headline": "Add instance_of assertions",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-05-26T14:55:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f37433e55128f753c2a75ff2fdb0e784a16995d",
"body": null,
"is_bot": false,
"headline": "Test on TravisCI (#29)",
"author_name": "Peter Leitzen",
"author_login": "splattael",
"committed_at": "2018-05-09T15:58:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc7d19a9b415ca9cd018609645b0a2d4bf29c8ab",
"body": null,
"is_bot": false,
"headline": "POSIX makefile",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-05-09T15:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0781cd4c8f2e4ef12eedd5c24e7728cd8dd9e9ac",
"body": "Refs https://github.com/crystal-lang/crystal/pull/6036",
"is_bot": false,
"headline": "Prefer `Tempfile#delete` over the dead alias",
"author_name": "Peter Leitzen",
"author_login": null,
"committed_at": "2018-05-09T15:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e6f7e56595e27d926e6583e37122480185ec8a",
"body": null,
"is_bot": false,
"headline": "Replace assert_raises(E) macro for a regular method (with free variable)",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2018-01-27T15:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa06342181c810699a02d33f68db78499284fbb5",
"body": null,
"is_bot": false,
"headline": "Bump VERSION to 0.3.6",
"author_name": "Patrick Elsen",
"author_login": "xfbs",
"committed_at": "2017-12-28T07:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbbbf6865efaee013fdf7163ec7f69e21507567a",
"body": null,
"is_bot": false,
"headline": "CHANGELOG: unreleased --chaos and --seed parameters",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2017-11-29T09:38:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d21ced9f8524a94214adc9f6ce3b67db1a45a670",
"body": "Add --seed for reproducible test runs (and --chaos)",
"is_bot": false,
"headline": "Merge pull request #15 from ysbaddaden/feature/reproducible-runs",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2017-11-29T09:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "320a439eb990b1cf4efc8143de11cefb4c368e1b",
"body": "Use a custom Random instance for shuffling tests, instead of relying\non the global `rand` which may be influenced by the application at\nruntime.",
"is_bot": false,
"headline": "Reproducible tests: use custom Random instance",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2017-11-28T14:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c31280ac9deee77aef991952cf3c8c6ab79a28d1",
"body": "Instead of always collecting all tests from all test suites then\nshuffling and running all tests, introduce a `--chaos` parameter to\nenable this feature on demand, along with --parallel. That is, on\ndemand absolute chaos.\n\nDefaults back to run each test suite in whatever order, then\nshuffling the tests for each suite. That is, less chaos.",
"is_bot": false,
"headline": "Introduce --chaos argument to shuffle everything",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2017-11-28T14:08:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f604398e8d5a7cf688e88aaab349aa628e3aa61",
"body": "Prints the random seed used to shuffle the test suite, allowing to\nreproduce test failures that stem from a certain execution order.",
"is_bot": false,
"headline": "Add --seed option for reproducible test runs",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2017-11-28T13:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cb0655335255ebbe9120cfcf58ced7bf67918b0",
"body": "Instead of collecting test suites, then shuffling tests in a test\nsuite, collect all tests for all test suites, then shuffle it all\nfor true chaos.",
"is_bot": false,
"headline": "Collect and run tests globally (not per test suite)",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2017-11-28T13:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f42e1f89c88f56e1d995befc3a9754f843917241",
"body": "Shuffle the tests in a suite so they're shuffled dynamically\nat runtime, not statically at compile time.",
"is_bot": false,
"headline": "Shuffle tests at runtime",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2017-11-28T13:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87e7d42fbfb2e8371b47a8b6699f38b66070715b",
"body": null,
"is_bot": false,
"headline": "Release: v0.3.6",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2017-11-07T13:50:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e877860cecf069fc79c47d0441ad150aba676454",
"body": null,
"is_bot": false,
"headline": "Measure time with monotonic clock",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2017-11-07T13:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fcb2dbba54d14ed693d76dfd6da2a4b220d1259",
"body": "This was removed from Crystal.\r\n\r\n* Remove macro def from src/test.cr",
"is_bot": false,
"headline": "Remove macro def (#23)",
"author_name": "Sijawusz Pur Rahnama",
"author_login": "Sija",
"committed_at": "2017-10-06T08:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e528eb983944c58e0ce884768d452b600ae3153e",
"body": null,
"is_bot": false,
"headline": "Process compatibility on Crystal > 0.23.1",
"author_name": "Martin Verzilli",
"author_login": null,
"committed_at": "2017-08-23T09:25:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "424552dd17a5e2c6b821fad3a4dc94b73d78d494",
"body": "Fix incorrect parameter order passed to assert_equal",
"is_bot": false,
"headline": "Merge pull request #20 from mirago/bugfix/must-equal-incorrect-order",
"author_name": "Julien Portalier",
"author_login": "ysbaddaden",
"committed_at": "2017-06-14T16:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3062707b89a138ccbf98de1a56788a8cde7b0420",
"body": null,
"is_bot": false,
"headline": "Fix incorrect parameter order passed to refute_equal",
"author_name": "mirago",
"author_login": null,
"committed_at": "2017-06-14T11:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6556eb8f054c5582b6a5a299189ca4243e8d4f2d",
"body": null,
"is_bot": false,
"headline": "Fix incorrect parameter order passed to assert_equal",
"author_name": "mirago",
"author_login": "dsazup",
"committed_at": "2017-06-13T22:08:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 26,
"commits_last_year": 29,
"latest_release_at": "2026-03-02T15:14:12Z",
"latest_release_tag": "v1.6.1",
"releases_from_tags": false,
"days_since_last_push": 17,
"active_weeks_last_year": 7,
"days_since_latest_release": 146,
"mean_days_between_releases": 261.3
},
"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": 15,
"stars": 153,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2015-12-20",
"count": 1
},
{
"date": "2016-03-26",
"count": 1
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2017-05-07",
"count": 1
},
{
"date": "2017-05-16",
"count": 1
},
{
"date": "2017-05-23",
"count": 1
},
{
"date": "2017-08-23",
"count": 1
},
{
"date": "2017-09-27",
"count": 1
},
{
"date": "2018-01-06",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2022-03-06",
"count": 1
},
{
"date": "2023-03-12",
"count": 1
},
{
"date": "2025-03-15",
"count": 1
}
],
"complete": true,
"collected": 15,
"total_forks": 15
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"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": 0,
"merged_prs": 25,
"open_issues": 1,
"closed_ratio": 0.957,
"closed_issues": 22,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ysbaddaden",
"commits": 171,
"avatar_url": "https://avatars.githubusercontent.com/u/47380?v=4"
},
{
"type": "User",
"login": "akzhan",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/112516?v=4"
},
{
"type": "User",
"login": "brandonzylstra",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9854?v=4"
},
{
"type": "User",
"login": "bcardiff",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/459923?v=4"
},
{
"type": "User",
"login": "dmitryrck",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/53300?v=4"
},
{
"type": "User",
"login": "felixbuenemann",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/909587?v=4"
},
{
"type": "User",
"login": "straight-shoota",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/466378?v=4"
},
{
"type": "User",
"login": "maxfierke",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/354236?v=4"
},
{
"type": "User",
"login": "xfbs",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/786420?v=4"
},
{
"type": "User",
"login": "splattael",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/28908?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.94
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.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": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"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 0/30 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": 9,
"reason": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"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": "5d5cbdded34c2fa13745df2ebec26345b8cc045e",
"ran_at": "2026-07-26T16:53:07Z",
"aggregate_score": 3.9,
"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-20T09:16:50Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-09-03T17:19:35Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 54,
"created_at": "2026-03-02T15:27:40Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ysbaddaden/minitest.cr",
"host": "github.com",
"name": "minitest.cr",
"owner": "ysbaddaden"
},
"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": 39,
"vitality": 63,
"community": 49,
"governance": 55,
"calibration": "2026-08-02",
"engineering": 53,
"ai_readiness": 23,
"weighted_overall_raw": 51
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 63,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 29,
"human_commit_share": 1,
"days_since_last_push": 17,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 17 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 17
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "29 commits in the last year",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 29
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 74,
"inputs": {
"releases_count": 26,
"latest_release_tag": "v1.6.1",
"releases_from_tags": false,
"days_since_latest_release": 146,
"mean_days_between_releases": 261.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 146 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 146
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~261.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 261.3
}
}
],
"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": 26,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 26 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 26
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"forks": 15,
"stars": 153,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "153 stars",
"points": 35.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 153
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "15 forks",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 15
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"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": 55,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.94
},
"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 94% of commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"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": "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": 74,
"inputs": {
"merged_prs": 25,
"open_issues": 1,
"closed_issues": 22,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.957,
"closed_unmerged_prs": 6,
"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": "96% of issues closed",
"points": 40.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 96
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "25/31 decided PRs merged",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 25,
"decided": 31
}
}
],
"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": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 66,
"inputs": {
"followers": 281,
"owner_type": "User",
"is_verified": null,
"owner_login": "ysbaddaden",
"public_repos": 93,
"account_age_days": 6398
},
"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": "281 followers of ysbaddaden",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 281,
"login": "ysbaddaden"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "93 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 93
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"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": 53,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"crystal",
"testing"
],
"has_wiki": true,
"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": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 39,
"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": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.9
},
"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": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 0/30 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": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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. 1 match(es) from contributors below the commit-weight threshold (fewer than 50 commits and under 10% of sampled commits) are recorded for review and do not affect the score.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1
}
}
],
"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": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"assessed_self_published_locations": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match; 1 match(es) below the commit-weight threshold (<50 commits and <10% of commits), review-only",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1,
"share": 10,
"commits": 50
}
}
],
"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": 23,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.23,
"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": "23 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"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": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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:17.688719Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/y/ysbaddaden/minitest.cr.svg",
"full_name": "ysbaddaden/minitest.cr",
"license_state": "standard",
"license_spdx": "MIT"
}