Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 181,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 150299
},
"pushed_at": "2026-07-19T06:48:44Z",
"created_at": "2026-05-21T00:59:02Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T06:49:00Z",
"description": "Shared libraries for spore.host tools (i18n, catalog, pricing)",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://spore.host",
"name": "spore.host",
"type": "Organization",
"login": "spore-host",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/255256540?v=4",
"created_at": "2026-01-16T02:15:51Z",
"is_verified": null,
"public_repos": 23,
"account_age_days": 187
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.43.2",
"kind": "patch",
"published_at": "2026-07-19T06:48:42Z"
},
{
"tag": "v0.43.1",
"kind": "patch",
"published_at": "2026-07-19T06:44:19Z"
},
{
"tag": "v0.43.0",
"kind": "minor",
"published_at": "2026-07-19T06:20:22Z"
},
{
"tag": "v0.42.0",
"kind": "minor",
"published_at": "2026-07-17T17:51:06Z"
},
{
"tag": "v0.41.1",
"kind": "patch",
"published_at": "2026-06-28T07:22:35Z"
},
{
"tag": "v0.41.0",
"kind": "minor",
"published_at": "2026-06-28T06:35:05Z"
},
{
"tag": "v0.40.0",
"kind": "minor",
"published_at": "2026-06-27T20:37:05Z"
},
{
"tag": "v0.39.2",
"kind": "patch",
"published_at": "2026-06-27T06:56:28Z"
},
{
"tag": "v0.39.1",
"kind": "patch",
"published_at": "2026-06-27T04:45:24Z"
},
{
"tag": "v0.39.0",
"kind": "minor",
"published_at": "2026-06-26T17:03:02Z"
},
{
"tag": "v0.38.0",
"kind": "minor",
"published_at": "2026-06-26T16:47:43Z"
},
{
"tag": "v0.37.1",
"kind": "patch",
"published_at": "2026-06-13T02:32:15Z"
},
{
"tag": "v0.37.0",
"kind": "minor",
"published_at": "2026-06-12T18:00:44Z"
},
{
"tag": "v0.36.0",
"kind": "minor",
"published_at": "2026-06-08T03:44:58Z"
},
{
"tag": "v0.35.2",
"kind": "patch",
"published_at": "2026-06-07T21:47:21Z"
},
{
"tag": "v0.35.1",
"kind": "patch",
"published_at": "2026-06-07T21:03:24Z"
},
{
"tag": "v0.35.0",
"kind": "minor",
"published_at": "2026-05-21T01:03:19Z"
}
],
"recent_commits": [
{
"oid": "eeb7a68b35bf38247a305f1131513bfb05e526fe",
"body": "VitePress evaluates {{ config.X }} as a Vue interpolation and crashes rendering.\nEscape mustache braces to HTML entities (outside code spans), completing the\nv0.43.1 angle-bracket fix.",
"is_bot": false,
"headline": "fix(docgen): neutralize Vue {{ }} mustaches; release v0.43.2",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-07-19T06:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed5b4b3cb06517dbabd3495e15e11b3b992d8d8a",
"body": null,
"is_bot": false,
"headline": "chore(release): libs v0.43.1",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-07-19T06:44:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78fd27ff9030208ef910351a57ed72fba73f8ebe",
"body": "VitePress runs markdown through Vue's template compiler, which reads a bare\n<placeholder> (e.g. <sweep-id>, shell: <cmd>) as an unclosed HTML tag and fails\nthe build. Escape < / > to < / > in prose and flag-usage cells, leaving\nangles inside backtick code spans and fenced/indented code blocks literal.",
"is_bot": false,
"headline": "fix(docgen): HTML-escape angle brackets in prose/flag descriptions",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-07-19T06:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecb0b288128f2b5b79a3cd222e208145783e7390",
"body": null,
"is_bot": false,
"headline": "chore(release): libs v0.43.0 (docgen)",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-07-19T06:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94dfe4985cb63dcbc55fe8981a00d177676b665c",
"body": "… (#27)\n\nNew libs/docgen package: Generate(root, opts) walks a cobra command tree and\nreturns deterministic, timestamp-free markdown fragments — one per visible\ntop-level command (recursing into subcommands) plus a _global-flags.md for the\nroot's persistent flags. Honors Hidden (skipped) and Depreca\n[…]\nom/spf13/cobra as a direct libs dependency.\n\nTests: files/content (headings, Long desc, examples, local vs persistent flag\nisolation, nested subcommands), hidden-skip, deprecated-flagged, determinism.",
"is_bot": false,
"headline": "feat(docgen): shared cobra→markdown reference generator (#docs-audit)…",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-07-19T06:19:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "46d87488521eb3b9a95c250ffff2fb5e4ec3c0e5",
"body": null,
"is_bot": false,
"headline": "chore(release): libs v0.42.0 (#26)",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-07-17T17:51:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "388c05cfc546c52fdc61941531c35232b84156f7",
"body": "New SDK-free package resolving the settings every tool needs — AWS profile,\nregion, account, and default output — with one precedence order: flag > env >\nfile > default. Reads SPORE_* (AWS_PROFILE/AWS_REGION/AWS_DEFAULT_REGION as\nfallbacks) and the [spore] table of ~/.config/spore/config.toml (XDG-a\n[…]\nformed file is reported but flag/env/default still resolve.\n\nTable-tested: precedence matrix, AWS_* fallback, SPORE_* beats AWS_*, XDG path\nresolution, missing-file tolerance, malformed-file behavior.",
"is_bot": false,
"headline": "feat(sporeconfig): shared config base for the spore.host suite (#25)",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-07-17T17:49:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7ab3dae9689aa6a1c8e6587c5fa52f745cfeda7e",
"body": null,
"is_bot": false,
"headline": "chore(release): libs v0.41.1",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-06-28T07:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422c88251065a19f7406ca7416e135a2efab6ba8",
"body": "…e (spore-host#392) (#24)\n\nAn overlay that rebinds an existing app (e.g. supplies only an image) wholesale-\nreplaced the entry, blanking description/GPU/families/etc. mergeEntry now applies\neach non-zero overlay field over the base, inheriting the rest — so binding a\ncake to a recipe-only app keeps \n[…]\nadds catalog TestMain to isolate tests from an ambient ~/.spawn/catalog.yaml\nor $SPAWN_CATALOG (embedded-catalog assertions were picking up the dev machine's\nreal overlay). Tests + -tags online green.",
"is_bot": false,
"headline": "fix(catalog): overlay rebind field-merges instead of wholesale replac…",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-28T07:18:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7a9a9663cea1445925d843bf56f46f533ae23477",
"body": null,
"is_bot": false,
"headline": "chore(release): libs v0.41.0",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-06-28T06:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7db9f0480c05518a02749fddbef14ac5d7abc94f",
"body": "…ore-host#392) (#23)\n\n* feat(catalog): recipe field; paraview/chimerax → recipe-only (BYO, spore-host#392)\n\nAdds AppEntry.Recipe (public build-instructions pointer) + RecipeOnly(): an entry\nwith a recipe but no image is a buildable definition, not a dead stub. Validate()\ntreats recipe-only as usable\n[…]\nifest HEAD) exercising the full flow without a\nreal registry; resolveScheme var lets the probe target http in tests. Coverage\nback to 80.7%, and the gate no longer depends on live images for coverage.",
"is_bot": false,
"headline": "feat(catalog): recipe field; paraview/chimerax → recipe-only (BYO, sp…",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-28T06:34:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1de442c28d8de4f77b96a80ab97260e5cf16fac9",
"body": "…#22)\n\n* feat(catalog): online public-resolvability gate (BYO model, spore-host#392)\n\nResolvePublicImages() anonymously HEAD-checks each shipped container image's\nmanifest via the OCI registry v2 API (standard Bearer-challenge flow, no Docker /\nno creds), rejecting private or non-anonymously-pullabl\n[…]\naview:5.13.2 + chimerax:1.12 pass; missing-tag/missing-repo/\nprivate all correctly rejected. Closes libs#18.\n\n* ci: run tests with -tags online so the catalog resolvability gate counts toward coverage",
"is_bot": false,
"headline": "feat(catalog): online public-resolvability CI gate (spore-host#392) (…",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-28T00:16:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "701e7e46487c3576d1b441ca1541301601cef587",
"body": null,
"is_bot": false,
"headline": "chore(release): libs v0.40.0",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-06-27T20:37:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2756a38fab2f42437e9f0c5f29f4ee14a16d1fc3",
"body": "…2) (#21)\n\nThe embedded global catalog can be layered with a user overlay that adds apps or\nrebinds an app's image to one the user hosts — the only place private images\nbelong. Path precedence: SetOverlayPath (--catalog) > $SPAWN_CATALOG >\n~/.spawn/catalog.yaml. Missing default/env file = opt-in no-\n[…]\netOverlayPath, Reload, LoadError. mergeApps (pure, tested) merges by\nname (overlay wins, case-insensitive). load() switched from sync.Once to a\nmutex+loaded flag so Reload can rebuild. Closes libs#17.",
"is_bot": false,
"headline": "feat(catalog): local overlay loader + merge (BYO model, spore-host#39…",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-27T20:36:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85563bba76efd5a75017e98d436c9ca639ec6d76",
"body": "…ost#392) (#20)\n\nAppEntry gains Visibility (public|private) + ImageVisibility() accessor: explicit\nwins, else inferred from the registry host (public.ecr.aws→public, private-ECR\n*.dkr.ecr.*.amazonaws.com→private, else public — the safe default for the\nlaunchability filter). Underpins the per-account\n[…]\nValidate() now also rejects any non-public image in the SHIPPED catalog (private\nimages belong in a local overlay); validateApps stays overlay-safe (overlays may\ncarry private images). Closes libs#16.",
"is_bot": false,
"headline": "feat(catalog): image visibility field + inference (BYO model, spore-h…",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-27T20:32:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed2cd0497afb5bd01440f86da40ef3519e002849",
"body": null,
"is_bot": false,
"headline": "chore(release): libs v0.39.2",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-06-27T06:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ebba8c2d58a05c6ca124c827996937f4b1b86af",
"body": "… (#15)",
"is_bot": false,
"headline": "feat(catalog): bump chimerax to 1.12 (1.8 no longer published) (#290)…",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-27T06:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc4fad69f3a170a5191494d210adb12c04c9a498",
"body": null,
"is_bot": false,
"headline": "chore(release): libs v0.39.1",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-06-27T04:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0681ec83ea7b20070198dc4aceef7d4759946f29",
"body": "…s/f8g1e7l5 (#290) (#14)\n\nThe spore-host ECR Public alias doesn't exist (needs async AWS approval), so the\naspirational public.ecr.aws/spore-host/* image refs wouldn't resolve. Repoint\nparaview + chimerax to public.ecr.aws/f8g1e7l5/* (the build account's default\nalias). paraview:5.13.2 is built and publicly pullable. Corrected the base-AMI\nowning-account note to 942542972736.",
"is_bot": false,
"headline": "fix(catalog): point app images at the real ECR registry public.ecr.aw…",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-27T04:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9f9f8a73d7201c6fe49a43de178e537f4302233",
"body": null,
"is_bot": false,
"headline": "chore(release): libs v0.39.0",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-06-26T17:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e1cee03c12852ffc5e3f719ee9fa387a500f8df",
"body": "…(#290) (#13)\n\nValidate()/validateApps() return one error per catalog defect with no AWS calls:\nnot-launchable apps, deprecated per-app amis tables (#389), container apps missing\ntag_default / base_amis, tag_default not in tags_available, and image reuse across\napps. TestValidate_EmbeddedCatalogClean asserts the shipped catalog passes, so the\nexisting `go test ./...` CI step is the gate — a bad entry can't merge.",
"is_bot": false,
"headline": "feat(catalog): Validate() structural gate against #389-class defects …",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-26T17:02:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d435e1b9045b21390a15643723e7328152b91f5",
"body": null,
"is_bot": false,
"headline": "chore(release): libs v0.38.0",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-06-26T16:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b7d950ecedfe9da8eb7492f575b7a5097df555c",
"body": "…s (#290, #389) (#12)\n\nAppEntry gains Image/TagDefault/TagsAvailable/BaseAMIs and ResolveTag/Containerized\nhelpers. Apps now launch from a Docker image on a shared spore-dcv-base AMI\ninstead of a baked per-app AMI.\n\nDeleted every per-app per-region `amis:` table from catalog.yaml — all 11 IDs\nwere d\n[…]\n converted to container entries (public.ecr.aws/spore-host/*).\nGPU apps no longer carry launch_command (the image CMD launches them); the\nlaunchable-invariant test now accepts image OR launch_command.",
"is_bot": false,
"headline": "feat(catalog): container-based app model; drop dead per-app AMI table…",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-26T16:47:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ce6b98f4f2b5a4dc8e8e475d06e992af374289a",
"body": "Spore.host-wide policy: every repo enforces SemVer + a Keep-a-Changelog\nCHANGELOG. libs already has the CHANGELOG; this records the policy + the\nexported-API/SemVer note + the tag-is-the-release ritual.",
"is_bot": false,
"headline": "docs: add CLAUDE.md with SemVer 2.0.0 + Keep a Changelog policy (#11)",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-13T18:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7890699f76f090c7899e6722e786f02c9e3d771",
"body": "…fix) (#10)",
"is_bot": false,
"headline": "docs(changelog): promote Unreleased -> 0.37.1 (i18n capacity-summary …",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-13T02:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31ca5ec5495ccef4a14372b5800fbebdbde8be32",
"body": "The recurring 'tar: Cannot open: File exists' failures in Setup Go were\nsetup-go's cache restore untarring its archive over the already-warm\n~/go/pkg/mod the self-hosted runner persists between jobs. cache:false — Go\nreuses the on-disk module cache directly. Matches spore-host/spawn#139.",
"is_bot": false,
"headline": "ci: disable setup-go cache on self-hosted orion runners (#9)",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-13T02:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a28255a8b7084f094b497e1f6d850ddd24d8042",
"body": null,
"is_bot": false,
"headline": "docs: changelog entry for capacity-summary i18n fix",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-13T01:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1efc5df37c7f1eb309ddacb7adb76b2241f344c",
"body": "The truffle capacity command formats counts itself (`\"%s: %d\"`), so the\nsummary translation strings supply only the label. Eight keys\n(total, active, instance_types, regions, azs, total_capacity,\navailable, used) still carried {{.Count}}/{{.Percent}} vars, which made\ni18n.T() — called with no templa\n[…]\n[truffle.capacity.summary.<key>]\" in es/fr/de/ja/pt.\n\nEnglish was already corrected in the working tree; this mirrors that fix\ninto the other five languages, restoring TestTemplateVariablesConsistent.",
"is_bot": false,
"headline": "fix(i18n): drop stray template vars from capacity-summary labels",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-13T01:00:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf57ae99059239185d95ac2f1a1ae9a620b7506d",
"body": null,
"is_bot": false,
"headline": "docs(changelog): promote Unreleased -> 0.37.0 (#8)",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-12T18:00:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf78483cbe2b2b70dd6046a3ce24ba7f6707179b",
"body": "CheckAsync is gated (CI / SPORE_NO_UPDATE_CHECK / non-TTY) and cached 24h — right\nfor an incidental notice, wrong for a subcommand where the user is\nexplicitly asking. CheckNow does a synchronous, ungated, cache-bypassing fetch\n(returns nil if GitHub is unreachable), and still writes the cache. Extract the\nGitHub API base into an overridable package var so CheckNow is testable against\nhttptest. Enables spawn#117 / truffle#53 / lagotto#21. Adds CHANGELOG.md.",
"is_bot": false,
"headline": "feat(update): add CheckNow for explicit on-demand version checks (#7)",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-12T18:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b63386e59310af468198f87985aa82cece919fc1",
"body": "Shared package for truffle/spawn to check GitHub releases API at most\nonce per 24 hours. Respects SPORE_NO_UPDATE_CHECK and CI env vars.\nResults cached to ~/.spore/cache/. Never blocks command execution.",
"is_bot": false,
"headline": "feat: add update package for non-blocking version checks",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-08T03:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f34eb4db701f471bd999455a51c65ce42d86eb94",
"body": "Emoji in translation strings bypasses the --no-emoji flag. Move the\nmushroom to be emitted via i18n.Emoji(\"mushroom\") at callsites so\n--no-emoji and --accessibility correctly suppress it.",
"is_bot": false,
"headline": "fix(i18n): remove hardcoded mushroom emoji from translation strings",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-07T21:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f9bd6ffebf5c8fe94ef6a903554bf35df2f291c",
"body": "The base prices were set at \"large\" tier values but the size multiplier\ntable was treating \"micro\" as 1x (expecting nano-level base prices).\nThis caused 8x inflated estimates for any instance type not in the\nstatic table. Fix by making all multipliers relative to \"large\" = 1.0.\n\nFixes spore-host/truffle#18",
"is_bot": false,
"headline": "fix(pricing): correct estimatePriceByFamily multipliers",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-06-07T21:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41c44b9147d732261d8d003b88e9f6e36f775034",
"body": "Add workflow-level FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true so bundled Node 20\nactions (github-script inside codecov-action@v5) run on Node 24 ahead of the\n2026-06-16 cutover. Belt-and-suspenders to the orion runner's /home/runner/.env\nfix — this also covers GitHub-hosted fallback runs.",
"is_bot": false,
"headline": "ci: force Node 24 for bundled actions (#345) (#6)",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-05-31T06:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b50ce3d4101a0eea9bba433365ef746689c9a8",
"body": null,
"is_bot": false,
"headline": "ci: verify Node 24 opt-in clears github-script deprecation (#345)",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-05-31T06:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be257cc7485969bcdc25f0e76c49f612678853df",
"body": "Add a hard rule to the test-coverage subagent: every non-test .go file must\nhave >0% coverage. A whole untested file is the priority target even if the\naggregate floor passes — catches files that escape the gate.",
"is_bot": false,
"headline": "chore: agent rule — no 0%-coverage source files (#5)",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-05-31T01:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8e2982f158feb71dda9c88fce98317ff75f7bea",
"body": "Point the CI test job at the org self-hosted runner (orion.local, M4 Pro).\nOne-line fallback to ubuntu-latest documented inline. Release/security stay\nGitHub-hosted.",
"is_bot": false,
"headline": "ci: run tests on self-hosted orion runner (#4)",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-05-31T00:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b5ef04e7446fb7bbacfbee3f0a2b7ef9c4a9248",
"body": "… (#3)\n\nChecked-in custom subagents for this repo (see code.claude.com/docs/en/sub-agents).\nThey encode repo conventions so Claude delegates with the right context:\n- test-coverage\n- go-reviewer\n\nproject memory accumulates per-repo testing/review knowledge across sessions.",
"is_bot": false,
"headline": "chore: add project Claude Code subagents (test-coverage, go-reviewer)…",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-05-30T23:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45843cd2af3ae0a097303a5332b42469d19869d3",
"body": "Add a consistent badge row to the README (CI, Go Report Card, Codecov,\nGo Reference, License) and upload the coverage profile to Codecov from CI\nso the coverage badge populates.",
"is_bot": false,
"headline": "docs: add status badges + Codecov upload to CI (#2)",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-05-30T21:41:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c229a3fcb5081e5491126b9ef57fe25b16f7c67",
"body": "* ci: add coverage ratchet floor (75%)\n\nEmit a coverage profile from the test step and fail CI if total coverage\ndrops below 75% (current: 78.0%). Raise the floor as coverage\nimproves; target is 60% per CLAUDE.md. Tracks #N/A.\n\n* ci: bump Go to 1.26 to match go.mod (CI was failing on 1.23)\n\ngo.mod requires go 1.26 but CI pinned go-version 1.23 with GOTOOLCHAIN=local,\nso go test failed before running. CI has been red on main since 2026-05-21.",
"is_bot": false,
"headline": "ci: add coverage ratchet floor (75%) (#1)",
"author_name": "Scott Friedman",
"author_login": "scttfrdmn",
"committed_at": "2026-05-30T16:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcbdb2bbfe8e355b5e9b6dcc955cb516c69e14ff",
"body": null,
"is_bot": false,
"headline": "chore: bump Go version to 1.26",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-05-21T04:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "342f3caa12b6dc319f7599c43c4a6c39200485b0",
"body": null,
"is_bot": false,
"headline": "chore: update CI actions to checkout@v6 and setup-go@v6",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-05-21T04:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0342bfec3f04fada0140966c2370cd863ee4064d",
"body": null,
"is_bot": false,
"headline": "docs: add README and .gitignore",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-05-21T04:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "228053b7ecf8fc00eef797617e6c3d177392e878",
"body": "Extracted from github.com/spore-host/spore-host monorepo.\n\n- catalog: application catalog with hardware requirements and AMI IDs\n- i18n: internationalization (en/es/fr/de/ja/pt) with accessibility support\n- pricing: EC2 on-demand pricing data and cost estimation\n\nSingle module github.com/spore-host/libs, Go 1.23+.",
"is_bot": false,
"headline": "feat: initial release — i18n, catalog, pricing packages",
"author_name": "scttfrdmn",
"author_login": "scttfrdmn",
"committed_at": "2026-05-21T01:03:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 44,
"latest_release_at": "2026-07-19T06:48:42Z",
"latest_release_tag": "v0.43.2",
"releases_from_tags": true,
"days_since_last_push": 3,
"active_weeks_last_year": 6,
"days_since_latest_release": 3,
"mean_days_between_releases": 2.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/spore-host/libs",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/spore-host/libs",
"is_deprecated": false,
"latest_version": "v0.43.2",
"repository_url": "https://github.com/spore-host/libs",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T06:48:42Z",
"latest_version_yanked": null,
"days_since_latest_publish": 3
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 12878,
"source_files_sampled": 27,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1443
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/BurntSushi/toml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/nicksnyder/go-i18n/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.1"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.9"
},
{
"name": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 23,
"open_issues": 2,
"closed_ratio": 0.5,
"closed_issues": 2,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "scttfrdmn",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/3011922?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"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": 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": "17 out of 17 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/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"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": 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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "eeb7a68b35bf38247a305f1131513bfb05e526fe",
"ran_at": "2026-07-22T07:09:21Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T06:48:58Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-19T06:19:49Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 16,
"created_at": "2026-06-27T16:01:30Z",
"last_comment_at": "2026-06-27T16:05:36Z",
"last_comment_author": "scttfrdmn"
},
{
"number": 17,
"created_at": "2026-06-27T16:01:31Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/spore-host/libs",
"host": "github.com",
"name": "libs",
"owner": "spore-host"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"security": 33,
"vitality": 68,
"community": 21,
"governance": 51,
"engineering": 61
},
"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": 55,
"inputs": {
"commits_last_year": 44,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "44 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 44
}
}
],
"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": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v0.43.2",
"releases_from_tags": true,
"days_since_latest_release": 3,
"mean_days_between_releases": 2.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 21,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"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 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"merged_prs": 23,
"open_issues": 2,
"closed_issues": 2,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/23 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 23
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "spore-host",
"public_repos": 23,
"account_age_days": 187
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of spore-host",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "spore-host"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "23 public repos, account ~0 yr old",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 23
}
},
{
"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/spore-host/libs"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 3
},
"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 3 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 3
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": 61,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "17 out of 17 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": 50,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.3
},
"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": "17 out of 17 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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"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": "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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 74,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1443
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "44 of 44 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 44,
"sampled": 44
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"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
},
"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 44",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 44
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "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": 12878,
"source_files_sampled": 27,
"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/27 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 27,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T07:09:32.198185Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/spore-host/libs.svg",
"full_name": "spore-host/libs",
"license_state": "custom",
"license_spdx": null
}