原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 6008,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 100792,
"Makefile": 1813,
"Dockerfile": 524
},
"pushed_at": "2026-07-07T07:10:33Z",
"created_at": "2026-04-04T10:51:53Z",
"owner_type": "Organization",
"updated_at": "2026-07-07T07:10:38Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://infra-heroes.de",
"name": "InfraHeroes UG (haftungsbeschränkt) i. G.",
"type": "Organization",
"login": "Infra-Heroes",
"company": null,
"location": "Germany",
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/189903250?v=4",
"created_at": "2024-11-27T18:49:52Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 607
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-06-19T07:07:51Z"
},
{
"tag": "v0.4.0-beta",
"kind": "prerelease",
"published_at": "2026-05-16T18:27:47Z"
},
{
"tag": "v0.3.0-beta",
"kind": "prerelease",
"published_at": "2026-05-04T18:14:48Z"
},
{
"tag": "v0.2.0-beta",
"kind": "prerelease",
"published_at": "2026-05-03T18:01:28Z"
},
{
"tag": "v0.1.4-beta",
"kind": "prerelease",
"published_at": "2026-04-26T08:55:08Z"
},
{
"tag": "v0.1.3-beta",
"kind": "prerelease",
"published_at": "2026-04-26T08:00:27Z"
},
{
"tag": "v0.1.2-beta",
"kind": "prerelease",
"published_at": "2026-04-24T07:51:10Z"
},
{
"tag": "v0.1.1-beta",
"kind": "prerelease",
"published_at": "2026-04-23T16:53:29Z"
},
{
"tag": "v0.1.0-beta",
"kind": "prerelease",
"published_at": "2026-04-23T13:54:50Z"
}
],
"recent_commits": [
{
"oid": "6f8d5ebafcfb0aadf9d520da10508e4d322be7fd",
"body": "… .internal' (#6) from docs/fix-internal-dns into main\n\nReviewed-on: https://git.infra-heroes.de/InfraHeroes/heroctl/pulls/6",
"is_bot": false,
"headline": "Merge pull request 'docs: fix internal DNS naming — svc.platform, not…",
"author_name": "dominik",
"author_login": null,
"committed_at": "2026-07-07T07:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5dbc1c9a941c0d3305c9fa0c37779495e077b60",
"body": "The DNS facade serves <app>.svc.platform only; the documented\ndb.<project>.internal form never resolves (found while deploying\nhero-store with a managed postgres).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fix internal DNS naming — svc.platform, not .internal",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-07T07:04:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c7856ab4702c7abb14c16b019a914574d40a34d0",
"body": "…ins)' (#5) from feat/orgs-set-limits into main\n\nReviewed-on: https://git.infra-heroes.de/InfraHeroes/heroctl/pulls/5",
"is_bot": false,
"headline": "Merge pull request 'feat: add \"orgs set-limits\" command (platform adm…",
"author_name": "dominik",
"author_login": null,
"committed_at": "2026-07-06T17:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "175d223be856b28bebe36959c6fea94b4209d3b2",
"body": "Verifies PATCH body contains only changed flags, --org defaults to the\ncaller's own org via /orgs/me, validation error before any API call,\nand API errors are surfaced.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: httptest-based tests for orgs set-limits",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-06T16:58:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7e13af751fda9c95667106afd5d40579f3be7f0b",
"body": "Wraps the new PATCH /api/v1/orgs/{orgID}/limits endpoint. Lets platform\nadmins (owners/admins of the InfraHeroes instance org) update\nmax_projects, vm_cap, max_cpu and max_memory_mb for any org. Omitted\nflags are left unchanged; --org defaults to the caller's own org.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add \"orgs set-limits\" command (platform admins)",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-06T16:52:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0c968740b7d528631f3bd9381e23ad536c06e933",
"body": "…form loop variables' (#4) from fix/woodpecker-release-var-braces into main",
"is_bot": false,
"headline": "Merge pull request 'fix(ci): stop Woodpecker from eating the per-plat…",
"author_name": "dominik",
"author_login": null,
"committed_at": "2026-07-06T08:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87dafc25e8e88fa465e8d382a69eccd6fad8342b",
"body": "\\${os}, \\${arch} and \\${ext} use the same brace syntax Woodpecker's own\nvariable substitution looks for in step commands, so they were being\nreplaced with empty strings before the shell ever ran the loop body -\nevery platform build overwrote the same dist/heroctl-- file, and only\nthe last one survived (confirmed in v0.6.2's build log: the bare $os\nguard worked, but every dist/ output path collapsed to \"heroctl--\").\nDropped the braces to match the working $os usage already in this file.",
"is_bot": false,
"headline": "fix(ci): stop Woodpecker from eating the per-platform loop variables",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-06T08:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29d7bb02562e0c8060ee15d0f5a6375ddd8fb74c",
"body": "…e for release builds' (#3) from fix/woodpecker-release-event-var into main",
"is_bot": false,
"headline": "Merge pull request 'fix(ci): use the correct Woodpecker event variabl…",
"author_name": "dominik",
"author_login": null,
"committed_at": "2026-07-06T08:12:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc094db428cfaf007d7722f0231cf46faf08c36b",
"body": "The multi-platform dist/ build in the build step guarded on\n\\${CI_COMMIT_EVENT}, which isn't a real Woodpecker built-in variable\n(the correct one is CI_PIPELINE_EVENT). It always evaluated to an\nempty string, so the guard was never true, dist/ was never populated,\nand the gitea-release step uploaded zero binary assets on v0.6.1\ndespite reporting success.",
"is_bot": false,
"headline": "fix(ci): use the correct Woodpecker event variable for release builds",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-06T08:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24b79fbf4ef5a4653c715364eb71afb36fe67483",
"body": "…de when filter' (#2) from fix/woodpecker-tag-event-filter into main",
"is_bot": false,
"headline": "Merge pull request 'fix(ci): allow tag events through the pipeline-wi…",
"author_name": "dominik",
"author_login": null,
"committed_at": "2026-07-06T07:56:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e4e0be93209c9f2fa5791442ac2e2efb880c4af",
"body": "…Gitea migration' (#1) from fix/gitea-migration-badge into main\n\nReviewed-on: https://git.infra-heroes.de/InfraHeroes/heroctl/pulls/1",
"is_bot": false,
"headline": "Merge pull request 'docs: point CI badge at ci.infra-heroes.de after …",
"author_name": "dominik",
"author_login": null,
"committed_at": "2026-07-06T07:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4253bf7294cff24dae3894c6e3dd6556e80d8773",
"body": null,
"is_bot": false,
"headline": "docs: point CI badge at ci.infra-heroes.de after Gitea migration",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-06T07:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f54217741816d2d278ceeb8acd56efaed3750cff",
"body": "The top-level 'when' clause never included 'tag', so Woodpecker's\npipeline-wide gate skipped the entire pipeline on any tag push before\neven reaching the release/docker steps' own event:tag conditions\n('when filters filtered out all steps' in the server logs). This is\nwhy binary releases and the new Docker publish step never actually ran\non any version tag, despite being correctly scoped at the step level.",
"is_bot": false,
"headline": "fix(ci): allow tag events through the pipeline-wide when filter",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-06T07:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a29bd2340784a859620c573aab4cafa113534e73",
"body": "… from docs/fix-github-actions-badge into main\n\nReviewed-on: https://codeberg.org/InfraHeroes/heroctl/pulls/6",
"is_bot": false,
"headline": "Merge pull request 'docs: fix broken GitHub Actions build badge' (#6)…",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-06T07:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eec0baec193c2f08fb95cd564425ec5cc82e787",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: drop GitHub Actions badge, Woodpecker only",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-06T06:57:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "24e882b06f21a47981023d8328c7a63e98f5046d",
"body": "The native github.com/.../badge.svg endpoint was returning 404 despite\nthe workflow being active. Switched to the shields.io equivalent,\nwhich resolves correctly.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fix broken GitHub Actions build badge",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-06T06:51:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "841a81f529a7d51a42259d771a80e75a1780809a",
"body": "…age with build-args' (#5) from feat/woodpecker-release-binaries into main\n\nReviewed-on: https://codeberg.org/InfraHeroes/heroctl/pulls/5",
"is_bot": false,
"headline": "Merge pull request 'ci: publish multi-platform binaries and docker im…",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-05T16:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e174a27b77cff7edb223cef6c623ae2cdcc05494",
"body": null,
"is_bot": false,
"headline": "ci: publish multi-platform binaries and docker image with build-args",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-07-05T16:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af65e251f62ffea83328ad0bf68ba0b945e650ac",
"body": "… requirements' (#4) from docs/custom-domain-tls-requirements into main\n\nReviewed-on: https://codeberg.org/InfraHeroes/heroctl/pulls/4",
"is_bot": false,
"headline": "Merge pull request 'docs: document custom domain TLS pipeline and DNS…",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-05T08:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73044f9eb3ee840a172755d29e42c246b3efcc82",
"body": "Expand the custom domain section with how routing rules are built,\nhow wildcard certs are issued and served, the current limitation that\nper-custom-domain certs are not auto-issued, and the DNS propagation\nrequirement before deploy.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document custom domain TLS pipeline and DNS requirements",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-05T07:48:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "13c30e3d913774490af1712634af30b74b6751b3",
"body": "… of OIDC protection' (#3) from feat/hero-toml-public-flag into main\n\nReviewed-on: https://codeberg.org/InfraHeroes/heroctl/pulls/3",
"is_bot": false,
"headline": "Merge pull request 'feat: add public flag to hero.toml for opting out…",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-04T14:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c33820c87efa5ca87e45fb7a759b1df45aeb701",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feat/hero-toml-public-flag",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-04T14:56:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa70e2f954084479d2719c67c09d4bdc75cec7d",
"body": "Web-exposed deployments are now protected behind the platform's Zitadel\nlogin by default. Setting public = true in [deploy] sets the hero-public\nlabel, which hero-api reads to skip attaching the auth-oidc Traefik\nmiddleware. Ignored for private (internal-only) deployments.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add public flag to hero.toml for opting out of OIDC protection",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-04T14:48:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "130da370d2eb41264346207f1008307734deb582",
"body": "…elease tags' (#1) from feat/codeberg-docker-publish into main\n\nReviewed-on: https://codeberg.org/InfraHeroes/heroctl/pulls/1",
"is_bot": false,
"headline": "Merge pull request 'ci: publish heroctl Docker image to Codeberg on r…",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-04T10:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "410d630c53c23b44f5462597d03d87555eb47331",
"body": "…r-publish",
"is_bot": false,
"headline": "Merge remote-tracking branch 'codeberg/main' into feat/codeberg-docke…",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-07-04T10:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a73b89b9a3941088b8a3cb0a39aacc388ea1eac",
"body": null,
"is_bot": false,
"headline": "ci: re-trigger pipeline after Woodpecker repo-trust grant",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-04T10:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "332dec6ec92fcff5cc3a8b5eb4be8cdeafe71925",
"body": "plugin-docker-buildx needs Docker-in-Docker, and Woodpecker no longer\ngrants that implicitly. Pairs with the server-side allow-list added in\nhero-infrastructure (WOODPECKER_PLUGINS_PRIVILEGED).",
"is_bot": false,
"headline": "ci: run the docker step privileged",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-04T10:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65c614e4037ef8ee29ce0fbbcab44a027ee9a4c9",
"body": "… from docs/add-codeberg-ci-badge into main\n\nReviewed-on: https://codeberg.org/InfraHeroes/heroctl/pulls/2",
"is_bot": false,
"headline": "Merge pull request 'docs(heroctl): add Codeberg CI status badge' (#2)…",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-04T10:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cdeeae923842126b0594524fbaf125024245c40",
"body": "ci: publish heroctl Docker image to Codeberg on release tags",
"is_bot": false,
"headline": "Merge pull request #49 from Infra-Heroes/feat/codeberg-docker-publish",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-07-04T08:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28adce99dd1da61a8e99be7942435ed24e2920fc",
"body": null,
"is_bot": false,
"headline": "docs: add Codeberg/Woodpecker CI status badge to README",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-04T08:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ee258e184ee206e4c645de1b7136ea10966229f",
"body": "Codeberg's Releases and Packages repo units were disabled, which is why\nthe existing gitea-release step never actually published binaries there.\nEnabled both units on the repo and added a docker-buildx step so tagged\nreleases now push a multi-arch image to codeberg.org/infraheroes/heroctl\nalongside the binary, mirroring what GitHub Actions already does for GHCR.",
"is_bot": false,
"headline": "ci: publish heroctl Docker image to Codeberg on release tags",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-04T08:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9ca2ca0d700030ffa61ffe9020417c280c2ca97",
"body": null,
"is_bot": false,
"headline": "chore: add Renovate config",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-03T13:35:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47d3a003f3510e1a1cd9ba17d397df1f23636ed1",
"body": null,
"is_bot": false,
"headline": "ci: pin golangci-lint v2.12.2 + gosec 2.24.6, add release step",
"author_name": "dominikludwig1995",
"author_login": null,
"committed_at": "2026-07-03T12:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c780dc230d1cee2338548ac7f01f5545957276f",
"body": "…cker/metadata-action-6\n\nchore(deps): bump docker/metadata-action from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #44 from Infra-Heroes/dependabot/github_actions/do…",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-26T18:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df90dcd2e49389e3765b61c467fb898d251d3ef0",
"body": "…cker/build-push-action-7\n\nchore(deps): bump docker/build-push-action from 5 to 7",
"is_bot": false,
"headline": "Merge pull request #42 from Infra-Heroes/dependabot/github_actions/do…",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-26T18:59:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae2c5b303add0b42d8e563ea01fc0fd203848df2",
"body": "…cker/login-action-4\n\nchore(deps): bump docker/login-action from 3 to 4",
"is_bot": false,
"headline": "Merge pull request #43 from Infra-Heroes/dependabot/github_actions/do…",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-26T18:59:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9ddcacc5fe40e16ca781b82efee03af222617c9",
"body": "…cker/setup-buildx-action-4\n\nchore(deps): bump docker/setup-buildx-action from 3 to 4",
"is_bot": false,
"headline": "Merge pull request #45 from Infra-Heroes/dependabot/github_actions/do…",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-26T18:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "794b4f44f60efe3ff641fecfd1ddce7428295e4e",
"body": "…cker/setup-qemu-action-4\n\nchore(deps): bump docker/setup-qemu-action from 3 to 4",
"is_bot": false,
"headline": "Merge pull request #46 from Infra-Heroes/dependabot/github_actions/do…",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-26T18:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1afecc6a296f71a2eefcfbbff39e2ee20a609f52",
"body": "….com/pelletier/go-toml/v2-2.4.2\n\nchore(deps): bump github.com/pelletier/go-toml/v2 from 2.4.0 to 2.4.2",
"is_bot": true,
"headline": "Merge pull request #47 from Infra-Heroes/dependabot/go_modules/github…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-26T00:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c5ccf7bb2f8ebdb0a7a74a3d9218a9fb74a0930",
"body": "Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.4.0 to 2.4.2.\n- [Release notes](https://github.com/pelletier/go-toml/releases)\n- [Commits](https://github.com/pelletier/go-toml/compare/v2.4.0...v2.4.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/pelletier/go-toml/v2\n dependency-version: 2.4.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/pelletier/go-toml/v2 from 2.4.0 to 2.4.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T00:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff6b57a4f2fbe7f9c95dd1824d6efb9818403401",
"body": "Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4.\n- [Release notes](https://github.com/docker/setup-qemu-action/releases)\n- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: docker/setup-qemu-action\n dependency-version: '4'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump docker/setup-qemu-action from 3 to 4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T00:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "025dd8416e24d86d15305c0b69e1be583d3243a6",
"body": "Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.\n- [Release notes](https://github.com/docker/setup-buildx-action/releases)\n- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: docker/setup-buildx-action\n dependency-version: '4'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump docker/setup-buildx-action from 3 to 4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T00:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "853c6bd147e81c82cb5f86771d6daf7abdfbf1a2",
"body": "Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6.\n- [Release notes](https://github.com/docker/metadata-action/releases)\n- [Commits](https://github.com/docker/metadata-action/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: docker/metadata-action\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump docker/metadata-action from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T00:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a07eaae9e24feadd2c07016bfe65ceb8dc8fb15",
"body": "Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.\n- [Release notes](https://github.com/docker/login-action/releases)\n- [Commits](https://github.com/docker/login-action/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: docker/login-action\n dependency-version: '4'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump docker/login-action from 3 to 4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T00:33:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e52915baa180b24dcaf59ee0d53cb6240074f512",
"body": "Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 7.\n- [Release notes](https://github.com/docker/build-push-action/releases)\n- [Commits](https://github.com/docker/build-push-action/compare/v5...v7)\n\n---\nupdated-dependencies:\n- dependency-name: docker/build-push-action\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump docker/build-push-action from 5 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T00:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1898ae99a43012a681c3fa338c9a4bedf2161ac2",
"body": null,
"is_bot": false,
"headline": "docs: update install script url to use main domain",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T19:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9ed3eda1063465ab34db746df3b7e39b7665ea8",
"body": null,
"is_bot": false,
"headline": "docs: update installation instructions to use curl one-liner",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T19:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f57dcfebfb6d4852ecc34d70660cd8526163773",
"body": "…in README",
"is_bot": false,
"headline": "docs: update build status badge link and remove Go Report Card badge …",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T19:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "309d351b3adaa5cf2b643b4743eb5e1fa1be8c81",
"body": null,
"is_bot": false,
"headline": "docs: restructure heroctl README to focus on customer experience first",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T19:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d98cd04137e454f3eebff437abf25b8472a4a7",
"body": null,
"is_bot": false,
"headline": "fix: ignore error on file close in validate cmd",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T19:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d5a0ab6345c0e4f8e49ccd0607c85bc8bbd6155",
"body": "Feature/validate command",
"is_bot": false,
"headline": "Merge pull request #41 from Infra-Heroes/feature/validate-command",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-21T18:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c03c63433cc6b7aa48918b4d3a01b502b35cfb",
"body": null,
"is_bot": false,
"headline": "refactor: use provided Dockerfile for github action",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T18:56:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e43d1cd33c1a3bb0531e603ba58826c196c208",
"body": null,
"is_bot": false,
"headline": "feat: add validate command and github action",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T18:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278a341de4b6038190efd42f2a53890726afa212",
"body": null,
"is_bot": false,
"headline": "style: fix formatting issues",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T18:41:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d441382acfc950880922cf54a33192bff017c20f",
"body": "Feature/lint and docs",
"is_bot": false,
"headline": "Merge pull request #39 from Infra-Heroes/feature/lint-and-docs",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-21T13:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70c638b2b71186054810d16145e9008bba3eb34f",
"body": null,
"is_bot": false,
"headline": "feat: remove ssh command and clean up imports",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T13:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34aaaf9b254b7ffa416b55aaaeb0620dd4484a2d",
"body": null,
"is_bot": false,
"headline": "feat: fix lint issues and update documentation",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T13:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b596d0b130c5c0a8be330e98fed5101c1a14cb94",
"body": null,
"is_bot": false,
"headline": "ci: trigger pipeline",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T07:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdb1c6180d69d36da9b98f091a13c5f999ceb9bb",
"body": null,
"is_bot": false,
"headline": "Merge shell-access and vm-resources into main",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T06:43:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b2827d9128188605d37d2f453abcedd60602078",
"body": "…ates",
"is_bot": false,
"headline": "Implement deployments update command to allow CPU/memory resource upd…",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T06:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a56f4af822c3a21e2577fbc64c11c730aeb16aa6",
"body": null,
"is_bot": false,
"headline": "feat: add deployments ssh command and client-side raw terminal hijacking",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-21T06:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6c5fcf4abe9c015322403274b704c8a71880949",
"body": "fix: inject production API config secrets during docker build",
"is_bot": false,
"headline": "Merge pull request #38 from Infra-Heroes/fix/docker-build-args",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-20T08:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7949b3606e2d4125e46a6e11b8c93ca21ed9f4ed",
"body": null,
"is_bot": false,
"headline": "fix: inject production API config secrets during docker build",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-20T08:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "259cfe16a7a16520fdd504899dee9c4fa5215723",
"body": "fix: build docker image for multiple architectures (arm64 and amd64)",
"is_bot": false,
"headline": "Merge pull request #37 from Infra-Heroes/fix/docker-multiarch",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-20T08:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "821a87cccd80055b8c98989a919c18607dfa9a89",
"body": null,
"is_bot": false,
"headline": "fix: build docker image for multiple architectures (arm64 and amd64)",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-20T08:12:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27799d8da17b25965c12b53663ef9c653cf8390a",
"body": "feat: add windows to release matrix for all architectures",
"is_bot": false,
"headline": "Merge pull request #36 from Infra-Heroes/feature/windows-release",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-20T08:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fdacf8cdeb07c977c38b23e957e66eefd4300c4",
"body": null,
"is_bot": false,
"headline": "feat: add windows to release matrix for all architectures",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-20T08:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c607a3a2412b3a71af5e4571869eade2d60ed294",
"body": "refactor: move action.yml to action folder and remove compiled binary…",
"is_bot": false,
"headline": "Merge pull request #35 from Infra-Heroes/feature/action-refactor",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-20T08:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bca131e9a9ebd9c792d127ab43a0aa770e42d45",
"body": "… from repo",
"is_bot": false,
"headline": "refactor: move action.yml to action folder and remove compiled binary…",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-20T08:01:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b33169a83a97018850050fd44d5e40cb9d0fc3ca",
"body": "Feature/docker support",
"is_bot": false,
"headline": "Merge pull request #34 from Infra-Heroes/feature/docker-support",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-20T07:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "524a3ce1655727d7775b66a655df5de9c379754e",
"body": null,
"is_bot": false,
"headline": "feat: add composite github action for one-line deployment",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-20T07:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "437cb5b727e60e433e076e2a0ca9f032ba3426d1",
"body": null,
"is_bot": false,
"headline": "fix: update golang builder image to alpine to support go 1.26",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-20T07:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "374f9c37f2494d98fab7e7919603d78c96dbb3d4",
"body": "feat: add Dockerfile and github actions for docker registry",
"is_bot": false,
"headline": "Merge pull request #33 from Infra-Heroes/feature/docker-support",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-20T07:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b301ced27da49dd91ad57053d88d733ccd72bd92",
"body": null,
"is_bot": false,
"headline": "feat: add Dockerfile and github actions for docker registry",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-20T07:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "263aa5ab2f350c9cc9496c1e42bc60f4ba38f329",
"body": "fix: use hero-custom-domains",
"is_bot": false,
"headline": "Merge pull request #32 from Infra-Heroes/fix-custom-domains",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-19T20:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf0e9e562ba6ee4d8a25b77dd11efc504fd29f0e",
"body": "feat: add personal access tokens management via tokens command",
"is_bot": false,
"headline": "Merge pull request #31 from Infra-Heroes/feat/pat-tokens",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-19T20:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac521dd75e40bd2668301d33eaca46d0fcd472b8",
"body": null,
"is_bot": false,
"headline": "fix: use hero-custom-domains",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-19T19:12:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73a8870ce74f63fc8cca3940450c570b10ffd4ec",
"body": null,
"is_bot": false,
"headline": "fix: read HERO_API_URL for docker registry",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-19T12:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "300015e681659dad14554043f32d506f239cda52",
"body": null,
"is_bot": false,
"headline": "feat: read HERO_API_URL environment variable as fallback",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-19T12:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3202f8c4a9073a24223f12b0e8e9aa51874b71b",
"body": null,
"is_bot": false,
"headline": "feat: parse custom_domains in hero.toml",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-19T12:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f9c17999cd81a169cba6b966f4ed2447cc2487",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feat/pat-tokens",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-19T12:01:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d77afeb32ef8e87ced74b568a88b0c5d8836f1d2",
"body": null,
"is_bot": false,
"headline": "feat: parse and send custom_domains for deployment routing",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-19T11:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eed3a763250f94e99748b31c73af1df8e9d88149",
"body": null,
"is_bot": false,
"headline": "docs: explain why custom PATs are used over Zitadel",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-19T11:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "943e6eda8bcbe95b18aeeaafa058b95bee591924",
"body": null,
"is_bot": false,
"headline": "feat: add personal access tokens management via tokens command",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-19T07:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5103ea0808a6c0332b5342b9c76b30578915153d",
"body": "…tions/checkout-7\n\nchore(deps): bump actions/checkout from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #29 from Infra-Heroes/dependabot/github_actions/ac…",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-19T07:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0630c048c9b273bca827733d17a679dd34ea005a",
"body": "feat: add token authentication support to heroctl",
"is_bot": false,
"headline": "feat: add token authentication support to heroctl",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-19T07:05:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dadaac87ff0dd1ed1e23d04dc7f0b994722822f",
"body": null,
"is_bot": false,
"headline": "feat: add token authentication support to heroctl",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-19T07:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68f8445f70965997500a057c17d76900de9cff32",
"body": "….com/pelletier/go-toml/v2-2.4.0\n\nchore(deps): bump github.com/pelletier/go-toml/v2 from 2.3.1 to 2.4.0",
"is_bot": true,
"headline": "Merge pull request #28 from Infra-Heroes/dependabot/go_modules/github…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-19T00:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd516513d17f1eff2e271dcdadab40771da8619c",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-19T00:33:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85c38a8949257e08572f96d6bfc4bb1087547b1c",
"body": "Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.3.1 to 2.4.0.\n- [Release notes](https://github.com/pelletier/go-toml/releases)\n- [Commits](https://github.com/pelletier/go-toml/compare/v2.3.1...v2.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/pelletier/go-toml/v2\n dependency-version: 2.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/pelletier/go-toml/v2 from 2.3.1 to 2.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-19T00:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bf43dc6b3163273000c247ea2a64351b83af928",
"body": "Implement manual and auto scaling feature",
"is_bot": false,
"headline": "Merge pull request #27 from Infra-Heroes/feat/scaling",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-17T06:54:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc199ec20ca50d5731381e11f56f94231688779",
"body": "…configuration defaults",
"is_bot": false,
"headline": "chore: update Makefile to support environment variable overrides for …",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-14T08:37:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de09bada64a7b5b85687d357ab84963c78075acc",
"body": null,
"is_bot": false,
"headline": "chore: ignore heroctl binary in .gitignore",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-14T08:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6356a1c6d714d1395ead57406864f98bd269ad3c",
"body": null,
"is_bot": false,
"headline": "Implement manual and auto scaling feature",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-14T07:49:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9866e33a97ff6b2f67f0fdc93ea328984e927662",
"body": null,
"is_bot": false,
"headline": "fix: use golangci-lint v2 to match configuration",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-12T17:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f93fc02102d33b6041263df77473f0202759701",
"body": null,
"is_bot": false,
"headline": "fix: update lint step to build golangci-lint with Go 1.26-alpine",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-12T17:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2606a8f1cf8dc14444a571d5e41c46f75c3d14b7",
"body": null,
"is_bot": false,
"headline": "trigger woodpecker",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-12T17:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "149a5ec37b5b634bbcd0224541dc6208894abb3b",
"body": null,
"is_bot": false,
"headline": "Add Woodpecker CI pipeline configuration",
"author_name": "Dominik Ludwig",
"author_login": null,
"committed_at": "2026-06-12T17:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acdb57d6ae187cd26448257b5686a810d79c5d88",
"body": "…pendabot/fetch-metadata-3\n\nchore(deps): bump dependabot/fetch-metadata from 2 to 3",
"is_bot": false,
"headline": "Merge pull request #21 from Infra-Heroes/dependabot/github_actions/de…",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-12T10:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23f224a4180d27c122e96eb02983002db79e6f1b",
"body": "…tions/download-artifact-8\n\nchore(deps): bump actions/download-artifact from 4 to 8",
"is_bot": false,
"headline": "Merge pull request #20 from Infra-Heroes/dependabot/github_actions/ac…",
"author_name": "Dominik Ludwig",
"author_login": "DominikLudwig1995",
"committed_at": "2026-06-12T10:16:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 167,
"latest_release_at": "2026-06-19T07:07:51Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 21,
"active_weeks_last_year": 13,
"days_since_latest_release": 39,
"mean_days_between_releases": 7.1
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 12,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/Infra-Heroes/heroctl",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/Infra-Heroes/heroctl",
"is_deprecated": false,
"latest_version": "v0.6.0",
"repository_url": "https://github.com/Infra-Heroes/heroctl",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-06T07:01:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 22
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 25637,
"source_files_sampled": 25,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/pelletier/go-toml/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.2"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.44.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 47,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "saschajullmann",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/22232744?v=4"
},
{
"type": "User",
"login": "DominikLudwig1995",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/26406792?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.603
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"dependabot-automerge.yml",
"docker.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6f8d5ebafcfb0aadf9d520da10508e4d322be7fd",
"ran_at": "2026-07-28T07:53:16Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-04T15:12:18Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Infra-Heroes/heroctl",
"host": "github.com",
"name": "heroctl",
"owner": "Infra-Heroes"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 45,
"vitality": 76,
"community": 12,
"governance": 54,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 167,
"human_commit_share": 0.9,
"days_since_last_push": 21,
"active_weeks_last_year": 13
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 21 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 21
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "167 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 167
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 39,
"mean_days_between_releases": 7.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 39 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 39
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~7.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7.1
}
}
],
"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": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"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": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.603
},
"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 60% of commits",
"points": 8.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 60
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"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": 68,
"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": "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": 2,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Infra-Heroes",
"public_repos": 3,
"account_age_days": 607
},
"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": "2 followers of Infra-Heroes",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "Infra-Heroes"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~1 yr old",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/Infra-Heroes/heroctl"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 22
},
"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 22 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 22
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 3
},
"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": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.878,
"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": "79 of 90 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 79,
"sampled": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.07,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.08
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 11,
"status": "met",
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "8 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 8,
"sampled": 100
}
}
],
"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": 25637,
"source_files_sampled": 25,
"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/25 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 25,
"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-28T07:53:23.827351Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/Infra-Heroes/heroctl.svg",
"full_name": "Infra-Heroes/heroctl",
"license_state": "absent",
"license_spdx": null
}