Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"ssh",
"golang",
"parser",
"ssh-config"
],
"is_fork": false,
"size_kb": 120,
"has_wiki": true,
"homepage": "https://godoc.org/github.com/kevinburke/ssh_config",
"languages": {
"Go": 80082,
"Makefile": 807
},
"pushed_at": "2026-05-04T16:41:02Z",
"created_at": "2017-04-17T18:06:25Z",
"owner_type": "User",
"updated_at": "2026-07-11T21:22:43Z",
"description": "Go parser for ssh_config files",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://kevin.burke.dev",
"name": "Kevin Burke",
"type": "User",
"login": "kevinburke",
"company": "https://burke.services",
"location": "San Francisco, CA",
"followers": 690,
"avatar_url": "https://avatars.githubusercontent.com/u/234019?v=4",
"created_at": "2010-03-31T10:15:03Z",
"is_verified": null,
"public_repos": 439,
"account_age_days": 5963
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-02-16T11:10:38Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-02-14T12:18:44Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2025-08-19T20:36:04Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2022-03-31T18:37:00Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2021-03-27T20:38:21Z"
}
],
"recent_commits": [
{
"oid": "bd15f5d44042e84fa6a04fcb0f1d176fc804397f",
"body": null,
"is_bot": false,
"headline": "dependabot: add 7-day cooldown to all updates",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-05-04T16:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d385a767fef80d987d0a5d1a76f3a7c81c4e4b0",
"body": null,
"is_bot": false,
"headline": "github: quote GITHUB_ENV redirects",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-04-24T16:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1428bf403e2830aea0649a62735692f7ee292abd",
"body": null,
"is_bot": false,
"headline": "github: pin workflow actions by hash",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-04-24T16:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b1b7fc1db95f73310bd999c23bf9ad02452bcbb",
"body": "Set Dependabot to run daily for the existing Go module updates and\nadd a daily GitHub Actions update job so workflow dependencies stay\ncurrent as well.",
"is_bot": false,
"headline": "github: add daily Dependabot updates",
"author_name": "burkebot",
"author_login": null,
"committed_at": "2026-04-03T14:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fcf72227fff42524dbc43daf02f5492525d0441",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add Go 1.26 to test matrix, use for linting",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-02-18T15:06:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f0c70242cb69c94e924cd735b01443c611f33c94",
"body": "The defaults were originally sourced from OpenSSH_7.4p1 (2016). Update\nthem to match the current openssh-portable source (readconf.c,\nmyproposal.h).\n\nRemoved keywords that are deprecated or unsupported in modern OpenSSH:\nCipher (SSH1), ChallengeResponseAuthentication (alias for\nKbdInteractiveAuthent\n[…]\ns, removed\nid_dsa, added id_ecdsa_sk and id_ed25519_sk. Removed ForwardAgent from\nstrict yes/no validation (it now also accepts a socket path).\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "config: update default values to match current openssh-portable",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-02-18T14:41:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "68fe499c7888e71e9e77108e4f187ae497bca342",
"body": null,
"is_bot": false,
"headline": "1.6.0",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-02-16T11:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac007ea1b91b739786f2a9dc42f5ed9e6e915319",
"body": "Summarize the three user-facing changes since v1.5.0 (tilde expansion\nin Include, double-quote stripping, EOL comment spacing) and credit\nthe issue reporters. Move the previously-unreleased items into a\nproper v1.5.0 section.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "CHANGELOG.md: add v1.6.0 changes, backfill v1.5.0 section",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-02-16T11:10:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6f3abd72f38c8dca4fd146634216f4b5d3301646",
"body": "In ssh_config(5) it says:\n\n each pathname may contain glob(7) wildcards and, for user\n configurations, shell-like '~' references to user home directories.\n\nThis adds support for expanding the ~ into the path for the user's home\ndirectory when not parsing a system config.\n\nCloses #31.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "config: support ~ as user's home directory in Include",
"author_name": "Neil Williams",
"author_login": "spladug",
"committed_at": "2026-02-16T00:12:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cc9f70053599eab616aa522f34eae1b32d6d3e23",
"body": "Also add a check to the repo to ensure that we can't make this\nsame mistake again. Uses github.com/kevinburke/differ to run gofmt\n-s -w and fail if any files are modified, catching redundant type\nannotations in composite literals and other simplifications.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "config: simplify composite literal in newConfig",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-02-16T00:06:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "538d5a78536d897be3ed48a94d41d863b92961ed",
"body": "When a Host or KV is created programmatically with an EOLComment,\nthe unexported spaceBeforeComment/spaceAfterValue fields default to\n\"\", producing output like \"Host foo#comment\" with no space before\nthe '#'. Default to a single space when a comment is present but\nno spacing has been set.\n\nFixes #50.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "config: default to a space before '#' in EOL comments",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-02-15T13:12:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "04e0fd693c75ffbe3377458a77e19c414b11193c",
"body": "OpenSSH allows values to be surrounded by double quotes (e.g.\nIdentityFile \"/path/to/file\"), but Get/GetAll returned those quotes\nas literal characters, causing file-not-found errors for consumers.\n\nStrip surrounding double quotes from KV.Value at parse time, while\npreserving the original text in a rawValue field so that String()\nand MarshalText() can roundtrip the config file faithfully.\n\nFixes #61.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "config: strip surrounding double quotes from parsed values",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-02-15T12:51:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "568811ae7cc1ae0265dcc717bcf5a3f6e416a2b6",
"body": "setup-go has caching enabled by default and looks for go.sum, which\ndoesn't exist since this project has no external dependencies.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: disable setup-go cache, update checkout to v6",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-02-14T12:26:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e0b4ce953a70794a085eb763967633a835c1e7f4",
"body": null,
"is_bot": false,
"headline": "1.5.0",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-02-14T12:18:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2e12b8b8c1769efe9f803f351fd5d19fd303ce5",
"body": null,
"is_bot": false,
"headline": "CHANGELOG.md: improve fidelity and dates",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-02-14T12:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1fac02d87e79645383834fa89e9bb7ca049320e",
"body": "This implements most of the spec for Match while still leaving 'Match\nexec' unimplemented.\n\nAdd new tests for this functionality, as well as measures of code\ncoverage, and then add additional tests based on the code coverage\nresults.\n\nImplements changes from https://github.com/kevinburke/ssh_config/pull/67\n\nCo-Authored-By: sio2boss <sio2boss@users.noreply.github.com>\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "all: implement Match support",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2026-02-13T15:08:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "482de704302ff32e1f95f3e7d4e09a99fb10e36e",
"body": null,
"is_bot": false,
"headline": "SECURITY.md: add",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2025-09-18T22:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40dba82e609e5e30fa27cb62f5ecf8ca2f285b9c",
"body": null,
"is_bot": false,
"headline": ".github: add dependabot configuration",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2025-09-18T22:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d09c9dd1eb6ca8d20bbfcbdad78b2fcbc653db4",
"body": "Also switch back to the official 'actions' Go installer, and latest\nversions of each.",
"is_bot": false,
"headline": ".github: latest Go version",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2025-09-17T14:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d87420c3e28c1ebb3b8a1f39592c925bfbb8174c",
"body": null,
"is_bot": false,
"headline": "1.4.0",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2025-08-19T20:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cb5d6c7abb577f3104aabbe5d8063156317a4e9",
"body": "This makes things nicer when/if you are importing this library in a\nGo program, otherwise go.mod reports a long version number with the\ncommit and date.",
"is_bot": false,
"headline": "config: change release format to \"1.3.0\"",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2025-08-19T20:35:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7d55a2d04a1a63e04501bc0fe8e9a7d013f9bf",
"body": null,
"is_bot": false,
"headline": "CHANGELOG,AUTHORS.txt: add notes and add Simon Josefsson",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2025-08-19T20:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d227026b5b77d4a47bd1f5bea2fd958586d6e1f4",
"body": "…(#72)",
"is_bot": false,
"headline": "Store tests/dos-lines as CRLF in git instead of using .gitattributes …",
"author_name": "Simon Josefsson",
"author_login": "jas4711",
"committed_at": "2025-08-19T13:42:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bd630c1057da6bd6192af0ab6db9d0c94f86863",
"body": null,
"is_bot": false,
"headline": "1.3",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2025-02-20T08:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "200a8b4c545bc9fffed7e41a68c9aee6b6562fd3",
"body": null,
"is_bot": false,
"headline": ".github: update CI for more recent Go versions",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2025-02-20T08:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d09c0b50564c4a7f8c56c9d5d6d935e06ee94da",
"body": null,
"is_bot": false,
"headline": ".github: set latest Go versions",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2023-10-22T04:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "974a52c2c04b3e24e189311ef9776b87153dd961",
"body": null,
"is_bot": false,
"headline": ".github: use Go 1.19",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2022-11-25T15:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c7724c1bbc42e3e240ee4ba47b0454c8de2c092",
"body": null,
"is_bot": false,
"headline": "README.md: update donate information",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2022-11-09T04:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7df84450529f63af3613b1fc8d8d87ccbf87bc36",
"body": null,
"is_bot": false,
"headline": "go.mod: add",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2022-06-15T16:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a56e914e72838f8ba013f750ccb71ff6d5d25529",
"body": null,
"is_bot": false,
"headline": ".github: run lint only on Go 1.18",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2022-06-05T20:48:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5724bd127982289dd52e79933bbe60b98a5b639e",
"body": "Fixes #48.",
"is_bot": false,
"headline": "config: add UserSettings.ConfigFinder",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2022-06-05T19:47:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aae6f39972de32733b05fe16635cee42383b7fd0",
"body": null,
"is_bot": false,
"headline": "1.2",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2022-03-31T18:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df4d8e6716fcd4f51d524eb1930761d003bd4db8",
"body": null,
"is_bot": false,
"headline": "config: update version to match git tags",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2022-03-31T18:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6c711132329f21728354e04e7fa5349e2c44123",
"body": "This makes go.mod happier.",
"is_bot": false,
"headline": "Makefile: add tag prefix to release command",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2022-03-31T17:59:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b1b4df300dad4631e3eb7c0ad6c1ebc46d26e6f",
"body": "See the description in the CHANGELOG - we were handling this\nincorrectly and attaching whitespace to the end of values where that\ndidn't make much sense to do.",
"is_bot": false,
"headline": "config: fix EOL whitespace for key/value pairs and Host lines",
"author_name": "Scott Lessans",
"author_login": "slessans",
"committed_at": "2022-03-31T17:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91cd224c7f262013b7d44b3b3a9dbeacf3ced698",
"body": "Signed-off-by: Carlos A Becker <caarlos0@gmail.com>",
"is_bot": false,
"headline": "config: add DecodeBytes to directly read a byte array",
"author_name": "Carlos A Becker",
"author_login": "caarlos0",
"committed_at": "2022-03-31T16:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a432d6fbae5106d3b520711fcf4cac2a9869c304",
"body": null,
"is_bot": false,
"headline": "README: add more information",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2022-03-31T16:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad71ac26ef41b372c2f0ca7839ec35e8f1a4235",
"body": "It's deprecated now.",
"is_bot": false,
"headline": "config: remove io/ioutil",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2022-03-31T16:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0970dd2cc49c9022f85ebb19511e87a2680355a1",
"body": null,
"is_bot": false,
"headline": ".github: add latest Go versions to CI",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2022-03-31T16:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7f8dec5c76b172ce220452b451a28b2b75d1c22",
"body": "Also add a sample corpus.",
"is_bot": false,
"headline": "fuzz_test: add fuzz tests",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2021-11-02T21:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beb851b6a483ff883e6af0e2912d64ff2088753d",
"body": null,
"is_bot": false,
"headline": "AUTHORS.txt: add Dustin Spicuzza",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2021-03-27T20:54:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "124166206d4a0bb6b065541711b51fda944e6ea1",
"body": "IdentityFile among others supports being provided multiple times and\naggregated across, potentially, multiple files. Support that workflow\nby adding GetAll and GetAllStrict alongside the current functions.",
"is_bot": false,
"headline": "Support retrieving multiple values for a given keyword",
"author_name": "Dustin Spicuzza",
"author_login": "virtuald",
"committed_at": "2021-03-27T20:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42c0635e2fac9bf2c9fc5208bda3367616a419ed",
"body": null,
"is_bot": false,
"headline": ".github: add github actions",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2021-03-27T17:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4977a11b4351f5439a591127be8ac5f0c1ae6d96",
"body": null,
"is_bot": false,
"headline": "travis.yml: test ppc64le",
"author_name": "santosh653",
"author_login": "santosh653",
"committed_at": "2020-11-06T05:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62d16166c634adb9428671941ca2ec01cc8f7eb0",
"body": "Adding Power Support",
"is_bot": false,
"headline": "Update .travis.yml",
"author_name": "santosh653",
"author_login": "santosh653",
"committed_at": "2020-11-06T05:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a772a75fa55199426dc2d7ea63f3fb211cc9038",
"body": "Staticcheck only works going back to Go 1.13 so only test that far\nback.",
"is_bot": false,
"headline": "travis.yml: test latest Go versions",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2020-11-06T05:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e",
"body": "Also change addresses to use my new email.",
"is_bot": false,
"headline": "AUTHORS.txt: add Mark Nevill",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2019-07-25T05:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cfae18c12b8934b1afba3ce8159476fdef666ba",
"body": null,
"is_bot": false,
"headline": "1.0",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2019-07-24T20:58:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14846fb743b68bface9321da06f8d83a6bfa7924",
"body": "Previously we used the buffruneio package to buffer input. However,\nthe error handling was not good, and we would often panic when parsing\ninputs.\n\nSSH config files are generally not large, on the order of kilobytes or\nmegabytes, and it's fine to just read the entire thing into memory and\nthen parse\n[…]\n panicked with the old version and then modify the code\nto ensure the test no longer panics.\n\nThanks to Mark Nevill (@devnev) for the initial error report and\nfailing test case.\n\nFixes #10.\nFixes #24.",
"is_bot": false,
"headline": "all: rewrite the lexer to consume the entire input first",
"author_name": "Mark Nevill",
"author_login": "devnev",
"committed_at": "2019-07-24T20:52:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e50c441276c45da12db9a8e3df6f7f1d2f820f1",
"body": "staticcheck updated, and it requires inline fixes as well as dropping\nsupport for 1.9 and 1.10.",
"is_bot": false,
"headline": "all: fix lint issues",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2019-06-30T04:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f648cfb84bf2fe6794b014c5cc9e9d6b29832c28",
"body": "Files are small and these are cheap enough that we should be more\nworried about overflow errors than the space cost.",
"is_bot": false,
"headline": "all: use ints instead of uints",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2019-06-30T03:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81db2a75821ed34e682567d48be488a1c3121088",
"body": null,
"is_bot": false,
"headline": "0.5",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2018-08-30T20:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b64c0219b657a2c958a4531cb1a64a1d82e39286",
"body": null,
"is_bot": false,
"headline": "Add Go 1.11 to build matrix",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2018-08-30T20:47:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555f37af0a67a1b12037851ace9a9ab837f6c537",
"body": "If the file did not have a newline character as the last character,\nparseKV() would panic with an NPE. Handle the parser changes better.\n\nFixes #21.",
"is_bot": false,
"headline": "Correctly parse files without trailing newline",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2018-08-30T20:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82cf3f92643814c75904bc4b01dd5721afa7bb89",
"body": "They don't work with megacheck anymore. The source code and tests will\nprobably still pass, however.",
"is_bot": false,
"headline": "Remove 1.7 and 1.8 from build matrix",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2018-07-11T16:47:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fcc689beeab13c6dd7ab1d65cb9d7a1aeea9663",
"body": null,
"is_bot": false,
"headline": "Use kevinburke/bump_version instead of Shyp/bump_version",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2018-04-22T19:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c3af74fa5b59d325e597106f6ef94b9b413685c",
"body": "At some point recently this was fixed (maybe investigate more and\nfigure out how/why this has been resolved?)\n\nAdd Go 1.10 to Travis CI.",
"is_bot": false,
"headline": "Run tests with the race detector",
"author_name": "Wayne Ashley Berry",
"author_login": "wayneashleyberry",
"committed_at": "2018-04-03T03:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c871d977a83aa18057e89f0fe06f160006835d",
"body": null,
"is_bot": false,
"headline": "run tests before releasing a new version",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2018-03-17T17:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fc7bb800b555d63157c65a904c86a2cc7b4e795",
"body": null,
"is_bot": false,
"headline": "0.4",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2018-03-17T17:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe204ef364e0cbeb969255bf3e8fa70416a31ec6",
"body": "Previously we would fail to lex lines ending with CRLF properly.",
"is_bot": false,
"headline": "Fix DOS line endings parsing",
"author_name": "Eugene Terentev",
"author_login": null,
"committed_at": "2018-03-17T17:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ff8514904a8ebfcfb3c32ad73e1f8498a7f81b4",
"body": null,
"is_bot": false,
"headline": "0.3",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2018-01-27T19:48:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc20c60f74463da0fa02401e4d8b8d0338423a32",
"body": null,
"is_bot": false,
"headline": "Add AUTHORS file",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2018-01-27T19:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c665f6f4429a31f20a97fceca0d5e660f211ca01",
"body": "I had some extra spaces and junk in my ssh config and it was causing\nthis part of the code to fail with an out of range error.",
"is_bot": false,
"headline": "Fix potential index out of range error",
"author_name": "Sergey Lukjanov",
"author_login": "Frostman",
"committed_at": "2018-01-27T19:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "802051befeb51da415c46972b5caf36e7c33c53d",
"body": null,
"is_bot": false,
"headline": "Implement encoding.TextMarshaler interface",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-10-13T21:14:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db49ba357de1f26c56dac48a5de39c65785bf24a",
"body": null,
"is_bot": false,
"headline": "Use better dependencies in Makefile",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-08-22T17:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec3da02a795384225d1b5c762049e8f6a3722f6",
"body": null,
"is_bot": false,
"headline": "add Default example",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-26T18:07:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc8c3320314f3749d0758c539507548d55c99f67",
"body": null,
"is_bot": false,
"headline": "fix example",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-26T18:06:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b545126285f34050a469f83d2e27168b0415c97",
"body": null,
"is_bot": false,
"headline": "switch staticcheck for megacheck and fix things it complains about",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-26T17:01:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dcd4cf59573552963e7c3d51104d26650a0a940",
"body": null,
"is_bot": false,
"headline": "update README and add more examples",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-26T05:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "873a8ad95fd7f92e2c9a6e5ffead3c78481cd97b",
"body": null,
"is_bot": false,
"headline": "add errata",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-25T15:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b24c0d360cfb330dfad1f5de5e5891074fe8ddd",
"body": null,
"is_bot": false,
"headline": "improve the documentation",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-25T15:16:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b365efcd38270967b1228fa081938ff42685bf2b",
"body": null,
"is_bot": false,
"headline": "add a release target",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-25T15:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa48d7ff1cfb9f26c514b80d520880394293bf08",
"body": null,
"is_bot": false,
"headline": "0.2",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-25T15:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a3c8dfaf044ae1b99b91b15ea373aca51b3892c",
"body": null,
"is_bot": false,
"headline": "add a version constant",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-25T15:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e05b90745b94a56532a2445846b2a1e03e319d02",
"body": null,
"is_bot": false,
"headline": "more doc tweaks",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-25T15:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7897293c53a37109841220de24d94fcd5501b87b",
"body": "- Test Include string representation\n\n- Add docs and examples",
"is_bot": false,
"headline": "Cleanup for public release",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-25T15:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fad3c64da206df4f90bbc2945acb5172e989ee2",
"body": null,
"is_bot": false,
"headline": "Add more documentation and correctness fix",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-25T05:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c4ddb97d7751cb75e2bd2254423be27aeff4de3",
"body": null,
"is_bot": false,
"headline": "use Default() and validate()",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-25T04:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c20644453da2021b962b38db6035f7429a7a4aa7",
"body": null,
"is_bot": false,
"headline": "add Default() and start of a validate() function",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-24T17:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54fabb9a3764ca25f792b23dd5bae5474afa1d6b",
"body": "It's tricky because it involves recursive filesystem parsing, depth\nchecking and glob matching. But figured it out.\n\nFixes #4.",
"is_bot": false,
"headline": "Implement Include directive",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-05-24T03:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad36f0d71ac9a83236bf93cd2a322f7edce9aec2",
"body": "Fixes #3.",
"is_bot": false,
"headline": "Implement negative match",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-04-23T23:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3918a52bb76bd253a886db50af3c736bb8b95256",
"body": null,
"is_bot": false,
"headline": "Add a LICENSE",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-04-23T19:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f73642b5bb8f0404aeed4c9ba9abdbb4267468",
"body": null,
"is_bot": false,
"headline": "Add more documentation",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-04-23T19:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "251b79e492221edd483142faec02d0e171fdd03a",
"body": null,
"is_bot": false,
"headline": "install staticcheck on host",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-04-23T18:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc2824eae3f22127262e8747e52049f53740f9c7",
"body": null,
"is_bot": false,
"headline": "tweak readme again",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-04-23T18:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c39ca6b47d468e90f304db1a51c130d349269d",
"body": "Lots of changes and new API's here.\n\nFixes #7.",
"is_bot": false,
"headline": "Implement Get and wildcard match",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-04-23T18:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c40e54d2bf9daea566357450b62eee3347a3b062",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-04-22T03:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8075e819ada914c81ac0ab1c7ea46d68b27876b0",
"body": null,
"is_bot": false,
"headline": "tweak interface",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-04-18T17:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c07ebbe98d4e7f48bfedcbff64df99e23370dde9",
"body": null,
"is_bot": false,
"headline": "add very basic README",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-04-17T18:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab5641d3b9966b5365ee8805c9d91b6018bda90e",
"body": null,
"is_bot": false,
"headline": "Add Travis",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-04-17T18:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29f594a81c43c99ae49d620711ac1e542884571d",
"body": "The error handling is nonexistent and there's no easy way to get\ndata out. But we can parse a SSH config file into a Go struct, and\nroundtrip that struct back to a file that looks (roughly) the same.",
"is_bot": false,
"headline": "Add alpha SSH config parser",
"author_name": "Kevin Burke",
"author_login": "kevinburke",
"committed_at": "2017-04-17T18:08:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 23,
"latest_release_at": "2026-02-16T11:10:38Z",
"latest_release_tag": "v1.6.0",
"releases_from_tags": true,
"days_since_last_push": 84,
"active_weeks_last_year": 7,
"days_since_latest_release": 162,
"mean_days_between_releases": 446.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/kevinburke/ssh_config",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/kevinburke/ssh_config",
"is_deprecated": false,
"latest_version": "v1.6.0",
"repository_url": "https://github.com/kevinburke/ssh_config",
"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-02-16T11:10:38Z",
"latest_version_yanked": null,
"days_since_latest_publish": 162
}
]
},
"popularity": {
"forks": 86,
"stars": 471,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2018-01-27",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-07-10",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2018-11-19",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-03-07",
"count": 1
},
{
"date": "2019-05-02",
"count": 1
},
{
"date": "2019-06-21",
"count": 1
},
{
"date": "2019-07-03",
"count": 2
},
{
"date": "2019-07-25",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-03-08",
"count": 1
},
{
"date": "2020-03-24",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-05-23",
"count": 1
},
{
"date": "2020-06-19",
"count": 1
},
{
"date": "2020-07-06",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-12-12",
"count": 1
},
{
"date": "2020-12-17",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-02-26",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-06-23",
"count": 1
},
{
"date": "2021-07-28",
"count": 2
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-03-19",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-22",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-04-02",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-07-29",
"count": 1
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-07-17",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-10-15",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2026-02-05",
"count": 1
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
}
],
"complete": true,
"collected": 75,
"total_forks": 86
},
"star_history": null,
"open_issues_and_prs": 25
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 24599,
"source_files_sampled": 12,
"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": 10,
"merged_prs": 21,
"open_issues": 15,
"closed_ratio": 0.651,
"closed_issues": 28,
"closed_unmerged_prs": 16
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kevinburke",
"commits": 79,
"avatar_url": "https://avatars.githubusercontent.com/u/234019?v=4"
},
{
"type": "User",
"login": "santosh653",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/70637961?v=4"
},
{
"type": "User",
"login": "caarlos0",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/245435?v=4"
},
{
"type": "User",
"login": "virtuald",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/567900?v=4"
},
{
"type": "User",
"login": "devnev",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/79550?v=4"
},
{
"type": "User",
"login": "spladug",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/338853?v=4"
},
{
"type": "User",
"login": "slessans",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/440874?v=4"
},
{
"type": "User",
"login": "Frostman",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/134872?v=4"
},
{
"type": "User",
"login": "jas4711",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/531817?v=4"
},
{
"type": "User",
"login": "wayneashleyberry",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/727262?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.888
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "13 out of 16 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"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": 6,
"reason": "SAST tool is not run on all commits -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "bd15f5d44042e84fa6a04fcb0f1d176fc804397f",
"ran_at": "2026-07-28T13:32:37Z",
"aggregate_score": 7.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T10:37:16Z",
"oldest_open_prs": [
{
"number": 28,
"created_at": "2021-03-22T16:51:08Z",
"last_comment_at": "2023-07-26T22:31:52Z",
"last_comment_author": "blampe"
},
{
"number": 37,
"created_at": "2022-01-26T16:39:33Z",
"last_comment_at": "2022-04-11T21:46:53Z",
"last_comment_author": "kevinburke"
},
{
"number": 39,
"created_at": "2022-02-10T19:50:32Z",
"last_comment_at": "2022-03-31T19:55:18Z",
"last_comment_author": "kevinburke"
},
{
"number": 40,
"created_at": "2022-03-18T07:54:32Z",
"last_comment_at": "2022-03-31T18:01:54Z",
"last_comment_author": "kevinburke"
},
{
"number": 49,
"created_at": "2022-04-27T16:18:34Z",
"last_comment_at": "2022-11-10T04:31:23Z",
"last_comment_author": "rminnich"
},
{
"number": 57,
"created_at": "2023-02-25T16:56:29Z",
"last_comment_at": "2023-10-22T05:06:58Z",
"last_comment_author": "kevinburke"
},
{
"number": 64,
"created_at": "2024-01-09T10:10:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 78,
"created_at": "2025-10-16T17:51:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 87,
"created_at": "2026-03-14T00:11:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 89,
"created_at": "2026-06-22T07:54:33Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-04-03T14:56:27Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2017-04-23T04:04:00Z",
"last_comment_at": "2017-04-23T23:40:56Z",
"last_comment_author": "kevinburke"
},
{
"number": 2,
"created_at": "2017-04-23T04:05:41Z",
"last_comment_at": "2025-02-23T09:07:25Z",
"last_comment_author": "dolmen"
},
{
"number": 5,
"created_at": "2017-04-23T04:10:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 23,
"created_at": "2019-01-15T21:11:26Z",
"last_comment_at": "2019-01-15T21:54:14Z",
"last_comment_author": "docwhat"
},
{
"number": 30,
"created_at": "2021-04-08T14:25:28Z",
"last_comment_at": "2021-04-08T18:27:37Z",
"last_comment_author": "virtuald"
},
{
"number": 34,
"created_at": "2021-09-01T01:56:12Z",
"last_comment_at": "2023-09-16T22:08:44Z",
"last_comment_author": "Dentrax"
},
{
"number": 47,
"created_at": "2022-04-06T08:42:24Z",
"last_comment_at": "2023-01-24T08:20:36Z",
"last_comment_author": "kke"
},
{
"number": 53,
"created_at": "2022-06-08T07:22:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2023-01-24T11:48:50Z",
"last_comment_at": "2023-01-24T12:12:36Z",
"last_comment_author": "kke"
},
{
"number": 56,
"created_at": "2023-01-25T12:15:02Z",
"last_comment_at": "2023-02-22T09:59:23Z",
"last_comment_author": "NitroCao"
},
{
"number": 60,
"created_at": "2023-09-17T10:01:42Z",
"last_comment_at": "2024-04-26T05:11:22Z",
"last_comment_author": "firelizzard18"
},
{
"number": 63,
"created_at": "2023-12-21T07:28:05Z",
"last_comment_at": "2025-08-27T18:28:59Z",
"last_comment_author": "giraffesyo"
},
{
"number": 70,
"created_at": "2025-07-10T12:26:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 74,
"created_at": "2025-09-11T07:53:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 90,
"created_at": "2026-07-18T18:54:58Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kevinburke/ssh_config",
"host": "github.com",
"name": "ssh_config",
"owner": "kevinburke"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 75,
"vitality": 43,
"community": 55,
"governance": 60,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 43,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"commits_last_year": 23,
"human_commit_share": 1,
"days_since_last_push": 84,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 84 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 84
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "23 commits in the last year",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 23
}
}
],
"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": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.6.0",
"releases_from_tags": true,
"days_since_latest_release": 162,
"mean_days_between_releases": 446.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 162 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 162
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~446.7 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 446.7
}
}
],
"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": 84,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 84 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 84
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"forks": 86,
"stars": 471,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "471 stars",
"points": 43.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 471
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "86 forks",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 86
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.888
},
"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 89% of commits",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 89
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"merged_prs": 21,
"open_issues": 15,
"closed_issues": 28,
"issue_closed_ratio": 0.651,
"closed_unmerged_prs": 16
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "65% of issues closed",
"points": 30.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 65
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "21/37 decided PRs merged",
"points": 21.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 21,
"decided": 37
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"followers": 690,
"owner_type": "User",
"is_verified": null,
"owner_login": "kevinburke",
"public_repos": 439,
"account_age_days": 5963
},
"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": "690 followers of kevinburke",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 690,
"login": "kevinburke"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "439 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 439
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/kevinburke/ssh_config"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 162
},
"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 162 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 162
}
}
],
"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": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "13 out of 16 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"ssh",
"golang",
"parser",
"ssh-config"
],
"has_wiki": true,
"homepage": "https://godoc.org/github.com/kevinburke/ssh_config",
"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://godoc.org/github.com/kevinburke/ssh_config",
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 75,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 7.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "13 out of 16 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"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 6",
"points": 3,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 60,
"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.33,
"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": "30 of 91 human commits state their intent (structured subject or explanatory body)",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 30,
"sampled": 91
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.099,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "9 of the last 91 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 9,
"sampled": 91
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"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": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 24599,
"source_files_sampled": 12,
"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/12 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 12,
"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:32:52.135421Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kevinburke/ssh_config.svg",
"full_name": "kevinburke/ssh_config",
"license_state": "custom",
"license_spdx": null
}