Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1086,
"has_wiki": true,
"homepage": "http://flori.github.com/term-ansicolor",
"languages": {
"Ruby": 81543
},
"pushed_at": "2026-03-07T00:56:18Z",
"created_at": "2009-07-23T00:28:24Z",
"owner_type": "User",
"updated_at": "2026-07-14T10:34:31Z",
"description": "ANSI color formatting for terminal output in Ruby",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "Florian Frank",
"type": "User",
"login": "flori",
"company": null,
"location": "Berlin, Germany",
"followers": 136,
"avatar_url": "https://avatars.githubusercontent.com/u/15918?v=4",
"created_at": "2008-07-03T14:17:21Z",
"is_verified": null,
"public_repos": 124,
"account_age_days": 6592
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.11.3",
"kind": "patch",
"published_at": "2025-09-11T12:40:32Z"
}
],
"recent_commits": [
{
"oid": "e64ada93d03c507ed23152b17e98575f6a9cbce1",
"body": "- Update `term-ansicolor.gemspec` to use `rubygems_version` **4.0.3**.\n- Raise minimum `gem_hadar` dependency to **2.17.0**.",
"is_bot": false,
"headline": "Bump rubygems_version and gem_hadar dependency",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-03-07T00:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd250456f925de413ac3d44af97ad88d26e7a5b2",
"body": null,
"is_bot": false,
"headline": "Add .yardoc to gitignore and Rakefile",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-01-02T00:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a81a546cab4469419096c3c7a011232b31fd8ff",
"body": "…rategy\n\n- Added `openssl-dev` to the list of packages installed in the\n Dockerfile\n- Changed `bundle update` command to `bundle update --all` for more\n comprehensive dependency updates",
"is_bot": false,
"headline": "Update Docker image with additional dependencies and bundle update st…",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-01-01T23:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e79d87af2982474c6e487861a97d1bc9d5e59af6",
"body": "- Added `ruby:4.0-alpine` image configuration to `.all_images.yml` for\n CI testing\n- Maintains existing Ruby version support (3.4, 3.3, 3.2) alongside the\n new version\n- Enables testing against the latest Ruby **4.0** runtime in CI pipeline",
"is_bot": false,
"headline": "Add Ruby **4.0** support to CI configuration",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-01-01T23:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9b9f7c66f3250bca89025edbf20f53dbfe57d3f",
"body": "- Updated `rubygems_version` from **3.6.9** to **4.0.2** to ensure\n compatibility with newer RubyGems features\n- Bumped `gem_hadar` development dependency from version **~> 2.4** to\n **>= 2.16.3** for improved development tooling",
"is_bot": false,
"headline": "Update gem dependencies and RubyGems version requirement",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-01-01T23:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1876b9fca35a30f3d4c9700dfc7850824da3528b",
"body": "- Added `changelog` block with `filename` set to `'CHANGES.md'` to\n enable automated changelog generation\n- This allows for better release management and tracking of changes\n between versions\n- The changelog will be generated using the **GemHadar** gem's built-in\n functionality\n- Users can now easily maintain and publish release notes for each\n version\n- The changelog file will be created in the project root directory as\n `CHANGES.md`",
"is_bot": false,
"headline": "Add changelog generation support to the Rakefile",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-01-01T23:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46768edf95dea4007ffeb73c9fdfd67e9ca45005",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T12:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6729fb9350a0e7a082c6f73fb1449ac29d229e7",
"body": "- Updated `VERSION` file from **1.11.2** to **1.11.3**\n- Modified `lib/term/ansicolor/version.rb` to reflect version **1.11.3**\n- Updated gemspec file to specify version **1.11.3** instead of **1.11.2**",
"is_bot": false,
"headline": "Update version to **1.11.3** across all configuration files",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T12:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "699bd2f47c732b907d34166b48a904e32e1861ca",
"body": "- Updated `tins` dependency from `~>1.0` to `~>1` in both `Rakefile` and\n `term-ansicolor.gemspec`\n- Updated `all_images` development dependency from `~> 0.8` in\n `Rakefile` and added it as a development dependency in\n `term-ansicolor.gemspec`\n- Updated `gem_hadar` development dependency from `~>\n[…]\n> 2.4` in `term-ansicolor.gemspec`\n- Replaced manual `simplecov` setup with `GemHadar::SimpleCov.start` in\n `tests/test_helper.rb` # Please enter the commit message for your\n changes. Lines starting",
"is_bot": false,
"headline": "Update dependency versions and simplify test coverage setup",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T12:35:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54d846ade278d2f307e7fa01f4cc4c3271e2e98b",
"body": "- Updated `RUN gem install` command to include **bundler** and **gem_hadar**\n- Added `fail_fast: true` configuration option\n- Removed `ruby:3.0-alpine` from the images list",
"is_bot": false,
"headline": "Update gem installation and add fail_fast option",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T09:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc4117982ee2f140c7b4fb1be32771d5dd4447b",
"body": null,
"is_bot": false,
"headline": "Update Dockerfile and script to modernize dependencies and build process",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T09:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8e6178c76b0f483a7435e036df61357c00e0f9a",
"body": "- Changed `s.date` from **2024-09-13** to **1980-01-02**\n- Updated `s.rubygems_version` from **3.5.18** to **3.6.9**\n- Bumped `gem_hadar` development dependency from ~> **1.17.1** to ~> **2.3**",
"is_bot": false,
"headline": "Update gemspec with older date and updated dependency versions",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T09:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d55b9822c06c29f695be8928957879250ba58119",
"body": null,
"is_bot": false,
"headline": "Remove GitHub-specific files from ignore list",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T09:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80a003567a3c3487642eb447f3f4594de987ee2d",
"body": null,
"is_bot": false,
"headline": "Remove binary file detection configuration",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T09:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53af70df0d62fb1e59c8a448a9d06dca05fec35b",
"body": "- Update Dockerfile to only use `gem install gem_hadar` instead of\n updating Ruby version.\n- Remove outdated Ruby versions from `.all_images.yml`.",
"is_bot": false,
"headline": "Update RUBY_VERSION handling in Dockerfile and .all_images.yml",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-01-07T12:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac953686ec55b74fa63821f40605df72449e1e9e",
"body": null,
"is_bot": false,
"headline": "Changed the CHANGES.md",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-10-03T13:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf0a34f06e9198aaef112e33e8587536665e07c0",
"body": "to reflect its removal.\n\n* Removed `CHANGES` file\n* Updated `term-ansicolor.gemspec` to exclude `CHANGES` file from list\n of files.",
"is_bot": false,
"headline": "Removed obsolete CHANGES file and updated gemspec",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-09-13T22:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0829f8a1ab7019c6bd94c0f709bef3248a13ed1",
"body": "in Rakefile and term-ansicolor.gemspec.\n\n* Added `debug` and `all_images` as development dependencies.\n* Updated `gem_hadar` to **1.17.1**.\n* Updated `rubygems_version` to **3.5.18**.\n* Added `CHANGES.md` to the list of files in term-ansicolor.gemspec.",
"is_bot": false,
"headline": "Update dependencies and files",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-09-13T22:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f486ad7340f00a12feb16a9cd8219f897a5784ce",
"body": null,
"is_bot": false,
"headline": "Use markdown for CHANGES file",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-31T20:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85d3abaeda044ec2a038f6f192fa32227da1bb14",
"body": null,
"is_bot": false,
"headline": "Change wording",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-07T17:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d94cd7bfad84a62437834b87f06805e7f0841e8d",
"body": null,
"is_bot": false,
"headline": "Update gemspec",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-07T17:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2372f5c2f15ead467cd2bc9b578dd4ee6903027e",
"body": null,
"is_bot": false,
"headline": "Rename license file",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-07T16:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "214c4bf7d9dcfa3ddbbfb9a32e61e172a49eed47",
"body": "Fixes #41.",
"is_bot": false,
"headline": "Remove superflous require",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-04T14:16:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eac5eeac818951392a433724572c90ba9238badb",
"body": "even for ancient rubies. Fixes #38.",
"is_bot": false,
"headline": "Make library work with --enable-string-literal",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-01T19:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "429f14cca871fe6b422c06e353da5fe7226c83ca",
"body": null,
"is_bot": false,
"headline": "Add working URL, fixes #34",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-01T16:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eacafa23f36a38c7529f9b41db33fd24a7673e61",
"body": null,
"is_bot": false,
"headline": "Ignore some development files for pkg, fixes #37",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-01T16:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89e6ea719c93fa70feca7bc4dccc5623cb8b590d",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.11.0",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-01T16:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c9c96c58d65d1500a9d63bef57fe813b91fc646",
"body": null,
"is_bot": false,
"headline": "Refactor `parse_row` method to use more concise syntax",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-07-27T23:14:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9097e8e4bb0957fb6e9aa43fff93065df0e79f45",
"body": "…olors.\n\nThe changes were made to improve performance by reducing the number of\ncalculations required to find the nearest color for a given RGB value.\nThe `rgb_foreground_colors` and `rgb_background_colors` methods only\nreturn colors that match the specified options, which can help reduce\nthe amount of data that needs to be processed.",
"is_bot": false,
"headline": "Add memoized versions of `rgb_colors` for foreground and background c…",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-07-24T00:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88e60fe62d3a4e4900259736fe8129b62533d629",
"body": null,
"is_bot": false,
"headline": "Update term-ansicolor gemspec to use gem_hadar 1.16.1",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-07-23T23:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5286e554744c8bb7daacf5f6308bfdbff356aa74",
"body": null,
"is_bot": false,
"headline": "Use less map, mostly",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-07-23T23:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b47dcbf1cac660e4ce685b70d77d67eaac0dbb",
"body": "that draws a plasma effect on the console. The program accepts an\noptional parameter `-n`, which specifies the refresh interval in\nseconds. If this parameter is not provided, the program will exit after\none iteration.",
"is_bot": false,
"headline": "This adds a new executable called `term_plasma`",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-07-17T10:11:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "146ed6bd25c5525105a804a895f47c73465bafd9",
"body": "…0.5`.",
"is_bot": false,
"headline": "The dependency on the `mize` gem has been updated from `>= 0` to `~> …",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-07-15T14:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a482be6e4bdd7fd242d3f05f6892d2761928224",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-07-14T23:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95f68f02ee38227c7f9e905a5ee3a48d3d3d98ca",
"body": null,
"is_bot": false,
"headline": "Use clamp method",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-07-14T01:57:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f633c6ea9175a7c8870c9f0b70dbbc16353f7f85",
"body": null,
"is_bot": false,
"headline": "Doubles the display resolution",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-07-14T01:57:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2248d1a3887db49ee416f09d1f0e198bbfb91c9a",
"body": null,
"is_bot": false,
"headline": "Improve code and coverage",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-07-14T01:57:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b0e67a011bca70fc916c62f7d5b76f1462f14b3",
"body": null,
"is_bot": false,
"headline": "Document `term_snow` command.",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-28T21:38:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b93f00905919b18401ecfbdc840a1ccb6566327d",
"body": null,
"is_bot": false,
"headline": "Increase compactibiliy with older rubies",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-22T10:57:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7902aa06fe037c352ab80e2d05409f25095885e1",
"body": null,
"is_bot": false,
"headline": "Don't use these new and great features 😢",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-22T10:50:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de5da7d29dfe487e99306ff09218dc6a686be3e2",
"body": null,
"is_bot": false,
"headline": "Allow testing on ancient rubies, sigh",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-22T10:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d03bef24e14b35c61cc4809946e22f2482799d10",
"body": null,
"is_bot": false,
"headline": "Treat all direct colors the same",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-21T22:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2499427c2870b28aa543c9f7e52442f132a90e4d",
"body": null,
"is_bot": false,
"headline": "Fix wrong HTML code",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-21T22:30:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b33035c68f5d860db8160c6d8bf645b54db731d",
"body": "different types and colors. Also cleaning up some legacy code.",
"is_bot": false,
"headline": "Add support for overline and underline with",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-21T21:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "792d21a791814e69464a409df15c321a34958982",
"body": null,
"is_bot": false,
"headline": "Remove ordering hack for ruby < 1.9",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-21T19:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f842da04339556bec7dfb81fecc85cf376eb9e4",
"body": null,
"is_bot": false,
"headline": "Add some more codes for text",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-21T19:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f285f6057fde970bfb739f8c5c82d98e4f39f1c2",
"body": null,
"is_bot": false,
"headline": "Remove and use global config",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-19T07:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca864aee5db81a6bc26206a53864f8eec3f21caf",
"body": null,
"is_bot": false,
"headline": "Make grey color block more compact",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-19T07:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11fedb7b299f724395d83eab4ba31b8cea0fd960",
"body": null,
"is_bot": false,
"headline": "Add true color support",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-18T18:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e045a881ff1b360bad848b0eefeed039424b6af6",
"body": null,
"is_bot": false,
"headline": "Ignore errors.lst",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-18T04:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4fad88104d66e08d9c520a2d15da37939840b49",
"body": null,
"is_bot": false,
"headline": "Require test_helper",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-18T03:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d63719eeb389e41517a14ba31e214d0019b5db81",
"body": null,
"is_bot": false,
"headline": "Add .utilsrc",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-17T13:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c418c7ffbebd62e36d541e95f58a2fa6f310d38f",
"body": null,
"is_bot": false,
"headline": "Fix the wind, oops.",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-06-17T11:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d29bd375d02d5d73cbddb40b98c889d68e082a3e",
"body": null,
"is_bot": false,
"headline": "Add hyperlink support",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-04-13T22:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2760b2b20ce800dd865a2a699c5f3b580c1c3d8",
"body": null,
"is_bot": false,
"headline": "Add ruby 3.3",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-04-13T20:35:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3688f0476fb1c50795adfb88af89dfb153439092",
"body": null,
"is_bot": false,
"headline": "Use github as homepage",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-03-15T14:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77e79f4392afc4873731ce0e3c0ffba2a60d1b99",
"body": null,
"is_bot": false,
"headline": "Test ruby 3.2.0",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2022-12-28T14:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96de5b4c074cf3ba71b2f226a8e60df8a1f580ef",
"body": "Add development_dependency to utils.",
"is_bot": false,
"headline": "Do not require ruby, it's broken sometimes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2022-07-08T09:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ad4b6299d55c560b35e89f44158f13582628d26",
"body": null,
"is_bot": false,
"headline": "Use all_images instead of travis",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2022-04-26T22:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678eaee3e72bf51a02385fa27890e88175670dc0",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2019-01-18T09:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b21dcc0aa2e416309b32183ac25c1f87d4e4cb",
"body": null,
"is_bot": false,
"headline": "Fix term_display, oops",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2019-01-18T09:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "700e0f7ca49a385b2e7334625faa726bc2558260",
"body": "albeit reverse cannot be used directly on String objects.",
"is_bot": false,
"headline": "Add some more synonyms (conceal, reverse)…",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2018-11-02T10:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bab5eec0da6d406607974d5d52dce0219176246",
"body": null,
"is_bot": false,
"headline": "Add movement commands to Term::ANSIColor",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2018-11-02T10:02:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07120e4764605de44de6bb154d68c96c657add76",
"body": null,
"is_bot": false,
"headline": "Separate cubes by newlines",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2018-10-31T21:11:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6f8f0be53b245fd9d6f364f0bbee5e29c364b74",
"body": null,
"is_bot": false,
"headline": "Use license Apache 2.0 starting from version 1.6.0",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-04-13T11:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e26aed665738ad7ac0a827118632f8a58240cd0",
"body": null,
"is_bot": false,
"headline": "Implement HSL colors and a couple of cool methods",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-03-28T08:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4363bed6dc6917d0e7306782b26b7ea94c89c470",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.4.1",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-03-24T16:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "734281714ff67b0ef2127948f6b444fa5ea038f9",
"body": null,
"is_bot": false,
"headline": "Remove codeclimate stuff",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-03-24T16:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "193fe336fb447247f8bd3ecc558d24f5dbead9db",
"body": null,
"is_bot": false,
"headline": "Test on ruby 2.4.1",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-03-24T15:53:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c46ebd8f20e4d20aa6e0cddb3d39b043218b4b28",
"body": null,
"is_bot": false,
"headline": "Be more accurate for triple html colors",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-03-24T15:52:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1493026d7d4b03516006f264f6d8ea71f8a4de8",
"body": null,
"is_bot": false,
"headline": "Always return a string from yield",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-03-24T15:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "212f300fad04707682a56da0f3c0748970f41451",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2016-09-27T10:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "006ad22462acc45bf5a14fb43967a78b1a7e01d6",
"body": null,
"is_bot": false,
"headline": "Extend colorized strings with Term::ANSIColor",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2016-09-27T10:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be969eee39f7cc503eddaa9ddebb1d445b0c5f23",
"body": null,
"is_bot": false,
"headline": "Use newest gem_hadar",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2016-09-27T09:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d2038fac05f9c87bd8c47316d46be8b43c3d76",
"body": null,
"is_bot": false,
"headline": "Oops",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2015-11-13T10:58:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aeccb320c118c488fa1d59a7418500c1d01a0d3",
"body": null,
"is_bot": false,
"headline": "Use new travis infrastructure",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2015-11-13T10:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e2a152c54ed94c1b1d2aea08f5936a6a142d9dd",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of storage.gate.ping.de:/git/term-ansicolor",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2015-11-13T09:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a7dd706de736f6158b663a96296893d1a3137c",
"body": null,
"is_bot": false,
"headline": "Fix problems of previous 1.3.1 release",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2015-06-23T09:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d1668125120463602d969379c839240896ac5c7",
"body": null,
"is_bot": false,
"headline": "Specify supported ruby version 1.9",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2015-06-17T13:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6086b7fddf53c53f8022acc1920f435e65b5e51",
"body": null,
"is_bot": false,
"headline": "CodeClimate::TestReporter needs a newer ruby",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-07-05T21:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d830c56b635edceda1c3f7e81e6d1cee0658a45",
"body": null,
"is_bot": false,
"headline": "Stay 1.8 compatible",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-07-05T21:16:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eed0d92ec1248b4725b9dee668b355d247d1f116",
"body": null,
"is_bot": false,
"headline": "Adds codeclimate code coverage",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-07-05T21:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bdff14afbfbea01700ee4bb07b1a0ede8f3d128",
"body": null,
"is_bot": false,
"headline": "WIP",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-07-05T20:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5a1d86be5fe16c6f7607c5825e41edb9b27ef66",
"body": null,
"is_bot": false,
"headline": "Good bye…",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-07-05T11:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d1ab9ca39dd97641c49f1605de155b2a0e11767",
"body": null,
"is_bot": false,
"headline": "Hmm…",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-07-05T11:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff3ecc2eac79e4e036b789c0ad7f4a5c293f2a30",
"body": null,
"is_bot": false,
"headline": "Use minitest and add more rvm rubies",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-07-05T11:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96621e0873e661fc9219c1389ea48475d54d71de",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:flori/term-ansicolor",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-07-05T09:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc8d917f8676a5d1a71e4b8c32437c101b06ac2d",
"body": null,
"is_bot": false,
"headline": "Remove some duplication",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-07-05T08:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "687cb3ef6eb09053df9295967600ef91e8371c32",
"body": null,
"is_bot": false,
"headline": "Doesn't have to be a class",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-07-05T08:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26dfe830d8ccc0e00332c92ad0afafdf0c9f4f2d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of gate.dyna.ping.de:/git/term-ansicolor",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-07-05T08:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba883935cf528feb3fd4834a778b781cbf6357dc",
"body": null,
"is_bot": false,
"headline": "Rename with a prefix",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-06-11T20:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9db6d09c77391504408a90013cd82f265b95bc27",
"body": null,
"is_bot": false,
"headline": "Merge branch 'voxik-fix-copying'",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-05-12T20:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cb008263dcfae1b4e0b7e4ffca902a214934e1d",
"body": "… into voxik-fix-copying",
"is_bot": false,
"headline": "Merge branch 'fix-copying' of https://github.com/voxik/term-ansicolor…",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-05-12T20:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18bc2b1e28fe67163006e796f7a9454adc0684c4",
"body": null,
"is_bot": false,
"headline": "Change +x back",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-05-12T19:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0057633a0abe4a7ee0b0011da87c76e2d7a2556f",
"body": "…olor into voxik-fix-permissions",
"is_bot": false,
"headline": "Merge branch 'fix-permissions' of https://github.com/voxik/term-ansic…",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-05-12T19:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e6429d5e0df94c6d4c353245e84b49a0385319",
"body": null,
"is_bot": false,
"headline": "Add shebang",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-05-12T19:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9191b16cf4a445a17f0e0b86a5c255ab34c00d2",
"body": null,
"is_bot": false,
"headline": "Update the license file (mainly due to outdated FSF address).",
"author_name": "Vít Ondruch",
"author_login": "voxik",
"committed_at": "2014-03-03T11:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "018b475f337169c635d2c2009ab219d37280cf82",
"body": null,
"is_bot": false,
"headline": "Remove wrong executable bits.",
"author_name": "Vít Ondruch",
"author_login": "voxik",
"committed_at": "2014-03-03T10:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36a3e7c4e27e363b2b64ce06d99559a36c5f63b0",
"body": null,
"is_bot": false,
"headline": "Depend on tins-1.0.0",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-02-06T15:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ded49fa1ae7ca9bfaef68901fb26ca8407ed60d2",
"body": null,
"is_bot": false,
"headline": "Add some attribute aliases",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2013-06-26T09:11:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 14,
"latest_release_at": "2025-09-11T12:40:32Z",
"latest_release_tag": "v1.11.3",
"releases_from_tags": false,
"days_since_last_push": 136,
"active_weeks_last_year": 3,
"days_since_latest_release": 313,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "term-ansicolor",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/term-ansicolor",
"is_deprecated": false,
"latest_version": "1.11.3",
"repository_url": "http://github.com/flori/term-ansicolor",
"versions_count": 38,
"total_downloads": 94757422,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-07-25T17:49:59Z",
"latest_published_at": "2025-09-11T12:40:03.849000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 313
}
]
},
"popularity": {
"forks": 35,
"stars": 173,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2009-11-15",
"count": 1
},
{
"date": "2010-02-12",
"count": 1
},
{
"date": "2010-05-30",
"count": 1
},
{
"date": "2010-10-10",
"count": 1
},
{
"date": "2011-03-08",
"count": 1
},
{
"date": "2011-03-23",
"count": 1
},
{
"date": "2011-06-26",
"count": 1
},
{
"date": "2011-07-20",
"count": 1
},
{
"date": "2011-09-14",
"count": 1
},
{
"date": "2013-02-14",
"count": 1
},
{
"date": "2013-05-24",
"count": 1
},
{
"date": "2013-08-06",
"count": 1
},
{
"date": "2014-03-03",
"count": 1
},
{
"date": "2014-04-15",
"count": 1
},
{
"date": "2014-05-14",
"count": 1
},
{
"date": "2014-08-21",
"count": 1
},
{
"date": "2014-09-03",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-06-12",
"count": 1
},
{
"date": "2015-09-03",
"count": 1
},
{
"date": "2015-11-10",
"count": 1
},
{
"date": "2016-01-31",
"count": 1
},
{
"date": "2016-06-13",
"count": 1
},
{
"date": "2017-01-19",
"count": 1
},
{
"date": "2017-06-14",
"count": 1
},
{
"date": "2018-02-15",
"count": 1
},
{
"date": "2018-11-06",
"count": 1
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2023-11-10",
"count": 1
},
{
"date": "2024-03-28",
"count": 1
},
{
"date": "2024-08-01",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
}
],
"complete": true,
"collected": 34,
"total_forks": 35
},
"star_history": {
"days": [
{
"date": "2009-07-23",
"count": 39
},
{
"date": "2009-08-19",
"count": 1
},
{
"date": "2009-10-06",
"count": 1
},
{
"date": "2009-10-14",
"count": 1
},
{
"date": "2009-10-27",
"count": 1
},
{
"date": "2009-11-15",
"count": 1
},
{
"date": "2009-12-10",
"count": 1
},
{
"date": "2009-12-21",
"count": 1
},
{
"date": "2009-12-26",
"count": 1
},
{
"date": "2010-02-05",
"count": 1
},
{
"date": "2010-02-25",
"count": 1
},
{
"date": "2010-06-22",
"count": 1
},
{
"date": "2010-07-21",
"count": 1
},
{
"date": "2010-08-01",
"count": 1
},
{
"date": "2010-08-10",
"count": 1
},
{
"date": "2010-08-13",
"count": 1
},
{
"date": "2010-09-02",
"count": 1
},
{
"date": "2010-09-25",
"count": 1
},
{
"date": "2010-10-09",
"count": 1
},
{
"date": "2010-10-16",
"count": 1
},
{
"date": "2010-10-20",
"count": 1
},
{
"date": "2010-11-23",
"count": 1
},
{
"date": "2010-12-15",
"count": 1
},
{
"date": "2010-12-18",
"count": 1
},
{
"date": "2011-03-03",
"count": 1
},
{
"date": "2011-03-15",
"count": 1
},
{
"date": "2011-04-03",
"count": 1
},
{
"date": "2011-04-26",
"count": 1
},
{
"date": "2011-04-27",
"count": 1
},
{
"date": "2011-05-16",
"count": 1
},
{
"date": "2011-06-26",
"count": 1
},
{
"date": "2011-08-04",
"count": 1
},
{
"date": "2012-01-16",
"count": 1
},
{
"date": "2012-06-24",
"count": 1
},
{
"date": "2013-02-19",
"count": 1
},
{
"date": "2013-02-28",
"count": 1
},
{
"date": "2013-03-10",
"count": 1
},
{
"date": "2013-03-17",
"count": 1
},
{
"date": "2013-03-21",
"count": 1
},
{
"date": "2013-04-18",
"count": 1
},
{
"date": "2013-04-27",
"count": 1
},
{
"date": "2013-05-01",
"count": 2
},
{
"date": "2013-05-02",
"count": 1
},
{
"date": "2013-05-22",
"count": 1
},
{
"date": "2013-05-24",
"count": 1
},
{
"date": "2013-06-04",
"count": 1
},
{
"date": "2013-06-09",
"count": 1
},
{
"date": "2013-06-16",
"count": 1
},
{
"date": "2013-06-23",
"count": 1
},
{
"date": "2013-06-29",
"count": 1
},
{
"date": "2013-08-19",
"count": 1
},
{
"date": "2013-08-20",
"count": 1
},
{
"date": "2013-08-28",
"count": 1
},
{
"date": "2013-10-02",
"count": 1
},
{
"date": "2013-10-08",
"count": 1
},
{
"date": "2013-10-10",
"count": 1
},
{
"date": "2013-10-14",
"count": 1
},
{
"date": "2013-10-30",
"count": 1
},
{
"date": "2013-11-03",
"count": 1
},
{
"date": "2013-12-03",
"count": 1
},
{
"date": "2013-12-06",
"count": 1
},
{
"date": "2013-12-09",
"count": 1
},
{
"date": "2013-12-10",
"count": 1
},
{
"date": "2013-12-11",
"count": 1
},
{
"date": "2013-12-18",
"count": 1
},
{
"date": "2014-01-15",
"count": 1
},
{
"date": "2014-01-17",
"count": 1
},
{
"date": "2014-02-14",
"count": 1
},
{
"date": "2014-02-16",
"count": 1
},
{
"date": "2014-02-19",
"count": 1
},
{
"date": "2014-03-06",
"count": 1
},
{
"date": "2014-03-27",
"count": 1
},
{
"date": "2014-05-07",
"count": 1
},
{
"date": "2014-05-10",
"count": 1
},
{
"date": "2014-05-14",
"count": 1
},
{
"date": "2014-05-21",
"count": 1
},
{
"date": "2014-05-30",
"count": 1
},
{
"date": "2014-06-18",
"count": 1
},
{
"date": "2014-07-22",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2014-09-11",
"count": 1
},
{
"date": "2014-10-16",
"count": 1
},
{
"date": "2014-10-24",
"count": 1
},
{
"date": "2014-10-30",
"count": 2
},
{
"date": "2014-11-08",
"count": 1
},
{
"date": "2014-12-23",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-02-06",
"count": 1
},
{
"date": "2015-02-23",
"count": 1
},
{
"date": "2015-05-23",
"count": 1
},
{
"date": "2015-07-12",
"count": 1
},
{
"date": "2015-07-23",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2016-01-14",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-02-13",
"count": 1
},
{
"date": "2016-03-01",
"count": 1
},
{
"date": "2016-03-27",
"count": 1
},
{
"date": "2016-05-02",
"count": 1
},
{
"date": "2016-08-07",
"count": 1
},
{
"date": "2017-01-09",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-02-25",
"count": 1
},
{
"date": "2017-03-15",
"count": 1
},
{
"date": "2017-03-17",
"count": 1
},
{
"date": "2017-06-06",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-11-24",
"count": 1
},
{
"date": "2017-12-11",
"count": 1
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-03-18",
"count": 1
},
{
"date": "2018-06-01",
"count": 2
},
{
"date": "2018-11-06",
"count": 3
},
{
"date": "2018-11-12",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-09-23",
"count": 1
},
{
"date": "2019-11-04",
"count": 1
},
{
"date": "2021-08-29",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2022-06-10",
"count": 1
},
{
"date": "2022-09-21",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2023-09-17",
"count": 1
},
{
"date": "2023-10-18",
"count": 1
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
}
],
"complete": true,
"collected": 173,
"total_stars": 173
},
"open_issues_and_prs": 8
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 8812,
"source_files_sampled": 23,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"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": [
"rubygems"
],
"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": 3,
"merged_prs": 3,
"open_issues": 5,
"closed_ratio": 0.815,
"closed_issues": 22,
"closed_unmerged_prs": 12
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "flori",
"commits": 126,
"avatar_url": "https://avatars.githubusercontent.com/u/15918?v=4"
},
{
"type": "User",
"login": "voxik",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/14406?v=4"
},
{
"type": "User",
"login": "Phrogz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/14778?v=4"
},
{
"type": "User",
"login": "mikbe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/524794?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.969
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"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": null,
"reason": "no pull request found",
"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": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e64ada93d03c507ed23152b17e98575f6a9cbce1",
"ran_at": "2026-07-22T00:21:24Z",
"aggregate_score": 2.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 4,
"created_at": "2010-10-10T05:56:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 25,
"created_at": "2015-06-12T08:41:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 31,
"created_at": "2018-02-15T19:51:54Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2014-05-12T20:03:53Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 2,
"created_at": "2010-02-12T18:17:46Z",
"last_comment_at": "2012-05-11T19:28:00Z",
"last_comment_author": "nanodeath"
},
{
"number": 32,
"created_at": "2018-11-06T00:09:53Z",
"last_comment_at": "2018-11-25T10:42:39Z",
"last_comment_author": "ioquatix"
},
{
"number": 33,
"created_at": "2019-06-20T09:28:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 44,
"created_at": "2025-01-09T21:58:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 45,
"created_at": "2025-12-09T10:49:34Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/flori/term-ansicolor",
"host": "github.com",
"name": "term-ansicolor",
"owner": "flori"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 28,
"vitality": 39,
"community": 63,
"governance": 52,
"engineering": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 39,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"commits_last_year": 14,
"human_commit_share": 1,
"days_since_last_push": 136,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 136 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 136
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "14 commits in the last year",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 14
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 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": "moderate",
"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": 62,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v1.11.3",
"releases_from_tags": false,
"days_since_latest_release": 313,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 313 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 313
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 136,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 136 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 136
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 63,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 35,
"stars": 173,
"watchers": 3,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "173 stars",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 173
}
}
],
"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": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"term-ansicolor"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 94757422,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "94,757,422 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 94757422,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.969
},
"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 97% of commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"merged_prs": 3,
"open_issues": 5,
"closed_issues": 22,
"issue_closed_ratio": 0.815,
"closed_unmerged_prs": 12
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "82% of issues closed",
"points": 38.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 82
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/15 decided PRs merged",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 15
}
}
],
"max_points": 38.25
},
{
"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": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 136,
"owner_type": "User",
"is_verified": null,
"owner_login": "flori",
"public_repos": 124,
"account_age_days": 6592
},
"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": "136 followers of flori",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 136,
"login": "flori"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "124 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 124
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"term-ansicolor"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 313
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 313 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 313
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "38 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 38
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://flori.github.com/term-ansicolor",
"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": "http://flori.github.com/term-ansicolor",
"points": 15,
"status": "met",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "critical",
"name": "Security",
"value": 28,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 6
},
"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": 26,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.16,
"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": "16 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 16,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 8812,
"source_files_sampled": 23,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T00:21:30.228148Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/flori/term-ansicolor.svg",
"full_name": "flori/term-ansicolor",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}