Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"libreoffice-calc",
"ods",
"opendocument",
"spreadsheet"
],
"is_fork": false,
"size_kb": 252,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 107659,
"Shell": 655,
"Makefile": 256,
"Dockerfile": 561
},
"pushed_at": "2026-07-21T17:49:31Z",
"created_at": "2025-03-19T16:04:13Z",
"owner_type": "User",
"updated_at": "2026-07-21T17:29:54Z",
"description": "A go library for building Open Document spreadsheet files",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Florian Wilhelm",
"type": "User",
"login": "fwilhe2",
"company": null,
"location": null,
"followers": 91,
"avatar_url": "https://avatars.githubusercontent.com/u/52838694?v=4",
"created_at": "2019-07-12T20:14:42Z",
"is_verified": null,
"public_repos": 235,
"account_age_days": 2568
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-21T17:49:35Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-18T16:25:40Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-18T15:29:50Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-18T14:38:38Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2025-08-02T13:02:55Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2025-08-02T08:00:15Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2025-06-18T21:10:24Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2025-06-15T09:56:08Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2025-06-15T08:16:49Z"
}
],
"recent_commits": [
{
"oid": "1c42e7b4e52a56400f1e975fea10babd8ffcddf7",
"body": "TableOptions.StructuredRefs (which requires Header) generates a named\nrange per column, spanning that column's body rows and named after the\nsanitized header text (e.g. \"Unit Price\" -> Unit_Price), matching the\ncolumn-spanning named ranges in the issue's table.fods reference.\n\nFormulas can then refe\n[…]\nlves and computes (verified in en_US and de_DE\nvia the podman harness), enables StructuredRefs in the showcase, and\ndocuments it in the README.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add StructuredRefs: column-spanning named ranges for MakeTable (#34)",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-21T17:28:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "50acd5abb88cf41bc59f6ef2d22b4c0a7ea441fc",
"body": "MakeTable marks a block of data as an Excel-style table — the closest\nODF approximation of Excel's Format as Table — orchestrating the existing\nstyling and AutoFilter primitives plus a new totals row:\n\n- optional styled header row (themeable via TableStyle: blue/gray/green),\n- optional banded body r\n[…]\ntest, a LibreOffice-backed\nrender test (verified in both en_US and de_DE via the podman harness),\na showcase document, and README/package docs.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add MakeTable: Excel-style \"Format as Table\" (#34)",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-21T17:28:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "13fbdbc697e3abeb10873086d2fee949d2cf32b5",
"body": "Both types were written without a data style, on the grounds that\nLibreOffice then formats them with the locale's default. Every other\nconsumer has nothing to apply and picks something of its own: converting a\ndocument with Euro-Office, whose importer maps ODF onto an OOXML model the\nway Excel's doe\n[…]\nwhat Excel will display rather than whether it can parse. Each reader\ngets a CI job of its own, so it is visible which one rejected a document.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Format time and percentage explicitly",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-21T17:09:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d3ec3f31a6157830f526ee33490ac8d2d630a7a8",
"body": "The parts of a written package went through zipWriter.Create, which leaves\nthe modification time at zero. A zip archive stores timestamps in MS-DOS\ndate fields, which cannot express anything before 1980, so the entries ended\nup dated 1979-12-31 — a date strict zip readers reject. Only the mimetype\ne\n[…]\n timestamp.\n\nThe timestamp is fixed rather than taken from the clock, so that writing the\nsame spreadsheet twice still produces the same bytes.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Give the zip entries a representable timestamp",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-21T17:09:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4fdd68998e2debab47fe3e25592e46065a7852df",
"body": "makeNegativeCurrencyStyle builds on makeCurrencyStyle, which sets\nstyle:volatile, and never cleared it. The flag says a style is unused and\nmay be discarded; it belongs on the style reached through style:map, not on\nthe one the cells themselves refer to. The float styles get this right —\nonly the _POSITIVE variant is volatile — the currency styles did not, so a\nconsumer taking the flag at its word may drop the currency formatting.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stop marking the currency styles as discardable",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-21T17:08:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ce5a9f51141d4ca094135b9cff096be6c305e0d8",
"body": "Every generated cell style names \"Default\" as its parent, and no such style\nwas defined anywhere: styles.xml held nothing but a copy of the automatic\nstyles already in content.xml, which nothing referenced. There was no page\nsetup either — no page layout, no master page, and no table style binding\nt\n[…]\nsent.\n\nstyles.xml now carries the common styles and the page setup, and the sheets\nrefer to the master page through a table style of their own.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Define the styles the documents refer to",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-21T17:07:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bef58dc48e0329ca91531f1b4400cb80624f5fbd",
"body": "Formulas were written out in the A1 notation callers pass them in\n(table:formula=\"SUM(A1:B1)\"). The format wants a namespace-prefixed\nOpenFormula expression with bracketed references (of:=SUM([.A1:.B1])).\n\nLibreOffice accepts the plain notation, which is why the integration tests\nnever noticed, but \n[…]\n skips when\nssconvert is unavailable; the CI job that installs it sets\nRECHENBRETT_REQUIRE_CROSS_READERS, which turns that skip into a failure.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Store formulas in OpenFormula notation",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-21T16:59:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "99edaf7dd2d45c89b190a2376b34914744c09a90",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-21T16:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7496319c0ed973df1e056eeab176dce40a3821",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-21T16:57:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9ce14ffd7665719a0eca7aae88959b45b5061c6f",
"body": "Adds EnableAutoFilter, a composable transform that turns on AutoFilter\ndropdown buttons over the used cell range of every non-empty sheet, so\ngenerated documents open with filter dropdowns on the header row. It\nemits table:display-filter-buttons=\"true\" with no saved filter\nconditions, leaving all ro\n[…]\nalidation\ntest, README docs, and an auto-filter showcase document.\n\nThis is the first building block of the \"table\" meta-issue #34.\n\nCloses #29\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add EnableAutoFilter: AutoFilter buttons via table:database-range",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-19T19:02:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "435dcdea282b2801dc920000716cc2bbaa2d5d7a",
"body": "…#33)\n\n* Add cmd/showcase: generate example documents without the test suite\n\nThe test suite drives LibreOffice to verify rendered values, so it's slow\nand requires LibreOffice installed just to eyeball what rechenbrett\nproduces. cmd/showcase is a plain `go run`-able generator with no test\nframework\n[…]\nS info and\nruns `git status`, which fails with \"detected dubious ownership\".\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add cmd/showcase: generate example documents without the test suite (…",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-18T21:17:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bc69eba2845c19efe243fd8ff0ede9a7c8ee5860",
"body": "…#31)\n\nCells had no way to control visual appearance beyond the built-in\nfloat/date/currency formatting. MakeStyledCell attaches a CellStyle\n(background color, font color, bold, italic, border) to a cell; identical\nstyles are deduplicated into a single generated style:style definition.\nAlso adds the clrs.cc color palette as Color* constants for convenient use\nas BackgroundColor/FontColor values.\n\nCloses #26.\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add custom cell styles: background/font color, bold/italic, borders (…",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-18T20:54:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8c0f17c55500aa98bd5f64f7c3db71b1f24f1e14",
"body": "- Replace panics with errors: MakeSpreadsheet, MakeOds, and MakeFlatOds used to call log.Fatal/log.Panic on bad input or marshaling failure; they now return (value, error), with invalid cells and duplicate range names collected and reported together via errors.Join.\n- Shrink the public API: internal\n[…]\nl value types, and explain why WriteOds exists but WriteFods doesn't (xml.MarshalIndent has no streaming variant to wrap).\n\nNo change to the generated ODF XML or the supported cell/value-type grammar.",
"is_bot": false,
"headline": "Rework ods package: replace panics with errors, shrink public API",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-18T20:24:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c7d1290f6e7290b465921c41ebf8b48a7779e30c",
"body": "Included it in the image via https://github.com/fwilhe2/go-libreoffice-image/commit/af3f021456c6741269626c41ba53df13eefb86bd",
"is_bot": false,
"headline": "Remove jing installation from workflow",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-18T16:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57173a1ee1e4024c0dacb6f4059196e916cabb1e",
"body": null,
"is_bot": false,
"headline": "Update golangci-lint action to version 9",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-18T16:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6abe3c5fe209bba9d8a73fb4249324f48e3b1f2",
"body": "Check previously ignored error returns when writing the spreadsheet\nfiles under test and when closing zip part readers. The ods branch of\nintegrationTest now uses os.WriteFile like the flat branch instead of\nunchecked Create/Write/Close.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix errcheck lint findings in tests",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-18T16:01:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e5e1265663df5cc2e0e5ce34d8b7c4a2ba29f6c2",
"body": null,
"is_bot": false,
"headline": "Add lint workflow",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-18T16:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a462846ac874993fe4b2c6ae6159eb272f0ba8f1",
"body": "Developed with red-green TDD against the published ODF 1.4 RELAX NG\nschema: new tests validate each package part (content.xml, styles.xml,\nmeta.xml) and the flat document against the schema using jing. The red\nrun showed exactly one error per part - office:version must be \"1.4\" -\nso the only product\n[…]\nfvalidator-action, does not know ODF 1.4 and\nfalls back to the 1.2 schema, reporting spurious errors; the action\nneeds its jar bumped to 0.13.0.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Upgrade produced documents to OpenDocument 1.4",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-18T15:51:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "451d28c5eb6039da1608a5771364ec8bbdf6b18e",
"body": "Generated documents now pass odfvalidator 0.12.0 with no errors or\nwarnings:\n\n- Emit style:text-properties as the first child of number:number-style\n and number:currency-style as required by the ODF schema (Go marshals\n in struct field order).\n- Omit empty number formatting attributes instead of w\n[…]\nsion mirroring\n office:value-type (only meaningful for error cells, which we never\n produce), is ignored on read, and fails strict validation.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix ODF validation errors reported by odfvalidator",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-18T15:28:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d609c11cc4def20dd74c3d449c3abee4a2f82a81",
"body": "When the conversion command failed, the test panicked with only the\nexit status, hiding libreoffice's actual error message. Capture\ncombined output and return it as an error so the failure cause shows\nup in the test log.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Return error with libreoffice output instead of panicking in tests",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-18T14:31:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "358b18695a6629e3885e8d1097441155614d32ff",
"body": "LibreOffice 26.2 refuses to load ods files whose mimetype entry is\nwritten in streaming mode (zero sizes in the local file header, data\ndescriptor trailing the content), which is what Go's zip.Writer.Create\nalways produces. Use CreateRaw with precomputed CRC and sizes so the\nmimetype entry gets a co\n[…]\neader and no data descriptor.\n\nAlso set the previously empty manifest:version attribute on the\nmanifest root, which is required by the ODF spec.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Write mimetype zip entry with full local header for LibreOffice 26.2",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2026-07-18T14:29:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "56690e89ca320749224bde62b7503ca1fb898ce8",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-18T07:24:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "37ea469a6520fa8ba9e0c1c79b25ecf576a4c573",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6 to 7.\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: goreleaser/goreleaser-action\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump goreleaser/goreleaser-action from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-27T20:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da5e07801594c3fbcbd1ac0dfae0810963e3bfd7",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-25T17:17:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bb6ee4e283b353c70a5ab8e6ce1450e556ed38d8",
"body": "Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 5 to 6.\n- [Release notes](https://github.com/fsfe/reuse-action/releases)\n- [Commits](https://github.com/fsfe/reuse-action/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: fsfe/reuse-action\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump fsfe/reuse-action from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-07T16:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e9ee1d8441669b87234e02192cc82f84c8417ae",
"body": null,
"is_bot": false,
"headline": "TestUnitRow",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-10-05T18:14:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2e885fc2ab203af34bb6ceabf2a0e12001d4746",
"body": null,
"is_bot": false,
"headline": "Unit test for cell",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-10-04T13:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df381904a47dad9f5bb36a2a3f2a289c48b11cb8",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-09T17:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec622b163b42a3a90b4226afb90bda88bcd0f673",
"body": "This is the version in Debian trixie and thus a good new baseline",
"is_bot": false,
"headline": "go 1.24",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-08-16T17:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4b4df8ab63e2f4430ee266733f0b1ad85c5b1bd",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-12T17:48:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8b677c6406d054688132545c10f38aa48cce0d0d",
"body": null,
"is_bot": false,
"headline": "text properties error",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-08-10T06:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "567a47aa00ab56a5e204b53eae7353c5d82f59ab",
"body": null,
"is_bot": false,
"headline": "Improve naming of integration test directories",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-08-02T19:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed237f383f4b4a83fb508f07bf495de3a15725fc",
"body": null,
"is_bot": false,
"headline": "Format negative currency values in red",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-08-02T13:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6245e59d6f31cc4f61f0ae45e69309044f42df1a",
"body": null,
"is_bot": false,
"headline": "Use 2 decimal placed for all floats",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-08-02T12:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "973e4486e57f3bb31a06536b2d4cc2bf863ebde5",
"body": null,
"is_bot": false,
"headline": "Use minus sign for negative floats",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-08-02T12:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587648b1a13992ae486843784cbb420349e12e16",
"body": null,
"is_bot": false,
"headline": "Always use two decimal places for currencies",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-08-02T07:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa084676d125e20e9de854724759c9892742449f",
"body": null,
"is_bot": false,
"headline": "Add failing test for expected currency formatting",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-08-02T07:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c39e10968069b4539d6c05c9b54a8d80b9622098",
"body": "… package (#8)",
"is_bot": false,
"headline": "Fix validator: The file 'mimetype' shall not be compressed in the ODF…",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-07-20T17:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66a062ee0d91913a8cd907de091f31ca3a6e3f31",
"body": null,
"is_bot": false,
"headline": "docs: Rename mkods to json-to-ods",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-07-12T14:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc766be624f0e4d5159ea3534ab2ff327c49f83e",
"body": null,
"is_bot": false,
"headline": "tests: Add script to validate odf/ods files",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-20T16:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a511d78120ed5494dcce66f7472aead4bafd6ab",
"body": null,
"is_bot": false,
"headline": "tests: Run CI in container image (#7)",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-18T21:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "957fbeed8191cfde709c7565e7ffda1e7384fe63",
"body": null,
"is_bot": false,
"headline": "support other currencies (#5)",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-18T21:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53030af74702583e763b932172dc20b5902121b7",
"body": null,
"is_bot": false,
"headline": "tests: use pre-built container image",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-18T20:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "338d9828816cf5db81bc25a3a237b4982d96ba67",
"body": null,
"is_bot": false,
"headline": "docs: Update README.md (#6)",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-18T19:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fd3cf87c2b7401d80bfcf55f95748e962071275",
"body": null,
"is_bot": false,
"headline": "Create dependabot.yml",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-15T11:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a75f83bf49e9b85867d3342fa83a2afc50015294",
"body": null,
"is_bot": false,
"headline": "[no ci] Add workflow title",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-15T09:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b1e888908066da47ea9d08baeb74a213b3f4dfd",
"body": null,
"is_bot": false,
"headline": "Don't release on push",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-15T09:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abfd3258b3bd0c56bf27b0ec812221766f234df9",
"body": null,
"is_bot": false,
"headline": "Use bump-version to release",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-15T09:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43c09f9e79b0f4132e6da1ce5132949a62b25a01",
"body": null,
"is_bot": false,
"headline": "Add usage example to README",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-15T09:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3cd46b13998fe3725cf02f2dd6062d556604d6",
"body": null,
"is_bot": false,
"headline": "reuse",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-15T07:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87de5704db31cd3225b5eb6b91ca70075ac662dd",
"body": null,
"is_bot": false,
"headline": "Configure goreleaser",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-15T07:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2f5470f9c86c07798ae5f5c3458a0b3c4303e1d",
"body": null,
"is_bot": false,
"headline": "improve tests (#4)",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-14T07:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9018671352337a364a07cf82519a7b344c491c3f",
"body": null,
"is_bot": false,
"headline": "Link to csv-to-ods",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-11T20:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbd4e20643391489878423a1343b82cceb4b95b7",
"body": null,
"is_bot": false,
"headline": "Infer German, US, or iso date formats",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-10T19:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91675bcf37811ee5be42f5ed0736baa992386d81",
"body": null,
"is_bot": false,
"headline": "Allow time w/o seconds (#3)",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-06-08T17:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb7f625ae6f54cb360e0923be9d142b3c590e4ce",
"body": "Integration tests depend on libreoffice and thus on how it decides to render things in different locales.",
"is_bot": false,
"headline": "Make Tests Locale Aware (#2)",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-05-31T19:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c848c985d5b0e9addc9b660e72fa3aa99b96d910",
"body": null,
"is_bot": false,
"headline": "Re-add LICESNE file",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-05-31T08:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17b47f7a0e2cdb3bbb36e0663ebcec14cc175b48",
"body": null,
"is_bot": false,
"headline": "Init reuse tool",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-05-31T08:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dda86f54961c0b066b21e5143c57bc088b3217f9",
"body": null,
"is_bot": false,
"headline": "Bootstrap readme",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-05-31T08:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95451127dfca6ba824914891df13f53af4819184",
"body": null,
"is_bot": false,
"headline": "Add makefile",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-05-31T08:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4d11a26e38e85edc39565a84cf8cb3a23e58d52",
"body": "To avoid issues with old test files",
"is_bot": false,
"headline": "Place test output in temp dirs",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-05-31T08:01:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ad905d9c4bdfd3546a98a9fc8a920a10e8937e",
"body": null,
"is_bot": false,
"headline": "Address some odfvalidator issues",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-04-22T20:50:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a2e4143575a97733908c210d9511554cc6827a1",
"body": null,
"is_bot": false,
"headline": "Update ods.go",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-04-21T20:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f83dba032127691dddd5e73b397fc67ef9b250d",
"body": null,
"is_bot": false,
"headline": "Unit test for named ranges",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-04-21T18:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2094ced170d2a8f86d53978d158387846b66699d",
"body": "This is very limited, can't reuse range names for multiple cells yet",
"is_bot": false,
"headline": "Initial support for named ranges",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-04-21T18:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "007e45fa1413965a10827add9771e69a5e475d11",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-04-06T21:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c3b2a45ee314ac46306d3a88452312d28d91951",
"body": null,
"is_bot": false,
"headline": "Rename module to rechenbrett",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-04-06T18:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43235c3d47d2baca65464c88b957d7b3743aeb1f",
"body": null,
"is_bot": false,
"headline": "validate odf",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-29T23:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8b4d649958bb658396e6e155ba75a8e2fcb71f3",
"body": null,
"is_bot": false,
"headline": "formulas",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-29T21:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "759a32a6ad7a37730d697d90904e5962c900f2e2",
"body": null,
"is_bot": false,
"headline": "Zipped ods (#1)",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-25T23:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20eda056d8e1cb5591a43c48d6c370eb950de31f",
"body": null,
"is_bot": false,
"headline": "Minimize xml namespaces",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-23T19:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9852b23acd74a1a87f6df334e57af7dd4de0195a",
"body": null,
"is_bot": false,
"headline": "refactor test",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-23T18:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a51c20b16872cb5bdfb83efe7fba3535c022d40",
"body": null,
"is_bot": false,
"headline": "compare csv elements in test",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-23T10:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf01b01481a0b2a11ff1615049a757e2a9190804",
"body": null,
"is_bot": false,
"headline": "Format date",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-23T10:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9045965aa8c5beca0bfc64e9f4e93a9a85212ecf",
"body": null,
"is_bot": false,
"headline": "Currency formatting",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-23T10:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "101c0c73da9ee6aa163d7ef019d97b7e4f394afd",
"body": null,
"is_bot": false,
"headline": "no text for non-string values",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-23T08:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8367fa95fa94ce08db45941395b75d20a026c318",
"body": null,
"is_bot": false,
"headline": "Update go.yml",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-23T07:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a92ac10b3f30aa3b472ee0edce64220106e73ddf",
"body": null,
"is_bot": false,
"headline": "run lo in ci",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-22T23:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c65c0d7b093d4cd649187e2232eda38f678459a5",
"body": null,
"is_bot": false,
"headline": "Wrapper to make a cell",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-22T22:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70bf5349ea8416234f168f30797fe9bdb4807c21",
"body": null,
"is_bot": false,
"headline": "Update go.yml",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-22T21:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "346a53a9c343bca10a3692b681107adbfcfb37c4",
"body": null,
"is_bot": false,
"headline": "Create go.yml",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-22T21:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2888d2e4a4ce9b24125aae80c9b0fef95c5e6ca",
"body": null,
"is_bot": false,
"headline": "bootstrap",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-22T21:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c2e7a7458f05a022c6d7e644cfcbd40dfef3b15",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Florian Wilhelm",
"author_login": "fwilhe2",
"committed_at": "2025-03-19T16:04:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 37,
"latest_release_at": "2026-07-21T17:49:35Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 10,
"days_since_latest_release": 2,
"mean_days_between_releases": 50.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/fwilhe2/rechenbrett",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/fwilhe2/rechenbrett",
"is_deprecated": false,
"latest_version": "v0.3.0",
"repository_url": "https://github.com/fwilhe2/rechenbrett",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T17:28:46Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 1,
"stars": 9,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-11-03",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 48994,
"source_files_sampled": 7,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 34,
"open_issues": 6,
"closed_ratio": 0.25,
"closed_issues": 2,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "fwilhe2",
"commits": 75,
"avatar_url": "https://avatars.githubusercontent.com/u/52838694?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml",
"lint.yml",
"release.yml",
"reuse.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 10,
"reason": "23 out of 23 merged PRs checked by a CI test -- score normalized to 10",
"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/19 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 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": "22 commit(s) and 8 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": 10,
"reason": "packaging workflow 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": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1c42e7b4e52a56400f1e975fea10babd8ffcddf7",
"ran_at": "2026-07-24T16:22:20Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T17:49:38Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-21T17:28:47Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 27,
"created_at": "2026-07-18T20:32:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 28,
"created_at": "2026-07-18T20:32:13Z",
"last_comment_at": "2026-07-19T18:41:46Z",
"last_comment_author": "fwilhe2"
},
{
"number": 30,
"created_at": "2026-07-18T20:32:32Z",
"last_comment_at": "2026-07-19T18:41:47Z",
"last_comment_author": "fwilhe2"
},
{
"number": 32,
"created_at": "2026-07-18T21:00:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 34,
"created_at": "2026-07-19T18:41:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 45,
"created_at": "2026-07-21T17:36:31Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/fwilhe2/rechenbrett",
"host": "github.com",
"name": "rechenbrett",
"owner": "fwilhe2"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 51,
"vitality": 77,
"community": 31,
"governance": 50,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 37,
"human_commit_share": 0.904,
"days_since_last_push": 2,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "37 commits in the last year",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 37
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "22 commit(s) and 8 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": 92,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 50.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~50.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 50.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 31,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"forks": 1,
"stars": 9,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "9 stars",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 9
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"merged_prs": 34,
"open_issues": 6,
"closed_issues": 2,
"issue_closed_ratio": 0.25,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "25% of issues closed",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 25
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "34/37 decided PRs merged",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 34,
"decided": 37
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"followers": 91,
"owner_type": "User",
"is_verified": null,
"owner_login": "fwilhe2",
"public_repos": 235,
"account_age_days": 2568
},
"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": "91 followers of fwilhe2",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 91,
"login": "fwilhe2"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "235 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 235
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/fwilhe2/rechenbrett"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2
},
"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 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": "23 out of 23 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"libreoffice-calc",
"ods",
"opendocument",
"spreadsheet"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.1
},
"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": "23 out of 23 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is 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": "22 commit(s) and 8 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 detected",
"points": 5,
"status": "met",
"details": [],
"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": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 57,
"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.36,
"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": "27 of 75 human commits state their intent (structured subject or explanatory body)",
"points": 19.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 27,
"sampled": 75
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.181,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.096
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "15 of the last 83 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 15,
"sampled": 83
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "8 of the last 83 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 8,
"sampled": 83
}
}
],
"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": 48994,
"source_files_sampled": 7,
"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/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-24T16:22:38.424334Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/fwilhe2/rechenbrett.svg",
"full_name": "fwilhe2/rechenbrett",
"license_state": "standard",
"license_spdx": "MIT"
}