Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 49,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 153266
},
"pushed_at": "2026-07-19T05:13:33Z",
"created_at": "2026-07-19T04:53:24Z",
"owner_type": "User",
"updated_at": "2026-07-19T05:00:50Z",
"description": ":sparkles: QR Code encoder (Go)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Anthony Francis",
"type": "User",
"login": "axfrancis",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/264396345?v=4",
"created_at": "2026-02-27T11:28:04Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 148
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-19T05:00:42Z"
}
],
"recent_commits": [
{
"oid": "1cbacd8e330c421694be1afd259f716355d26834",
"body": null,
"is_bot": false,
"headline": "add color to png",
"author_name": "Anthony Francis",
"author_login": "axfrancis",
"committed_at": "2026-07-19T05:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ffd41fcbda98130fa58e5f08deb9074f735e9be",
"body": null,
"is_bot": false,
"headline": "add color to png",
"author_name": "Anthony Francis",
"author_login": "axfrancis",
"committed_at": "2026-07-19T04:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da1b6568686e89143e94f980a98bc2dbd5537f13",
"body": "…ata segment if that's more efficient. Also add error check to NewWithForcedVersion(): Check if the content is too large for the requested QR code version.",
"is_bot": false,
"headline": "Encode mixed numeric/alphanumeric data segments as one alphanumeric d…",
"author_name": "Tom",
"author_login": "skip2",
"committed_at": "2020-06-17T19:51:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ac0b40b20381309a948070efde6bf158f0b75be",
"body": "…y-over-mixed-encoding\n\nOccasional byte encoding efficiency over mixed encoding",
"is_bot": false,
"headline": "Merge pull request #33 from vsenko/occasional-byte-encoding-efficienc…",
"author_name": "tfh",
"author_login": "skip2",
"committed_at": "2020-05-26T17:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3b48390827ef63b58d657612023e343b90bdc58",
"body": "Export NewWithForcedVersion",
"is_bot": false,
"headline": "Merge pull request #34 from vsenko/export-NewWithForcedVersion",
"author_name": "tfh",
"author_login": "skip2",
"committed_at": "2020-05-19T17:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0317bf8cc7076c4d55efa30ce59d7aae30dd13ad",
"body": "go mod",
"is_bot": false,
"headline": "Merge pull request #29 from shvc/master",
"author_name": "tfh",
"author_login": "skip2",
"committed_at": "2020-05-19T17:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12c2b5949a92309965f82ae335b913ca5a8c13f0",
"body": null,
"is_bot": false,
"headline": "Export NewWithForcedVersion",
"author_name": "vsenko",
"author_login": "vsenko",
"committed_at": "2020-05-19T08:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9885e0e62025798be7345712a04e593c7bdfbfa8",
"body": "…ixed encoding",
"is_bot": false,
"headline": "Check if a single byte encoded segment would be more efficient than m…",
"author_name": "vsenko",
"author_login": null,
"committed_at": "2020-05-19T07:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11642076e6b1ccc225c0f4d9f3f4d0e668560e92",
"body": null,
"is_bot": false,
"headline": "add go.mod",
"author_name": "vager",
"author_login": null,
"committed_at": "2020-01-13T09:04:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9434209cb0863a5f3c316b49a8abb7f7dc80610a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "tfh",
"author_login": "skip2",
"committed_at": "2019-10-27T15:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "016ced4a77f51518615c9ee1d47a51a9a277591e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'fix_scaling'",
"author_name": "Tom",
"author_login": "skip2",
"committed_at": "2019-10-27T14:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb3bf7ba5ad6fdfa39f4e0533bdee90445d8bb89",
"body": "…thus no more margins/borders. Defaults to borders for compatibility.",
"is_bot": false,
"headline": "Add DisableBorder option to disable the QR Code quiet zone entirely, …",
"author_name": "Tom",
"author_login": "skip2",
"committed_at": "2019-10-17T16:33:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f409379433324a736a9ea81ac5b9e8354fd99c08",
"body": null,
"is_bot": false,
"headline": "Fix optional tests using zbarimg",
"author_name": "Tom",
"author_login": "skip2",
"committed_at": "2019-10-17T16:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e59a6a8136ad8330912576a584f91de71b6689",
"body": "Previously each QR code module was the same number of pixels in width/height; this leads to some unfavourably small QR codes generated, with lots of white space.\n\nNow, we map each image pixel to the nearest \"pixel\" in the QR code instead. QR code modules can now vary width/height by a pixel or two.",
"is_bot": false,
"headline": "Fix scaling of QR codes in fixed sized images.",
"author_name": "Tom",
"author_login": "skip2",
"committed_at": "2019-10-14T17:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbbe40053b64143d76939e70452fd649364bca80",
"body": "Previously each QR code module was the same number of pixels in width/height; this leads to some unfavourably small QR codes generated, with lots of white space.\n\nNow, we map each image pixel to the nearest \"pixel\" in the QR code instead. QR code modules can now vary width/height by a pixel or two.",
"is_bot": false,
"headline": "Fix scaling of QR codes in fixed sized images.",
"author_name": "Tom",
"author_login": "skip2",
"committed_at": "2019-10-14T17:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc11ecdae0a9889dc81a343585516404e8dc6ead",
"body": "Improve img bitmap fill performance",
"is_bot": false,
"headline": "Merge pull request #20 from warbaby/img_set_performance",
"author_name": "tfh",
"author_login": "skip2",
"committed_at": "2019-01-10T00:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4444a7dc510592188884ddf07b67ebebac15efea",
"body": null,
"is_bot": false,
"headline": "bgClr is always zero, no need to set",
"author_name": "wangbei",
"author_login": null,
"committed_at": "2019-01-07T03:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "622db714a433d12b4f7ee689a9af37697d6940c2",
"body": null,
"is_bot": false,
"headline": "perf: improve img bitmap fill performance",
"author_name": "wangbei",
"author_login": null,
"committed_at": "2019-01-05T12:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcdd5e378222dd9f20da94a99c0101d30ebf3a50",
"body": "create smaller QR codes with ToSmallString",
"is_bot": false,
"headline": "Merge pull request #19 from pseyfert/smallerQRcode",
"author_name": "tfh",
"author_login": "skip2",
"committed_at": "2019-01-03T00:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "864062d0298f7bb7f5c8fa60f181c631dcad9107",
"body": "Use the characters ▄ and ▀ for two pixel rows per character row.",
"is_bot": false,
"headline": "create smaller QR codes with ToSmallString",
"author_name": "Paul Seyfert",
"author_login": "pseyfert",
"committed_at": "2019-01-03T00:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf5f9fa2f0d847edb8e038db7ed975e239095e1a",
"body": "moves cli output generator to lib",
"is_bot": false,
"headline": "Merge pull request #15 from chris-rock/chris-rock/text-as-lib",
"author_name": "tfh",
"author_login": "skip2",
"committed_at": "2017-12-29T12:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a5d819fd6fdb20a7991bdaec8854bbcf575b08c",
"body": "…reuse this functionality\n\nSigned-off-by: Christoph Hartmann <chris@lollyrock.com>",
"is_bot": false,
"headline": "moves cli output generator to lib. this enables other application to …",
"author_name": "Christoph Hartmann",
"author_login": "chris-rock",
"committed_at": "2017-12-29T11:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eeeae4c623f8912c01e542e6c325acdae35425f",
"body": "Add WriteColorFile",
"is_bot": false,
"headline": "Merge pull request #14 from onodera-punpun/master",
"author_name": "tfh",
"author_login": "skip2",
"committed_at": "2017-12-27T01:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "429dd1126e8c5280943e99793a3783ef8f0d5d29",
"body": null,
"is_bot": false,
"headline": "Add WriteColorFile",
"author_name": "Camille Scholtz",
"author_login": "CamilleScholtz",
"committed_at": "2017-12-26T14:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80895b4a9eff675bc0f8ea09f60106bca9ac44c8",
"body": "Update example_test.go",
"is_bot": false,
"headline": "Merge pull request #12 from EwanEwart/patch-1",
"author_name": "tfh",
"author_login": "skip2",
"committed_at": "2017-12-14T17:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2bf5ddb8e800537bb92425859e68aaf065f6018",
"body": "\tAmendments Thu, 2017-December-14:\r\n\t- test integration (go test -v)\r\n\t- idiomatic go code",
"is_bot": false,
"headline": "Update example_test.go",
"author_name": "EwanEwart",
"author_login": "EwanEwart",
"committed_at": "2017-12-14T11:40:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "695fc75a09738f9be56aaa3aecfd7dac28e66b63",
"body": null,
"is_bot": false,
"headline": "Implement variable sized image support.",
"author_name": "tfh",
"author_login": "skip2",
"committed_at": "2017-08-12T16:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bb60b5a716144fa55da373bab578cca49a537d7",
"body": "Update TravisCI config to use Go 1.7.",
"is_bot": false,
"headline": "Merge pull request #9 from skip2/skip2-travis-go1.7",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2017-04-04T20:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d303647ae814d60e9c1166bc791172eff724526",
"body": null,
"is_bot": false,
"headline": "Update TravisCI config to use Go 1.7.",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2017-04-04T20:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57a8987d83060810a27362d7e6d26af8cc564d52",
"body": "Crunch down output PNG by a bit",
"is_bot": false,
"headline": "Merge pull request #8 from Aslai/master",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2017-04-04T20:51:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef4aa3655469f148a011e5a66ec0f98a5a5a522f",
"body": null,
"is_bot": false,
"headline": "Crunch down output PNG by a bit",
"author_name": "Kaslai",
"author_login": "Aslai",
"committed_at": "2017-04-04T19:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c61b63be78398bebd08a352818e64c94226313e",
"body": "Extra flag -i to invert black and white (negative photo).",
"is_bot": false,
"headline": "Merge pull request #7 from Deleplace/negative",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2017-03-27T23:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "561ea7ec7517114b21688a84beef0b377206f005",
"body": null,
"is_bot": false,
"headline": "Extra flag -i to invert black and white (negative photo).",
"author_name": "Deleplace",
"author_login": "Deleplace",
"committed_at": "2017-03-23T23:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "131cd4645209c5137215a1ea8c2706a4839b3987",
"body": "Extra flag -t to print as 2D char map on STDOUT.",
"is_bot": false,
"headline": "Merge pull request #6 from Deleplace/master",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2017-03-23T23:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536a881cd8b29099fa2c75e3155ca3e273e591a2",
"body": null,
"is_bot": false,
"headline": "Better rectangle char U+2588 █ 'FULL BLOCK' for text-art.",
"author_name": "Deleplace",
"author_login": "Deleplace",
"committed_at": "2017-03-23T22:51:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed75e031bc2f22dfe1d48f9921eb2353dab85633",
"body": null,
"is_bot": false,
"headline": "2D char map works better on \"white\" background.",
"author_name": "Deleplace",
"author_login": "Deleplace",
"committed_at": "2017-03-22T14:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bd85f5c1ab152b35529cd369c114a130aa731c6",
"body": null,
"is_bot": false,
"headline": "Extra flag -t to print as 2D char map on STDOUT.",
"author_name": "Deleplace",
"author_login": "Deleplace",
"committed_at": "2017-03-22T14:48:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf02323edc040f5263d08b45a60bc8abdc3bde18",
"body": "add cli, add method QRCode.Write(), update readme",
"is_bot": false,
"headline": "Merge pull request #3 from shenwei356/master",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2016-12-31T17:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d45c0c61d9b1213630074ed0135984dda680a1e",
"body": null,
"is_bot": false,
"headline": "remove \"release\" from .travis.yml",
"author_name": "shenwei356",
"author_login": "shenwei356",
"committed_at": "2016-12-31T16:53:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1411f21c916f3fbd2e149cf9bf0b81eea249143",
"body": null,
"is_bot": false,
"headline": "fix go get command",
"author_name": "shenwei356",
"author_login": "shenwei356",
"committed_at": "2016-12-31T16:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64729ee8b51c0238515204037c58e847d8fc9c6a",
"body": null,
"is_bot": false,
"headline": "add cli, add method QRCode.Write(), update readme",
"author_name": "shenwei356",
"author_login": "shenwei356",
"committed_at": "2016-12-31T15:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bfceac8c4950ff8f735525ddcde5a6b08d77ab6",
"body": "gofmt -s",
"is_bot": false,
"headline": "Merge pull request #2 from shawnps/gofmt",
"author_name": "Skip",
"author_login": "skip2",
"committed_at": "2016-01-24T02:09:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6fbce3eb2e23c9dffbf80d6cd83e161913e3714",
"body": null,
"is_bot": false,
"headline": "gofmt -s",
"author_name": "shawnps",
"author_login": "shawnps-sigsci",
"committed_at": "2016-01-22T23:39:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4b2f114dec145b66dde2e9b793495b74a67abe1",
"body": null,
"is_bot": false,
"headline": "Add Travis CI button, update docs path to point at github.",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2015-03-15T20:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf115fc637b0677f3597b2e73954058d5e8cd642",
"body": null,
"is_bot": false,
"headline": "Add Travis CI config file.",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2015-03-15T20:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3484a698f5ac87ea2ab7290fa5c807da9c8c83c9",
"body": null,
"is_bot": false,
"headline": "Switch to github import paths.",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2015-03-15T20:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbd4f54dad22747399b1235385c73b3328cab880",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asa",
"author_login": "skip2",
"committed_at": "2015-03-14T20:01:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f3da5a5590054535a1255468ab12e437e99f36d",
"body": null,
"is_bot": false,
"headline": "Create README.md",
"author_name": "Asa",
"author_login": "skip2",
"committed_at": "2015-03-14T19:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f6c90a0d01a812aac1528e528536a902d5b2825",
"body": null,
"is_bot": false,
"headline": "Package documentation functions as the README.",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2014-04-23T21:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d19c4c4112d82871ce6cf1cba02a3cdc5860658",
"body": "…its applied.",
"is_bot": false,
"headline": "Fix symbols consisting of a single block not having their remainder b…",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2014-04-23T19:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe00d3979fbb456bbcfde6fb5ca6b3bda548652e",
"body": null,
"is_bot": false,
"headline": "+= bitset comments",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2014-04-23T18:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0101a5ded8f8b5369fae3c26450909781b1ae488",
"body": null,
"is_bot": false,
"headline": "golint fixes #2",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2014-04-22T23:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4802c0ec0c97e78b669b46d93fd0bdfe9e544cd1",
"body": null,
"is_bot": false,
"headline": "golint fixes",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2014-04-22T23:17:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4942deac2a656eb8e7430e0aa80224c8b1ac35cb",
"body": null,
"is_bot": false,
"headline": "Add .gitignore",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2014-04-18T17:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "975ff6bfa4f5d87c33b52147daa44b66d624cbab",
"body": null,
"is_bot": false,
"headline": "Fix repetitive comment.",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2014-04-18T17:45:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7be08535c03c5ad3c9d854ea682be2a7f95d12e",
"body": "…953 bytes.",
"is_bot": false,
"headline": "Test data type optimisation close to the maximum encodable limit of 2…",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2014-04-18T17:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3168efedf8714b39ed1bb317c087505c8d4aaa6",
"body": null,
"is_bot": false,
"headline": "Improve penalty calculations, still incomplete.",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2014-04-17T00:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b7676c4bd82a6d57c640eca7e08e9547b3da7b0",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Tom Harwood",
"author_login": "skip2",
"committed_at": "2014-04-16T21:30:31Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 2,
"latest_release_at": "2026-07-19T05:00:42Z",
"latest_release_tag": "v1.0.0",
"releases_from_tags": true,
"days_since_last_push": 6,
"active_weeks_last_year": 1,
"days_since_latest_release": 6,
"mean_days_between_releases": null
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/axfrancis/go-qrcode",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/axfrancis/go-qrcode",
"is_deprecated": false,
"latest_version": "v1.0.0",
"repository_url": "https://github.com/axfrancis/go-qrcode",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T05:00:42Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": 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": 30968,
"source_files_sampled": 21,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"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": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "skip2",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/72628?v=4"
},
{
"type": "User",
"login": "Deleplace",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/13508141?v=4"
},
{
"type": "User",
"login": "shenwei356",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2655946?v=4"
},
{
"type": "User",
"login": "axfrancis",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/264396345?v=4"
},
{
"type": "User",
"login": "CamilleScholtz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5213535?v=4"
},
{
"type": "User",
"login": "chris-rock",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1178413?v=4"
},
{
"type": "User",
"login": "EwanEwart",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/34540869?v=4"
},
{
"type": "User",
"login": "Aslai",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1024138?v=4"
},
{
"type": "User",
"login": "pseyfert",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5124749?v=4"
},
{
"type": "User",
"login": "shawnps-sigsci",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/45185708?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.704
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1cbacd8e330c421694be1afd259f716355d26834",
"ran_at": "2026-07-25T22:27:54Z",
"aggregate_score": 2.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/axfrancis/go-qrcode",
"host": "github.com",
"name": "go-qrcode",
"owner": "axfrancis"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"security": 27,
"vitality": 53,
"community": 12,
"governance": 31,
"engineering": 18
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 53,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"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": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"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": 72,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v1.0.0",
"releases_from_tags": true,
"days_since_latest_release": 6,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 31,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 11,
"top_contributor_share": 0.704
},
"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 70% of commits",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 70
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"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": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "critical",
"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": 18,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "axfrancis",
"public_repos": 2,
"account_age_days": 148
},
"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": "0 followers of axfrancis",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "axfrancis"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~0 yr old",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"packages": [
"github.com/axfrancis/go-qrcode"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 18,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.362,
"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": "21 of 58 human commits state their intent (structured subject or explanatory body)",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 58
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"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 58",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 58
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 30968,
"source_files_sampled": 21,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/21 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 21,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T22:28:02.652826Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/axfrancis/go-qrcode.svg",
"full_name": "axfrancis/go-qrcode",
"license_state": "standard",
"license_spdx": "MIT"
}