JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"micro509"
],
"is_fork": false,
"size_kb": 873,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 150399,
"Shell": 4232,
"Python": 4084,
"TypeScript": 506693
},
"pushed_at": "2026-07-19T23:11:25Z",
"created_at": "2025-11-19T13:15:56Z",
"owner_type": "User",
"updated_at": "2026-07-19T23:11:29Z",
"description": "Edge-deployed Git commit signing API using Hono on Cloudflare Workers with GPG-compatible signatures",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"Go"
]
},
"owner": {
"blog": null,
"name": "Kaj Kowalski",
"type": "User",
"login": "kjanat",
"company": "KJANAT",
"location": "Amsterdam",
"followers": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/6353477?v=4",
"created_at": "2014-01-08T21:22:43Z",
"is_verified": null,
"public_repos": 149,
"account_age_days": 4582
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2026-07-15T21:21:34Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-15T10:54:59Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-11-25T08:03:53Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-11-25T07:39:46Z"
}
],
"recent_commits": [
{
"oid": "b2ba4d664cfcbc7372722593a1a7035503dc06f5",
"body": "Separate the installer action, CLI, and service mechanics so operators\nand CI users can select the right credentials and understand the\ndetached-signature flow.\n\nDocument OIDC authorization limits, key storage, migrations, client\nsupport, and installer trust. Correct stale CI and key examples.",
"is_bot": false,
"headline": "docs: explain signing service usage",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2026-07-19T23:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "881bd5cd17f04bf8b1a3cf13f5b81fa2c8ef1e72",
"body": "Move API and formatting verification into composite actions and reuse the\nshared setup actions across CI, security, release, and Claude workflows.\n\nSimplify Dependabot and workflow configuration, quiet Bun task output, and\npublish Windows ARM64 binaries with each release.",
"is_bot": false,
"headline": "ci: consolidate workflow automation",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2026-07-16T22:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9948c9f71f554c0c791cf4bdec3ee7b4bb2e9ff5",
"body": "Upgrade Worker tooling and reusable setup actions, run Tombi through\nBun, and enforce the TypeScript 6 compatibility override for ESLint.",
"is_bot": false,
"headline": "chore: refresh dependencies and setup actions",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2026-07-16T14:39:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43a5c6b9aa5e796e2967d054167ffe3ab9e4b3b1",
"body": "Pass inputs to the install step as one `INPUTS` JSON blob parsed with\n`ConvertFrom-Json`, use the `-f` format operator over `$(...)`\ninterpolation, and pin `X-GitHub-Api-Version` to 2026-03-10 (releases\nendpoints verified unchanged against the live API).\n\nBumps to 1.1.1.",
"is_bot": false,
"headline": "refactor: streamline install action, bump api version",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2026-07-15T21:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd4bff2282a3fdf7572765fc937d89cc62ed170",
"body": "Root `action.yml` lets other repos install a released `gpg-sign`\nbinary with `uses: kjanat/gpg-signing-service@v1`. Cross-platform\nvia pwsh: detects os/arch, verifies the sha256 from `checksums.txt`,\nadds the binary to PATH.\n\nAlso adds a `go-version-file` input to `setup-go`, and bumps to 1.1.0.",
"is_bot": false,
"headline": "feat: reusable gpg-sign install action",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2026-07-15T10:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0121a58e5623c6c11f106d6125d7293f3f3b9b5a",
"body": "Describe X.509 and service-token support, then map callers,\nauthentication, Cloudflare bindings, and signing request flow.",
"is_bot": false,
"headline": "docs: document signing architecture",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2026-07-13T12:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ecd99a0834f62002bbef8b27a9f0c5df1ba25fe",
"body": "gitleaks-action ignores .gitleaks.toml unless GITLEAKS_CONFIG points\nat it, so it scanned with default rules and reported the PGP test\nfixtures as 8 leaks. Set it in both workflows that run gitleaks.\n\nReplace the repeated literals golangci-lint's goconst flagged (50\nfindings) with real constants. Er\n[…]\nlagged five errors rethrown inside\ncatch without a `cause` — the jose and fetch failures they wrap were\nbeing discarded. Attach the original error at each site.\n\nBump GitHub Actions to current majors.",
"is_bot": false,
"headline": "fix(ci): unbreak gitleaks, goconst, and eslint on TS 7",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2026-07-13T12:33:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ceae2d6d47ff1b85417ddda36edf6680b125db41",
"body": "Upload a PKCS#8 key + certificate on /admin/keys/x509; /sign then\nreturns a detached CMS signature (git gpg.format=x509) for x509\nkeys, while PGP keys behave as before via a type-tagged storage\nunion. The public-key route serves the certificate PEM for x509.\n\nBuilt on micro509 0.11.0: detached Signe\n[…]\nrint / key-cert match helpers.\n\nDissolve coverage.test.ts into subject-named test files and\nbackfill branch coverage over the 95% gate. Regenerate the\nOpenAPI spec and Go client with the new endpoint.",
"is_bot": false,
"headline": "feat: x509 commit signing via detached PKCS#7",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2026-07-13T10:30:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "afb306a2de609d0297fa4c24e0ab3e07eb4c2882",
"body": "Pin package versions, switch source imports to package import maps,\nand align formatter/lint/test config with current tooling.\n\nRegenerate the Go OpenAPI client with updated oapi-codegen deps,\nadd a Go workspace, and refresh docs/license/test formatting.",
"is_bot": false,
"headline": "chore: refresh tooling and generated clients",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2026-07-12T15:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1dd37b47b71e7ee414c3962fc6e3f043beb2009",
"body": "Mint/list/revoke via /admin/tokens; gst_ bearer accepted on /sign next\nto OIDC, with a per-token key allowlist. Migrate vitest config to the\nv4 pool-workers plugin; unalias typescript so eslint parses again.",
"is_bot": false,
"headline": "feat: service tokens for one-secret CI auth",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2026-07-12T14:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4728e68357883f87e4fa0749d0923e86aafcb902",
"body": null,
"is_bot": false,
"headline": "chore: rename commitlint config to standard .commitlintrc.ts",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-12-10T22:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a412f628445574000c593aa98914c255e6310f4e",
"body": "Improves GitHub license detection (was showing 'Unknown').\nConcise inline docs with details block for full explanation.",
"is_bot": false,
"headline": "docs: move license details to README collapsible section",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T08:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65167114676e87e35e6345ada4efc2f0b681e4e4",
"body": "Improves GitHub license detection (was showing 'Unknown').\nConcise inline docs with details block for full explanation.",
"is_bot": false,
"headline": "docs: move license details to README collapsible section",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T08:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59613e83d679dc681d04cb9019ab82dd3b44d800",
"body": null,
"is_bot": false,
"headline": "chore(release): v1.0.1 - Security & CI improvements",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T08:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e22ff4a0cf66acf5efaa68652866a590d874f05a",
"body": "Task was not used in runtime code, only in CI via go-task binary.\nRemoving eliminates CVE-2024-xxxxx vulnerabilities in golang.org/x/crypto/ssh.\n\nTests still pass. Binary size unchanged.",
"is_bot": false,
"headline": "fix(deps): remove unused Task dependency",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c9f01df928e011eae18c8da924162d9ca61e797",
"body": "- Upgrade to CodeQL Action v4 (v3 deprecated Dec 2026)\n- Setup Go BEFORE CodeQL init (fixes path warning)\n- Add category parameter for result organization",
"is_bot": false,
"headline": "fix(ci): upgrade CodeQL v3→v4 and fix Go setup order",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:54:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "709088d37836d40ced83953c9260338fd9609215",
"body": "CodeQL:\n- Add Go language analysis (with client/ working-directory)\n- Matrix now runs: JavaScript/TypeScript + Go\n- Language-specific build steps\n\nGitleaks:\n- Path-based allowlist (tests, scripts, examples, docs)\n- No more commit hash updates needed\n- Verified: 0 leaks locally",
"is_bot": false,
"headline": "feat(ci): add Go CodeQL analysis + path-based gitleaks",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e77cc3130c9449c12996d521b9610e2900075e4",
"body": "Gitleaks:\n- Use path-based allowlist (no more commit hash updates!)\n- Allows: test files, scripts, examples, docs\n\nBuild optimization:\n- Add -s -w ldflags (strip symbols/debug)\n- Add -trimpath (remove filesystem paths)\n- Result: ~30% smaller binaries",
"is_bot": false,
"headline": "feat: path-based gitleaks allowlist + smaller binaries",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:49:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd31d89c9948ebc5a0ac91226515172bb88d51ec",
"body": "All 26 flagged secrets are test fixtures/examples.\nSquash merge changed commit hash, need new fingerprints.",
"is_bot": false,
"headline": "fix(ci): update gitleaksignore for squashed merge commit",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eb82822ebd0383cb6e7bfed74be2d8eeae58be3",
"body": null,
"is_bot": false,
"headline": "style: remove trailing whitespace from workflows",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:42:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c054499b284e6cda39d08617dc6268e23e749637",
"body": null,
"is_bot": false,
"headline": "chore: update bun.lock",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec7333ae3cc4d7a0ca5937510fde8b6cf3159e93",
"body": "…tory with 4 updates\n\nBumps the dev-dependencies group with 4 updates in the / directory: [@tombi-toml/tombi](https://github.com/tombi-toml/tombi/tree/HEAD/typescript/@tombi-toml/tombi), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/esli\n[…]\nependency-version: 8.48.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: dev-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps)(deps-dev): bump the dev-dependencies group across 1 direc…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-25T07:35:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "79b3804178e8a2410a2174a5c70062ab4492f298",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "ci(deps): bump actions/checkout from 4 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-25T07:34:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "36d382ee5aa3ae706b0f1a3adc6536ba64899961",
"body": "Prevents noise from transitive dependency updates.\nOnly direct deps (package.json, go.mod) will trigger PRs.",
"is_bot": false,
"headline": "chore(deps): limit dependabot to direct dependencies only",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dca6e89817dcb15a381fa98e94d6b20fe5ed7e20",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "ci(deps): bump actions/checkout from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-25T07:26:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e4d3805ea879123f3ec935b19ee9a4dfdcd5a252",
"body": null,
"is_bot": false,
"headline": "\"Claude Code Review workflow\"",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96c72a0ac67be588432b4be4dd68243cd67c1fe8",
"body": null,
"is_bot": false,
"headline": "\"Claude PR Assistant workflow\"",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "742b9890a36fa613bfd6e002c42626bf7e603d39",
"body": null,
"is_bot": false,
"headline": "fix(ci): use ./* in sha256sum to avoid dash-prefixed filenames",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8bdc11c0e8c443044e255338ec886f2a5a34c7",
"body": "Builds multi-platform binaries on tag push:\n- Linux (amd64, arm64)\n- macOS (amd64, arm64 / Apple Silicon)\n- Windows (amd64)\n\nCreates GitHub Release with:\n- All platform binaries\n- SHA256 checksums\n- Auto-generated release notes\n\nUsage: git tag v1.0.0 && git push --tags",
"is_bot": false,
"headline": "feat(ci): add release workflow for Go client",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "750224378d0013ef01b6f397f53525f4507438ff",
"body": "Comprehensive GPG signing service client implementation with full test coverage, security fixes, and CI improvements. Closes all CodeRabbit review issues.",
"is_bot": false,
"headline": "feat: gpg client",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-25T07:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39e709dcf5c123beff37cd99d516b63ae4c7f879",
"body": "Switches Durable Objects migrations to SQLite-backed mappings to support the free plan.\n\nReplaces the existing class list with a SQLite-backed variant via new_sqlite_classes for KeyStorage and RateLimiter.\n\nAdds a clarifying comment explaining SQLite-backed migrations for the free plan.",
"is_bot": false,
"headline": "feat(durable-objects): Enable SQLite-backed DO migrations for free plan",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T14:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bce561a41b04db82b76062c9a430898b51bff1b",
"body": "Group key generation messages into a single block, replacing scattered echoes with a grouped output for success, IDs, export paths, fingerprint, and next steps.\nKeeps the security note and guidance to store the private key securely.",
"is_bot": false,
"headline": "refactor(scripts): group keygen output blocks",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T14:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "615d4dd0c29624583ff775190f42fbbd4ba1ea21",
"body": "Adds user-facing help and argument validation to the key generation script.\n\n- Show help by default and when -h/--help is provided\n- Enforce required name and email; remove previous defaults for these\n- Preserve optional comment and passphrase with sensible defaults\n- Cleanup minor formatting in GPG batch blocks and redirections\n- Maintain key export and fingerprint extraction behavior",
"is_bot": false,
"headline": "feat(scripts): add help and args validation",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T14:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f802e097baec391100977ef32745c1a996793da",
"body": "Adds a new route configuration with custom_domain enabled for the domain gpg.kajkowalski.nl, enabling hosting under a vanity domain.\nThis is a configuration-only change and does not modify runtime logic.",
"is_bot": false,
"headline": "feat(config): add custom domain route",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T14:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c34d7f3f709f2252e8d1e774bb58be68b04744",
"body": "Critical fixes:\n- Timing-safe admin token comparison via crypto.subtle.timingSafeEqual\n- SQL LIKE pattern injection prevention by escaping wildcards\n\nHigh priority:\n- Replace permissive CORS (origin: *) with productionCors middleware\n- Add IP-based rate limiting to admin endpoints (brute force prote\n[…]\nheader\n\nNew environment variables:\n- EXPECTED_AUDIENCE: JWT audience validation (optional)\n- ALLOWED_ORIGINS: CORS origin whitelist (optional)\n\nTests updated for new CORS and security header behavior.",
"is_bot": false,
"headline": "security: comprehensive hardening of authentication and API security",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T13:58:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e241c33f6866850116be07c92e479210351541fc",
"body": "- Introduces Lefthook-based pre-commit and pre-push hooks to automatically format, lint, typegen, typecheck, and run tests.\n- Adds Wrangler-compatible type generation by including runtime typings (worker-configuration.d.ts) and updates TypeScript config to use Bun types.\n- Removes an outdated Cloudf\n[…]\nto install Lefthook automatically and preserves .prettierignore to exclude generated typings.\n- Adds configuration files for the pre-commit workflow (.lefthook.yml) and related CI typing enhancements.",
"is_bot": false,
"headline": "feat: integrate pre-commit hooks and typegen",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T13:50:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "730ad3088b4b2c5aa1f71b6921617a483aa99b94",
"body": "Switch KV namespace creation command to Wrangler v2 syntax to align with current CLI usage.\nPopulate D1 database_id and KV namespace id with actual resource identifiers after provisioning.",
"is_bot": false,
"headline": "fix: update Wrangler KV namespace syntax and IDs",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T13:42:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b6b2a8b3447c261d17d341628fc831db8aa4099",
"body": "Introduces package-level metadata to clarify scope and prepare for publishing.\nSets initial version to 1.0.0 and adds a concise project description describing an edge-deployed signing API.",
"is_bot": false,
"headline": "chore: adds version and description metadata",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T13:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2d7aacf49a6bb124533c14d847e7779f8e04af4",
"body": "Introduces path aliasing across the codebase by switching imports to a \"~\" alias and adding a dedicated entrypoint alias \"gpg-signing-service\". Adds tsconfig path mappings (\"~/*\" -> \"./src/*\", \"gpg-signing-service\" -> \"./src/index.ts\") and updates numerous modules and tests to use the new aliases.\n\n\n[…]\norkflow to run on both main and master branches and upgrades actions (checkout to v5, github-script to v8).\n\nIncludes minor hygiene changes and compatibility tweaks related to the new import strategy.",
"is_bot": false,
"headline": "refactor: adopt path aliases for imports",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T13:14:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e371f3cc1c2a2251be40e1b51aab3e0a5ef918ad",
"body": "Test files added:\n- fetch.test.ts: fetchWithTimeout, fetchJsonWithTimeout\n- audit.test.ts: logAuditEvent, getAuditLogs with D1 mocks\n- signing.test.ts: GPG operations with openpgp.js\n- rate-limiter.test.ts: Durable Object token bucket\n- admin.test.ts: Key management, audit endpoints\n- sign.test.ts: \n[…]\n% (audit, fetch, signing)\n- rate-limiter: 95%\n- key-storage: 80%\n- admin routes: 73%\n- index.ts: 79%\n- oidc middleware: 43%\n\n88 tests passing (4 skipped for D1 schema)\nRaised thresholds to 60/70/50/60",
"is_bot": false,
"headline": "test: add comprehensive test suite for 66% coverage",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T12:35:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84789bd9f5bb0267a0b846fc60178767bf9dba73",
"body": "Set to 2025-11-13 (latest supported by workerd 1.20251113.0)",
"is_bot": false,
"headline": "fix: update compatibility_date to match installed workerd",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T12:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b8be5a3ca9a237eddf0ef3b8e57bc1db811339",
"body": "- Upgrade vitest from 2.0.5 to 3.2.4\n- Add @vitest/coverage-istanbul, @vitest/runner, @vitest/snapshot as peer deps\n- Switch coverage provider from v8 to istanbul (v8 incompatible with Workers)\n- Set realistic coverage thresholds (10/10/0/10) for current test suite\n\nvitest 3.2.x is the latest version supported by @cloudflare/vitest-pool-workers",
"is_bot": false,
"headline": "chore: upgrade vitest to 3.2.4 with istanbul coverage",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T12:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e660c40c379693afa5e422ba1c044b2aa5daf434",
"body": "Phase 1 modernization complete:\n\nTesting Setup:\n- Vitest 2.0.5 with @cloudflare/vitest-pool-workers\n- wrangler.test.toml for test environment\n- Basic health endpoint tests (3 passing)\n\nLinting Setup:\n- ESLint 9 flat config with TypeScript\n- Prettier with @kjanat/prettier-config\n- Security-focused ru\n[…]\nt)\n- Stricter TypeScript (noUnusedLocals, noUnusedParameters)\n\nNew Scripts:\n- lint, lint:fix, format, format:check\n- test, test:watch, test:coverage\n\nRemoved analysis docs from legacy-modernizer agent",
"is_bot": false,
"headline": "feat: add testing, linting, and security hardening",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T11:27:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf37252f722d064dd422be783f2339b7fd6658f0",
"body": "…ions\n\nType system improvements based on type-design-analyzer recommendations:\n\nBranded Types:\n- KeyId, KeyFingerprint, ArmoredPrivateKey, Identity\n- Helper functions for type construction\n\nErrorCode Union:\n- 14 typed error codes with satisfies checks\n- Compile-time validation of error codes\n\nDiscri\n[…]\nyId(), createKeyFingerprint()\n- createArmoredPrivateKey(), createIdentity()\n- createRateLimitAllowed(), createRateLimitDenied()\n- createStoredKey()\n\nType score improved from 4.6/10 to estimated 7.5/10",
"is_bot": false,
"headline": "refactor: improve type safety with branded types and discriminated un…",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T05:39:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "48e030b516fae7aefdeea70e761bb911d2da38f2",
"body": "Complete error handling coverage for admin routes:\n\n- GET /admin/keys: try-catch with response validation\n- GET /admin/keys/:keyId/public: try-catch around key extraction\n- DELETE /admin/keys/:keyId: try-catch with failed deletion auditing\n- GET /admin/audit: try-catch with pagination validation\n\nAll admin operations now properly:\n- Log errors with context\n- Return specific error codes\n- Audit failed operations where applicable",
"is_bot": false,
"headline": "fix: add error handling to all admin endpoints",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T05:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb44751cb83fa788c42423d3b99ce45095e7a90",
"body": "Security improvements from silent-failure-hunter audit:\n\n- Add error logging to health checks (issue #1)\n- Add error handling to audit logging (issue #2)\n- Add JWT algorithm whitelist validation (issue #3)\n- Add try-catch to public key extraction (issue #4)\n- Rate limiting now fails closed on DO fai\n[…]\nlicit JWT base64 parsing errors (issue #7)\n- Add nbf (not-before) claim validation\n- Add aud (audience) claim validation\n- Add JWKS cache error handling\n- Remove error message leak from global handler",
"is_bot": false,
"headline": "fix: address critical error handling and security issues",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T05:29:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9cd670b111e6d01eaa51938053c7184dfd5ad06d",
"body": "Edge-deployed commit signing API using Hono on Cloudflare Workers with openpgp.js for GPG-compatible signatures.\n\n- Hono API with OIDC auth for GitHub Actions/GitLab CI\n- Durable Objects for secure key storage and rate limiting\n- D1 database schema for audit logging\n- KV namespace for JWKS caching\n- CI workflow examples for GitHub Actions and GitLab\n- Key generation script (uses .keys/, not ~/.gnupg)",
"is_bot": false,
"headline": "feat: initial GPG signing service implementation",
"author_name": "Kaj Kowalski",
"author_login": "kjanat",
"committed_at": "2025-11-19T05:24:29Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 47,
"latest_release_at": "2026-07-15T21:21:34Z",
"latest_release_tag": "v1.1.1",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 5,
"days_since_latest_release": 11,
"mean_days_between_releases": 77.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/kjanat/gpg-signing-service",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/kjanat/gpg-signing-service",
"is_deprecated": false,
"latest_version": "v1.1.1",
"repository_url": "https://github.com/kjanat/gpg-signing-service",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-15T21:19:34Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Taskfile.yml",
"client/Taskfile.yml"
],
"api_schema_files": [
"client/openapi.json"
],
"has_devcontainer": false,
"typecheck_configs": [
"src/__tests__/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [
"client/go.mod"
],
"largest_source_bytes": 551793,
"source_files_sampled": 97,
"oversized_source_files": 2,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3215
},
"dependencies": {
"manifests": [
"client/go.mod",
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "github.com/getkin/kin-openapi",
"direct": true,
"version": "v0.142.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-jpcw-4wr7-c3vq",
"GHSA-r277-6w6q-xmqw"
],
"fixed_version": "0.144.0",
"advisory_count": 2,
"oldest_advisory_days": 2
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"critical": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 53,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 1
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/getkin/kin-openapi",
"manifest": "client/go.mod",
"ecosystem": "go",
"version_constraint": "v0.142.0"
},
{
"name": "github.com/oapi-codegen/runtime",
"manifest": "client/go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.2"
},
{
"name": "github.com/spf13/cobra",
"manifest": "client/go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "@hono/swagger-ui",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "0.6.1"
},
{
"name": "@hono/zod-openapi",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "1.5.1"
},
{
"name": "micro509",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "0.11.0"
},
{
"name": "hono",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "4.12.30"
},
{
"name": "openpgp",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "6.3.1"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "4.4.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/getkin/kin-openapi",
"direct": true,
"version": "v0.142.0",
"ecosystem": "go"
},
{
"name": "github.com/oapi-codegen/runtime",
"direct": true,
"version": "v1.4.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "@hono/swagger-ui",
"direct": true,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "@hono/zod-openapi",
"direct": true,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "hono",
"direct": true,
"version": "4.12.30",
"ecosystem": "npm"
},
{
"name": "micro509",
"direct": true,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "openpgp",
"direct": true,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": true,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "github.com/apapsch/go-jsonmerge/v2",
"direct": false,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "github.com/dprotaso/go-yit",
"direct": false,
"version": "v0.0.0-20220510233725-9ba8df137936",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonpointer",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/oapi-codegen/oapi-codegen/v2",
"direct": false,
"version": "v2.7.2",
"ecosystem": "go"
},
{
"name": "github.com/oasdiff/yaml",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/oasdiff/yaml3",
"direct": false,
"version": "v0.0.14",
"ecosystem": "go"
},
{
"name": "github.com/onsi/gomega",
"direct": false,
"version": "v1.34.1",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "v1.14.1",
"ecosystem": "go"
},
{
"name": "github.com/santhosh-tekuri/jsonschema/v6",
"direct": false,
"version": "v6.0.2",
"ecosystem": "go"
},
{
"name": "github.com/sergi/go-diff",
"direct": false,
"version": "v1.3.2-0.20230802210424-5b0b94c5c0d3",
"ecosystem": "go"
},
{
"name": "github.com/speakeasy-api/jsonpath",
"direct": false,
"version": "v0.6.3",
"ecosystem": "go"
},
{
"name": "github.com/speakeasy-api/openapi",
"direct": false,
"version": "v1.19.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "github.com/vmware-labs/yaml-jsonpath",
"direct": false,
"version": "v0.3.2",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20250305212735-054e65f0b394",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.37.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "@biomejs/biome",
"direct": false,
"version": "2.5.4",
"ecosystem": "npm"
},
{
"name": "@cloudflare/vitest-pool-workers",
"direct": false,
"version": "0.18.5",
"ecosystem": "npm"
},
{
"name": "@commitlint/cli",
"direct": false,
"version": "21.2.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/config-conventional",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@types/bun",
"direct": false,
"version": "1.3.14",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.64.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.64.0",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-istanbul",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "dprint",
"direct": false,
"version": "0.55.2",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.7.0",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "jose",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "runner-run",
"direct": false,
"version": "0.19.1",
"ecosystem": "npm"
},
{
"name": "tombi",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": ">=6, <7",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^7",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "8.64.0",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "^4.1.0",
"ecosystem": "npm"
},
{
"name": "wrangler",
"direct": false,
"version": "4.111.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 56,
"direct_count": 9,
"indirect_count": 47
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 5,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "kjanat",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/6353477?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"claude-code-review.yml",
"claude.yml",
"gitleaks.yml",
"release.yml",
"security.yml",
"sign-commits.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/26 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b2ba4d664cfcbc7372722593a1a7035503dc06f5",
"ran_at": "2026-07-27T09:47:58Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T02:43:04Z",
"oldest_open_prs": [
{
"number": 8,
"created_at": "2025-11-25T08:15:55Z",
"last_comment_at": "2025-11-25T08:29:32Z",
"last_comment_author": "cloudflare-workers-and-pages"
},
{
"number": 9,
"created_at": "2025-11-25T11:12:10Z",
"last_comment_at": "2025-11-25T11:12:18Z",
"last_comment_author": "coderabbitai"
},
{
"number": 13,
"created_at": "2026-07-16T22:25:12Z",
"last_comment_at": "2026-07-16T22:25:25Z",
"last_comment_author": "cloudflare-workers-and-pages"
},
{
"number": 14,
"created_at": "2026-07-16T22:25:47Z",
"last_comment_at": "2026-07-16T22:25:59Z",
"last_comment_author": "cloudflare-workers-and-pages"
}
],
"last_merged_pr_at": "2025-11-25T07:35:50Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kjanat/gpg-signing-service",
"host": "github.com",
"name": "gpg-signing-service",
"owner": "kjanat"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 49,
"vitality": 71,
"community": 21,
"governance": 45,
"engineering": 84
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 47,
"human_commit_share": 0.936,
"days_since_last_push": 7,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "47 commits in the last year",
"points": 15.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 47
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.1.1",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 77.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~77.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 77.5
}
}
],
"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": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 21,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 45,
"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": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"merged_prs": 5,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/10 decided PRs merged",
"points": 19.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"followers": 11,
"owner_type": "User",
"is_verified": null,
"owner_login": "kjanat",
"public_repos": 149,
"account_age_days": 4582
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "11 followers of kjanat",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 11,
"login": "kjanat"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "149 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 149
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/kjanat/gpg-signing-service"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 11
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 11 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 11
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 84,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"micro509"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 49,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "5 existing vulnerabilities detected",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 53 resolved dependencies against OSV; 3 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 53
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 66,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 53,
"unassessed_packages": 3,
"affected_by_severity": "critical 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: github.com/getkin/kin-openapi v0.142.0 (critical 9.1)",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "github.com/getkin/kin-openapi v0.142.0 (critical 9.1)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 53,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 84,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.955,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3215
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "42 of 44 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 44
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Taskfile.yml",
"client/Taskfile.yml"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"src/__tests__/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"client/go.mod"
],
"dependency_bot_commit_share": 0.064
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Taskfile.yml, client/Taskfile.yml",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Taskfile.yml, client/Taskfile.yml"
}
}
],
"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": "src/__tests__/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/__tests__/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 47",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 47
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 47 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 47
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 551793,
"source_files_sampled": 97,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/97 source files over 60KB",
"points": 53.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 97,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"client/openapi.json"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "client/openapi.json",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "client/openapi.json"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T09:48:09.371127Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kjanat/gpg-signing-service.svg",
"full_name": "kjanat/gpg-signing-service",
"license_state": "custom",
"license_spdx": null
}