Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 8651,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 171570
},
"pushed_at": "2026-07-17T22:36:08Z",
"created_at": "2026-03-27T03:55:31Z",
"owner_type": "User",
"updated_at": "2026-07-17T22:36:12Z",
"description": "gocronometer is a go module that provides API access to the export methods of Cronometer.com",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-2.0",
"default_branch": "main",
"license_spdx_raw": "GPL-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Brandon",
"type": "User",
"login": "brandonm",
"company": null,
"location": "California",
"followers": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/114232?v=4",
"created_at": "2009-08-11T16:20:12Z",
"is_verified": null,
"public_repos": 12,
"account_age_days": 6188
},
"license": {
"state": "standard",
"spdx_id": "GPL-2.0",
"raw_spdx": "GPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2026-07-17T14:11:24Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-06-29T19:21:23Z"
}
],
"recent_commits": [
{
"oid": "7093cf56d68a2fd4e2ee01602f618dd5a00d5dd7",
"body": "Confirms a serving's Amount is in grams and MeasureID selects the display\nmeasure, so a food's amount renders as amount/measure.grams in that unit\n(e.g. a 499.8 g water serving is 16.9 fl oz).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(gwt): add measure probe",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-07-17T22:36:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d2054b6a7bd07e4f70ac04f9d6ae121810bc9651",
"body": "Confirms that editing a custom recipe \"going forward\" forks a new\nCronometer food ID rather than mutating the existing one: the same\nlogical food (a turkey sandwich) resolves to distinct immutable IDs\nacross a brand change, and each day's diary serving references the exact\nID logged that day. Per-food-ID resolution is therefore historically\ncorrect with no date-versioning logic.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(gwt): add diary versioning probe",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-07-17T14:47:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3dc3276cc72bbeaa7ed6a59328441c3e7c8a191e",
"body": "Dumps the raw findMyFoods GWT response. Established that findMyFoods\nreturns lightweight SearchHit summaries (id, name, source, type) with no\nper-food modified timestamp, so recipe change-detection must be\ncontent-based (fetch + compare), not timestamp-based.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(gwt): add findMyFoods wire probe for change-detection research",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-07-17T14:36:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "467e272c6dc8aad295004ecd0cd3cb50e9f5dbb0",
"body": "…drift\n\nCronometer recompiled the GWT Measure class (serialization hash\n824760657 -> 1410168823), adding a nullable java.lang.Double milliliter\nfield and a DerivedMeasure subclass. The old fixed-field walk misaligned\nand silently produced foods with empty names and no nutrients.\n\n- Dispatch Measure \n[…]\ne new wire format with committed getAllFood fixtures + regression\n tests; add offline and live wire probes for the next incident.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(gwt): parse Cronometer's 2026-07-16 Measure layout, fail loud on …",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-07-17T14:11:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "78c2eb66b8509e4605786991d7ea73e6a83695ad",
"body": "The cmd/debug_* drivers, cmd/test_custom_foods, and scripts/test-export.sh were one-off scaffolding for reverse-engineering and validating the GWT-RPC diary, custom-food, and rate-limit work. That behavior now lives in the library and its unit tests, so the scratch tooling — and the legacy CSV /export harness it included — is removed. Also drop the now-unused /debug_export ignore.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: remove GWT reverse-engineering debug tools",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-06-29T20:36:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7d0ecf6682b86a0e878eca9403134d670d818322",
"body": "Rewrite the README around GetDayServings (quota-free diary that includes water), custom-food/recipe resolution, and the automatic rate limiter, and explain the replace-directive workflow for consuming this fork. Mark the CSV /export path as legacy (subject to the ~10/day quota).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document the fork's GWT-RPC diary, custom foods, and rate limiting",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-06-29T19:21:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "efad1db15483138224c3bcef0e81e28c9ebd933b",
"body": "Add ci.yml (go build + vet + test on push/PR to main and on v* tags) so every change to the default branch is actually built and tested on GitHub. Point the existing live-API workflow at main as well; its tests skip without secrets.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add build/test workflow and target the main branch",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-06-29T19:21:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "adeb48a702092b42b42a067af839dff7927f9115",
"body": "setup() previously t.Fatal'd when GOCRONOMETER_TEST_USERNAME/PASSWORD were unset, so go test ./... failed anywhere without secrets. Pass *testing.T into setup() and t.Skip() instead: the suite stays green in CI without secrets and still runs in full when creds are provided.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: skip live Cronometer API tests when credentials are absent",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-06-29T19:21:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e7a81e04f5f60d67476041f682670e5ad293f279",
"body": "All requests now flow through a rate-limited transport so the client never\nexceeds Cronometer's throttle-config. On login we fetch /api/v3/throttle-config\nand set the limiter to ThrottleSafetyFactor (0.5) of the published gwt_rpc rps\n(observed 40 → 20 rps), falling back to a conservative 20 rps defa\n[…]\nfast: a steady ~20 rps replaces ad-hoc per-call sleeps, so a year of days\ncompletes in seconds while staying well under the limit.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ratelimit): honor Cronometer's published gwt_rpc rate limit",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-06-29T19:00:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "772d3d0c0322905efddbf169c4e63fd16f24e258",
"body": "The serving's row-ID field encodes the meal category in its high 16 bits, at a\nfixed offset (8 tokens) after the Serving type token — stable even when a\nserving's object back-ref shifts the later fields. Anchor the meal to the type\ntoken while keeping foodID/amount on the signature scan.\n\nAdds DaySe\n[…]\n MealGroupName (1=Breakfast … 6=Water). Validated\nagainst the web diary: groups match exactly (Breakfast/Lunch/Supplements/Water).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(diary): decode the meal group (Breakfast/Lunch/…/Water) per serving",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-06-29T18:41:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4f57cca2ac291099b4332891e4947072f8c711eb",
"body": "…port\n\nAdd GetDayServings(date), which fetches a day's food log via the GWT-RPC\nCronometerService.getDayInfo call — the same API the web app uses — avoiding the\nrate-limited (~10/day) CSV /export endpoint entirely.\n\n- gwt_values.go: GWTGetDayInfo request template (Day serializes day|month|year).\n- d\n[…]\nfl oz match to the decimal —\nincluding the previously-broken water (the CSV export drops water servings;\ngetDayInfo returns them).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(diary): read the diary via GWT-RPC getDayInfo instead of CSV /ex…",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-06-29T18:31:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a3f631cb4733f38f8a46c48feb08fa3590e48bdb",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/master' into feat/custom-foods",
"author_name": "Brandon Martella",
"author_login": null,
"committed_at": "2026-06-29T01:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe569e81e218ae70558cb5d69813aed34fe7b471",
"body": null,
"is_bot": false,
"headline": "Add messaging about API limits (#12)",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2026-06-25T23:22:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc23fcb2814b6f20f3d8770269a3626abcb71146",
"body": "Replace heuristic string-table/numeric-data parsers with a proper GWT\nRPC deserializer traced from the compiled Cronometer JS (PKi/RKi).\n\nAll 20 Food fields mapped and verified against real captured responses:\n- Basic Sandwich (Custom recipe, 5 ingredients, 91 nutrients)\n- Lettuce (NCCDB, 8 measures\n[…]\nonse\n with GWT deserializer + gwtFoodToDetail conversion\n- Tests use real Playwright-captured GWT responses, no hand-crafted data\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: rewrite Food deserializer with verified 20-field GWT mapping",
"author_name": "Brandon",
"author_login": null,
"committed_at": "2026-03-27T20:02:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b7cfa4ab128912008628f376ab025604a9413034",
"body": "Port of SyncClientSerializationStreamReader from gwt-syncproxy.\nCorrectly reads tokens backwards from the end (--index) as the GWT\nwire format requires. Handles string table parsing with escape sequences\n(\\uNNNN, \\xNN, \\n, etc.), .concat() response splitting, and base64\nlong decoding.\n\nThe Food/Ingredient deserializers are work-in-progress — field mapping\nneeds more tracing against real response data.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add proper GWT RPC response reader",
"author_name": "Brandon",
"author_login": null,
"committed_at": "2026-03-27T15:33:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fd87f65e826b671e059446caa7fecfa0edb48ac3",
"body": "Instead of a fragile blocklist of measure names, look for the English\ntranslation pattern in the GWT string table: the display name follows\nthe US flag URL. Falls back to comma-separated FoodTag entries.\n\nFixes names like \"slice\" being used instead of the actual food name\n(e.g. \"Arla, Havarti Cheese Slices\").\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: improve food name extraction using English translation pattern",
"author_name": "Brandon",
"author_login": null,
"committed_at": "2026-03-27T14:07:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c858336c4b7b79bfcfabfa0caef1dc0b13b5b40c",
"body": "GetFood now returns FoodDetail with name, source (NCCDB/CRDB/custom),\ningredients, and per-100g nutrient data parsed from the GWT response.\nThis enables caching nutrient data for foods that return 403 on the\nCSV export endpoint (NCCDB database foods).\n\n- Add FoodDetail type with NutrientsPer100g map\n[…]\nAdd USDANutrientNames map for code-to-name translation\n- Parse nutrients from GWT data pattern: code, value, suffix, code, suffix2\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: extract food name, source, and nutrients from getFood GWT response",
"author_name": "Brandon",
"author_login": null,
"committed_at": "2026-03-27T05:18:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bbce07b0c4455a19b3003822c0ce94dc539a9307",
"body": "Revert module path to github.com/jrmycanady/gocronometer so that\nconsumers can use a simple go.mod replace directive without module\npath mismatch errors.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: keep original module path for go replace compatibility",
"author_name": "Brandon",
"author_login": null,
"committed_at": "2026-03-27T04:24:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6ccd002112f1325fdc80ef0d7686d8614dde651b",
"body": "Add FindMyFoods, GetFood, and ExportFood methods for discovering and\nexporting custom recipes with ingredient-level nutrition data from\nCronometer's GWT API.\n\n- FindMyFoods: lists all custom foods with IDs via findMyFoods GWT RPC\n- GetFood: retrieves recipe ingredient composition (food IDs, measure\n\n[…]\nt extraction\n- Update module path to github.com/brandonm/gocronometer\n- Update GWT header/permutation to current Cronometer values\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add custom food/recipe API methods",
"author_name": "Brandon",
"author_login": null,
"committed_at": "2026-03-27T04:08:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7b2f63bb43bf4bcda7b3ca5dd70e3190cd4650fc",
"body": null,
"is_bot": false,
"headline": "Add second export to parse with proper spelling of protein (#10)",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2025-10-26T16:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa1a1ed3d2b0d6f6f170dc6ef76a1eca1aaeea08",
"body": "* Add support for parsing allulose\n* Add support for added sugars\n* Add support for sugar alcohol\n* Update to latest module versions\n* Correct error messages for value parsing\n* Add group to exercise record export\n* Fix typo in README.md\n* Use io.ReadAll instead of deprecated ioutil\n* Update README.md\n* Update workflow",
"is_bot": false,
"headline": "Update to support more values and a few more fixes (#9)",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2025-10-26T16:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a166ef797b2337ec8f89312b143fc7160d7a47c9",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.\n- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-version: 0.38.0\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.36.0 to 0.38.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-12T20:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad40f05b2c4107f517e6a72164a314fb8a3058b2",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.36.0.\n- [Commits](https://github.com/golang/net/compare/v0.23.0...v0.36.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.23.0 to 0.36.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-02T18:59:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26f40805f890edcfec75de34b0de1f3d1d777190",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.\n- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.17.0 to 0.23.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-26T20:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "039a4ec0a4dc290641cedc8ca605f1c2ea1bd7f0",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.\n- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.7.0 to 0.17.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-09T19:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49324d3c405adbc22dd0ed7f31c104872e0d360b",
"body": null,
"is_bot": false,
"headline": "Add support for manual invocation of API test",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2023-08-17T21:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "142d67ca43375208bc97123c36b858f54eb2133a",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210614182718-04defd469f4e to 0.7.0.\n- [Release notes](https://github.com/golang/net/releases)\n- [Commits](https://github.com/golang/net/commits/v0.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.0.0-20210614182718-04defd469f4e to 0.7.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-17T21:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "451d51cc91d292e95fbe6e9f5b69a6c6696ca69b",
"body": null,
"is_bot": false,
"headline": "Update GWT values",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2022-07-22T19:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8626250f63593599a2f14fa43c0c179b8404ce42",
"body": null,
"is_bot": false,
"headline": "Update GWT values",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2022-07-22T18:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee1ce9bcf9450036a49a73f8d03e8e8be9e2cf94",
"body": null,
"is_bot": false,
"headline": "Ignores blood pressure biometric values",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2022-03-30T15:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bba5da8798add9d98ef205c52237c45078989dd3",
"body": null,
"is_bot": false,
"headline": "Add parsing of biometric data",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2022-03-30T15:21:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bfb5c8d55a2f0c8b194e568ac9cf97ae3f6f0ee",
"body": null,
"is_bot": false,
"headline": "Adds parsing for exercise exports.",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2022-03-28T14:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15637e6edac2caa1cc017ee6b13a5818de08cef6",
"body": null,
"is_bot": false,
"headline": "Corrects bug in parsing of servings",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2022-03-25T21:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c51f05c5fc908cee82dd1a9a7e2bc325fa96c20",
"body": null,
"is_bot": false,
"headline": "Adds support for specification of location in parsing.",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2022-03-25T20:07:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbb77fa8546c2598c8306b76944b13cda60ac505",
"body": "For unknown reasons data within Cronometer may have a record with only a date and no time. This commit defaults the time to 12:00 AM.",
"is_bot": false,
"headline": "Support export of records that have no time",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2022-03-25T19:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f93d1730e16fe25e4ae8a9c9ea88050ca99ccf",
"body": null,
"is_bot": false,
"headline": "Correct env for testing account",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2021-07-28T19:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "364dc7e8541776e484580996f45aff2e87974a50",
"body": null,
"is_bot": false,
"headline": "Code cleanup",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2021-07-28T15:11:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03fe5e473d9c2e1ba9f7e44b65d05ef67857eb92",
"body": null,
"is_bot": false,
"headline": "Correct parsing bug for servings",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2021-07-28T14:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fac257aaf249df6f236e8b0df84cb8147df35c31",
"body": null,
"is_bot": false,
"headline": "Provide method to export serving data as go struct",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2021-07-27T18:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14107e4f906b461744859949154870c640e63ad6",
"body": null,
"is_bot": false,
"headline": "Update test",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2021-07-08T15:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b14bb3fdcce2e280167dc541397b4cc209e7fbaa",
"body": null,
"is_bot": false,
"headline": "Perform go mod tidy",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2021-07-08T14:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddcdbc136ec45c40a3918e06df796ae034032a78",
"body": null,
"is_bot": false,
"headline": "Create LICENSE.md",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2021-07-07T16:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "558a96ff53d616b976d9ebe26e728a0af5ed5dbd",
"body": null,
"is_bot": false,
"headline": "Updated to fix API changes and support user API change updates.",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2021-07-07T16:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b28bf0b2d722bdd1755fcb0d892fd9bee690db8",
"body": null,
"is_bot": false,
"headline": "Add logout method",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2020-06-08T16:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68409876deb8430f315d5ccb6d3fb35665c89ac7",
"body": null,
"is_bot": false,
"headline": "Added cron schedule to task",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2020-06-08T15:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ce25a84ca108bbc683fbe30860a8e7766b54650",
"body": null,
"is_bot": false,
"headline": "Updated name for test",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2020-06-08T15:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf976ae02e79bb953219175eeab30bd29e16da00",
"body": null,
"is_bot": false,
"headline": "Update name of test workflow",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2020-06-08T15:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d3c9cbafca05adf564fdb741db1f4f0f325590",
"body": null,
"is_bot": false,
"headline": "Changed test to run full sweep",
"author_name": "Jeremy",
"author_login": "jrmycanady",
"committed_at": "2020-06-05T23:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aa52da43a1e7569bd81df59428d4bd6b91878aa",
"body": null,
"is_bot": false,
"headline": "Add new method to pull GWT token on login",
"author_name": "Jeremy",
"author_login": "jrmycanady",
"committed_at": "2020-06-05T23:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32421cf1bb3520aa88653b9391f12cc505b16996",
"body": null,
"is_bot": false,
"headline": "Modification to test for github action debug",
"author_name": "Jeremy",
"author_login": "jrmycanady",
"committed_at": "2020-06-05T20:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9470963ead5ebbd03a37a51cefab43537f1658d",
"body": null,
"is_bot": false,
"headline": "Test github actions",
"author_name": "Jeremy",
"author_login": "jrmycanady",
"committed_at": "2020-06-05T19:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eeb828188a37189c5175222ceb2db73b85c9657",
"body": null,
"is_bot": false,
"headline": "Removed build step from action",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2020-06-05T19:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5119e1aacc650b6ea7f7808f27c8f5f8c9633e4f",
"body": null,
"is_bot": false,
"headline": "Create go.yml",
"author_name": "Jeremy Canady",
"author_login": "jrmycanady",
"committed_at": "2020-06-05T19:17:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11dbd450bf8d35a34c1d6d9e6e9530e244abab61",
"body": null,
"is_bot": false,
"headline": "Add README.md",
"author_name": "Jeremy",
"author_login": "jrmycanady",
"committed_at": "2020-06-05T19:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23b84c0bc9c435266296abf28c0e9dd4f7132209",
"body": "The HTTP response bodies are closed via a defer. Nothing would be done in the case of an error so the warning of not handling it should be ignored.",
"is_bot": false,
"headline": "Suppress unhanded error warning on deferred close",
"author_name": "Jeremy",
"author_login": "jrmycanady",
"committed_at": "2020-06-05T13:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9e0d1fd45618049b8d7b123ead2a1df5d236bf8",
"body": null,
"is_bot": false,
"headline": "Add complete export API",
"author_name": "Jeremy",
"author_login": "jrmycanady",
"committed_at": "2020-06-05T13:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fdb46ba113e4ee97514c94c10ee42f79e7b646c",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Jeremy",
"author_login": "jrmycanady",
"committed_at": "2020-06-05T02:55:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 21,
"latest_release_at": "2026-07-17T14:11:24Z",
"latest_release_tag": "v1.6.1",
"releases_from_tags": true,
"days_since_last_push": 4,
"active_weeks_last_year": 4,
"days_since_latest_release": 4,
"mean_days_between_releases": 17.8
},
"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/jrmycanady/gocronometer",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/jrmycanady/gocronometer",
"is_deprecated": false,
"latest_version": "v1.5.1",
"repository_url": "https://github.com/jrmycanady/gocronometer",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-10-26T16:56:25Z",
"latest_version_yanked": null,
"days_since_latest_publish": 268
}
]
},
"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
},
"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": 23906,
"source_files_sampled": 19,
"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": [
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.46.0"
}
],
"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": 1,
"top_contributors": [
{
"type": "User",
"login": "jrmycanady",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/5265679?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"api_test.yml",
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 8,
"reason": "binaries present in source code",
"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": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 2,
"reason": "8 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7093cf56d68a2fd4e2ee01602f618dd5a00d5dd7",
"ran_at": "2026-07-22T02:32:29Z",
"aggregate_score": 3.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T23:50:44Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/brandonm/gocronometer",
"host": "github.com",
"name": "gocronometer",
"owner": "brandonm"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"security": 31,
"vitality": 72,
"community": 12,
"governance": 20,
"engineering": 36
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 21,
"human_commit_share": 0.912,
"days_since_last_push": 4,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "21 commits in the last year",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 21
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 88,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v1.6.1",
"releases_from_tags": true,
"days_since_latest_release": 4,
"mean_days_between_releases": 17.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~17.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 17.8
}
}
],
"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 (GPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "critical",
"name": "Sustainability & Governance",
"value": 20,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"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": "at_risk",
"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": 47,
"inputs": {
"followers": 9,
"owner_type": "User",
"is_verified": null,
"owner_login": "brandonm",
"public_repos": 12,
"account_age_days": 6188
},
"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": "9 followers of brandonm",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 9,
"login": "brandonm"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "12 public repos, account ~16 yr old",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 12
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 36,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": 60,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "at_risk",
"name": "Security",
"value": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6,
"status": "partial",
"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 dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "8 existing vulnerabilities detected",
"points": 1.5,
"status": "partial",
"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": 2
},
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.423,
"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": "22 of 52 human commits state their intent (structured subject or explanatory body)",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 52
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.298,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.088
},
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "17 of the last 57 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 17,
"sampled": 57
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "5 of the last 57 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 5,
"sampled": 57
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 23906,
"source_files_sampled": 19,
"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/19 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 19,
"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",
"go package 'github.com/jrmycanady/gocronometer' points at a different repository (https://github.com/jrmycanady/gocronometer); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T02:32:35.559973Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/brandonm/gocronometer.svg",
"full_name": "brandonm/gocronometer",
"license_state": "standard",
"license_spdx": "GPL-2.0"
}