原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"password",
"password-generator",
"diceware",
"golang"
],
"is_fork": false,
"size_kb": 202,
"has_wiki": false,
"homepage": "https://xkcd.com/936/",
"languages": {
"Go": 344257
},
"pushed_at": "2026-07-17T22:24:21Z",
"created_at": "2017-11-09T21:47:30Z",
"owner_type": "User",
"updated_at": "2026-07-17T22:22:35Z",
"description": "Golang library for generating passphrases via the diceware algorithm.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://www.sethvargo.com",
"name": "Seth Vargo",
"type": "User",
"login": "sethvargo",
"company": "@LinkedIn",
"location": "Pittsburgh, PA",
"followers": 4538,
"avatar_url": "https://avatars.githubusercontent.com/u/408570?v=4",
"created_at": "2010-09-20T16:21:50Z",
"is_verified": null,
"public_repos": 59,
"account_age_days": 5784
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-17T22:24:55Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-02-12T15:17:07Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2024-05-09T19:32:49Z"
}
],
"recent_commits": [
{
"oid": "fa8e9e9d14fcb6e717b580a8f8873f7be1b2a4be",
"body": "* Modernize for Go 1.25\n\nBump the go directive to 1.25 and drop the stale toolchain line.\n\nSimplify RollWord to accumulate the word index with integer math instead of math.Pow, which drops the math import, and use range-over-int loops in the tests.\n\nGuard Generate against a negative count: return th\n[…]\nxample (log.Printf with a non-constant format) and repoint the dead godoc.org link at pkg.go.dev.\n\nPin actions/checkout and actions/setup-go to v7.\n\n* Drop GOPATH-era flags from library go get command",
"is_bot": false,
"headline": "Modernize for Go 1.25 (#17)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2026-07-17T22:22:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d65d197bd01ba06c171918158f0fdbb8957e2b13",
"body": null,
"is_bot": false,
"headline": "Fix linting errors (#16)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2025-02-12T15:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c3657212a6a1416f38dab114e7bff5a561f5737",
"body": "Also fix some things in the README",
"is_bot": false,
"headline": "Error if the requested words exceeds the word list size (#15)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2025-02-12T15:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e379976b8ae09fe8138d8364e5817c9910f43718",
"body": null,
"is_bot": false,
"headline": "Update wordlists (#14)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2025-02-12T14:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efcc2000938011d493c479699a23cb0409d7a8eb",
"body": "* Lazy load word lists until requested\r\n\r\n* Cleanup CI",
"is_bot": false,
"headline": "Lazy load word lists until requested (#12)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2024-05-09T19:31:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6466c13c29c1616cc77ce752d86aaa7487ba9b16",
"body": "…(#10)\n\n* Add the ability to use a custom reader to serve as the random source\r\n\r\nThis allows for generating repeatable sets of words.\r\n\r\n* Add comment and remove hkdf dep\r\n\r\n* Update comments on chaining functions\r\n\r\n* Fix linting",
"is_bot": false,
"headline": "Add the ability to use a custom reader to serve as the random source …",
"author_name": "Jeff Mitchell",
"author_login": "jefferai",
"committed_at": "2022-05-12T17:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb95f763789b1105aeeddc96fc638cbfb228984f",
"body": null,
"is_bot": false,
"headline": "Delete .travis.yml",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2021-08-31T14:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ae62910276b023f12faa9be17339ac9475a891",
"body": null,
"is_bot": false,
"headline": "Deprecated",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2021-03-18T15:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d3ce20102b6c12e842c1fcda1e9a1977d4820d5",
"body": null,
"is_bot": false,
"headline": "Add interface and mock for testing (#9)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2021-03-18T14:55:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ece8af4255ecfb063e185311d481dc52a8975e4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2021-01-05T18:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58034d22a91e170082f6ce7a01fd427fc3eb6ba7",
"body": null,
"is_bot": false,
"headline": "Add security analysis",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-09-30T17:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b57332576078f579fb381d4565fc95fc6ea53a4b",
"body": null,
"is_bot": false,
"headline": "Link to package",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-27T20:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0b249205140babf16b807ee4b66b204a86d6513",
"body": null,
"is_bot": false,
"headline": "Cleanup",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-27T20:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ddb1f8093ab2ca56a398bc9431ae57f10511638",
"body": null,
"is_bot": false,
"headline": "Document",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-01-19T20:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d44cb8e28ffd4ad8fa2d3cb7135fe091f6f9704",
"body": null,
"is_bot": false,
"headline": "Make it go-installable",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-01-19T20:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b4ca3cd4881354494f5b1da80cd4794ab70ec5a",
"body": null,
"is_bot": false,
"headline": "Add command, gomodules support",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-01-19T20:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a5d9eed2110a59318432716bfdbf7205bf67048",
"body": "Example code fails without `import \"log\"`\r\n\r\n```\r\n➜ ~ go run example.go\r\n./example.go:13:3: undefined: log\r\n./example.go:15:2: undefined: log\r\n```",
"is_bot": false,
"headline": "README.md fix (#6)",
"author_name": "Lukasz Jagiello",
"author_login": "ljagiello",
"committed_at": "2019-12-04T14:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74428ac6534645388041f762c286c16a9d9dc788",
"body": null,
"is_bot": false,
"headline": "Update README.md (#5)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2018-10-24T23:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "908b539e6e6518acbe0008629fa386202b5ccaad",
"body": "* Add support for different word lists\r\n\r\n* Allow customizing generator, introduce WordList interface\r\n\r\n* Test more recent Golang\r\n\r\n* Run tests in parallel",
"is_bot": false,
"headline": "Allow custom word lists (#3)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2018-10-02T23:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cc4e45af027798e625c3256fc10925eb3f1e5c0",
"body": null,
"is_bot": false,
"headline": "Create reaction.yml",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2018-08-03T19:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8adfeb60beb3db116440c47d8bf52b5a8fbcdb0a",
"body": null,
"is_bot": false,
"headline": "Create lock.yml",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2018-08-03T19:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c66c1b7559ae89c211d8e6d022466be930e3f42",
"body": null,
"is_bot": false,
"headline": "More constants",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2018-04-05T00:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d88cba5ce182ac9c1b1d9a4458b2986a193cffcc",
"body": null,
"is_bot": false,
"headline": "Use a map instead of quadratic function",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2018-04-05T00:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcac66c4174090ba2584298690a69d1fa30fb5fd",
"body": "Update install instructions.",
"is_bot": false,
"headline": "Merge pull request #1 from grant/patch-1",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2017-12-19T17:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ef198c14071f2052a6f195afa3e11f66d1a2475",
"body": null,
"is_bot": false,
"headline": "Update install instructions.",
"author_name": "Grant Timmerman",
"author_login": "grant",
"committed_at": "2017-12-19T05:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95bd91066dd1c58c436e9c898fbcaaa1c5b7df0d",
"body": null,
"is_bot": false,
"headline": "Add link to XKCD",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2017-11-10T19:15:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7e25d8f6e4113e384b81b4864fa1e91c96e61b7",
"body": null,
"is_bot": false,
"headline": "Add travis badge",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2017-11-10T15:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8f394ef749d7307207a6c3ac0959a86a1a2e564",
"body": null,
"is_bot": false,
"headline": "Add examples",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2017-11-10T14:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e2df61263060e369603e9974361489b5b663db8",
"body": null,
"is_bot": false,
"headline": "More Godoc",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2017-11-10T14:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a8d3264ef6fd414f00c437be84fac762ae8ce77",
"body": null,
"is_bot": false,
"headline": "Fix bad comment",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2017-11-10T14:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ddcbb4bc16dfc43f6f11654c3fc54dd1825aa77",
"body": null,
"is_bot": false,
"headline": "Add link to godoc",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2017-11-10T14:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba005d66925fffdebdbec116184c144e82f1d40c",
"body": null,
"is_bot": false,
"headline": "Parallel tests",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2017-11-10T14:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18799dd56e0feeaa0a6f967c00896fd5dc6f6f28",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2017-11-09T21:45:41Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 1,
"latest_release_at": "2026-07-17T22:24:55Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 1,
"days_since_latest_release": 4,
"mean_days_between_releases": 399.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/sethvargo/go-diceware",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sethvargo/go-diceware",
"is_deprecated": false,
"latest_version": "v0.6.0",
"repository_url": "https://github.com/sethvargo/go-diceware",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T22:22:30Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 23,
"stars": 122,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2018-02-21",
"count": 1
},
{
"date": "2018-08-14",
"count": 1
},
{
"date": "2018-09-30",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2020-05-12",
"count": 1
},
{
"date": "2020-09-26",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-09-20",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-11-06",
"count": 1
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2025-08-23",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-09-21",
"count": 1
}
],
"complete": true,
"collected": 22,
"total_forks": 23
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 163652,
"source_files_sampled": 10,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 4,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/client9/misspell",
"direct": false,
"version": "0.3.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "0.3.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "0.0.0-20200727195546-59c6fc0b5410",
"ecosystem": "go"
},
{
"name": "honnef.co/go/tools",
"direct": false,
"version": "0.0.1-2020.1.4",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 0,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 11,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sethvargo",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/408570?v=4"
},
{
"type": "User",
"login": "grant",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/744973?v=4"
},
{
"type": "User",
"login": "jefferai",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/28627?v=4"
},
{
"type": "User",
"login": "ljagiello",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/380707?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.909
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "1 out of 11 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": 1,
"reason": "Found 3/29 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 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": 10,
"reason": "all dependencies are pinned",
"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": "fa8e9e9d14fcb6e717b580a8f8873f7be1b2a4be",
"ran_at": "2026-07-22T19:54:56Z",
"aggregate_score": 3.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": "2026-07-17T22:23:12Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T22:22:31Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sethvargo/go-diceware",
"host": "github.com",
"name": "go-diceware",
"owner": "sethvargo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 51,
"vitality": 54,
"community": 57,
"governance": 65,
"engineering": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 54,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 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": "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": 76,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 399.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~399.6 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 399.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"forks": 23,
"stars": 122,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "122 stars",
"points": 33.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 122
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "23 forks",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 23
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.909
},
"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 91% of commits",
"points": 2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 11,
"open_issues": 0,
"closed_issues": 4,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "11/13 decided PRs merged",
"points": 32.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 11,
"decided": 13
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/29 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": 4538,
"owner_type": "User",
"is_verified": null,
"owner_login": "sethvargo",
"public_repos": 59,
"account_age_days": 5784
},
"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": "4,538 followers of sethvargo",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4538,
"login": "sethvargo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "59 public repos, account ~15 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 59
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/sethvargo/go-diceware"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": 55,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "1 out of 11 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": 65,
"inputs": {
"topics": [
"password",
"password-generator",
"diceware",
"golang"
],
"has_wiki": false,
"homepage": "https://xkcd.com/936/",
"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": "https://xkcd.com/936/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 11 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 3/29 approved changesets -- score normalized to 1",
"points": 0.8,
"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 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": "1 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": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 4 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 4
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 4,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 4,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.333,
"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": "11 of 33 human commits state their intent (structured subject or explanatory body)",
"points": 17.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 11,
"sampled": 33
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"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": 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 33",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 33
}
}
],
"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": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 89,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 163652,
"source_files_sampled": 10,
"oversized_source_files": 2
},
"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": "2/10 source files over 60KB",
"points": 44,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 10,
"oversized": 2
}
}
],
"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-22T19:55:07.060783Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sethvargo/go-diceware.svg",
"full_name": "sethvargo/go-diceware",
"license_state": "standard",
"license_spdx": "MIT"
}