JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"gem",
"ascii85",
"ruby"
],
"is_fork": false,
"size_kb": 201,
"has_wiki": false,
"homepage": null,
"languages": {
"Ruby": 32366
},
"pushed_at": "2026-01-04T08:42:58Z",
"created_at": "2009-02-27T19:20:41Z",
"owner_type": "User",
"updated_at": "2026-05-30T07:13:44Z",
"description": "A simple gem that provides methods for encoding/decoding Adobe’s binary-to-text encoding of the same name. ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "Johannes Holzfuß",
"type": "User",
"login": "DataWraith",
"company": null,
"location": "Germany",
"followers": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/3884?v=4",
"created_at": "2008-03-26T09:15:30Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 6691
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2024-09-15T16:27:26Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2024-05-09T08:26:40Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2020-11-11T15:23:07Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2018-01-25T21:27:29Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2011-05-05T17:39:59Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2009-12-25T11:50:58Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2009-02-17T14:54:11Z"
}
],
"recent_commits": [
{
"oid": "dfd34366ea0ab34b38ea713291a6ffe892f0ff7b",
"body": null,
"is_bot": false,
"headline": "CI: Add Ruby 4.0 to test matrix",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2026-01-04T08:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69880c054cedd2ae9726b50abef15f92ea47083e",
"body": null,
"is_bot": false,
"headline": "CI: Setup to run every Saturday",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2026-01-04T08:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9929ce4431d6ad8625593a12ab09bc637aa9822",
"body": null,
"is_bot": false,
"headline": "CI: Add Ruby 3.4 to the build matrix",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2025-01-01T09:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96902ab5383b6f00bed74daf4fe86d2d8c38bf8f",
"body": null,
"is_bot": false,
"headline": "CHANGELOG: Set release date",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-09-15T16:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f015b0bd3b4c03083586f675a1d40d1ae5964e6f",
"body": null,
"is_bot": false,
"headline": "Bump version and update the changelog",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-09-11T09:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ebe3a1cb11484f1bfcc918925dec3704d262a12",
"body": null,
"is_bot": false,
"headline": "tests: Test that all returned Strings are unfrozen",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-09-07T14:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1827e1e91a42c1996eea484505bef6435dc5fba5",
"body": "…ezing Strings",
"is_bot": false,
"headline": "refactor: Add constants for String literals, method for copying/unfre…",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-09-07T14:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a53950225e161195de1363aab48d818e34a602b",
"body": "… through.\n\nThis needs further testing though.",
"is_bot": false,
"headline": "Force the BINARY encoding everywhere to make sure UTF-8 does not leak…",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-09-02T18:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63603ffadb071155ae62b8e59190e6abef4bba04",
"body": null,
"is_bot": false,
"headline": "Use Encoding-object instead of specifying encoding as string",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-09-02T17:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7480db0bf18af3a13f9b56215d283e192930ad1",
"body": null,
"is_bot": false,
"headline": "specs: Add failing spec for github issue #8",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-09-02T17:42:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18aed9a7c49bbf90e8ac38e6226a12a11d5a6647",
"body": null,
"is_bot": false,
"headline": "README: Update project status message",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-08-20T12:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e03de60bc23672b9adc065b34053b9d91c1dce8",
"body": null,
"is_bot": false,
"headline": "CHANGELOG: Set release date",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-08-20T12:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49a3745980a75f4fc07f0f4125855e3062ab264a",
"body": null,
"is_bot": false,
"headline": "bin/ascii85: Fix invocation detection",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-08-20T12:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da18e8915ac9ef845ff4d56caaa2ee8b2894c802",
"body": null,
"is_bot": false,
"headline": "README: Add -V option to command-line utility description",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-29T10:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "687232707e433881fc5c1ad2d38ded048c45d596",
"body": null,
"is_bot": false,
"headline": "Fix forgotten `force_encoding` call",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-29T10:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b07dc80464e066c340fc3d737f9e9f2a08c818e6",
"body": null,
"is_bot": false,
"headline": "specs: Add specs for the `bin/ascii85` executable",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-29T10:44:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9cc0ff44d6721b085d61296940279e897a26e05",
"body": null,
"is_bot": false,
"headline": "bin/ascii85: Simplify command dispatch",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-29T09:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7ccd788ea4d6a7fed5640a6f7fabf284478aa8f",
"body": null,
"is_bot": false,
"headline": "bin/ascii85: Update OptionParser and adjust error handling",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-29T09:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5495dbde91b826b21b95aa7f25446862583b5e5",
"body": null,
"is_bot": false,
"headline": "bin/ascii85: Use an exit flag instead of aborting",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-29T09:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ce04db0f46a20a5f210f0e6aac911e5363dc1d",
"body": null,
"is_bot": false,
"headline": "bin/ascii85: Fix superfluous operands message",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-29T09:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdd473202c71a60f51dae3ff2492d2334f2e2213",
"body": null,
"is_bot": false,
"headline": "bin/ascii85: Wrap functionality in a CLI class",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-29T08:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e8175e768706c8b4498294015b196cf217ed997",
"body": null,
"is_bot": false,
"headline": "Reformat the changelog to Markdown",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-29T08:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82d01555e415c4d7279be5f80dfa1165f8cf2e06",
"body": null,
"is_bot": false,
"headline": "Attempt to work around a TruffleRuby bug",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-29T08:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71b2ce16588459e10bb1b8036e52d46c8939855d",
"body": "It expects the ground-truth to come first.",
"is_bot": false,
"headline": "specs: `assert_equal` had the inputs reversed",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-23T12:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a25e2119c59a64a7dfeee8b74029a3a012d1590",
"body": null,
"is_bot": false,
"headline": "README: Add an alert callout to the installation instructions",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-23T10:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e57617ab849d0a594408ca1e280fad3bd879be03",
"body": null,
"is_bot": false,
"headline": "Small fixes to the doc-comments",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-23T10:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a05a98c564a22cba098cbf3304bd81bd331a35a",
"body": null,
"is_bot": false,
"headline": "fix: StringIO needs to be required under Ruby 2.7",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-23T10:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fecf4d78c33f2092f7aca907feecad381f03fc3",
"body": "… of Array#pack",
"is_bot": false,
"headline": "decode_raw: Use a buffer string for encoding the 32-bit words instead…",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-23T10:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5ecfd1bd4a71f2c20e1e966f441a34ccf79d147",
"body": null,
"is_bot": false,
"headline": "style: Autocorrect style-issues with RuboCop",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-23T10:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b57eccbd9726a975a195f30d92f29cd8cdc59d3",
"body": null,
"is_bot": false,
"headline": "fix: bin/ascii85 now uses IO-input for decoding files",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-23T10:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db4dae7662b141105c10f5a68736b92178b920f",
"body": "Since StringIO is not a subclass of IO, the code wouldn't work properly because\nof the `is_a?(IO)`-check. Instead of checking for inheritance, we now check if\nthe object has the required methods `#eof?` and `#read`.",
"is_bot": false,
"headline": "fix: More general check for IO-like objects",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-23T09:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5f6a3df39f33a8a94f18390a0912eabf34a8cd8",
"body": null,
"is_bot": false,
"headline": "specs: Add specs for handling IO objects",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-23T09:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80137a39c512b73c7c2dca0ca77b1fffca2cf57d",
"body": null,
"is_bot": false,
"headline": "Remove left-over variable",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T14:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94937e879287ba3b76e4061987604e1de01f9476",
"body": null,
"is_bot": false,
"headline": "History.txt: Describe `#extract` and the new streaming mode",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T13:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eebb6a6d42e943c8f8079ce894bb2eca2d946bbd",
"body": null,
"is_bot": false,
"headline": "More doc comment changes",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T13:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68635326ecd7179c36e35d11537f59ca82692efe",
"body": null,
"is_bot": false,
"headline": "README: Revert Limitations section now that the input can be streamed",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T12:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f4640f1061316107842013af357e68efcd6e9be",
"body": null,
"is_bot": false,
"headline": "README: Specify that the code block with the examples is in Ruby",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T12:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "660f29bb9dc564004e0feeac32690a8ec6685395",
"body": null,
"is_bot": false,
"headline": "README: Yard doesn't render bare links it seems",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T12:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c8a6a8176f8f5fdba2af14fa3d66b48bb0c129",
"body": null,
"is_bot": false,
"headline": "README: Gem is not so simple anymore",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T12:50:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4b7afcab449aa17b2f03420cf4d19a6bda2fa5c",
"body": null,
"is_bot": false,
"headline": "Use YARD-format for the documentation comments",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T12:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02b8839a22838101d9fd0835f6c91c0ef8284081",
"body": "The trailing newline would break the exact equivalence between input and output.\n\nNow you can do `ascii85 <file> | ascii85 -d - | md5sum`, and the checksums will\nmatch between <file> and the encoded/decoded Ascii85.",
"is_bot": false,
"headline": "bin/ascii85: Improve #decode and remove trailing newline",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T12:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64a189a6825d4ef2d921b5c73847476d1161da08",
"body": null,
"is_bot": false,
"headline": "More comments",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T12:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b2dad97c8a151d60d1d834571b4be9bb89f237f",
"body": null,
"is_bot": false,
"headline": "decode_raw: Optionally take IO as input",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T11:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "712fcaf9cc5d6a5f309bcd032eef0c9c190ba735",
"body": null,
"is_bot": false,
"headline": "encode: Add further comments",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T11:23:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63fa406deaab5804087e88a67f6cefb829df91ff",
"body": null,
"is_bot": false,
"headline": "README: Link to the documentation",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T11:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e754a2a327bb7ec43fd9b4ff3255f8ce4ea0297",
"body": null,
"is_bot": false,
"headline": "encode: Use divmod instead of separate modulo and division",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-22T10:54:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e43e9f15429ca95e20ceed2558cf2619d8da21e",
"body": null,
"is_bot": false,
"headline": "encode: Decrease buffer sizes (does not make a difference it seems)",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-21T19:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34ca8f993b9d160d0c2c6437a430fa20bbb332ed",
"body": null,
"is_bot": false,
"headline": "encode: Remove a redundant block of code",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-21T19:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dc36d550def39149d0b7309278082a8d79472ca",
"body": null,
"is_bot": false,
"headline": "encode: Introduce Buffered{Reader,Writer} to limit memory usage",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-21T18:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0a42971afd16e9469e8c36f9783f1477a0849a4",
"body": null,
"is_bot": false,
"headline": "README: Document `#extract` and `#decode_raw`",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-21T14:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cffef2a98d15089449f6e23d00dfc34a6f18558",
"body": "I tried to make an implementation that streams the input for encoding/decoding\nusing a lazy enumerator, but that proved to be too complicated for my tastes.\n\nSince, in the 15-year lifespan of the gem, nobody complained about this problem,\nI'll just assume that everyone is fine with only using it on small inputs; it\nwould be a bit dishonest to not add a disclaimer about this though, hence this\ncommit.",
"is_bot": false,
"headline": "README: Add Limitations section",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-21T14:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a6866b6c88ef443d4c5731c32ff9f0ac62ffe70",
"body": "…t useful",
"is_bot": false,
"headline": "History.txt: It's not actually faster, so mentioning perf. opt. is no…",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-21T14:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ad77bcb0f0dfb9e08821a5611562744cedb80e0",
"body": null,
"is_bot": false,
"headline": "style: Improve comments and variable names",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-21T14:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70b3cb467d605f814662a0f3342a65d8191ed761",
"body": null,
"is_bot": false,
"headline": "style: Improve comments and code-style slightly",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-21T14:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3375cc9f2fe50190a344927e7288c254c5f4f2d4",
"body": null,
"is_bot": false,
"headline": "style: Fix redundant `self`",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-21T13:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a46690aaf470005682c60c54f668438c2e32e765",
"body": "This matches the behavior of base64.",
"is_bot": false,
"headline": "bin/ascii85: Output a trailing newline in order to not mess up the tty",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-21T13:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f104bda82bf99f5d1612cf6d5b9ed50c14a5653e",
"body": null,
"is_bot": false,
"headline": "refactor: Wrap functions into a \"class << self\", split `#encode`",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T15:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2c09df88235588f8ef3baffcaf6cda63f7acfe2",
"body": null,
"is_bot": false,
"headline": "Avoid using `#shift` to process the tuples array",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T14:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "719aa271a87f3a9648817f8fb67a1c9e85e3bb58",
"body": "Bundler is part of the standard library as of Ruby 2.6, so it can be removed.\nThe other dev-dependencies were lifted to versions ca. December 2019 when Ruby\n2.7 was released.",
"is_bot": false,
"headline": "Gemspec: Update development dependencies",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T12:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d24c628197dd71c9b6042d0548adeb367f3ca7d",
"body": "Instead, we `#dup` the literal to unfreeze it. This makes sure that there is no\ncase where the user is given a frozen String. This is a small foot-gun in so\nfar that the String returned by the happy path is not frozen, and people could\npotentially trip over the frozen String returned when the input is invalid.\n\nIdeally I'd want the returned String to always be frozen; however, that might\nbreak existing code, so we just make sure that the returned String is always\nthawed.",
"is_bot": false,
"headline": "decode: Don't return the (frozen) ''-literal for the empty String",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T12:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f977f8e2ce8e1db06579931ae2e1fa1e15f97e35",
"body": null,
"is_bot": false,
"headline": "specs: Use a deterministic test string",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T11:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a2d95b30cc51c1661db6a743c88a8e3e42e57c",
"body": null,
"is_bot": false,
"headline": "specs: Check line-wrapping for all lengths between 2 and 12",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T11:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a60effa38e229a23e351ada0f3c03fce365960",
"body": null,
"is_bot": false,
"headline": "Minor changes to the doc comments",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T11:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c00ca650e13c2e02d992bd54bf70f94eec2a760",
"body": null,
"is_bot": false,
"headline": "README: Add example for `Ascii85#extract`",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T10:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21bfa79792f83782a9d1b909e8aecff07d5c44fd",
"body": null,
"is_bot": false,
"headline": "specs: Remove leftover encoding check",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T10:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8245fc0f67ef570329c418686b667a9c7b02a03b",
"body": null,
"is_bot": false,
"headline": "specs: Add spec for `Ascii85#extract`",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T10:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dcd7d1056c1ceb8a19067b0b7e3c5cad17a394f",
"body": null,
"is_bot": false,
"headline": "Replace 'markers' with 'delimiters'",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T10:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a91457dc06052d8317144aaf5c43edb442c37a2",
"body": null,
"is_bot": false,
"headline": "README: Add note about capitalized gem name",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T10:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a97fd6bc8bff0728048c8ba8887433e8260dc8cc",
"body": null,
"is_bot": false,
"headline": "History.txt: Better formulation for `#decode_raw`",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T10:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7592867bb5056447d6837eb0d3ef10609f21f2d4",
"body": null,
"is_bot": false,
"headline": "Simplify `Ascii85#decode`",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T10:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5d3ebb42a20e1288774bc7f2895fee43b062c21",
"body": "Ruby programmers will know to use `sudo` or `--user` if necessary.",
"is_bot": false,
"headline": "README: Don't encourage sudo",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T10:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc69fd628cf4c0a4380040547136ad7578716035",
"body": null,
"is_bot": false,
"headline": "README: Add `#decode_raw` example",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T10:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9c079b6a9d6495d0f6911e4dde2da8ac8990d6b",
"body": null,
"is_bot": false,
"headline": "Gemspec: Don't mess with the LOAD_PATH, use require_relative instead",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T10:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3410f5136609cfc018a162b5481138c4237561f",
"body": null,
"is_bot": false,
"headline": "Last batch of RuboCop lint fixes",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T10:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb830de577101f5b48e74229c5b9320578305ec7",
"body": null,
"is_bot": false,
"headline": "More RuboCop fixes",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T09:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "004c47d8f0cb9acbff84d6a35bfb863635f2de20",
"body": null,
"is_bot": false,
"headline": "Apply RuboCop suggestions",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T09:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6bd6c96bb88d329d3a29e7850624be33d214036",
"body": null,
"is_bot": false,
"headline": "Update History.txt",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T09:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48f8c4dd30d2bc8dd059afc16a4146250874a7c4",
"body": null,
"is_bot": false,
"headline": "style: Small stylistic fixes",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T09:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45470ed5a1eb1d61fafad6d20f22d624153bcc59",
"body": null,
"is_bot": false,
"headline": "Improve doc comments",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T09:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7634eaef09d57261d25f17f9611703b4813f7f87",
"body": "The code is less elegant and more complicated now, but it avoids copying the\nentire string, which can be costly if the input is large.",
"is_bot": false,
"headline": "Refactor the wrapping logic",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T09:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d50ad954228216622a5b069ed740774a464210db",
"body": null,
"is_bot": false,
"headline": "Split Ascii85#decode into #decode and #decode_raw methods",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T08:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3c49aeb5c837f9dd255b5957099fd215ad35631",
"body": null,
"is_bot": false,
"headline": "Remove the dead link to Adobe's PLRM from the module docstring",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T08:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b444db75773044d5069c024677d2bd0e088a2a8",
"body": null,
"is_bot": false,
"headline": "Replace an instance of `and` with `&&`",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T08:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23bcbe78c3142db30deeed784bd8adb57db635e5",
"body": null,
"is_bot": false,
"headline": "Refactor the extraction logic into its own method",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-19T08:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e17c8fc5aef790d03e0203ca59b4da2f5e71901",
"body": null,
"is_bot": false,
"headline": "decode: Refactor decoding of the trailing, partially-decoded 32-bit word",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-18T12:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7512eebd552f7f8ab825563c5a39dc133093f2e0",
"body": null,
"is_bot": false,
"headline": "ci: Remove old Ruby versions from the build-matrix",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-18T11:44:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09012e006dd3c413319f24ac6c6ab048e33c48f9",
"body": null,
"is_bot": false,
"headline": "README.md: Small wording changes, fix Markdown formatting",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-18T11:42:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f0ee586521d1bd2178b71b0cc9ab568ff1486bb",
"body": null,
"is_bot": false,
"headline": "README.md: Requiring Rubygems is no longer necessary in newer Rubies",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-18T11:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "019308fb9b2bb177174d49d0388cc202152e182d",
"body": null,
"is_bot": false,
"headline": "History.txt: Add note about the new minimum required Ruby version",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-18T11:36:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7882dd7616bd8b2bc868d4d55bb1093ce980a68",
"body": null,
"is_bot": false,
"headline": "Simplify file reading in `bin/ascii85`",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-18T11:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a13e9268e82c3ceaa9816fc039193caf89f4def3",
"body": "UTF-8 encoding has been the default since Ruby 2.0.0, and since we now\nrequire 2.7.0 or later, the magic comments can be omitted.",
"is_bot": false,
"headline": "Remove encoding directives",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-18T11:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a94979f62d2e370438db845a48c4033f34fdd88",
"body": null,
"is_bot": false,
"headline": "Bump version to 2.0.0",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-18T11:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce4518d81dff1ebf131be4cf56a4ffb853bdfade",
"body": null,
"is_bot": false,
"headline": "Set minimum required Ruby version to 2.7",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-18T11:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54dcc860e2b49b56e6a860d7d9d4702c03cab7b2",
"body": null,
"is_bot": false,
"headline": "tests: Remove UNSUPPORTED_MSG for old Ruby versions",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-18T11:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5789e91cd0db2516590b7a7aa17ea3b630c2e31f",
"body": null,
"is_bot": false,
"headline": "decode: Use a lookup-table to cache an often-used exponentiation",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-17T20:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0d5f68129d922152eac9e6674a94f1f29d63e52",
"body": "Performance is improved (in theory) because we no longer reverse so many\n5-characters Strings. Instead, we pre-allocate a 5-character string and\nfill it from back to front",
"is_bot": false,
"headline": "encode: Try to be more performant when encoding the tuples",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-17T20:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33fa3e3ed70cca0377ae48b64394b65f5ae865f3",
"body": null,
"is_bot": false,
"headline": "encode: Avoid making a copy of the input string",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-17T20:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7635dbe1a9488a734bb03e9d87cbd1034b55d4e9",
"body": "Newer Ruby versions do have String#bytesize, so we do not need to check\nif the method is available.",
"is_bot": false,
"headline": "encode: Don't check if String supports #bytesize",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-06-17T20:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8be302999ae34b7714b4d37d1e7ee1c0d4e4b44",
"body": "This should quiet down the \"Annotations\" in workflow runs.\n\nSee: https://github.com/DataWraith/ascii85gem/actions/runs/9014724946\n\n> Node.js 16 actions are deprecated. Please update the following actions\n> to use Node.js 20: actions/checkout@v3. For more information see:\n> https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.",
"is_bot": false,
"headline": "Update actions/checkout to v4",
"author_name": "Jason Garber",
"author_login": "jgarber623",
"committed_at": "2024-06-17T13:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77cf58fadf25e85790717949fc850c63cad5b634",
"body": null,
"is_bot": false,
"headline": "History.txt: Set release date",
"author_name": "Johannes Holzfuß",
"author_login": "DataWraith",
"committed_at": "2024-05-09T08:26:40Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 2,
"latest_release_at": "2024-09-15T16:27:26Z",
"latest_release_tag": "v2.0.1",
"releases_from_tags": true,
"days_since_last_push": 198,
"active_weeks_last_year": 1,
"days_since_latest_release": 674,
"mean_days_between_releases": 948.2
},
"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": "Ascii85",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/Ascii85",
"is_deprecated": false,
"latest_version": "2.0.1",
"repository_url": "http://github.com/datawraith/ascii85gem",
"versions_count": 9,
"total_downloads": 108885437,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-07-25T18:37:31Z",
"latest_published_at": "2024-09-15T16:53:57.648000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 674
}
]
},
"popularity": {
"forks": 9,
"stars": 29,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2016-12-12",
"count": 1
},
{
"date": "2017-08-27",
"count": 1
},
{
"date": "2018-01-25",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-04-13",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-11-11",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
}
],
"complete": true,
"collected": 9,
"total_forks": 9
},
"star_history": {
"days": [
{
"date": "2009-12-04",
"count": 1
},
{
"date": "2013-07-12",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-08-11",
"count": 1
},
{
"date": "2016-03-28",
"count": 1
},
{
"date": "2016-05-09",
"count": 1
},
{
"date": "2017-11-28",
"count": 1
},
{
"date": "2018-01-28",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2019-01-24",
"count": 1
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-03-08",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-11-19",
"count": 1
},
{
"date": "2021-12-18",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 7
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-05-30",
"count": 1
}
],
"complete": true,
"collected": 29,
"total_stars": 29
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 14449,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 2,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "minitest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 0,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 2,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "DataWraith",
"commits": 138,
"avatar_url": "https://avatars.githubusercontent.com/u/3884?v=4"
},
{
"type": "User",
"login": "aliismayilov",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/993934?v=4"
},
{
"type": "User",
"login": "jgarber623",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/73866?v=4"
},
{
"type": "User",
"login": "nicolasleger",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/570901?v=4"
},
{
"type": "User",
"login": "petergoldstein",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/421488?v=4"
},
{
"type": "User",
"login": "tylerwillingham",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/171991?v=4"
},
{
"type": "User",
"login": "voxik",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/14406?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.932
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ruby.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": 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": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "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": 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": "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": 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": "dfd34366ea0ab34b38ea713291a6ffe892f0ff7b",
"ran_at": "2026-07-22T00:00:43Z",
"aggregate_score": 3.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-03-07T00:47:39Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2024-06-17T13:57:06Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/DataWraith/ascii85gem",
"host": "github.com",
"name": "ascii85gem",
"owner": "DataWraith"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 31,
"vitality": 18,
"community": 55,
"governance": 57,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 9,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 198,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 198 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 198
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "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": "at_risk",
"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": 32,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v2.0.1",
"releases_from_tags": true,
"days_since_latest_release": 674,
"mean_days_between_releases": 948.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 674 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 674
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~948.2 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 948.2
}
}
],
"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": "dormant",
"guards": [
"no_open_demand"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 764,
"days_since_last_human_commit": 198,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 198 days, with nothing left unanswered; held at dormant by nothing open to answer",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 198
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"forks": 9,
"stars": 29,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "29 stars",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 29
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "9 forks",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 9
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"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": [
"Ascii85"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 108885437,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "108,885,437 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 108885437,
"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": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.932
},
"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 93% of commits",
"points": 1.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 93
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 2,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/6 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 6
}
}
],
"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": 54,
"inputs": {
"followers": 32,
"owner_type": "User",
"is_verified": null,
"owner_login": "DataWraith",
"public_repos": 24,
"account_age_days": 6691
},
"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": "32 followers of DataWraith",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 32,
"login": "DataWraith"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~18 yr old",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"Ascii85"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 674
},
"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 674 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 674
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": 60,
"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": "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": 50,
"inputs": {
"topics": [
"gem",
"ascii85",
"ruby"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "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 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"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": "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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": "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": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 27,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.38,
"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": "38 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 14449,
"source_files_sampled": 4,
"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/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T00:00:49.994957Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/DataWraith/ascii85gem.svg",
"full_name": "DataWraith/ascii85gem",
"license_state": "standard",
"license_spdx": "MIT"
}