Звіт у форматі JSON машиночитний
{
"data": {
"icon": {
"bytes": 15721,
"width": 256,
"height": 256,
"rejected": [
{
"url": "https://godoc.org/github.com/mattn/anko/vm?status.svg",
"reason": "too small (90x20)",
"source_type": "readme"
},
{
"url": "https://raw.githubusercontent.com/mattn/anko/master/anko.png",
"reason": "not square enough (640x425)",
"source_type": "readme"
}
],
"collected": true,
"media_type": "image/png",
"source_url": "https://avatars.githubusercontent.com/u/10111?v=4&s=256",
"source_type": "avatar",
"content_hash": "02dd806005397ab1c739a1d5306bffe88e5abea98f08b72727260db42a360c2b",
"candidates_considered": 3
},
"repo": {
"topics": [
"go",
"programming-language"
],
"is_fork": false,
"size_kb": 2377,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 701588,
"HTML": 982,
"Yacc": 24507,
"Makefile": 82,
"JavaScript": 10615,
"Vim Script": 4656
},
"pushed_at": "2026-07-10T01:32:16Z",
"created_at": "2014-03-28T07:29:40Z",
"owner_type": "User",
"updated_at": "2026-08-03T06:05:09Z",
"description": "Scriptable interpreter written in 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": "https://mattn.kaoriya.net/",
"name": "mattn",
"type": "User",
"login": "mattn",
"company": null,
"location": "Osaka, Japan",
"followers": 13465,
"avatar_url": "https://avatars.githubusercontent.com/u/10111?v=4",
"created_at": "2008-05-13T01:17:13Z",
"is_verified": null,
"public_repos": 2205,
"account_age_days": 6658
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.15",
"kind": "patch",
"published_at": "2026-07-10T01:26:28Z"
},
{
"tag": "v0.1.14",
"kind": "patch",
"published_at": "2026-07-10T00:42:15Z"
},
{
"tag": "v0.1.13",
"kind": "patch",
"published_at": "2026-07-09T17:54:05Z"
},
{
"tag": "v0.1.12",
"kind": "patch",
"published_at": "2026-03-20T14:45:54Z"
},
{
"tag": "v0.1.11",
"kind": "patch",
"published_at": "2026-03-07T01:33:32Z"
},
{
"tag": "v0.1.10",
"kind": "patch",
"published_at": "2025-04-03T15:03:48Z"
},
{
"tag": "v0.1.9",
"kind": "patch",
"published_at": "2021-12-04T14:28:05Z"
},
{
"tag": "v0.1.8",
"kind": "patch",
"published_at": "2020-05-15T00:51:44Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2020-04-09T02:41:22Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2020-03-25T00:51:40Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2019-12-06T04:09:34Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2019-12-05T02:01:12Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2019-12-04T00:37:51Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2019-03-22T04:55:46Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2019-02-15T09:45:15Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2019-02-12T20:14:44Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2019-02-12T00:59:04Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2018-12-19T02:08:13Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2018-07-04T02:06:59Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2018-06-06T04:26:18Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2018-05-09T01:42:24Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2018-04-04T07:32:43Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2018-03-22T04:17:24Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2018-03-18T12:25:14Z"
}
],
"recent_commits": [
{
"oid": "5c7bed551db72684e4f2930faf9067df55c19e77",
"body": "Add defer statement",
"is_bot": false,
"headline": "Merge pull request #377 from mattn/add-defer-statement",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-10T01:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c7f1cde6def382ee362e5217b04e8e5c097ec6",
"body": "Add Go-style defer to the language: defer f(args) evaluates the\nfunction and its arguments at the defer statement and runs the call\nwhen the surrounding function returns, in LIFO order. Deferred calls\nalso run when the function exits with an error, and at the top level\nthey run when the script ends.\n\nAn error raised by a deferred call becomes the function error unless\nthe body already failed. The function return value is never changed\nby defers.",
"is_bot": false,
"headline": "Add defer statement",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-10T01:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a926db47647743b0c68fcbcbbae7dc9c141b0b5",
"body": "Split giant VM type-switch functions into per-node methods",
"is_bot": false,
"headline": "Merge pull request #376 from mattn/refactor-split-vm-dispatch",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-10T00:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d16d0358a9d69e86c69120f9ae5c8dd3cedc9a2a",
"body": "invokeExpr (787 lines), runSingleStmt (767), invokeLetExpr (378) and\ninvokeOperator (279) each held their entire logic in a single type\nswitch. Keep the switches as thin dispatchers and move each case body\ninto its own method taking the typed AST node, matching the existing\nfuncExpr/callExpr style. \n[…]\nr's\nthree item kinds are split one level further.\n\nNo behavior change. Benchmarks improve across the board (geomean -12%,\nLoop -29%) since the smaller stack frames make the recursive dispatch\ncheaper.",
"is_bot": false,
"headline": "Split giant VM type-switch functions into per-node methods",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-10T00:36:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c9a466cac5c88316996e88fcd4c071e5e1397e0",
"body": "Widen int64 cache and compare integers without float conversion",
"is_bot": false,
"headline": "Merge pull request #375 from mattn/perf-int-cache-compare",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T17:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6949fab61f6451d30e2d8830bd5309777d6f94c3",
"body": "Call VM functions directly instead of through reflect.Call",
"is_bot": false,
"headline": "Merge pull request #374 from mattn/perf-direct-vmfunc-call",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T17:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b445fc3a581ade4b033d6faa0be33cc9c6b8779",
"body": null,
"is_bot": false,
"headline": "Widen int64 cache and compare integers without float conversion",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-09T17:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeb61793af7a0c57f2835a9a78dd8c7041d38e35",
"body": "Create env values map lazily on first define",
"is_bot": false,
"headline": "Merge pull request #373 from mattn/perf-lazy-env-map",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T17:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39169b155be88547af6d46968f8c54673f8d6d4b",
"body": null,
"is_bot": false,
"headline": "Call VM functions directly instead of through reflect.Call",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-09T17:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32bea0b75206f68329a226f92d395b8a48532ab5",
"body": null,
"is_bot": false,
"headline": "Create env values map lazily on first define",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-09T17:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dd86adc3e2b03a7f63f4435f7f9de0553b7a4a4",
"body": "Return errors instead of panicking on make with negative sizes",
"is_bot": false,
"headline": "Merge pull request #372 from mattn/fix-make-negative-panic",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T17:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "918e267dfced2b10e59afa92324d532fef3943a8",
"body": null,
"is_bot": false,
"headline": "Return errors instead of panicking on make with negative sizes",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-09T17:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db52decd3fa602ae42fac3584f1a435ed88c6fb",
"body": "Fix data races with sync package types",
"is_bot": false,
"headline": "Merge pull request #371 from mattn/fix-sync-data-race",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T17:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb39d48b28b7a4dc73e504759dad0127bc45e3a6",
"body": "Fix typeOf(nil) panic and give keys() a clear error on non-map values",
"is_bot": false,
"headline": "Merge pull request #370 from mattn/fix-core-typeof-nil",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T17:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbf708d76d9d89cb81131e49a7fa1522a36f8580",
"body": null,
"is_bot": false,
"headline": "Fix data races with sync package types (fixes #363)",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-09T17:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "102177159da4d9b3c8fb261d95f86b8e61d507c2",
"body": null,
"is_bot": false,
"headline": "Fix typeOf(nil) panic and give keys() a clear error on non-map values",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-09T16:55:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "387f4ec2eefe37b16ee1deed72e58cf6ffacc26a",
"body": "Return errors instead of panicking on unhashable map keys",
"is_bot": false,
"headline": "Merge pull request #369 from mattn/fix-unhashable-map-key-panic",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T16:53:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef792cb54a8bc4a9d826e97679e856255a3ca2bf",
"body": "Increase interactive test read timeout to avoid CI flakiness",
"is_bot": false,
"headline": "Merge pull request #368 from mattn/fix-flaky-interactive-test",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T16:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4825e6b7000d833a6e40013d7820455747ba99aa",
"body": null,
"is_bot": false,
"headline": "Return errors instead of panicking on unhashable map keys",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-09T16:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5f1288ad3300ad07cd04440fe3adb72dcfdb028",
"body": "Fix panics on assignments with empty left or right side",
"is_bot": false,
"headline": "Merge pull request #367 from mattn/fix-empty-lets-panic",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T16:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2cfaeb3d8afa1bf5f9bc9896a5bb286526c6ab0",
"body": "Return errors instead of panicking on invalid runtime operations",
"is_bot": false,
"headline": "Merge pull request #366 from mattn/fix-vm-runtime-panics",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T16:42:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "921a308403698faba9b2a0b116a7bafa49b5b562",
"body": null,
"is_bot": false,
"headline": "Increase interactive test read timeout to avoid CI flakiness",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-09T16:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bc9c91d47f5fa586908157b597670a37847d269",
"body": null,
"is_bot": false,
"headline": "Fix panics on assignments with empty left or right side",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-09T16:39:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c58670c657d6045226cc6d8fbef80bdee5f91af9",
"body": "Fix parser hang on unrecognized runes",
"is_bot": false,
"headline": "Merge pull request #365 from mattn/fix-lexer-hang-invalid-rune",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T16:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4901ad052ad3e5800c81e89c1af4e87d7ab99522",
"body": "…epeat, and double channel close",
"is_bot": false,
"headline": "Return errors instead of panicking on zero modulus, negative string r…",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-09T16:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc1fb8e9f156e4c7c7160a625e5917b986bb431",
"body": null,
"is_bot": false,
"headline": "Fix parser hang on unrecognized runes (fixes #341)",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-07-09T16:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6136abc54a0931424caad8adfadeefb6cb20c856",
"body": "Implement binary literals",
"is_bot": false,
"headline": "Merge pull request #364 from kettek/master",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T16:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8e492ba6f1b5b1dcd73c382c5edb43af14ce852",
"body": "fix uint compare always return true",
"is_bot": false,
"headline": "Merge pull request #356 from vill-jiang/master",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T16:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9796d87ef6e3dd7ed985d6a4ea9c2f734e89ad06",
"body": "fix: wrong spell in comment",
"is_bot": false,
"headline": "Merge pull request #357 from foliet/master-1",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2026-07-09T16:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44c9f4839e0471f44e852036ae5fe1c5fcaafc2",
"body": "PowerShell splits -coverprofile=coverage.txt into separate args,\ncausing 'coverage.txt' to be treated as a package name on Windows.",
"is_bot": false,
"headline": "Fix CI: use bash shell to avoid PowerShell argument splitting",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-20T14:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ded2ee4e5b6ebe602755f829e33f5e5bdaebb806",
"body": null,
"is_bot": false,
"headline": "Update CI Go versions to 1.23-1.26",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-20T14:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "566612fb683f1469b125a1b8bc6a1e2321a13d19",
"body": "- Add GitHub Actions workflow for CI (ubuntu/macos/windows, Go 1.21-1.23)\n- Remove .travis.yml\n- Update README badge from Travis to GitHub Actions",
"is_bot": false,
"headline": "Replace Travis CI with GitHub Actions",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-20T14:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffdcbc83c78d82454a525ecd060a44bd5181740d",
"body": "The strings.Contains dot check costs only ~4ns per call, making the\nseparate DefineValueFast method unnecessary. Remove it to keep the\nAPI clean and avoid confusing parallel methods.",
"is_bot": false,
"headline": "Revert DefineValueFast, keep using DefineValue",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-20T14:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad04ac1f005e2c383787c17b3467f7ec5b7c2faa",
"body": "Skip strings.Contains dot check in DefineValue for internal VM calls\nwhere symbol names are already validated by the parser.\n\nBenchmarkFuncCall: 3100ns → 2900ns (6% faster)",
"is_bot": false,
"headline": "Add DefineValueFast for internal VM variable definitions",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-20T14:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28182491b4ee8c34a90b788975182b61741c0cd0",
"body": "Eliminates one heap allocation per Env creation by embedding\nsync.RWMutex as a value field instead of a pointer.\n\nBenchmarkFibVM allocs: 29.1M → 26.6M (8.5% fewer allocations)",
"is_bot": false,
"headline": "Embed sync.RWMutex as value in Env instead of pointer",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-20T14:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f5348a3330a73fe373c4223a4564e13fa09dd29",
"body": "Replace RLock+RUnlock+Lock+Unlock pattern with single Lock+Unlock.\nThe previous code acquired two separate locks per SetValue call,\nwhich was both wasteful and had a race window between RUnlock and Lock.",
"is_bot": false,
"headline": "Fix double lock in Env.SetValue",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-20T14:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3326cb169949a6ee2f163bb9628b33ee597579b",
"body": "Cache reflect.ValueOf(int64) for values -1 to 256 to avoid heap\nallocations for common small integers (loop counters, arithmetic\nresults). Also use cached values for negation, bitwise complement,\nand len() operations.",
"is_bot": false,
"headline": "Add int64 value cache for small integers in arithmetic operations",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-20T14:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9436c53859ce5b5a09e3aec4129b028fc8bc493",
"body": "Avoid reflect.ValueOf(bool) allocations in comparison operators by\nusing the pre-allocated trueValue and falseValue constants.\n\nBenchmarkComparison: 1595ns/19allocs → 1152ns/15allocs (28% faster)",
"is_bot": false,
"headline": "Use cached trueValue/falseValue in comparison operators",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-20T14:36:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3e9f38fee85cd89cdaa4edb3065d23e07fe12f3",
"body": "The equal() function used fmt.Sprintf(\"%v\", v) for comparing numeric\nvalues, which is extremely slow due to format parsing and string\nallocation. Replace with direct int64/float64 comparison for same-type\noperands, and strconv-based comparison for mixed-precision cases\n(e.g. float32 vs float64) to m\n[…]\nn compatibility.\n\nBenchmarkEqual/IntInt: 229ns → 13ns (17x faster, 0 allocs)\nBenchmarkEqual/FloatFloat: 339ns → 12ns (27x faster, 0 allocs)\nBenchmarkEqual/IntFloat: 274ns → 60ns (4.6x faster, 1 alloc)",
"is_bot": false,
"headline": "Replace fmt.Sprintf with direct numeric comparison in equal()",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-20T14:35:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d2d84bb1564e9513287998c56ccf16c01c19008",
"body": null,
"is_bot": false,
"headline": "Fix missing read lock on e.values in GetEnvFromPath",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-07T01:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0815e649ce02a46a94f4198b077024871ee536c",
"body": "…e.types",
"is_bot": false,
"headline": "Fix wrong slice capacity in GetTypeSymbols using e.values instead of …",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-07T01:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2201decb69672a50cff959f39bc98997acf1fcd",
"body": null,
"is_bot": false,
"headline": "Fix calling t.Fatal from non-test goroutine in readerToChan",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2026-03-07T01:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7722c6e0df5c5e24461d4619147bcaaf5fb59c7",
"body": null,
"is_bot": false,
"headline": "Implement binary literals",
"author_name": "kettek",
"author_login": "kettek",
"committed_at": "2026-01-03T10:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f269a72ff69398b1250c584171f32d12c0d8085",
"body": null,
"is_bot": false,
"headline": "add .gitignore",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2025-04-03T15:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "244be94d662621a5c590b4e8f177a5d360233333",
"body": "add GetValueSymbols and GetTypeSymbols",
"is_bot": false,
"headline": "Merge pull request #347 from issadarkthing/master",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2025-04-03T15:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f35288cf6d8432396be73dee565f8671fd02043",
"body": "Set position of lets statements",
"is_bot": false,
"headline": "Merge pull request #360 from brutella/lets-stmt-position",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2023-12-12T09:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62d3c4a2d7c68291750ba7daa51045e50f69cc34",
"body": null,
"is_bot": false,
"headline": "Fix indentation",
"author_name": "Matthias Hochgatterer",
"author_login": "brutella",
"committed_at": "2023-11-29T15:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b791e68180e2d854a403c28e6dd34e8f8f52c909",
"body": null,
"is_bot": false,
"headline": "Fix empty position of lets-statement",
"author_name": "Matthias Hochgatterer",
"author_login": "brutella",
"committed_at": "2023-11-29T15:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "788e0db4bc67c43ea6dd7355db7768b1679e63b0",
"body": null,
"is_bot": false,
"headline": "fix: wrong spell in comment",
"author_name": "foliet",
"author_login": "foliet",
"committed_at": "2023-08-14T13:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0b78ebacfbe72a306294f5525fd11894c1a72f9",
"body": null,
"is_bot": false,
"headline": "fix uint compare always return true",
"author_name": "vill",
"author_login": "vill-jiang",
"committed_at": "2023-07-21T07:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afcbc04aa5f5f6d3304b559484977aa2ebccb436",
"body": "Call pointer receiver method in struct passed by value.",
"is_bot": false,
"headline": "Merge pull request #354 from ipsusila/master",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2023-06-06T13:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca0bded3d004fcc062eb1938a072e52f4d9a0bc3",
"body": "If method exist then create instance's copy for invoking method.",
"is_bot": false,
"headline": "Resolve method in Type's ponter first.",
"author_name": "IP Susila",
"author_login": "ipsusila",
"committed_at": "2023-06-05T16:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2182b216e0582204fede68b45d4992cc48c5f485",
"body": null,
"is_bot": false,
"headline": "Add test case for value/pointer receiver method",
"author_name": "IP Susila",
"author_login": "ipsusila",
"committed_at": "2023-06-05T16:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa6e508292f594fdbcfacf290e8dceff1dff0422",
"body": "An attempt to fix issue #351",
"is_bot": false,
"headline": "Call pointer receiver method in struct passed by value.",
"author_name": "IP Susila",
"author_login": "ipsusila",
"committed_at": "2023-06-05T08:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "478d45b778b5700bb9af1cfb59eb28ecdd9001c0",
"body": "Add strconv.Atoi",
"is_bot": false,
"headline": "Merge pull request #350 from mattn/add-atoi",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2021-12-04T14:28:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7498a514389fdebbc40fe6392da6b987a818af7b",
"body": "Fixes #349",
"is_bot": false,
"headline": "Add strconv.Atoi",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2021-12-04T14:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c5376d5daca9efc086f690dfa9330770719da4",
"body": null,
"is_bot": false,
"headline": "add TestGetTypeSymbols",
"author_name": "raziman",
"author_login": "raziman18",
"committed_at": "2021-03-21T04:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ea9d4f879d2881ae26eabd244a47c4230aaaa7e",
"body": null,
"is_bot": false,
"headline": "rename TestGetSymbols to TestGetValueSymbols",
"author_name": "raziman",
"author_login": "raziman18",
"committed_at": "2021-03-21T04:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f858c4f2096a42143bde9604a53a1ecc717bf583",
"body": null,
"is_bot": false,
"headline": "move GetTypeSymbols to envValues.go",
"author_name": "raziman",
"author_login": "raziman18",
"committed_at": "2021-03-21T04:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2607b99f146ade4ac8260752df840966bf489632",
"body": "add test",
"is_bot": false,
"headline": "add GetValueSymbols and GetTypeSymbols",
"author_name": "raziman",
"author_login": "raziman18",
"committed_at": "2021-03-21T04:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d30f07e8629304f6d280797cc54b119309f2c5a",
"body": "Add position to anonCallExpr",
"is_bot": false,
"headline": "Merge pull request #340 from MichaelS11/position",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2020-05-21T05:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e58160ea1ee7a6cac2b133f22cdaf683be65ced",
"body": null,
"is_bot": false,
"headline": "Add position to anonCallExpr",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2020-05-18T17:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8c738542ee30772d9f7e62a8c81a62169640990",
"body": "Add go.mod",
"is_bot": false,
"headline": "Merge pull request #337 from aisk/go-mod",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2020-05-15T15:25:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd70ffa5194e492386db3a83c947f6d9b51b9d13",
"body": null,
"is_bot": false,
"headline": "Add go.mod",
"author_name": "An Long",
"author_login": "aisk",
"committed_at": "2020-05-15T14:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dece1f09886f48dfd4f6af5629f65da6d3ab7abb",
"body": "Updated parser type_data_struct",
"is_bot": false,
"headline": "Merge pull request #335 from MichaelS11/parser",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2020-05-15T00:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "224ea1a7fdefebff6d98bf1553b2de200a610ab4",
"body": null,
"is_bot": false,
"headline": "Updated parser type_data_struct",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2020-04-26T19:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3921fdd1d908e7c22eee9e18c7bd64662698c73e",
"body": "Added recoverFunc & runVMConvertFunction panic VM error",
"is_bot": false,
"headline": "Merge pull request #333 from MichaelS11/recoverFunc",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2020-04-09T02:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "399648461a5df74c9148245ea0d71055e237b2bf",
"body": "runVMConvertFunction panic VM error",
"is_bot": false,
"headline": "Added recoverFunc",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2020-03-27T22:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "716730c45e20009095148e04696998c33728b1e0",
"body": "0.1.6 Added make struct & TestImport",
"is_bot": false,
"headline": "Merge pull request #331 from MichaelS11/struct",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2020-03-25T00:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6e3f09f310ec2dd3f85ae747e44679de9ce9f9d",
"body": "Added TestImport",
"is_bot": false,
"headline": "Added make struct",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2020-03-23T18:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f413ab07b663b97e425cc0a056520bd56ad25b9",
"body": "0.1.5 *Breaking Changes* Changed channel let statement to = <-",
"is_bot": false,
"headline": "Merge pull request #323 from MichaelS11/channel",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-12-06T04:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3f964422e594bc0a1ac69f0572f875476dfb7bd",
"body": null,
"is_bot": false,
"headline": "0.1.5 *Breaking Changes* Changed channel let statement to = <-",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2019-12-06T03:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aed68c0704d608024cc147268d1655e22e9e6fd",
"body": "0.1.4 Module variable assignment now DeepCopy",
"is_bot": false,
"headline": "Merge pull request #322 from MichaelS11/module",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-12-05T02:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c5277674e7d5fdb92ef911fa6027c21528ebe68",
"body": null,
"is_bot": false,
"headline": "0.1.4 Module variable assignment now DeepCopy",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2019-12-04T22:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af1aafa378c424d9408aeba1581afc07d7cd841f",
"body": "For Go 1.12 and newer convertMap uses MapRange",
"is_bot": false,
"headline": "Merge pull request #321 from MichaelS11/vm",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-12-04T00:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c92b97b35b172dff91a2bce97f968698c6a406a",
"body": null,
"is_bot": false,
"headline": "Added 1.13 to Travis and removed 1.7.x",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2019-12-03T21:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6686b5f1572aea82a79d05dcde48f216cd14d580",
"body": null,
"is_bot": false,
"headline": "For Go 1.12 and newer convertMap uses MapRange",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2019-12-03T21:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fee836aff792213181594715e421ab48deedbbff",
"body": "Activating Open Collective",
"is_bot": false,
"headline": "Merge pull request #318 from opencollective/opencollective",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-10-31T00:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a8501383a420ce40ab9ffd9bd566a969dd582e6",
"body": null,
"is_bot": false,
"headline": "Added financial contributors to the README",
"author_name": "Jess",
"author_login": "monkeywithacupcake",
"committed_at": "2019-10-30T22:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c128b568c6d8c4171f9c303e7310f1285a6a1bee",
"body": null,
"is_bot": false,
"headline": "Update FUNDING.yml",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-10-25T00:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "076e8985338f42c6264bc4f9855e4668b3526d33",
"body": null,
"is_bot": false,
"headline": "Update FUNDING.yml",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-10-08T08:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "137c0e2ee038706da870e6ff1feaac2dbd55ee7b",
"body": "0.1.3 *Breaking changes* Moved env into env package & more",
"is_bot": false,
"headline": "Merge pull request #317 from MichaelS11/env",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-09-30T23:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "801676474bb1ce99ec3b93eeb53a2dd5c3b14dcb",
"body": "Moved package vars into env\nAdded import into vm\nSimplified packages\nMoved packages testing into vm",
"is_bot": false,
"headline": "0.1.3 *Breaking changes* Moved env into env package",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2019-09-20T19:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adf6aeefec2c5f68e58c142e1e5ae3be250289e9",
"body": "add IncludeExpr to astutil/walk.go",
"is_bot": false,
"headline": "Merge pull request #314 from floren/walk",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-07-12T03:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08268dd17431bf47dc493eb9f98fcd12bb6960aa",
"body": null,
"is_bot": false,
"headline": "add IncludeExpr to astutil/walk.go",
"author_name": "John Floren",
"author_login": "john-floren-gravwell",
"committed_at": "2019-07-09T21:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fec82c7738fb74739a3c545ef9e728cb9f06e259",
"body": "Added string to byte & rune conversion",
"is_bot": false,
"headline": "Merge pull request #313 from MichaelS11/conversion",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-06-28T05:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2f6f0ce925499c24ed4527126517880ebf65842",
"body": null,
"is_bot": false,
"headline": "string to byte and rune conversion error if len >= 2",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2019-06-28T05:21:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d9ab88e8cdf98a3aad1330d9cdffadbeb2997fd",
"body": null,
"is_bot": false,
"headline": "Fix makeValue for struct ptr. Added strings.Builder",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2019-06-28T04:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea4ba682721774d4ef573487e7be8a9ef096a505",
"body": null,
"is_bot": false,
"headline": "Added string to byte & rune conversion",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2019-06-27T23:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebe5b9be38f14039cbaca36d031ff6ea7e50abaa",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-05-24T00:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a13910fe07b4382b7c2ec846354c3d894a1f7ea6",
"body": null,
"is_bot": false,
"headline": "Fix cmd",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2019-05-03T13:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98bb0482ab4cd4fe854a932bbb0d818acc0e3338",
"body": "0.1.2 - env.NewModule now local. Updated getTypeFromEnv & ModuleStmt",
"is_bot": false,
"headline": "Merge pull request #310 from MichaelS11/module",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-03-22T04:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc67f2b9db1360956bc5c5d24c243e2b9d8fcbd7",
"body": "getTypeFromEnv now checks parent scope\nModuleStmt now uses NewModule\nAdded tests for type scope",
"is_bot": false,
"headline": "0.1.2 - env.NewModule now local",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2019-03-22T00:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcefaff5544d88907bf86205aac7f06c58e3d412",
"body": "Added slice cap missing min and refactored slice",
"is_bot": false,
"headline": "Merge pull request #308 from MichaelS11/slice",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-02-18T05:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bf3e5c535280709bed954d9244a337014252aaa",
"body": "Refactored slice\nAdded slice tests",
"is_bot": false,
"headline": "Added slice cap missing min",
"author_name": "MichaelS11",
"author_login": "MichaelS11",
"committed_at": "2019-02-15T23:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e39a59ac4ee5e6fff4e3dfe434dd4bc9f0d0e17",
"body": "Add slice cap",
"is_bot": false,
"headline": "Merge pull request #306 from mattn/slice-cap",
"author_name": "mattn",
"author_login": "mattn",
"committed_at": "2019-02-15T10:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ae1acb253d96d3cf03bc379c0b481b79811bfdf",
"body": null,
"is_bot": false,
"headline": "Add test",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2019-02-15T10:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3c092822acc83c6914bd77cf30ea3ad45f9be12",
"body": null,
"is_bot": false,
"headline": "Add test",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2019-02-15T10:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6de369dc99743503ed8e80eb3c17c26b60b1e4b",
"body": null,
"is_bot": false,
"headline": "Add test",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2019-02-15T10:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d6ae52fa3693240d509eaaca6371f70bb4d5a3d",
"body": null,
"is_bot": false,
"headline": "Fix check of index",
"author_name": "Yasuhiro Matsumoto",
"author_login": "mattn",
"committed_at": "2019-02-15T10:12:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 43,
"latest_release_at": "2026-07-10T01:26:28Z",
"latest_release_tag": "v0.1.15",
"releases_from_tags": true,
"days_since_last_push": 26,
"active_weeks_last_year": 4,
"days_since_latest_release": 26,
"mean_days_between_releases": 255.3
},
"artifacts": {
"collected": true,
"structure": [
"tree.go_importable",
"tree.go_main"
],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"codecov.io",
"github.com",
"goreportcard.com",
"opencollective.com"
],
"total": 16,
"header": 4,
"collected": true,
"has_inspect_badge": false
},
"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/mattn/anko",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"categories": [],
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/mattn/anko",
"declared_type": null,
"is_deprecated": false,
"latest_version": "v0.1.15",
"repository_url": "https://github.com/mattn/anko",
"versions_count": 24,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-10T01:26:28Z",
"latest_version_yanked": null,
"days_since_latest_publish": 26
}
]
},
"popularity": {
"forks": 133,
"stars": 1580,
"watchers": 46,
"fork_history": {
"days": [
{
"date": "2014-08-08",
"count": 1
},
{
"date": "2014-10-07",
"count": 1
},
{
"date": "2015-04-26",
"count": 1
},
{
"date": "2015-05-18",
"count": 1
},
{
"date": "2015-05-26",
"count": 1
},
{
"date": "2015-07-27",
"count": 1
},
{
"date": "2015-08-25",
"count": 1
},
{
"date": "2015-09-06",
"count": 1
},
{
"date": "2015-09-24",
"count": 1
},
{
"date": "2016-03-19",
"count": 1
},
{
"date": "2016-03-26",
"count": 1
},
{
"date": "2016-03-27",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-05-09",
"count": 1
},
{
"date": "2016-07-19",
"count": 1
},
{
"date": "2016-08-12",
"count": 1
},
{
"date": "2016-11-20",
"count": 1
},
{
"date": "2017-02-21",
"count": 1
},
{
"date": "2017-04-01",
"count": 1
},
{
"date": "2017-04-24",
"count": 1
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-07-06",
"count": 1
},
{
"date": "2017-08-06",
"count": 1
},
{
"date": "2017-09-02",
"count": 1
},
{
"date": "2017-11-08",
"count": 1
},
{
"date": "2017-11-09",
"count": 1
},
{
"date": "2017-11-20",
"count": 1
},
{
"date": "2018-01-31",
"count": 1
},
{
"date": "2018-02-24",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-03-17",
"count": 1
},
{
"date": "2018-03-20",
"count": 1
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-04-22",
"count": 1
},
{
"date": "2018-05-01",
"count": 1
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-05-17",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-06-02",
"count": 1
},
{
"date": "2018-06-21",
"count": 1
},
{
"date": "2018-08-09",
"count": 1
},
{
"date": "2018-08-11",
"count": 1
},
{
"date": "2018-08-25",
"count": 1
},
{
"date": "2018-10-13",
"count": 1
},
{
"date": "2018-11-02",
"count": 1
},
{
"date": "2019-01-05",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-01-15",
"count": 1
},
{
"date": "2019-01-16",
"count": 1
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-01-24",
"count": 1
},
{
"date": "2019-02-19",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-05-08",
"count": 1
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2019-07-26",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2020-01-15",
"count": 1
},
{
"date": "2020-03-14",
"count": 1
},
{
"date": "2020-03-25",
"count": 1
},
{
"date": "2020-04-05",
"count": 1
},
{
"date": "2020-04-14",
"count": 1
},
{
"date": "2020-04-24",
"count": 1
},
{
"date": "2020-05-15",
"count": 1
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-07",
"count": 1
},
{
"date": "2020-07-19",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-11-29",
"count": 1
},
{
"date": "2020-12-17",
"count": 1
},
{
"date": "2020-12-31",
"count": 1
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-05-27",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-07-04",
"count": 1
},
{
"date": "2021-08-27",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-12-01",
"count": 2
},
{
"date": "2021-12-06",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-05-02",
"count": 1
},
{
"date": "2022-05-21",
"count": 1
},
{
"date": "2022-06-04",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-07-22",
"count": 2
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-07-20",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-11-05",
"count": 1
},
{
"date": "2023-12-30",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-05-17",
"count": 1
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-07-13",
"count": 1
},
{
"date": "2025-09-07",
"count": 1
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-28",
"count": 2
}
],
"complete": true,
"collected": 130,
"total_forks": 133
},
"star_history": null,
"open_issues_and_prs": 19
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"parser/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 195645,
"source_files_sampled": 95,
"oversized_source_files": 5,
"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": 5,
"merged_prs": 191,
"open_issues": 14,
"closed_ratio": 0.903,
"closed_issues": 131,
"closed_unmerged_prs": 34
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mattn",
"commits": 684,
"avatar_url": "https://avatars.githubusercontent.com/u/10111?v=4"
},
{
"type": "User",
"login": "MichaelS11",
"commits": 321,
"avatar_url": "https://avatars.githubusercontent.com/u/14301945?v=4"
},
{
"type": "User",
"login": "chyroc",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/15604894?v=4"
},
{
"type": "User",
"login": "c4s4",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/1253887?v=4"
},
{
"type": "User",
"login": "john-floren-gravwell",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/108435989?v=4"
},
{
"type": "User",
"login": "alaingilbert",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/886683?v=4"
},
{
"type": "User",
"login": "geseq",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/5458743?v=4"
},
{
"type": "User",
"login": "ondrajz",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/1229233?v=4"
},
{
"type": "User",
"login": "kris-watts-gravwell",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/108431167?v=4"
},
{
"type": "User",
"login": "raziman18",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/50593529?v=4"
}
],
"contributors_sampled": 26,
"top_contributor_share": 0.599
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "13 out of 16 merged PRs checked by a CI test -- score normalized to 8",
"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": 1,
"reason": "Found 3/17 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 36 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5c7bed551db72684e4f2930faf9067df55c19e77",
"ran_at": "2026-08-05T09:26:43Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 16,
"authors_30d": 4,
"decided_30d": 17,
"sample_size": 60,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 4,
"newcomer_merged_30d": 3,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 3,
"newcomer_decided_30d": 3
},
"ci_last_run_at": "2026-07-10T01:28:09Z",
"oldest_open_prs": [
{
"number": 345,
"created_at": "2020-12-31T07:03:11Z",
"last_comment_at": "2026-08-03T06:23:46Z",
"last_comment_author": "codecov-commenter"
},
{
"number": 348,
"created_at": "2021-05-19T04:26:29Z",
"last_comment_at": "2021-05-19T04:30:24Z",
"last_comment_author": "codecov-commenter"
},
{
"number": 355,
"created_at": "2023-07-20T01:16:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 359,
"created_at": "2023-10-13T09:34:03Z",
"last_comment_at": "2024-08-06T09:30:36Z",
"last_comment_author": "brutella"
},
{
"number": 362,
"created_at": "2025-04-03T12:50:34Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-10T01:26:28Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 49,
"created_at": "2017-01-31T04:36:43Z",
"last_comment_at": "2018-04-08T17:16:00Z",
"last_comment_author": "MichaelS11"
},
{
"number": 62,
"created_at": "2017-02-16T11:52:41Z",
"last_comment_at": "2017-03-18T12:20:35Z",
"last_comment_author": "CheckGitCode"
},
{
"number": 72,
"created_at": "2017-04-01T02:04:26Z",
"last_comment_at": "2024-03-23T17:18:49Z",
"last_comment_author": "nickman"
},
{
"number": 74,
"created_at": "2017-06-21T06:55:28Z",
"last_comment_at": "2018-03-28T19:38:49Z",
"last_comment_author": "floren"
},
{
"number": 108,
"created_at": "2018-01-06T04:45:55Z",
"last_comment_at": "2018-04-02T11:43:21Z",
"last_comment_author": "chyroc"
},
{
"number": 192,
"created_at": "2018-04-03T17:48:47Z",
"last_comment_at": "2018-04-04T05:37:12Z",
"last_comment_author": "MichaelS11"
},
{
"number": 265,
"created_at": "2018-07-19T11:35:51Z",
"last_comment_at": "2018-07-19T15:36:28Z",
"last_comment_author": "MichaelS11"
},
{
"number": 287,
"created_at": "2019-01-14T09:28:36Z",
"last_comment_at": "2019-01-14T09:29:21Z",
"last_comment_author": "aadog"
},
{
"number": 307,
"created_at": "2019-02-15T09:49:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 315,
"created_at": "2019-07-22T10:33:39Z",
"last_comment_at": "2019-12-16T16:34:10Z",
"last_comment_author": "traetox"
},
{
"number": 343,
"created_at": "2020-12-22T00:18:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 344,
"created_at": "2020-12-31T03:14:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 351,
"created_at": "2022-01-12T17:43:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 358,
"created_at": "2023-10-13T09:32:00Z",
"last_comment_at": "2023-11-24T09:36:11Z",
"last_comment_author": "brutella"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mattn/anko",
"host": "github.com",
"name": "anko",
"owner": "mattn"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 61 is calibrated to 67 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 61,
"calibrated": 67,
"calibration": "2026-08-02"
}
}
],
"value": 67,
"inputs": {
"security": 44,
"vitality": 62,
"community": 65,
"governance": 71,
"calibration": "2026-08-02",
"engineering": 62,
"ai_readiness": 51,
"weighted_overall_raw": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 43,
"human_commit_share": 1,
"days_since_last_push": 26,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 26 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 26
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "43 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 43
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"releases_count": 24,
"latest_release_tag": "v0.1.15",
"releases_from_tags": true,
"days_since_latest_release": 26,
"mean_days_between_releases": 255.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 26 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 26
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~255.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 255.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 26,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 26 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 26
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 65,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"forks": 133,
"stars": 1580,
"watchers": 46,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,580 stars",
"points": 51.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1580
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "133 forks",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 133
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "46 watchers",
"points": 9.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 46
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 16,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"codecov.io",
"github.com",
"goreportcard.com",
"opencollective.com"
],
"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": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 26,
"top_contributor_share": 0.599
},
"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 60% of commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 60
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "26 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 26
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 36 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 191,
"open_issues": 14,
"closed_issues": 131,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 16,
"prs_decided_30d": 17,
"issue_closed_ratio": 0.903,
"closed_unmerged_prs": 34,
"first_time_authors_30d": 3,
"first_time_prs_merged_30d": 3,
"first_time_prs_decided_30d": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 37.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "191/225 decided PRs merged",
"points": 25.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 191,
"decided": 225
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "3/3 first-time contributors' PRs merged in 30d",
"points": 13,
"status": "met",
"details": [
{
"code": "newcomer_prs_merged",
"params": {
"days": 30,
"merged": 3,
"decided": 3
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/17 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"followers": 13465,
"owner_type": "User",
"is_verified": null,
"owner_login": "mattn",
"public_repos": 2205,
"account_age_days": 6658
},
"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": "13,465 followers of mattn",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 13465,
"login": "mattn"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2205 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 2205
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/mattn/anko"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 26
},
"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 26 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 26
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"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": 62,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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": "13 out of 16 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"go",
"programming-language"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "13 out of 16 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/17 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 36 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 15
},
"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": "moderate",
"name": "AI Readiness",
"value": 51,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.51,
"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": "51 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 27.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 51,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"parser/Makefile"
],
"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": "parser/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "parser/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "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": 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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 195645,
"source_files_sampled": 95,
"oversized_source_files": 5
},
"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": "5/95 source files over 60KB",
"points": 52.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 95,
"oversized": 5
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library",
"application"
],
"labels": [
"library",
"application"
],
"scores": {
"library": 6,
"application": 5
},
"primary": "library",
"evidence": [
{
"tier": "structure",
"label": "application",
"source": "tree.go_main",
"weight": 5
},
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
},
{
"tier": "structure",
"label": "library",
"source": "tree.go_importable",
"weight": 3
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-05T09:27:09.600732Z",
"schema_version": "0.31.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mattn/anko.svg",
"full_name": "mattn/anko",
"license_state": "standard",
"license_spdx": "MIT"
}