原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"cli",
"go",
"idempotency",
"infrastructure",
"retries",
"side-effects",
"sqlite"
],
"is_fork": false,
"size_kb": 279,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 288130,
"Python": 20749
},
"pushed_at": "2026-07-19T18:12:46Z",
"created_at": "2026-06-28T15:30:16Z",
"owner_type": "User",
"updated_at": "2026-07-15T19:58:23Z",
"description": "A small idempotency log for side effects and retries",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "Baagheera",
"company": null,
"location": null,
"followers": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/297467273?v=4",
"created_at": "2026-06-27T17:32:18Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 29
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-15T20:44:15Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-15T16:15:01Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-15T01:00:54Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-06T15:27:21Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-06T02:19:18Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2026-07-03T15:26:10Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-07-03T15:00:04Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-03T14:23:41Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-02T14:34:21Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-01T15:40:13Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-07-01T00:49:55Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-06-30T23:41:23Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-30T18:18:22Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-06-28T23:24:59Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-28T17:41:53Z"
}
],
"recent_commits": [
{
"oid": "092cf97bde2d3f676ec62f6911c8e304c81eac0c",
"body": null,
"is_bot": false,
"headline": "Prepare the v1 release contract (#50)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-15T19:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "608b33d97ab81371d1689c25a8e55ad401abe661",
"body": null,
"is_bot": false,
"headline": "Bound command output and maintenance memory (#49)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-15T19:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9445658adc8d19b1dd2693ed89b03bc14e9e624d",
"body": null,
"is_bot": false,
"headline": "Create private Windows store directories (#48)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-15T19:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae9e577bee81fc4b3fdf63386577735af1ef556e",
"body": null,
"is_bot": false,
"headline": "Harden HTTP client and server handling (#47)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-15T18:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ceab388e68ec630bd33450e7a2d0144034adb7",
"body": null,
"is_bot": false,
"headline": "Reject malformed SQLite schemas (#46)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-15T17:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d9cafd5a624b16427b99f843ef08ef52b7894ec",
"body": "Update golang.org/x/sys to v0.47.0 and pin SID pointers while Windows ACL entries are constructed.",
"is_bot": true,
"headline": "Update x/sys and pin Windows ACL SIDs (#43)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-15T16:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fd03cd38caead9e58898a29674f336cd325fbdf",
"body": "* Harden SQLite initialization\n\n* Strengthen SQLite migration tests\n\n* Document durability and retention\n\n* Close SQLite initialization gaps\n\n* Clarify WAL backup guidance\n\n* Retry SQLite WAL transitions\n\n* Harden path ACL checks\n\n* Make SQLite retry test deterministic\n\n* Clean up partial SQLite test starts\n\n* Use private temp roots in Windows tests\n\n* Retry transient SQLite sidecar checks",
"is_bot": false,
"headline": "Harden SQLite initialization and store paths (#45)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-15T15:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cb875b9e85ac8178535cfa8beacd2b221fc285c",
"body": "* Use patched Go toolchains\n\n* Prepare v0.6.1 security release\n\n* Validate selected release artifacts\n\n* Make release checks fail closed\n\n* Reject ambiguous workflow controls\n\n* Simplify release policy checks\n\n* Protect the release workflow policy\n\n* Reject ambiguous release manifests",
"is_bot": false,
"headline": "Use patched Go toolchains for v0.6.1 (#44)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-15T00:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0943935ab17b4e5aee362605c3539d2acbf76d5",
"body": null,
"is_bot": false,
"headline": "Prepare v0.6.0 release (#42)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-06T15:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "debb26231918c49c8d277e99b22d1e863a014a71",
"body": null,
"is_bot": false,
"headline": "Add HTTP client and schema metadata (#41)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-06T15:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d66979a989b57f11fbaf110ed279395ad2c822a",
"body": null,
"is_bot": false,
"headline": "Prepare v0.5.0 release (#40)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-06T02:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab26682d56522f4697180354d5d0020b0ed90d3d",
"body": null,
"is_bot": false,
"headline": "Improve stale record inspection (#39)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-06T01:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced5eac5db5ef3060bb89f665d23b286e54bee32",
"body": "Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 8.0.1.\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53...3e5f45b2cfb9172054\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/download-artifact from 6.0.0 to 8.0.1 (#38)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-05T18:33:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "99121769ace356624b2d92b410ee636725a171ca",
"body": "Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.1.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...043fb46d1a93c77aae656e7c1c\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/upload-artifact from 6.0.0 to 7.0.1 (#37)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-05T18:26:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e843c5851a1bb4f778dd41aef8cf24ca6e07fbdd",
"body": null,
"is_bot": false,
"headline": "Harden release readiness (#36)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-05T18:16:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46610280402555e8cdeb438eec016e5527b4d59b",
"body": null,
"is_bot": false,
"headline": "Prepare launch readiness polish (#35)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-05T17:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe547ffa8fc55622356aa9dcef7e3b99ab25c47b",
"body": null,
"is_bot": false,
"headline": "Prepare v0.4.2 changelog (#34)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-03T15:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3909d5ce15aa7b6e483746350d2ead33b4c85c6",
"body": null,
"is_bot": false,
"headline": "Clarify common usage patterns (#33)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-03T15:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ba7ac2b745f32d434a17b9b35266fb4613b7f0f",
"body": null,
"is_bot": false,
"headline": "Add version command (#32)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-03T15:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "996b59356b2955bdbcd91eb7e5a31c5c0e402e78",
"body": null,
"is_bot": false,
"headline": "Prepare v0.4.1 changelog (#31)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-03T14:58:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b81629cedb6783919b8701d958a876f2552e396",
"body": null,
"is_bot": false,
"headline": "Add JSON output for doctor (#30)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-03T14:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "978dfe98d8eff6b869ca65498a271b599cb67497",
"body": null,
"is_bot": false,
"headline": "Polish README for v0.4.0 (#29)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-03T14:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f127b4c6baca11568812c83a03d3b19454ae7a9",
"body": null,
"is_bot": false,
"headline": "Harden key and store diagnostics (#28)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-03T14:11:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cabb39084548a5c6c26ddbee5c55214e535c2304",
"body": null,
"is_bot": false,
"headline": "Prepare v0.3.1 changelog (#27)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-02T14:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40e2d994dd938ce0dcbcef20b2f7498ce3c17850",
"body": null,
"is_bot": false,
"headline": "Add get output inspection (#26)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-02T13:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f046d5335326d523e02dff84184253c9ae204af",
"body": null,
"is_bot": false,
"headline": "Prepare v0.3.0 changelog (#24)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-01T15:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3ad078ce24a0784ee73714fe3dcf96e327e56f8",
"body": null,
"is_bot": false,
"headline": "Add run output limit (#23)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-01T15:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ea7cf630fadaba5cf7c7d8c94e448e5bc96d3af",
"body": null,
"is_bot": false,
"headline": "Add run timeout option (#22)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-01T15:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "548e56113d61f9ad79b6bb0930005b13d96919b6",
"body": null,
"is_bot": false,
"headline": "Move list and prune work into SQLite (#21)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-01T14:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35e70b6f879b430c6f4bf9253a7c40d295bff857",
"body": null,
"is_bot": false,
"headline": "Prepare v0.2.2 changelog (#20)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-01T00:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b288ddc3342c995a3e7ad87c5110341f6c880508",
"body": null,
"is_bot": false,
"headline": "Add doctor command (#19)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-07-01T00:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c39fc6ee907280085db373381ba2db568302b8",
"body": null,
"is_bot": false,
"headline": "Prepare v0.2.1 release notes (#18)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-30T23:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d640ddfd542a335258042939daa4a8367550acc",
"body": null,
"is_bot": false,
"headline": "Add minimum Go CI check (#17)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-30T20:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bf17ba30feb9b18e1420c8eaac6988cebc246e6",
"body": null,
"is_bot": false,
"headline": "Add repair cookbook (#16)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-30T19:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d10b2e04e4210cde1950dd17db257b7fdb06e06",
"body": null,
"is_bot": false,
"headline": "Add prune command (#15)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-30T18:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06658be49f4b77f37c7930f18f6936bad18a44ca",
"body": null,
"is_bot": false,
"headline": "Prepare v0.2.0 changelog (#14)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-30T18:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76ed4abcb16da64d5610bef911e3c5834c020f90",
"body": null,
"is_bot": false,
"headline": "Add list and export commands (#13)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-30T17:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "939b0211b8c5f192326ce4327db7f8c9b6de95af",
"body": null,
"is_bot": false,
"headline": "Add fault coverage for once records (#12)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-30T16:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20318b7a1f60432c392288acdf1ce7fe0bf32fed",
"body": null,
"is_bot": false,
"headline": "Add contribution docs and failure model (#11)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-30T16:18:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48b386f864fb6986c80d8dc2ec3ea6e69eed0231",
"body": null,
"is_bot": false,
"headline": "Tighten public docs (#10)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-29T00:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02ff4d032d2cd31d08a02bbc1455e3cd1d45ef94",
"body": null,
"is_bot": false,
"headline": "Tighten demo and CI hygiene (#9)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-28T22:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a78a08bfeb914126405831fd36025df0e8bfd6",
"body": null,
"is_bot": false,
"headline": "Harden local store path handling (#8)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-28T22:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31103e6c3ddaf13009c67816bed5a9fa418b33c9",
"body": null,
"is_bot": false,
"headline": "Bump modernc.org/sqlite to 1.53.0 (#7)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-28T21:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b24f689c295cb77cc4a465be69b186aa4c8bf16f",
"body": "Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.35.0 to 0.46.0.\n- [Commits](https://github.com/golang/sys/compare/v0.35.0...v0.46.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sys\n dependency-version: 0.46.0\n dependency-type: direct:production\n update-type: version-\n[…]\n:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Baagheera <b4gher4@gmail.com>",
"is_bot": true,
"headline": "Bump golang.org/x/sys from 0.35.0 to 0.46.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-28T21:13:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "141b63e9f3f7f33ea1dc4477daf24dd9d8a9bafd",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 7.0.0.\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/93cb6efe18208431cddfb83\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5.0.1 to 7.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-28T21:09:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d2789adc7e62ea440f345344557394aa185ce55a",
"body": null,
"is_bot": false,
"headline": "Add launch demo (#6)",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-28T21:05:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76def9369b0a30613e6ff4d9508a04ce42dd23cf",
"body": "Strengthen HTTP token handling, delete authorization, local file permissions, and SQLite path validation.",
"is_bot": false,
"headline": "Harden HTTP token and delete handling",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-28T17:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8405ae132238da9aa6a92255e7464c86bced8f93",
"body": null,
"is_bot": false,
"headline": "Use current Go for security scanning",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-28T16:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfe17594ae21d62a7c2c185bab32584d632e532f",
"body": null,
"is_bot": false,
"headline": "Harden HTTP ledger security",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-28T16:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bd75a98e07a02ae5f0011855504a8f2e3ba5415",
"body": null,
"is_bot": false,
"headline": "Add HTTP ledger server and CI",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-28T15:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b3b09e444cf1609180a8210b57a42ae46cd9418",
"body": null,
"is_bot": false,
"headline": "Initial once prototype",
"author_name": "Baagheera",
"author_login": "Baagheera",
"committed_at": "2026-06-28T15:38:36Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 51,
"latest_release_at": "2026-07-15T20:44:15Z",
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 4,
"days_since_latest_release": 11,
"mean_days_between_releases": 1.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/Baagheera/once",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/Baagheera/once",
"is_deprecated": false,
"latest_version": "v1.0.0",
"repository_url": "https://github.com/Baagheera/once",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-15T19:58:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
}
]
},
"popularity": {
"forks": 0,
"stars": 3,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 59607,
"source_files_sampled": 43,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 10,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.47.0"
},
{
"name": "modernc.org/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.53.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "modernc.org/sqlite",
"direct": true,
"version": "v1.53.0",
"ecosystem": "go"
},
{
"name": "github.com/dustin/go-humanize",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/ncruces/go-strftime",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/remyoudompheng/bigfft",
"direct": false,
"version": "v0.0.0-20230129092748-24d4a6f8daec",
"ecosystem": "go"
},
{
"name": "modernc.org/libc",
"direct": false,
"version": "v1.73.4",
"ecosystem": "go"
},
{
"name": "modernc.org/mathutil",
"direct": false,
"version": "v1.7.1",
"ecosystem": "go"
},
{
"name": "modernc.org/memory",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 2,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 47,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Baagheera",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/297467273?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 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": 10,
"reason": "all changesets reviewed",
"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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 4,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "092cf97bde2d3f676ec62f6911c8e304c81eac0c",
"ran_at": "2026-07-27T06:52:59Z",
"aggregate_score": 6.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T18:12:11Z",
"oldest_open_prs": [
{
"number": 51,
"created_at": "2026-07-19T18:12:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2026-07-19T18:12:46Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-15T19:58:18Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Baagheera/once",
"host": "github.com",
"name": "once",
"owner": "Baagheera"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 71,
"vitality": 68,
"community": 42,
"governance": 55,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 51,
"human_commit_share": 0.902,
"days_since_last_push": 7,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"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": "51 commits in the last year",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 51
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 1.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Community & Adoption",
"value": 42,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 0,
"stars": 3,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"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": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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 (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 55,
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 96,
"inputs": {
"merged_prs": 47,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 3
},
"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": "47/50 decided PRs merged",
"points": 36,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 47,
"decided": 50
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"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": 33,
"inputs": {
"followers": 66,
"owner_type": "User",
"is_verified": null,
"owner_login": "Baagheera",
"public_repos": 2,
"account_age_days": 29
},
"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": "66 followers of Baagheera",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 66,
"login": "Baagheera"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~0 yr old",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/Baagheera/once"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 11
},
"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 11 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 11
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 71,
"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": "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": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"cli",
"go",
"idempotency",
"infrastructure",
"retries",
"side-effects",
"sqlite"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": "good",
"name": "Security",
"value": 71,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 10 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 10
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 10,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 10,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
}
],
"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": 63,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.913,
"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": "42 of 46 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 46
}
}
],
"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,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.098
},
"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": "no agent-authored commits among the last 51",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 51
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "5 of the last 51 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 5,
"sampled": 51
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 59607,
"source_files_sampled": 43,
"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/43 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 43,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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-27T06:53:13.652652Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/Baagheera/once.svg",
"full_name": "Baagheera/once",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}