Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"base58",
"fast",
"encoding",
"golang"
],
"is_fork": false,
"size_kb": 77,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 32723
},
"pushed_at": "2026-04-04T18:41:00Z",
"created_at": "2017-03-14T12:21:10Z",
"owner_type": "User",
"updated_at": "2026-07-21T05:50:42Z",
"description": "Fast implementation of base58 encoding on golang. ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Denis Subbotin",
"type": "User",
"login": "mr-tron",
"company": null,
"location": "Istanbul",
"followers": 353,
"avatar_url": "https://avatars.githubusercontent.com/u/702560?v=4",
"created_at": "2011-03-31T22:23:26Z",
"is_verified": null,
"public_repos": 70,
"account_age_days": 5594
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-04-04T18:17:26Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2020-05-29T14:17:34Z"
}
],
"recent_commits": [
{
"oid": "1594471b9bdfff7c94185433c0a09250ee0add4a",
"body": null,
"is_bot": false,
"headline": "add bennchmark for AMD",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2026-04-04T18:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14609f676df5eebbecf336f25449b2e42b11fd09",
"body": null,
"is_bot": false,
"headline": "big refactorig. speedup x10. better tests. add more benchmarks.",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2026-04-04T18:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "957145f5e033694f8cdcc9235b999dca13b95ce9",
"body": null,
"is_bot": false,
"headline": "mark deprecated functions",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2026-04-02T16:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7feefc872974aa6185828bf1c3eff2d048d9c0dc",
"body": "More tests and nits",
"is_bot": false,
"headline": "Merge pull request #17 from ribasushi/more_tests_and_nits",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2020-05-31T14:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "925b607ef6b697fec39b706782d5267d91c82d31",
"body": null,
"is_bot": false,
"headline": "Slightly better README rendering",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-31T13:46:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3aa3a3ffd6b75a9f7c30ecbf013ad85bd8a91f9",
"body": null,
"is_bot": false,
"headline": "Better handling of custom alphabets + tests",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-31T13:46:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82a293cbfc3596b2378db087b131fe82782e618f",
"body": "Without doing this the test vector will always be the same",
"is_bot": false,
"headline": "Seed the math/rand PRNG on every test run",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-31T13:46:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfe7821ac6d35de4e40bb31e13482b452ed529c2",
"body": "Also add an empty go.sum, as created by `go tidy`",
"is_bot": false,
"headline": "Works without changes on go1.11: lower dep",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-31T13:46:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2877cb83d5329bcd91688997ca8b43197a2bb5f",
"body": null,
"is_bot": false,
"headline": "Add myself to authors",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-31T13:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0e5141f51dfcadb8311fd8e495eb11126a8010",
"body": null,
"is_bot": false,
"headline": "update README.md",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2020-05-29T14:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95931bd2b53060109ec493ccfd4260b45328877c",
"body": null,
"is_bot": false,
"headline": "replace crypto/rand by math/rand in tests",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2020-05-29T14:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebd5414c8a9c772d086ce445751a16327177ac11",
"body": "Simplify encoding (no functional changes)",
"is_bot": false,
"headline": "Merge pull request #15 from ribasushi/lessmem",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2020-05-29T14:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9607df0ec4c2ef51d490219577db286f9796076",
"body": "Simplify decoding (no functional changes)",
"is_bot": false,
"headline": "Merge pull request #14 from ribasushi/faster_decode",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2020-05-29T12:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b265132c96d63795185f8e5d2505b4391643cc49",
"body": "Every time I look at this code I find another nit /o\\",
"is_bot": false,
"headline": "Fix comments",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-24T20:42:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "840580629336dc9a4893559a7976de2b42b673f2",
"body": null,
"is_bot": false,
"headline": "More comments and more descriptive varnames",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-24T20:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f3f8d767a45ca9382baa7b8951baa28d140f1e",
"body": "(all tests local and external still pass)",
"is_bot": false,
"headline": "Remove one more apparently unneeded op",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-24T17:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fa5df7201762957196f6cfabf8d2626533b0bc8",
"body": null,
"is_bot": false,
"headline": "Whooops why did I even add this branch",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-23T23:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53438d63bb35abd2bb687d2a3cc2e8004bd6d8a4",
"body": null,
"is_bot": false,
"headline": "Correct binu allocation on decoding as well",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-23T20:37:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "505011d34545eb060ec69be9ab0e14c19db6e48b",
"body": "Reduce work-buffer alocation size to the absolute minimum",
"is_bot": false,
"headline": "Simplify encoding (no functional changes)",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-23T17:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62fdbf59d043a6288ad8effe05276d4036d440fd",
"body": null,
"is_bot": false,
"headline": "Simplify decoding (no functional changes)",
"author_name": "Peter Rabbitson",
"author_login": "ribasushi",
"committed_at": "2020-05-22T23:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1dd383fd2c02d7933db93f157e339f1899b5163",
"body": null,
"is_bot": false,
"headline": "add doc.go",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2019-11-21T09:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d504ab2e22d97cb9f10b1d146a1e6a063f4a5f43",
"body": "reduce allocations",
"is_bot": false,
"headline": "Merge pull request #13 from mr-tron/reducealocations",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2019-04-26T09:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93da64f0ca0ee42f84ef78f6713803f3e6040a57",
"body": null,
"is_bot": false,
"headline": "reduce allocations",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2019-04-26T09:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aafc2a6b148ed2a1bd701a39ba25652965a44579",
"body": "reduce from 3 to 2 allocations",
"is_bot": false,
"headline": "Merge pull request #12 from Stebalien/reduce-alloc",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2019-04-26T09:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db4898abb1d75a14347a057b148f036c44600f80",
"body": "Technically, with some unsafe code, we could get to 1. However, that's probably\nnot worth it.",
"is_bot": false,
"headline": "reduce from 3 to 2 allocations",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2019-04-26T05:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6598572f05537592acb5a609ff53c4c7fbba7a3e",
"body": null,
"is_bot": false,
"headline": "change badge url",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2019-03-15T20:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5d4f07b370904e1260823bae4e971dfb6cb7153",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master'",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2019-03-15T20:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2739bbab71257d432e64bb34fdabbe2a117824bf",
"body": "…vious code was faster",
"is_bot": false,
"headline": "revert some performance optimizations. latest benchmark show what pre…",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2019-03-15T20:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe73eb13120270ef478822e38664f5e56dc39547",
"body": null,
"is_bot": false,
"headline": "update link",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2019-01-03T13:33:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41672f73df17546e400ef35e1da9dd7682e84092",
"body": null,
"is_bot": false,
"headline": "move link",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2019-01-03T13:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8897612421d88a51012eaa53bf7267686173ae5",
"body": "bug fix for test",
"is_bot": false,
"headline": "Merge pull request #11 from moonfruit/bugfix",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-10-30T09:28:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b450416ff2bef8a11e7052ab234824ae706b902",
"body": null,
"is_bot": false,
"headline": "bug fix for test",
"author_name": "MoonFruit",
"author_login": "moonfruit",
"committed_at": "2018-10-30T08:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89529c6904fcd077434931b4eac8b4b2f0991baf",
"body": null,
"is_bot": false,
"headline": "small performance improvment (1%)",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-10-20T22:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e215a00e7d3842618301011f39a4ff14cbefb83e",
"body": null,
"is_bot": false,
"headline": "small performance improvment (4%)",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-10-20T21:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba6890c3365fd4cb3e5821208fa6af132fe924d6",
"body": null,
"is_bot": false,
"headline": "move trivial encodig/decoding to over file",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-10-20T20:42:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d724c80ecac7b49e4e562d58b2b4f4ee4ed8c312",
"body": null,
"is_bot": false,
"headline": "fix examples",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-10-08T11:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc288ee0c101e07defb0b0ed86f819237e8ce8df",
"body": null,
"is_bot": false,
"headline": "move package on top level",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-10-08T11:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e38b6f67cee29adcfe3ee17adad88c2d8353e23b",
"body": null,
"is_bot": false,
"headline": "move examples",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-10-08T11:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d704de5665aaa962bd128a37fa20b61c2b81d5d2",
"body": null,
"is_bot": false,
"headline": "simple change example",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-10-08T11:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ad991d48a423a0e52c77eac173b1b589665492a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-09-22T11:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee214dccb3e8160bdf79ed48a851f3a95a124ff",
"body": null,
"is_bot": false,
"headline": "add another badge",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-09-19T11:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f84df45a6b88974a98d1473e9f0de0eac859a3d9",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-08-12T16:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4df4dc6e86a912614d09719d10cad427b087cbfb",
"body": null,
"is_bot": false,
"headline": "add badges",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-06-21T14:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a94e446c2e4aa7f253ecd4888758c3af40add42",
"body": null,
"is_bot": false,
"headline": "Update cli.go",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-06-21T14:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efa69e6b7c12d246d4f665459f5d8ec5a9ce9e7b",
"body": null,
"is_bot": false,
"headline": "fix example cli",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2018-06-21T14:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1bdf7c52f59d6685ca597b9955a443ff95eeee6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'custom' of https://github.com/Stebalien/base58",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-12-18T00:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d0ec8c566e7fc66b7a533d9b9b87782e1283ae4",
"body": "# Conflicts:\n#\tbase58/base58.go",
"is_bot": false,
"headline": "Merge branch 'custom'",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-12-18T00:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "655c26d785c75d254d50ae01ad16d830cd7e6ea5",
"body": "optimize (en/de)coding and improve benchmark accuracy",
"is_bot": false,
"headline": "Merge pull request #8 from Stebalien/improve-bench",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-12-18T00:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dc103d94cf52356cf26db295cb38aeac8fe732a",
"body": "test both random and non-random custom alphabets.",
"is_bot": false,
"headline": "test custom alphabets",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-18T00:36:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3881e76fde6dad765cfb9dc020a70d0228220d7",
"body": "This is strictly better than testing if they're equal.",
"is_bot": false,
"headline": "test if both decoded outputs are equal to the input.",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-18T00:36:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c67d3cb4d7df729b817b5ee86c74cb1b17130e46",
"body": null,
"is_bot": false,
"headline": "use correct zero for custom alphabets",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-18T00:36:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e0f99583c1f9e3578ba8b24b3cdabe51c3dee09",
"body": null,
"is_bot": false,
"headline": "fix format string in test case error",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-18T00:36:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba4c15fd90e7706ad8d8de55527a0eea64403027",
"body": "fixes #5",
"is_bot": false,
"headline": "add custom alphabet support",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-18T00:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1d1fdaf28df27d15de81f0cb34dc50fdbfc1fc7",
"body": null,
"is_bot": false,
"headline": "don't ignore base58 directory",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-18T00:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3293dabf66d842fdff2084564ceee4b328c14b28",
"body": "It's significantly faster.",
"is_bot": false,
"headline": "operate on unsigned integers",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-18T00:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e6a0f15706d52a245ccb251f660ac69551e2bd4",
"body": "Even on 64bit hardware, operating on 32bit ints can be *slightly* faster. Given\nthat these operations happen within double loops, this optimization shows a slight\nspeedup on my machine (please benchmark on your machine as well to make sure\nit's not just me).",
"is_bot": false,
"headline": "use int32 where possible",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-17T23:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "574bfb37a63baa2b91f5f19bf6b2ceff6ba0f5bd",
"body": null,
"is_bot": false,
"headline": "go format",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-17T23:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78c32bd359d29c44ac0ec356c2ec3b5829bb045f",
"body": "test both random and non-random custom alphabets.",
"is_bot": false,
"headline": "test custom alphabets",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-17T19:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34dbe5d16904c7a0f9c831542f4b370803f65da2",
"body": "This is strictly better than testing if they're equal.",
"is_bot": false,
"headline": "test if both decoded outputs are equal to the input.",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-17T19:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9e54d18f60245549ee7162bbe658487f3bcbaa3",
"body": null,
"is_bot": false,
"headline": "use correct zero for custom alphabets",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-17T19:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1292583ee944d7bdeb1ebc30569adf3d545b1789",
"body": null,
"is_bot": false,
"headline": "fix format string in test case error",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-17T19:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d39c8559605d7139c2f3aab4ebbc00ffb3ebdb4",
"body": "fixes #5",
"is_bot": false,
"headline": "add custom alphabet support",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-17T19:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3f12b48a3d2f0316650bca74da1c3007ad2060a",
"body": "reading (crypto secure) random data takes time",
"is_bot": false,
"headline": "improve the accuracy of the encoding benchmarks",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-17T17:59:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad13f13a98a9a71ddf6c4f6d15b666930ec73da2",
"body": null,
"is_bot": false,
"headline": "fix readme end examples",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-11-13T12:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44792f7a2e77ba9eab9ec6981449bfae71961fda",
"body": null,
"is_bot": false,
"headline": "fix fast decoding for zero bytes",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-11-13T11:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5d320831e89e40e5c844ffcc024956fd156d336",
"body": null,
"is_bot": false,
"headline": "make functions Encode and decode",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-11-12T15:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f8b6ad91469a4c1f7551de3fb611cc0ff4c48fa",
"body": null,
"is_bot": false,
"headline": "rename repo from \"go-base58\" to \"base58\"",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-11-07T21:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccaa9e1ba65078173631689c67dbcf297c964e51",
"body": null,
"is_bot": false,
"headline": "fixed links",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-10-26T11:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c17e2ced3b36decff9b5cd01e9337883c54967d",
"body": "convert to library",
"is_bot": false,
"headline": "Merge pull request #3 from pschlump/master",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-10-26T11:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f70af315dbddba7836356deb4e1c3f4ae160d2",
"body": null,
"is_bot": false,
"headline": "Improved documentation",
"author_name": "Philip Schlump",
"author_login": "pschlump",
"committed_at": "2017-10-24T17:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de51de23453b8cfbe2cd005ccb019f8dd7899cf6",
"body": null,
"is_bot": false,
"headline": "Improved documentation - added example",
"author_name": "Philip Schlump",
"author_login": "pschlump",
"committed_at": "2017-10-24T17:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00a76b4bf2a402fb106c8ebb32f73da0ffd748de",
"body": null,
"is_bot": false,
"headline": "Ignore of compiled executable",
"author_name": "Philip Schlump",
"author_login": "pschlump",
"committed_at": "2017-10-24T15:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06ac777da0db15feed45c65502ae1c04efe93340",
"body": null,
"is_bot": false,
"headline": "Split files into library - added test",
"author_name": "Philip Schlump",
"author_login": "pschlump",
"committed_at": "2017-10-24T15:18:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90a810d92f2783b3e7e7844b5b36d9c1036c693f",
"body": null,
"is_bot": false,
"headline": "Split files into library - added test",
"author_name": "Philip Schlump",
"author_login": "pschlump",
"committed_at": "2017-10-24T15:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fdb95b045962138ace0259476da77d35682523a",
"body": "Added Decode (Fast and Trivial)",
"is_bot": false,
"headline": "Merge pull request #2 from njones/master",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-08-20T11:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6855486bc84a46bf0e8985d0007d4a699a150c70",
"body": null,
"is_bot": false,
"headline": "Added a base58check option to the command",
"author_name": "Nika Jones",
"author_login": null,
"committed_at": "2017-08-20T05:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c715525a794c24ffebbedb9004f53f1df0a81eb",
"body": null,
"is_bot": false,
"headline": "Added the decode option to the command",
"author_name": "Nika Jones",
"author_login": null,
"committed_at": "2017-08-19T18:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43b5950561f782b9eef17baed6d397f6d6ca0fc8",
"body": "The port is based off of the github.com/trezor/trezor-crypto/base58.c code. There can be some more optimizations around buffering but it works with the tests.\nUpdated the tests to test Fast and Trivial decode as well\nUpdated the benchmarks to include decoding (seems to be just over a 6x improvement)",
"is_bot": false,
"headline": "Added a port of the base58 Fast decoding and Trivial decoding",
"author_name": "Nika Jones",
"author_login": null,
"committed_at": "2017-08-19T18:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a854720e638a84ea5a16ca47055aad19bc566e",
"body": "Move the tests and benchmarks to use the stdlib tests and benchmarks",
"is_bot": false,
"headline": "Merge pull request #1 from njones/master",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-08-16T15:12:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9906b57c38eb35998a9f9b5fa8a66212a8087b38",
"body": "The main.go now includes code, so that it can act like a commandline tool and encode stdin, stdout and files to base58.\n\nfixup! Added commandline tool functionality",
"is_bot": false,
"headline": "Added commandline tool functionality",
"author_name": "Nika Jones",
"author_login": null,
"committed_at": "2017-08-16T11:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27721213787d85b3f5ce20db0616e172f04bfadc",
"body": null,
"is_bot": false,
"headline": "Small formatting changes",
"author_name": "Nika Jones",
"author_login": null,
"committed_at": "2017-08-16T09:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53381cfdbdbff9307f54a4e31d6363627ebe8862",
"body": "Removed the tests and benchmarks from main.go and used the go stdlib testing package for tests and benchmarks.\n\nTo run tests and benchmarks use:\n test -v\nor\n test -v -bench=.",
"is_bot": false,
"headline": "Stdlib benchmarks and tests",
"author_name": "Nika Jones",
"author_login": null,
"committed_at": "2017-08-16T08:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9594deb2909188c95fd73c79f061ef6583f05fec",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-03-14T12:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80cd79726de05cb49fd1738007be4cf69b6cda72",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-03-14T12:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff9b9c50c5a2dbdb76492c2c961f8e6b4a78cba8",
"body": null,
"is_bot": false,
"headline": "Create main.go",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-03-14T12:26:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14eb8b0a32c4fba6ed3da59558eb27f060beaf63",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Denis Subbotin",
"author_login": "mr-tron",
"committed_at": "2017-03-14T12:21:11Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 3,
"latest_release_at": "2026-04-04T18:17:26Z",
"latest_release_tag": "v1.3.0",
"releases_from_tags": false,
"days_since_last_push": 111,
"active_weeks_last_year": 2,
"days_since_latest_release": 111,
"mean_days_between_releases": 2136.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": "github.com/mr-tron/base58",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/mr-tron/base58",
"is_deprecated": false,
"latest_version": "v1.3.0",
"repository_url": "https://github.com/mr-tron/base58",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-04-04T18:10:40Z",
"latest_version_yanked": null,
"days_since_latest_publish": 111
}
]
},
"popularity": {
"forks": 44,
"stars": 185,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2017-08-16",
"count": 1
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-12-17",
"count": 2
},
{
"date": "2018-04-03",
"count": 1
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-10-30",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2019-01-06",
"count": 1
},
{
"date": "2019-01-07",
"count": 2
},
{
"date": "2019-01-10",
"count": 1
},
{
"date": "2019-03-10",
"count": 1
},
{
"date": "2019-05-08",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-12-06",
"count": 1
},
{
"date": "2021-03-20",
"count": 1
},
{
"date": "2021-04-25",
"count": 1
},
{
"date": "2021-08-09",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2024-12-28",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-05-17",
"count": 1
}
],
"complete": true,
"collected": 41,
"total_forks": 44
},
"star_history": null,
"open_issues_and_prs": 2
},
"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": [
"go.mod"
],
"largest_source_bytes": 8213,
"source_files_sampled": 11,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"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": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 11,
"open_issues": 2,
"closed_ratio": 0.75,
"closed_issues": 6,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mr-tron",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/702560?v=4"
},
{
"type": "User",
"login": "Stebalien",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/310393?v=4"
},
{
"type": "User",
"login": "ribasushi",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/356110?v=4"
},
{
"type": "User",
"login": "pschlump",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/543809?v=4"
},
{
"type": "User",
"login": "moonfruit",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1070090?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.575
},
"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": [
"go.sum"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 4/16 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "1594471b9bdfff7c94185433c0a09250ee0add4a",
"ran_at": "2026-07-25T05:52:56Z",
"aggregate_score": 3.4,
"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": [],
"last_merged_pr_at": "2020-05-31T14:53:27Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 4,
"created_at": "2017-10-26T11:31:46Z",
"last_comment_at": "2020-05-31T14:55:34Z",
"last_comment_author": "ribasushi"
},
{
"number": 10,
"created_at": "2018-07-19T09:33:25Z",
"last_comment_at": "2019-06-29T05:06:02Z",
"last_comment_author": "gabstv"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mr-tron/base58",
"host": "github.com",
"name": "base58",
"owner": "mr-tron"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 34,
"vitality": 37,
"community": 53,
"governance": 65,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 37,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 111,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 111 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 111
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"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": 66,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v1.3.0",
"releases_from_tags": false,
"days_since_latest_release": 111,
"mean_days_between_releases": 2136.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 111 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 111
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2136.2 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2136.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": "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": 111,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 111 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 111
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"forks": 44,
"stars": 185,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "185 stars",
"points": 36.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 185
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "44 forks",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 44
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.575
},
"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 57% of commits",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 11,
"open_issues": 2,
"closed_issues": 6,
"issue_closed_ratio": 0.75,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "11/13 decided PRs merged",
"points": 32.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 11,
"decided": 13
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/16 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"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": 67,
"inputs": {
"followers": 353,
"owner_type": "User",
"is_verified": null,
"owner_login": "mr-tron",
"public_repos": 70,
"account_age_days": 5594
},
"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": "353 followers of mr-tron",
"points": 18.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 353,
"login": "mr-tron"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "70 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 70
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/mr-tron/base58"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 111
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 111 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 111
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"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": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"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": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"base58",
"fast",
"encoding",
"golang"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.4
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/16 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 9,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.174,
"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": "15 of 86 human commits state their intent (structured subject or explanatory body)",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 15,
"sampled": 86
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"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": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 86",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 86
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 8213,
"source_files_sampled": 11,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/11 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T05:53:08.533506Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mr-tron/base58.svg",
"full_name": "mr-tron/base58",
"license_state": "standard",
"license_spdx": "MIT"
}