JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"golang",
"go",
"reflection",
"reflect"
],
"is_fork": false,
"size_kb": 59,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 44231
},
"pushed_at": "2025-03-22T23:23:37Z",
"created_at": "2018-02-28T06:25:52Z",
"owner_type": "Organization",
"updated_at": "2026-07-23T19:30:29Z",
"description": "reflect api without runtime reflect.Value cost",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://plz.v2p.ro",
"name": "Modern Go Programming",
"type": "Organization",
"login": "modern-go",
"company": null,
"location": null,
"followers": 75,
"avatar_url": "https://avatars.githubusercontent.com/u/36909828?v=4",
"created_at": "2018-02-28T04:25:18Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 3072
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2021-09-11T02:14:41Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2018-08-25T14:09:35Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2018-07-01T02:51:53Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2018-02-28T08:57:24Z"
}
],
"recent_commits": [
{
"oid": "35a7c28c31ee079903db043180532306a621943a",
"body": "fix deadcode disabling in Go",
"is_bot": false,
"headline": "Merge pull request #30 from tonistiigi/deadcode-fix",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2025-03-22T23:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a6a3c912985162c333ac9bc6ca5ce29723bc3f4",
"body": "Avoid embedding reflect.Type and its Method() method\nbecause exposing it disables deadcode removal in linker.\n\nSigned-off-by: Tonis Tiigi <tonistiigi@gmail.com>",
"is_bot": false,
"headline": "fix deadcode disabling in Go",
"author_name": "Tonis Tiigi",
"author_login": "tonistiigi",
"committed_at": "2024-07-08T03:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b33151c9bbc5231aea69b8861c540102b087070",
"body": "WIP: update signature of mapiterinit of go 1.18",
"is_bot": false,
"headline": "Merge pull request #25 from modern-go/fix-go1.18",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2021-09-11T02:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "835802817d782825522f9d3fb740b00139f42e21",
"body": null,
"is_bot": false,
"headline": "fix go1.18",
"author_name": "Tao Wen",
"author_login": null,
"committed_at": "2021-09-11T02:08:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f8719752a25505b268c5e580f3c452128b6df23",
"body": null,
"is_bot": false,
"headline": "update signature of mapiterinit of go 1.18",
"author_name": "Tao Wen",
"author_login": null,
"committed_at": "2021-09-11T00:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "333559e1834b0c1840d283d79220bf121d704022",
"body": "drop legacy Go support",
"is_bot": false,
"headline": "Merge pull request #11 from mythi/nolegacy",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2021-01-09T00:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb009fe4c684774b0e193ddab879aa78edca1d10",
"body": "Go 1.9 was released in August 2017 so it's safe to make a claim that projects\nare already using new enough Go version.\n\nTested with:\n\n$ go version\ngo version go1.13.8 linux/amd64\n$ GO111MODULE=off ./test.sh\nok github.com/modern-go/reflect2-tests 0.005s coverage: 12.3% of statements in gith\n[…]\n/modern-go/reflect2\nok github.com/modern-go/reflect2-tests/tests 0.010s coverage: 65.4% of statements in github.com/modern-go/reflect2\n\nSigned-off-by: Mikko Ylinen <mikko.ylinen@intel.com>",
"is_bot": false,
"headline": "drop legacy Go support",
"author_name": "Mikko Ylinen",
"author_login": "mythi",
"committed_at": "2020-12-31T07:38:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e6ae53ffa0b80243b941dafd23e2c78e2f24135",
"body": "<fix> (reflect2.go) import runtime",
"is_bot": false,
"headline": "Merge pull request #15 from aosting/fearture/fix_reflect2",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2020-06-02T03:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c154140844f51266a66b5c6b5dc9ff7a59d0ea4b",
"body": null,
"is_bot": false,
"headline": "<fix> (reflect2.go) import runtime",
"author_name": "xueyuan",
"author_login": null,
"committed_at": "2020-06-01T15:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed4e121bec198209a944978c3cf65f443bac0e50",
"body": "gccgo compatibility",
"is_bot": false,
"headline": "Merge pull request #10 from paleozogt/gccgo",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2020-06-01T14:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f721678caea99422e105695f7dbd45fcadca2dac",
"body": "fix possible memory confusion in unsafe slice cast",
"is_bot": false,
"headline": "Merge pull request #13 from jlauinger/fix-unsafe-slice-cast",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2020-06-01T14:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8205c6120cee6bec6f84bebce0627c2227eae260",
"body": null,
"is_bot": false,
"headline": "fix possible memory confusion in unsafe slice cast",
"author_name": "Johannes Lauinger",
"author_login": "jlauinger",
"committed_at": "2020-05-31T18:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce5cf29be307ab6039519b733b1861dde5f61c40",
"body": "…gcgo and doesn't work with gccgo. Disabling compilation of type_map.go for gccgo.",
"is_bot": false,
"headline": "#6, #9: TypeByName/TypeByPackageName use a hack that only works with …",
"author_name": "Aaron Simmons",
"author_login": "paleozogt",
"committed_at": "2020-02-15T20:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94122c33edd36123c84d5368cfb2b69df93a0ec8",
"body": "Lazy-init types & packages",
"is_bot": false,
"headline": "Merge pull request #2 from justinsb/lazy_init_type_discovery",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-07-18T01:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4eb82f7932c91a71ca1c8327e9de87bcc0b2d82",
"body": "Saves memory & initialization type when name-lookup is not used, by\ndeferring to first-use.",
"is_bot": false,
"headline": "Lazy-init types & packages",
"author_name": "Justin Santa Barbara",
"author_login": "justinsb",
"committed_at": "2018-07-17T17:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b7aa43c6742a2c18fdef89dd197aaae7dac7ccd",
"body": null,
"is_bot": false,
"headline": "fetch all dep in build",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-07-01T02:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9542d2a038a8e79109b6ad516dac975bf09bea89",
"body": null,
"is_bot": false,
"headline": "remove tests into separate repo",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-07-01T02:26:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58118c1ea9161250907268a484af4dd6ed314280",
"body": "fix TypeOf(nil) panic",
"is_bot": false,
"headline": "Merge pull request #1 from nextzhou/master",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-05-11T05:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36eb40c39768cac1a8840dea99d8aba8d5a7924e",
"body": null,
"is_bot": false,
"headline": "fix TypeOf(nil) panic",
"author_name": "nextzhou",
"author_login": "nextzhou",
"committed_at": "2018-05-11T03:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05fbef0ca5da472bbf96c9322b84a53edc03c9fd",
"body": null,
"is_bot": false,
"headline": "add UnsafeCastString",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-03-20T13:32:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b92968f4be75033e2089fba355a691ea2e9c5cc",
"body": null,
"is_bot": false,
"headline": "add TypeByPackageName",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-03-03T07:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7d2eb37fe6510047d26b1f97a19002bd717280a",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-03-01T10:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58ce5d9ea2ba5d2b152df0eca46fffdec21bdee4",
"body": null,
"is_bot": false,
"headline": "add README",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-03-01T10:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5182c85326b86a4e305cc188a0f9ad1de9de5e9",
"body": null,
"is_bot": false,
"headline": "mention TypeByName",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-03-01T08:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6a3b92edf5e9011ece68f6ff17a0dc368adb449",
"body": null,
"is_bot": false,
"headline": "explain reason to use reflect2",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-03-01T08:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5db70aa4d637aa3c5dc35d8c0e437cf8d1311e37",
"body": null,
"is_bot": false,
"headline": "gofmt",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-03-01T08:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cef955fc2c75530d4a6e1941afe31c243823240",
"body": null,
"is_bot": false,
"headline": "add ci and badge",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-03-01T08:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3b30f3fbe46aae8ba57ba26e75763995563ad9f",
"body": null,
"is_bot": false,
"headline": "fix all tests",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-03-01T08:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1df9eeb2bb81f327b96228865c5687bc2194af3f",
"body": null,
"is_bot": false,
"headline": "add dependency declaration",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-02-28T06:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8eaf46a97c8022ec6ce62c2d287b56ed6c51b24",
"body": null,
"is_bot": false,
"headline": "remove reference to v2pro",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-02-28T06:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fc4794c80c86251feadb79475ce705d91aae4fa",
"body": null,
"is_bot": false,
"headline": "import from plz",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-02-28T06:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04bfe0d094886eff70f2ea2a0dd8e099fc3703eb",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Tao Wen",
"author_login": "taowen",
"committed_at": "2018-02-28T06:22:11Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2021-09-11T02:14:41Z",
"latest_release_tag": "v1.0.2",
"releases_from_tags": false,
"days_since_last_push": 492,
"active_weeks_last_year": 0,
"days_since_latest_release": 1781,
"mean_days_between_releases": 430.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/modern-go/reflect2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/modern-go/reflect2",
"is_deprecated": false,
"latest_version": "v1.0.2",
"repository_url": "https://github.com/modern-go/reflect2",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2021-09-11T02:10:30Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1781
}
]
},
"popularity": {
"forks": 78,
"stars": 828,
"watchers": 17,
"fork_history": {
"days": [
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-08-19",
"count": 1
},
{
"date": "2018-10-04",
"count": 1
},
{
"date": "2018-12-12",
"count": 1
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-02-03",
"count": 1
},
{
"date": "2019-03-06",
"count": 1
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-03-30",
"count": 1
},
{
"date": "2019-04-07",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-15",
"count": 1
},
{
"date": "2019-07-22",
"count": 1
},
{
"date": "2019-07-23",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-08-08",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2020-02-15",
"count": 1
},
{
"date": "2020-02-27",
"count": 1
},
{
"date": "2020-03-03",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-04-16",
"count": 1
},
{
"date": "2020-04-26",
"count": 1
},
{
"date": "2020-05-09",
"count": 1
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-06-02",
"count": 1
},
{
"date": "2020-06-03",
"count": 1
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2021-01-03",
"count": 1
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-07-01",
"count": 2
},
{
"date": "2021-07-09",
"count": 1
},
{
"date": "2021-09-14",
"count": 1
},
{
"date": "2021-10-24",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-12-06",
"count": 1
},
{
"date": "2021-12-23",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-04-16",
"count": 1
},
{
"date": "2022-05-06",
"count": 1
},
{
"date": "2022-05-08",
"count": 1
},
{
"date": "2022-06-06",
"count": 2
},
{
"date": "2022-07-17",
"count": 1
},
{
"date": "2022-07-19",
"count": 1
},
{
"date": "2022-09-28",
"count": 1
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-10",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2023-11-27",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-08-14",
"count": 1
},
{
"date": "2024-11-05",
"count": 1
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 76,
"total_forks": 78
},
"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": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 7331,
"source_files_sampled": 21,
"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": 3,
"merged_prs": 8,
"open_issues": 16,
"closed_ratio": 0.2,
"closed_issues": 4,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "taowen",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/40541?v=4"
},
{
"type": "User",
"login": "paleozogt",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/310894?v=4"
},
{
"type": "User",
"login": "jlauinger",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1872086?v=4"
},
{
"type": "User",
"login": "justinsb",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/100893?v=4"
},
{
"type": "User",
"login": "mythi",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1049565?v=4"
},
{
"type": "User",
"login": "tonistiigi",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/585223?v=4"
},
{
"type": "User",
"login": "nextzhou",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/16399146?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.793
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 8 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": 3,
"reason": "Found 7/21 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": "35a7c28c31ee079903db043180532306a621943a",
"ran_at": "2026-07-28T13:01:06Z",
"aggregate_score": 2.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 8,
"created_at": "2019-08-09T12:29:50Z",
"last_comment_at": "2024-07-08T01:56:58Z",
"last_comment_author": "codecov-commenter"
},
{
"number": 23,
"created_at": "2021-06-22T13:21:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2023-05-29T14:39:00Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-03-22T23:23:37Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 5,
"created_at": "2018-10-04T18:55:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 7,
"created_at": "2019-06-24T16:34:32Z",
"last_comment_at": "2019-08-01T06:30:53Z",
"last_comment_author": "whisper-bye"
},
{
"number": 9,
"created_at": "2019-11-21T17:25:10Z",
"last_comment_at": "2020-10-04T17:17:42Z",
"last_comment_author": "advancedwebdeveloper"
},
{
"number": 12,
"created_at": "2020-05-05T14:53:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2020-09-19T13:04:28Z",
"last_comment_at": "2020-09-26T11:35:05Z",
"last_comment_author": "advancedwebdeveloper"
},
{
"number": 17,
"created_at": "2020-10-21T13:48:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 18,
"created_at": "2021-02-26T03:50:06Z",
"last_comment_at": "2021-03-10T09:06:00Z",
"last_comment_author": "jinl80"
},
{
"number": 19,
"created_at": "2021-04-22T10:13:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 20,
"created_at": "2021-04-22T16:01:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2021-04-25T13:48:12Z",
"last_comment_at": "2022-05-17T09:33:22Z",
"last_comment_author": "nganhkhoa"
},
{
"number": 22,
"created_at": "2021-05-12T03:27:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 26,
"created_at": "2022-04-06T05:31:20Z",
"last_comment_at": "2022-07-05T20:38:31Z",
"last_comment_author": "szelenka"
},
{
"number": 27,
"created_at": "2022-07-22T21:03:50Z",
"last_comment_at": "2024-11-20T02:21:30Z",
"last_comment_author": "manchurio"
},
{
"number": 28,
"created_at": "2023-01-20T18:50:47Z",
"last_comment_at": "2025-10-09T03:37:27Z",
"last_comment_author": "newborn22"
},
{
"number": 31,
"created_at": "2024-07-22T02:45:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2025-01-23T21:07:19Z",
"last_comment_at": "2025-06-14T22:08:33Z",
"last_comment_author": "dims"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/modern-go/reflect2",
"host": "github.com",
"name": "reflect2",
"owner": "modern-go"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 21,
"inputs": {
"security": 29,
"vitality": 15,
"community": 61,
"governance": 48,
"engineering": 25,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 35,
"overall_after_abandonment_multiplier": 21
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 15,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 492,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 492 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 492
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.0.2",
"releases_from_tags": false,
"days_since_latest_release": 1781,
"mean_days_between_releases": 430.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1781 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1781
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~430.2 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 430.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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 3,
"unanswered_open_issues": 16,
"days_since_last_merged_pr": 492,
"days_since_last_human_commit": 492,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 492 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 492,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"forks": 78,
"stars": 828,
"watchers": 17,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "828 stars",
"points": 47.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 828
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "78 forks",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 78
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "17 watchers",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 17
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.793
},
"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 79% of commits",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 79
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"merged_prs": 8,
"open_issues": 16,
"closed_issues": 4,
"issue_closed_ratio": 0.2,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "20% of issues closed",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 20
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/9 decided PRs merged",
"points": 34,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 9
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/21 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"followers": 75,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "modern-go",
"public_repos": 10,
"account_age_days": 3072
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "75 followers of modern-go",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 75,
"login": "modern-go"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~8 yr old",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"packages": [
"github.com/modern-go/reflect2"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1781
},
"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 1781 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1781
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 25,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"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": 0,
"status": "missed",
"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 8 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": [
"golang",
"go",
"reflection",
"reflect"
],
"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": "critical",
"name": "Security",
"value": 29,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 8 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 7/21 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": 10
},
"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": 37,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.375,
"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": "12 of 32 human commits state their intent (structured subject or explanatory body)",
"points": 20,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 32
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"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": 0,
"status": "missed",
"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 32",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 32
}
}
],
"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": 7331,
"source_files_sampled": 21,
"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/21 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 21,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:01:20.962809Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/modern-go/reflect2.svg",
"full_name": "modern-go/reflect2",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}