Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"circuit-breaker",
"resilience",
"retry-strategies",
"ai-agents",
"bulkhead",
"fault-tolerance",
"go",
"golang",
"hedging",
"llm",
"microservices",
"observability",
"opentelemetry",
"prometheus",
"rate-limiting",
"timeout"
],
"is_fork": false,
"size_kb": 24534,
"has_wiki": true,
"homepage": "https://klarlabs-studio.github.io/fortify/",
"languages": {
"Go": 682502,
"Shell": 8542,
"Makefile": 607
},
"pushed_at": "2026-07-27T10:14:05Z",
"created_at": "2025-09-29T17:45:16Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T10:14:30Z",
"description": "Production-grade resilience for Go services calling LLMs and tools. Composable patterns — circuit breaker, retry, rate limit, timeout, bulkhead, fallback, hedge, adaptive concurrency, cost budget, stream timeout — with first-class OpenTelemetry, Prometheus, and slog observability. Zero core deps.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://klarlabs.de",
"name": "Klarlabs",
"type": "Organization",
"login": "klarlabs-studio",
"company": null,
"location": "Munich, Germany",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/291279584?v=4",
"created_at": "2026-06-06T11:23:11Z",
"is_verified": null,
"public_repos": 36,
"account_age_days": 51
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.8.1",
"kind": "patch",
"published_at": "2026-07-03T07:33:54Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2026-06-20T20:47:07Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-06-20T15:57:33Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-06-06T19:06:41Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2026-06-02T15:14:01Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-05-12T09:27:51Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-05-09T18:23:29Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-05-04T05:30:28Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-05-03T20:59:35Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2026-01-22T23:27:21Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-01-03T21:43:32Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2025-12-08T21:32:12Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-10-19T09:54:22Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-10-03T12:08:07Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2025-09-30T13:59:32Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-09-29T20:41:25Z"
}
],
"recent_commits": [
{
"oid": "00ba774fd67a9f9d97be46685956e4a0179fba58",
"body": "Co-authored-by: nox-remediate <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(security): nox remediation (deps + actions) (#64)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-27T10:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45606b6a13b28a0892c0beb5fcae76002870014b",
"body": "Clear GHSA-9xwg-3r6f-jcx2 / CVE-2026-61632 (medium): path traversal in\npymdown-extensions' b64 extension.\n\n - pymdown-extensions 10.21.3 -> 11.0.0\n - mkdocs-material 9.5.49 -> 9.7.7\n\nmkdocs-material had to move too: 9.5.49 pins pymdown-extensions~=10.2, so\nthe patched 11.0.0 is incompatible wi\n[…]\ndocs build.\n\nVerified: `mkdocs build` (the exact command CI runs; CI deliberately omits\n--strict) succeeds on the upgraded set.\n\nClaude-Session: https://claude.ai/code/session_01Cr6YdzphmFF3NJqm7kSJom",
"is_bot": false,
"headline": "fix(security): bump pymdown-extensions to a patched version (#63)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-25T19:56:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0630c72fa86872b66ca7375ec113edcf1f620ea2",
"body": "Branch protection requires `ci / Lint`, `ci / Test (ubuntu-latest)`,\n`ci / Build` and `ci / Security (nox)`, but the pull_request trigger had\npaths-ignore for **.md, docs/** and LICENSE. A docs-only PR therefore\nskipped the whole workflow, the required checks never reported, and the\nPR was BLOCKED f\n[…]\nps its paths-ignore, so merging docs changes still skips CI.\n\nMirrors the same fix already applied in warden, nox and statekit.\n\nClaude-Session: https://claude.ai/code/session_01Cr6YdzphmFF3NJqm7kSJom",
"is_bot": false,
"headline": "fix(ci): run CI on docs-only PRs so required checks can report (#62)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-25T19:20:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "98a63f62611fa3e1cbd072545964b8f6d46cea23",
"body": "Remediate net-new CVEs surfaced by nox 1.16.1:\n - google.golang.org/grpc v1.82.0 -> v1.82.1 (GHSA-hrxh-6v49-42gf, high)\n - golang.org/x/text v0.38.0 -> v0.40.0 (GO-2026-5970)\n\ngo build and go vet pass. nox scan reports 0 net-new critical/high.\n\nClaude-Session: https://claude.ai/code/session_01Cr6YdzphmFF3NJqm7kSJom",
"is_bot": false,
"headline": "fix(security): bump grpc + x/text to patched versions (#61)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-25T17:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb84a6bd607b45f38ee2871acdb2091b90fbb6a4",
"body": "Co-authored-by: nox-remediate <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(security): nox remediation (deps + actions) (#60)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-20T09:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75e216ff82d444f24b26659477f33898cec86340",
"body": "nox 1.7.0 uses fingerprint v2; the committed v1 baseline no longer matched.\nMigrated v1->v2 + refreshed so pre-accepted findings are recognized again.\nNo real finding suppressed. Claude-Session: https://claude.ai/code/session_01QKTcmXFTKoTQr7mB3HCuHZ",
"is_bot": false,
"headline": "chore(nox): refresh baseline to fingerprint v2 (nox 1.7.0) (#58)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-06T11:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8de2fdc9a93ac9ccb598af0bc0a6de6771ce641",
"body": null,
"is_bot": false,
"headline": "chore(ci): use reusable nox-remediate workflow (#56)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-03T13:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b972044f0347b8f0fa74f52e90d55a941e2dd467",
"body": null,
"is_bot": false,
"headline": "ci: remove dependabot (superseded by nox-remediate)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-03T12:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66548120e762d519b9d5a6dc052e3de099c4f783",
"body": null,
"is_bot": false,
"headline": "ci: remove dependabot (superseded by nox-remediate)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-03T12:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73b76100bfb29a8fe7ba1512ed50ceb5b6ed5538",
"body": null,
"is_bot": false,
"headline": "ci: nox-remediate (replaces dependabot)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-03T12:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b26cf81a9d6a5013b937eba9e68999ec0988c1e3",
"body": "Co-authored-by: felixgeelhaar <6020564+felixgeelhaar@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(changelog): refresh Unreleased (#52)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-03T08:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9147162ea1ed17d88505eb86dfc5381ef1be0494",
"body": "Local gate config (pre-commit/pre-push: lint + race tests, parallel) plus an\ninformational warden-verify PR check. Aligns with the klarlabs-studio convention.",
"is_bot": false,
"headline": "chore: adopt warden — .warden.yaml + provenance-skip CI",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-03T08:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5572cc0ce43cbff37ec7ab06aa49d29b7e2efbce",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump actions/checkout from 6.0.2 to 7.0.0 (#50)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-03T08:51:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20eb868a10dbcaf1328b612f67cbc6123957f32f",
"body": "Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.0 to 3.0.1.\n- [Release notes](https://github.com/softprops/action-gh-release/releases)\n- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/so\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump softprops/action-gh-release (#51)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-03T08:51:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dc3d952443f8d53d37a8bb1213c100d8d316c867",
"body": "go get -u ./... — bumps golang.org/x/text, grpc, genproto and transitive\ngraph. Build + race tests green.",
"is_bot": false,
"headline": "chore(deps): update dependencies to latest",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-07-03T07:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de9e053efe7ea2a6519e9ec701544f7f50c96a18",
"body": "…#55)\n\nBumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/a309ff8b426b58ec0e2a45f0f869d46889d02405...ece7cb06caefa5fff74198d8649806c\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T04:15:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "62d2e38e782ed4cbaa25fb5f61a5a9bf1c63845e",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16)\n\n---\nupdated\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump actions/setup-go from 6.4.0 to 6.5.0 (#54)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T04:15:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "01d5ed87568ab826432e8e27120ad87aaa9678f8",
"body": "…CI (#53)\n\nfortify is pure-Go resilience code — no syscalls, no GOOS branches, no build\ntags, no OS-suffixed files. The 3-OS matrix (macOS bills at 10x) ran on every\npush to main and validated nothing Go's runtime doesn't already guarantee; it\nwas the bulk of this repo's Actions spend. And the per-p\n[…]\n\n\nRe-enable cross-platform only if OS-specific source is ever added.\n\nClaude-Session: https://claude.ai/code/session_01KhcxqzoC2dgi2QibzBn3Sy\n\nCo-authored-by: Felix Geelhaar <felix.geelhaar@gmail.com>",
"is_bot": false,
"headline": "ci: drop cross-platform matrix + redundant benchmark from every-push …",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-23T14:20:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "31fa0a47642d08f60b23f5ec4d4d1f31b1ee2045",
"body": "spec compliance: WithFallback composer, Execute[T], otel adapter",
"is_bot": false,
"headline": "Merge pull request #49 from klarlabs-studio/feat/spec-compliance",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T20:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16809845b3c0a6cee686cd89541ce9196d697995",
"body": "The spec lists metrics/otel as an OTel metrics backend, and doc.go's\nobservability section implied OTel metrics existed, but the otel/ package\nonly emitted spans (tracing). Add a real OTel metrics adapter.\n\n- New package metrics/otel exposes a Meter emitting counters, histograms,\n and gauges for th\n[…]\n deps.\n- Fix doc.go/README overclaim: distinguish otel (tracing/spans) from\n metrics/otel (metrics), document the new adapter.\n\nClaude-Session: https://claude.ai/code/session_01Cah5LkQHbpxog74NLpujQ9",
"is_bot": false,
"headline": "feat(metrics/otel): add OpenTelemetry metrics adapter",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T19:32:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c98ce630ec2d748375a0c976728a82434e7b67d8",
"body": "The spec's core API chains .WithFallback(...) on the composed policy and\nshows a typed fortify.Execute[T](ctx, policy, fn) free function, but the Go\nComposer only exposed fallback standalone and had no Execute[T].\n\n- Add WithFallback to middleware.Chain (mirrors the TS chain.withFallback)\n so fallb\n[…]\nute, returning the typed result without an any-cast.\n\nGo and TS now both expose a fallback composer method and a typed execute.\n\nClaude-Session: https://claude.ai/code/session_01Cah5LkQHbpxog74NLpujQ9",
"is_bot": false,
"headline": "feat(compose): add WithFallback and typed Execute[T] to fortify API",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T19:30:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a703a5e91f4cad615f77f37ee5faf3c8b5f980cf",
"body": "docs(changelog): cost-budget as v1.7.0 (stay on v1)",
"is_bot": false,
"headline": "Merge pull request #48 from klarlabs-studio/chore/fortify-v1.7.0",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T15:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab47ba97612616c8fff0ed795812c567f6474e92",
"body": "fortify's module path is go.klarlabs.de/fortify, which Go requires to stay\non the v1 major. The v2.0.0/v2.1.0 tags were not go-gettable (v2+ needs a\n/v2 path) and are withdrawn. Cost-budget releases on the v1 line as v1.7.0.\n\nClaude-Session: https://claude.ai/code/session_01Cah5LkQHbpxog74NLpujQ9",
"is_bot": false,
"headline": "docs(changelog): cost-budget ships as v1.7.0 (stay on v1)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T15:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "859c1b3554c576d8ecf3a9f927fff9407795560c",
"body": "feat: spec-aligned cost-budget API (WithCostBudget) + hardening",
"is_bot": false,
"headline": "Merge pull request #47 from klarlabs-studio/feat/costbudget-spec-align",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T12:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6439f44898ffdccba297019e25ad751f9e94e28",
"body": "…align",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into feat/costbudget-spec-…",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T12:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53602f987e74695f3bb38f7933009bf20c9ad661",
"body": "The curated fortify.New[T]() Composer only offered WithCostBudget,\nshadowing middleware.New/budget.New and dead-ending the curated entry\npoint. Delegate WithCircuitBreaker, WithRetry, WithRateLimit, WithTimeout,\nWithBulkhead, WithAdaptive, and WithHedge to the embedded middleware.Chain\nso the curated surface composes the common patterns. Godoc points to\nmiddleware.Chain for the full toolkit and custom ordering.\n\nClaude-Session: https://claude.ai/code/session_01Cah5LkQHbpxog74NLpujQ9",
"is_bot": false,
"headline": "feat(fortify): expose chain patterns on Composer instead of dead-end",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T12:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a85c356d5f44e1b4d4fd3c82d5b654431215988c",
"body": "…t hook\n\nReplace the WithClockForTest test-only method and unexported clock field\nwith a real public Clock func() time.Time on CostBudgetConfig, mirroring\nthe clean budget.Config.Clock. Removes the test-hook from the public\nsurface and fixes the stale test comment referencing a non-existent\nnowForTest symbol.\n\nClaude-Session: https://claude.ai/code/session_01Cah5LkQHbpxog74NLpujQ9",
"is_bot": false,
"headline": "refactor(costbudget): expose public Clock field, drop WithClockForTes…",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T12:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "134f0e61a1a733806a0e07b399b6aa5bd5e05d02",
"body": "Collapse the two USD->micro-USD conversions (the MaxCost ceiling and the\ninline CostFunc charge) into one guarded usdToMicros helper so the safety\nchecks cannot drift between call sites. The helper rejects NaN, +/-Inf,\nnon-positive, and values that would overflow int64 micro-USD (previously\n+Inf/hug\n[…]\nguarded to charge\nzero so it cannot corrupt accounting or trigger an instant breach. Also\ndrops the redundant any(result) cast.\n\nClaude-Session: https://claude.ai/code/session_01Cah5LkQHbpxog74NLpujQ9",
"is_bot": false,
"headline": "fix(costbudget): guard money conversion and panic on invalid MaxCost",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T12:43:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a14e9b391710648cf2cb28d15c0d755829234ad",
"body": "The ResetAfter auto-reset previously released windowMu and THEN performed\nfour bare atomic.Store(0) calls for tokens/usdMicros/calls/breached. A\nconcurrent Execute could land a charge Add between the Unlock and the\nStores (silently losing the charge) or observe a torn/half-reset state,\nand a freshly\n[…]\nTokens==USDMicros\ninvariant (fails on the old code, passes on the new). Documents the\nwindow as wall-clock and ctx-independent.\n\nClaude-Session: https://claude.ai/code/session_01Cah5LkQHbpxog74NLpujQ9",
"is_bot": false,
"headline": "fix(budget): make ResetAfter reset atomic under concurrent Execute",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T12:39:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fab5c974a39eaf5d49d9f2d03739402ef2bde416",
"body": "Add a Cost Budgets section to the package doc showing the\nfortify.New().WithCostBudget convenience API and pointing power users\nto the budget package for the multidimensional surface.\n\nClaude-Session: https://claude.ai/code/session_01Cah5LkQHbpxog74NLpujQ9",
"is_bot": false,
"headline": "docs(fortify): document WithCostBudget in package overview",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T11:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9461253af0eebc965449a97f64fb33e50414c33",
"body": "Introduce the spec's authoritative public surface in the top-level\nfortify package: fortify.New[T]() returns a Composer wrapping\nmiddleware.Chain, and WithCostBudget(CostBudgetConfig) attaches a\nsingle-dimension monetary cost budget.\n\nCostBudgetConfig{MaxCost float64, CostFunc, ResetAfter} is a thin\n[…]\nudget.New / middleware.Chain.WithBudget API is left intact\nfor token/call dimensions, OnExceeded callbacks, and shared budgets.\n\nClaude-Session: https://claude.ai/code/session_01Cah5LkQHbpxog74NLpujQ9",
"is_bot": false,
"headline": "feat(fortify): add WithCostBudget convenience API on root composer",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T11:58:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90de5a43d82974f35bc510a4cbfa50248a477ca0",
"body": "Replace the test-only internal clock hook with a public Config.Clock\nfield (nil defaults to time.Now), so callers — including the upcoming\nfortify.WithCostBudget convenience wrapper — can drive the rolling\nResetAfter window from a custom or deterministic clock.\n\nClaude-Session: https://claude.ai/code/session_01Cah5LkQHbpxog74NLpujQ9",
"is_bot": false,
"headline": "refactor(budget): expose Clock config field for ResetAfter",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T11:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa54f8c4c6e301cafe73e9ca18bd1628e7e98e4f",
"body": "Add an optional rolling time window to budget.Config via ResetAfter.\nWhen positive, the accumulated cost (and any breach) is automatically\ncleared once the window elapses since it opened, then a fresh window\nopens on the next Execute. A non-positive value preserves the existing\nmanual-Reset-only beh\n[…]\now func) keeps the window deterministic\nunder test without adding dependencies. The richer budget.New/Execute\nAPI is unchanged.\n\nClaude-Session: https://claude.ai/code/session_01Cah5LkQHbpxog74NLpujQ9",
"is_bot": false,
"headline": "feat(budget): add time-based ResetAfter auto-reset",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-20T11:54:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6bd2083ccc65d11edb63d86e53b27f32111a8a35",
"body": "ci(security): enable nox taint-analysis SAST",
"is_bot": false,
"headline": "Merge pull request #45 from klarlabs-studio/ci/enable-taint-sast",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-08T21:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8072e2af1d70a838c8dfef061739431f2e1ec84",
"body": "Declares nox/taint-analysis in plugins.required so nox scan runs\nsource-to-sink taint analysis (SSRF, injection, path traversal) and\nmerges findings into the security gate. Step toward nox owning all\ncode-level security (then gosec is dropped).",
"is_bot": false,
"headline": "ci(security): enable nox taint-analysis SAST",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-08T21:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a095dc6988a4ec506b25d237d0bc67ef45a9a4",
"body": "ci: adopt shared reusable Go CI workflow",
"is_bot": false,
"headline": "Merge pull request #43 from klarlabs-studio/ci/adopt-shared-workflow",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-08T11:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "721910a13a6214445a1ec0b92572abf0603e213d",
"body": null,
"is_bot": false,
"headline": "style: fix import grouping in metrics example test",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-08T10:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bb8f3b119bef5eb8d4a8f37cb6a1d0ea61b7ec7",
"body": "Add the org gosec test-file exclusion (G404 weak-RNG does not apply to\ntest code). Keep fortify's stricter local linters (gocyclo, dupl) and\nrepo-specific exclusions (gosec G115, middleware/presets dupl).",
"is_bot": false,
"headline": "ci: align golangci config with org golden",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-08T10:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "673508800f396be8174fc0764dab7140bc5fc42c",
"body": "Replace fortify's bespoke ci.yml with a thin caller into\nklarlabs-studio/.github go-ci.yml. Enables coverage, benchmark, and\ncross-platform (fortify is perf-sensitive and validates multi-OS on\npush to main).\n\nThis drops the badge-to-main git push (incompatible with branch\nprotection) and upgrades the non-gating 'coverctl report' to the\ngating 'coverctl check'.",
"is_bot": false,
"headline": "ci: adopt shared reusable Go CI workflow",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-08T10:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8056240929c1e0391b5809f5848130ab5875ba5",
"body": null,
"is_bot": false,
"headline": "docs: route security reports to security@klarlabs.de (#42)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-06T19:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbe88d4265ec41ac245318f983eea88ddcc50415",
"body": "Repository moved to the klarlabs-studio organization. Module is now\nserved via the go.klarlabs.de vanity import host.\n\n- module github.com/felixgeelhaar/fortify -> go.klarlabs.de/fortify\n- all imports, docs, badges, and example modules updated\n- repo links now point to github.com/klarlabs-studio/fortify\n\nBREAKING CHANGE: import path changed; old path remains available at\nexisting tags via GitHub redirect.",
"is_bot": false,
"headline": "feat!: migrate module path to go.klarlabs.de/fortify",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-06T19:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45c933adc5c5e3f8a2a569534efa0ec968139059",
"body": null,
"is_bot": false,
"headline": "ci: dependabot auto-merge (patch+minor) (#39)",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-06-04T05:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83fe7249e67ee6511d484de7229d16cf7c83e946",
"body": "Bumps the grpc group with 1 update in the / directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go).\n\n\nUpdates `google.golang.org/grpc` from 1.80.0 to 1.81.1\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.80.0...v1.81.1\n[…]\n-type: version-update:semver-minor\n dependency-group: grpc\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps)(deps): bump google.golang.org/grpc (#27)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T19:33:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b590b69888ff41092421c98eb11bb2654d1a9e2d",
"body": "Bumps [golang.org/x/text](https://github.com/golang/text) from 0.36.0 to 0.37.0.\n- [Release notes](https://github.com/golang/text/releases)\n- [Commits](https://github.com/golang/text/compare/v0.36.0...v0.37.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/text\n dependency-version: 0.37\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps)(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 (#28)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T19:31:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "48753dfd29e1f36b823a75101819e223c10e5b8f",
"body": "Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.9.0 to 5.0.0.\n- [Release notes](https://github.com/actions/dependency-review-action/releases)\n- [Commits](https://github.com/actions/dependency-review-action/compare/2031cfc080254a8a887f58cffee85186f\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump actions/dependency-review-action (#26)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T19:26:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a2f5059fe8f56c3aa2f9f86d7c2378cae018f05",
"body": "…#30)\n\nBumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) from 1.22.0 to 1.22.1.\n- [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases)\n- [Changelog](https://github.com/benchmark-action/github-action-benchmar\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump benchmark-action/github-action-benchmark (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T19:26:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "606212ec34d567dd590df54c3b2d6da639a7aa20",
"body": "Co-authored-by: felixgeelhaar <6020564+felixgeelhaar@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(changelog): refresh Unreleased (#31)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-01T19:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7806fb65996b93f6cdfd2c8c7a2be8614875c923",
"body": "… (#36)\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.3 to 4.36.0.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump github/codeql-action from 4.35.3 to 4.36.0…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T19:26:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "49ee2ad14f77ae5b66df71572fc80990907e2680",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 9.2.0 to 9.2.1.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/1e7e51e771db61008b38414a730f564565cf7c20...82\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump golangci/golangci-lint-action (#37)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T19:26:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "98020e13bf19112bc4c9a4bd26bdf10f5cc1f590",
"body": "Bumps the otel group with 3 updates: [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) and [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go).\n\n\nUpdates \n[…]\n-type: version-update:semver-minor\n dependency-group: otel\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps)(deps): bump the otel group with 3 updates (#38)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T19:26:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c7fd7d089ee060553153f7c0a1d1f5c9e428d372",
"body": "Resolves CVE-2026-46338 in pymdown-extensions (moderate).",
"is_bot": false,
"headline": "chore(deps): bump pymdown-extensions 10.16.1 → 10.21.3",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-23T14:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d9b8df09c3c147230faa15c2151c663075853c1",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-23T13:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a0b7eb82639dcc4d08ef2c7e8720e233abb010",
"body": "- Test matrix on PRs is now ubuntu-only; push to main still runs\n ubuntu + macos + windows. macOS = 10x Actions minutes on public\n repos — keeping it off PRs cuts per-merge cost dramatically.\n- Add concurrency.cancel-in-progress and paths-ignore for docs.\n- Cap benchmark-results and security-scan-results retention to 7 days.",
"is_bot": false,
"headline": "ci(actions): gate cross-OS to push-to-main, cap retention",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-23T13:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b85eeb5c30e654a8adf63d9fbdca8a47949eebf",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-12T09:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b4e962d8c67e6ab9169efec2deaca708d87534e",
"body": "SSE / chunked-response support in fortify/http. Backwards-compatible:\nv1.4.x callers compile unchanged.\n\n- fix(http): responseRecorder forwards Flusher / Hijacker\n- feat(http): CircuitBreakerStream pairs circuitbreaker with streamtimeout\n\nPR #33, closes #32.",
"is_bot": false,
"headline": "chore(changelog): cut v1.5.0",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-12T09:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d3590dd10285ad8ea2957cc3fe019b5976bf035",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-12T09:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e7d3e81ba5925b5608c210407d3e3bbf55ddcbb",
"body": "…akerStream (#33)\n\n* fix(http): forward Flusher and Hijacker through responseRecorder\n\nCircuitBreaker and Timeout middlewares wrapped http.ResponseWriter\nwith a recorder that captured the status code but dropped the\noptional http.Flusher / http.Hijacker interfaces. SSE clients,\nchunked transfer resp\n[…]\nts from the previous commit:\nthose were computed from a `./http`-scoped scan which produced paths\nlike `streaming.go`. CI scans from repo root with path\n`http/streaming.go`, yielding different hashes.",
"is_bot": false,
"headline": "feat(http): first-class SSE support — Flusher forwarding + CircuitBre…",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-12T09:19:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "363e6f9d630457d84dfa1ae9738043fb1c229a2f",
"body": "AI/agent wedge release. New primitives (budget, streamtimeout) and\nmiddleware presets (LLMCall, LLMHedge) wrap LLM and tool calls with\ncost ceilings, streaming-aware timeouts, and provider hedging. Three\nnew examples — MCP server, Eino, observability demo. No breaking\nchanges; v1.3.x callers compile unchanged.",
"is_bot": false,
"headline": "chore(release): tag v1.4.0",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T18:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fed05de0a2511411d877fec161e3d2afdb703b56",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-09T15:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3422ed1148e320a96d01444010a43fa3ad6edfc",
"body": "CI golangci-lint flagged inconsistent struct field padding in\nBudget[T]. Pure whitespace; no behaviour change.",
"is_bot": false,
"headline": "style(budget): apply gofmt to align field padding",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da33a7e7fc49382471be894eac9fb2bc51a1890c",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-09T15:40:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15c00532fc20b4de311b4528ffcb166183a6d7ed",
"body": "Long-form draft anchoring the AI wedge from POSITIONING.md. Frames\nthe three failure modes Fortify's AI presets address (the tail, the\nretry storm, the cost runaway), explains hedging semantics including\nthe cross-vendor data-residency gate, and walks through the LLMCall\n+ LLMHedge wiring with the s\n[…]\nsuggested\nexperiments are documented inline so the maintainer can fill them\nfrom a real workload before publishing.\n\nStaging the draft now lowers the marginal cost of publication once\nthe gate is met.",
"is_bot": false,
"headline": "docs(blog): stage draft post on hedging LLM tool calls in Go",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b3b04e86948322ac211f0ca56b6bac3ff984a0c",
"body": "…y dashboard)\n\nA self-contained docker-compose stack so a maintainer or evaluator can\ngo from \"go get\" to a populated Fortify overview dashboard without\nwriting any wiring. The sample app drives synthetic load through a\nCircuitBreaker → Retry → Timeout chain and emits Fortify metrics on\n:8080/metric\n[…]\n or LLM prompts. Documented in\ndocs/PRODUCTION.md \"Observability and sensitive payloads\".\n\nTop-level README \"Examples\" section is extended to surface the new\nexample alongside MCP and Eino references.",
"is_bot": false,
"headline": "feat(examples): add observability-demo (Prometheus + Grafana + Fortif…",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9b29b4ac671fc0735e17d0bd75b257ae368dc4a9",
"body": "Demonstrates Fortify's stance vs Go agent frameworks: complementary,\nnot competitive. Eino owns prompts, tools, planning, and memory;\nFortify wraps the resilience around each model call.\n\nThe example uses middleware.LLMCall with a token+USD budget driven\nby the response Usage field. The non-idempote\n[…]\nloads: the example never logs prompt or completion\ncontent. Structured errors (budget.ErrBudgetExceeded, ferrors.*)\nimplement slog.LogValuer so logging via slog.Any keeps payload\ncontents out of logs.",
"is_bot": false,
"headline": "feat(examples): add Eino integration reference using LLMCall preset",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cba1547ca6b42ab70fbc75492ad6047b569aa61d",
"body": "…andler\n\nA small standalone example demonstrating the resilience chain for an\nMCP (Model Context Protocol) tool handler:\n\n\tAdaptive → Bulkhead → per-peer RateLimit → Timeout → operation\n\nThe example deliberately does not pull in a specific MCP SDK so it\nbuilds in CI without a transport dependency. A\n[…]\nrrors.RateLimitError /\nferrors.TimeoutError emit their own LogValue groups without inspecting\nthe request payload.\n\nA README explains the intent, the chain ordering, and the\nsensitive-payload posture.",
"is_bot": false,
"headline": "feat(examples): add MCP-server reference wiring Fortify into a tool h…",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3cd5a6417c2cd4f2eea92cf9f37966ce93fe6ce7",
"body": "LLMHedge races a primary attempt against one or more hedges, returning\nthe first non-error result and cancelling the losing attempts via\ncontext. Defaults to a 800ms HedgeAfter delay, which on typical LLM\nlatency curves avoids paying for a hedge when the primary is on a\nfast path.\n\nCross-vendor hedg\n[…]\nttempts rejection, cross-vendor opt-in gating,\nprimary-fast wins, hedge-fast wins (with OnHedge fire-count), all-\nerrors returning the last error, and parent context cancellation\npropagating verbatim.",
"is_bot": false,
"headline": "feat(middleware): add LLMHedge for racing multiple LLM attempts",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "74a846186c4cd8907fb330e589977818a8e20e69",
"body": "LLMCall is the first AI-wedge preset called for in\ndocs/POSITIONING.md. It wraps a non-streaming call to an LLM provider\nwith the chain:\n\n\tBulkhead → CircuitBreaker → Retry → Budget → Timeout → operation\n\nBudget sits inside Retry so each retry attempt is charged, capping\nthe total cost of a retry st\n[…]\n.\n\nChain.WithBudget is a new builder that mirrors the other With*\nmethods. Tests cover happy path, retry-storm cap, the non-idempotent\ndefault not retrying uncategorised errors, and the Charge wiring.",
"is_bot": false,
"headline": "feat(middleware): add LLMCall preset and Chain.WithBudget",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6dbfb0f880c6c84577f34c8b95159f4e2473a464",
"body": "…ations\n\nStandard timeout collapses time-to-first-byte, idle-between-chunks,\nand total wall-clock duration into a single deadline, which fits\nunary calls but not streaming work: a long-but-healthy LLM completion\nlooks identical to a stalled one.\n\nstreamtimeout.StreamTimeout enforces all three indepe\n[…]\n this\nsupplies the streaming-aware deadline.\n\nTests cover each stage firing in isolation, idle-resets-on-mark, the\nhappy path, parent context cancellation propagating verbatim, and\nthe LogValue shape.",
"is_bot": false,
"headline": "feat(streamtimeout): add three-dimensional timeout for streaming oper…",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d3299e50a84eada844c7769bb9751afeda338ef8",
"body": "…lings\n\nNew budget package enforces per-chain cost caps in three independent\ndimensions (tokens, micro-USD, calls). The caller supplies a Charge\ncallback that converts each operation's result into a Cost; Budget\naggregates atomically and refuses further work once any dimension is\nexceeded. The breac\n[…]\nn, USD, and call caps, concurrent execution, refusal\nafter first breach, OnExceeded fired-once semantics, Reset, and that\nthe underlying error from fn is preserved when the budget is not yet\nexceeded.",
"is_bot": false,
"headline": "feat(budget): add cost-budget primitive for token / dollar / call cei…",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af0880ed5cac3ce2d013667dc7967db31cbf82ce",
"body": "docs/backlog.md is the human-readable view of the planning artifacts,\nauto-rendered from the local roady spec. Commit it so the roadmap is\nvisible to contributors without requiring roady to be installed.\n\nAdd .roady/ to .gitignore: the runtime state directory contains an\nevent log, in-progress task statuses, and usage counters that churn\non every transition and are local to the maintainer's workspace.",
"is_bot": false,
"headline": "chore(roadmap): commit derived backlog and ignore roady runtime state",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:38:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "321a31d2e1e0377bf5506e52d88095a7a33415ae",
"body": "…policy\n\nPOSITIONING.md records the wedge selected after multi-expert review:\n\"resilience for Go services calling LLMs / MCP\". Includes Dunford 5-\ncomponent brief, head-to-head matrix vs gobreaker / failsafe-go /\nx/time/rate / retryablehttp / provider SDKs, anti-positioning, channels,\nNSM, and an ex\n[…]\nrations. Reserves WithUnsafeLogPrompts\nsemantics for future AI presets without shipping the flag yet. Slog\nand otel package docs now carry the same warning so callers see it\nwhere they wire the hooks.",
"is_bot": false,
"headline": "docs(positioning,security): add POSITIONING.md and observability PII …",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2887f0b94401e89189fa1dc101a662ab69726262",
"body": "… slog.LogValuer\n\ndoc.go drifted from README: claimed Go 1.23+ while go.mod is 1.25, listed\n6 patterns (missing hedge + adaptive), and reported divergent fast-path\noverhead numbers. Trust failure on the pkg.go.dev landing.\n\n- Drop emoji, drop fixed Go-version strings, point at go.mod as the\n single\n[…]\n TimeoutError so structured loggers emit fields automatically without\n caller boilerplate. Nil-safe receivers; omit-empty for optional\n fields. New tests cover populated, nil, and zero-field cases.",
"is_bot": false,
"headline": "docs(readme,godoc): align Go version, pattern count, perf claims; add…",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-09T15:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f3c7f9691ea7df88aab66ebee30565a62e077ff7",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-09T14:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e8eba5bc16ccc66d7a4328e646593639085f05f",
"body": "Co-authored-by: felixgeelhaar <6020564+felixgeelhaar@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(changelog): refresh Unreleased (#25)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-09T14:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73209a0b422f69a37bd55e6b8326972be58e2fb1",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-04T05:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f611029dc9cf6d0ce2293fc5b35f61ae5d37258f",
"body": null,
"is_bot": false,
"headline": "chore(release): tag v1.3.1",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-04T05:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29e458d027172e2f8d05c473c95c5db3bc90f550",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-04T05:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b6f49b9686eb18fff5438a7ffc0c6bd3873e6e",
"body": "Previously triggered on every push to main; that created a runaway loop:\n- Fix commit pushes -> changelog workflow opens PR\n- PR gets merged -> commit on main -> next non-changelog commit opens\n a fresh PR\n\nChanging to weekly cron + manual trigger keeps CHANGELOG.md curated by\nmaintainer, with the option to refresh on demand.",
"is_bot": false,
"headline": "fix(ci): switch changelog workflow to weekly cron",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-04T05:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "849fbd3842c6122d3099f3344285d7a785912566",
"body": "Co-authored-by: felixgeelhaar <6020564+felixgeelhaar@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(changelog): refresh Unreleased (#24)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-04T05:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a97efcdc4cc9303859dc407b8828648fd0f9414",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-04T05:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b7bb4a7086607f63a57a7dbaf801c526ba49bda",
"body": "Primary previously returned (1, ctx.Err()) which could resolve to\n(1, nil) if the loop exited before ctx was cancelled. Hedge returned\n(2, nil) immediately. Both successes raced; on Linux the primary\nsometimes won, on macOS the hedge always won.\n\nFix: primary returns an explicit error so the hedge is the only\npossible winner regardless of scheduling.\n\nVerified locally with -count=20 -race on darwin/arm64.",
"is_bot": false,
"headline": "fix(hedge): make TestHedge_FiresHedgeWhenPrimarySlow deterministic",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-04T05:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c278af2742e939501e006cfd2d0491f98ac778c5",
"body": "Co-authored-by: felixgeelhaar <6020564+felixgeelhaar@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(changelog): refresh Unreleased (#23)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-04T05:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "853fe47cfd2c33278a546fcf650a004061f67a62",
"body": "Co-authored-by: felixgeelhaar <6020564+felixgeelhaar@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(changelog): refresh Unreleased (#22)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-04T05:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ca5e0f94e2ec77dc69d9e54e64dcde5aaef5c2f",
"body": "…0 (#21)\n\nBumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5.0.0 to 6.0.0.\n- [Release notes](https://github.com/actions/configure-pages/releases)\n- [Commits](https://github.com/actions/configure-pages/compare/983d7736d9b0ae728b81ab479565c72886d7745b...45bfe0192ca1faeb\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump actions/configure-pages from 5.0.0 to 6.0.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T05:12:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b643a142a89e2f9d8cac12d44126cada1546f348",
"body": "SEC-679/SEC-680 (Prometheus/Grafana API Key regex) false-positive on\nUnaryClient/StreamClient interceptor descriptions in CHANGELOG.md.\nAdded to .nox.yaml exclude list to mirror README.md/docs treatment.",
"is_bot": false,
"headline": "fix(security): exclude CHANGELOG.md from nox scan",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-04T05:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0649f1ffe7fd888993f47ebb1b500c8baa4d2522",
"body": "…nings\n\n- Stage GOVERNANCE.md, ADOPTERS.md, SECURITY.md, CHANGELOG.md into docs/\n at build time so mkdocs cross-links resolve\n- Drop --strict: mkdocs treats `[...]` fragments inside code blocks as\n broken links; those are FPs and we accept the warnings\n- Gitignore the staged copies (workflow artifacts, not source)",
"is_bot": false,
"headline": "fix(ci): docs build resolves cross-links and tolerates code-block war…",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-04T05:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f3b32a3facf9bd5b7629fdb337020c62e661085",
"body": "Co-authored-by: felixgeelhaar <6020564+felixgeelhaar@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(changelog): refresh Unreleased (#19)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-03T21:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fab09a839d08422614e8ceb14b8845549689dee",
"body": "…#20)\n\nBumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.12 to 10.16.1.\n- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)\n- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.12...10.16.1)\n\n---\nupdated-dependencie\n[…]\ndency-version: 10.16.1\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump pymdown-extensions from 10.12 to 10.16.1 in /docs (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-03T21:36:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "44d06e5347f15e69f3c49c514c4788ac1ac855e0",
"body": "Docs site:\n- Add docs/requirements.txt with pinned MkDocs deps\n- setup-python cache now points to it via cache-dependency-path\n- Install step uses pip install -r instead of inline versions\n\nChangelog:\n- Repo setting allow_workflow_create_prs=true enabled separately\n (was: GitHub Actions is not permitted to create or approve pull requests)",
"is_bot": false,
"headline": "fix(ci): docs site build + changelog workflow permissions",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-03T21:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f08c2a00f0c18a1054bd9f7984335187c18a91a",
"body": "…#14)\n\nBumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.5 to 5.0.0.\n- [Release notes](https://github.com/actions/deploy-pages/releases)\n- [Commits](https://github.com/actions/deploy-pages/compare/d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e...cd2ce8fcbc39b97be8ca5fce6e763ba\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-03T21:21:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e966e9be5a98ec4a9f074075f50ca7b6146cf475",
"body": "Bumps [github/codeql-action](https://github.com/github/codeql-action) from ed410739ba306e4ebe5e123421a6bd694e494a2b to e46ed2cbd01164d986452f91f178727624ae40d7.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGEL\n[…]\n452f91f178727624ae40d7\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump github/codeql-action (#13)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-03T21:21:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d4e4dee691b1c87e825812c20db0d303463e0836",
"body": "Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.6.2 to 3.0.0.\n- [Release notes](https://github.com/softprops/action-gh-release/releases)\n- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/so\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump softprops/action-gh-release (#11)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-03T21:21:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c7b36b8a52fe1925ef9e60951b8017cdd0b46e98",
"body": "…1 (#10)\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)\n\n---\nupd\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump actions/upload-artifact from 4.6.2 to 7.0.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-03T21:21:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "048b4e8e8a80c77c598977a954d2cc82ab6bc5c6",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-03T21:16:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e58a08f9817ba4a8e1c9f0bdcb5ba425fe66e6b2",
"body": "Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3.0.1 to 5.0.0.\n- [Release notes](https://github.com/actions/upload-pages-artifact/releases)\n- [Commits](https://github.com/actions/upload-pages-artifact/compare/56afc609e74202658d3ffba0e8f6dda462b719fa...fc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(actions)(deps): bump actions/upload-pages-artifact (#17)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-03T21:15:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e585e171e2b3b2d647ad7929ba28187e2671977e",
"body": "Bumps [golang.org/x/text](https://github.com/golang/text) from 0.33.0 to 0.36.0.\n- [Release notes](https://github.com/golang/text/releases)\n- [Commits](https://github.com/golang/text/compare/v0.33.0...v0.36.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/text\n dependency-version: 0.36\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps)(deps): bump golang.org/x/text from 0.33.0 to 0.36.0 (#16)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-03T21:15:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2c75db3bc361abfa3f5e1f85da81568f4b4fa5a6",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-03T21:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eec4df5729c8e9740a29a2bf5933ad9bb1aac99c",
"body": "Lint\n- errcheck on Close(): wrap defer in func() { _ = x.Close() }() across\n circuitbreaker/property_test.go, grpc/client_test.go,\n middleware/http_test.go\n- gosec G115 (int -> int32 narrowing) suppressed package-wide via\n .golangci.yml; adaptive limiter uses atomic.Int32 mirrors with values\n bo\n[…]\nhub/workflows/*.yml (pinned SHAs), README.md + docs/*.md\n (example token snippets), go.sum (module digests), Grafana JSON\n (Prometheus metric names)\n- Local rescan: 0 findings, 82 suppressed, exit 0",
"is_bot": false,
"headline": "fix(ci): satisfy golangci-lint v2.7.2 + suppress nox baseline self-flag",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-03T21:11:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8b83205be0ad5ad1245c041575ebdc6ec87397a9",
"body": "Source-built (go install) nox binary reports version \"dev\" and exits 1\non baselined findings, while the homebrew-released binary exits 0. The\nSBOM and SARIF artifacts are still produced before the non-zero exit,\nso:\n\n- Release workflow's SBOM step tolerates exit, then asserts artifacts\n- CI security step tolerates exit, then asserts SARIF; code-scanning\n alerts (uploaded separately) remain the source of truth for findings",
"is_bot": false,
"headline": "fix(ci): tolerate nox source-built CLI exit codes",
"author_name": "Felix Geelhaar",
"author_login": "felixgeelhaar",
"committed_at": "2026-05-03T20:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f6a0c08214eaf0f014e1ea6c134100a95b66c5d",
"body": null,
"is_bot": true,
"headline": "chore: update coverage badge [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-03T20:52:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 216,
"latest_release_at": "2026-07-03T07:33:54Z",
"latest_release_tag": "v1.8.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 20,
"days_since_latest_release": 25,
"mean_days_between_releases": 17.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "go.klarlabs.de/fortify",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/go.klarlabs.de/fortify",
"is_deprecated": false,
"latest_version": "v1.8.1",
"repository_url": null,
"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-03T07:32:52Z",
"latest_version_yanked": null,
"days_since_latest_publish": 25
}
]
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-05-12",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"examples/circuitbreaker-redis/go.mod",
"examples/eino/go.mod",
"examples/mcp-server/go.mod",
"examples/observability-demo/go.mod",
"examples/ratelimit-redis/go.mod",
"go.mod"
],
"largest_source_bytes": 88174,
"source_files_sampled": 118,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"docs/requirements.txt",
"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",
"pypi"
],
"dependencies": [
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/metric",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.40.0"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.1"
},
{
"name": "pgregory.net/rapid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.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": 1,
"merged_prs": 44,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 3,
"closed_unmerged_prs": 16
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "felixgeelhaar",
"commits": 175,
"avatar_url": "https://avatars.githubusercontent.com/u/6020564?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"changelog.yml",
"ci.yml",
"docs.yml",
"nox-remediate.yml",
"performance.yml",
"provenance.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 5,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
"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/16 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": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 5,
"reason": "dependency not pinned by hash detected -- score normalized to 5",
"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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "00ba774fd67a9f9d97be46685956e4a0179fba58",
"ran_at": "2026-07-28T08:00:27Z",
"aggregate_score": 5.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T10:16:18Z",
"oldest_open_prs": [
{
"number": 57,
"created_at": "2026-07-06T10:45:20Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-27T10:14:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/klarlabs-studio/fortify",
"host": "github.com",
"name": "fortify",
"owner": "klarlabs-studio"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 56,
"vitality": 83,
"community": 36,
"governance": 54,
"engineering": 89
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 83,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"commits_last_year": 216,
"human_commit_share": 0.62,
"days_since_last_push": 0,
"active_weeks_last_year": 20
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "20/52 weeks with commits",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 20
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "216 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 216
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 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": 16,
"latest_release_tag": "v1.8.1",
"releases_from_tags": false,
"days_since_latest_release": 25,
"mean_days_between_releases": 17.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 25 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 25
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~17.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 17.9
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 36,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"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": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": 6.3,
"status": "met",
"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": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"merged_prs": 44,
"open_issues": 0,
"closed_issues": 3,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 16
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "44/60 decided PRs merged",
"points": 28,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 44,
"decided": 60
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/16 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": 44,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "klarlabs-studio",
"public_repos": 36,
"account_age_days": 51
},
"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": "1 followers of klarlabs-studio",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "klarlabs-studio"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "36 public repos, account ~0 yr old",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 36
}
},
{
"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": [
"go.klarlabs.de/fortify"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 25
},
"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 25 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 25
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 89,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "7 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 7
}
}
],
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"circuit-breaker",
"resilience",
"retry-strategies",
"ai-agents",
"bulkhead",
"fault-tolerance",
"go",
"golang",
"hedging",
"llm",
"microservices",
"observability",
"opentelemetry",
"prometheus",
"rate-limiting",
"timeout"
],
"has_wiki": true,
"homepage": "https://klarlabs-studio.github.io/fortify/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://klarlabs-studio.github.io/fortify/",
"points": 15,
"status": "met",
"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": "16 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 16
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"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/16 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 fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 2.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 70,
"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.984,
"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": "61 of 62 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 61,
"sampled": 62
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 85,
"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,
"toolchain_manifests": [
"examples/circuitbreaker-redis/go.mod",
"examples/eino/go.mod",
"examples/mcp-server/go.mod",
"examples/observability-demo/go.mod",
"examples/ratelimit-redis/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0.19
},
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "19 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 19,
"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 5",
"points": 5,
"status": "partial",
"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": 88174,
"source_files_sampled": 118,
"oversized_source_files": 1
},
"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": "1/118 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 118,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T08:00:44.687734Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/klarlabs-studio/fortify.svg",
"full_name": "klarlabs-studio/fortify",
"license_state": "standard",
"license_spdx": "MIT"
}