Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 473,
"has_wiki": true,
"homepage": "https://crates.io/crates/socle",
"languages": {
"Rust": 308715,
"Makefile": 5029
},
"pushed_at": "2026-07-24T04:15:31Z",
"created_at": "2026-04-21T01:25:02Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T04:13:04Z",
"description": "Opinionated axum service bootstrap: telemetry, database, rate limiting, and shutdown in one builder",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "brefwiz",
"type": "Organization",
"login": "brefwiz",
"company": null,
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/211052809?v=4",
"created_at": "2025-05-09T19:48:33Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 440
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.2.2",
"kind": "patch",
"published_at": "2026-07-24T04:15:55Z"
},
{
"tag": "v4.2.1",
"kind": "patch",
"published_at": "2026-07-03T10:42:39Z"
},
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2026-07-03T07:33:46Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2026-06-22T23:57:18Z"
},
{
"tag": "v3.4.0",
"kind": "minor",
"published_at": "2026-05-19T15:47:10Z"
},
{
"tag": "v3.3.0",
"kind": "minor",
"published_at": "2026-05-13T05:15:34Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2026-04-29T04:35:01Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2026-04-27T20:15:59Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2026-04-26T22:56:57Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2026-04-26T21:51:19Z"
},
{
"tag": "v2.6.0",
"kind": "minor",
"published_at": "2026-04-26T00:01:42Z"
},
{
"tag": "v2.5.1",
"kind": "patch",
"published_at": "2026-04-25T22:03:52Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2026-04-25T21:25:23Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2026-04-25T01:12:43Z"
},
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2026-04-24T23:05:08Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2026-04-24T08:21:50Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2026-04-24T07:57:39Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2026-04-24T07:24:53Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-04-24T06:35:34Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-04-24T05:54:38Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2026-04-24T05:34:41Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-04-24T04:28:56Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-04-24T02:01:20Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-04-21T20:01:03Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-04-21T15:00:48Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-04-21T07:47:15Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-04-21T06:07:44Z"
}
],
"recent_commits": [
{
"oid": "8f4a1bf28b7bffb695baf6427c0f1eb238efe923",
"body": "…sts (#115)\n\nEphemeralPostgres::pool() did a single PgPool::connect with sqlx's default\n30s acquire-timeout. On a CPU/Docker-loaded CI host the container's mapped\nport can take longer than 30s to accept TCP, causing a non-deterministic\nPoolTimedOut panic even though the container is healthy — a flak\n[…]\na quorate release). Retry the\nconnect (6 attempts, linear backoff) so a slow-to-accept container is waited\nout; a genuinely dead container still panics after the attempts.\n\nBumps socle 4.2.1 -> 4.2.2.",
"is_bot": false,
"headline": "fix(testing): retry EphemeralPostgres connect to survive loaded CI ho…",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-07-24T04:12:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8d5c285be68bc3ff1cffa6f63304adae16fcd650",
"body": "4.2.0's tag was cut but never published: the committed Cargo.lock still had the\npre-bump socle version, so cargo publish aborted on a dirty working tree. Align the\nlockfile's socle entry with the package version so publish stays clean. No source\nchanges.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release 4.2.1 (re-release 4.2.0 with aligned lockfile)",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-07-03T10:40:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fa57ac70571a551774b9bd713ef19685e1a9052d",
"body": "Bff session migration runner (SESSION_MIGRATOR + with_bff_session_migrations opt-in)\nso consumers auto-provision the bff_sessions table at bootstrap via a dedicated\nhistory table. Adds no_run doc examples for the new public fns, and registers the\nbff_session_migrator integration test with required-features [bff, testing-postgres]\nso it is not auto-built under --no-default-features.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release 4.2.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-07-03T10:30:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9a861c43b39c1131061b0d9a27869f6c35f4b682",
"body": "The PostgresSessionStore expects its `bff_sessions` schema to already\nexist, but nothing ran the shipped migration — the store is only\n`new(pool)` and socle has no embedded migrator for it. Consumers running\nonly their own migrator never got the table.\n\nExpose `bff::session::SESSION_MIGRATOR` (embed\n[…]\n and a\nreal-Postgres test (testcontainers) asserting the schema is provisioned,\nthe store round-trips, and the dedicated history table is used.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(bff): auto-provision bff_sessions via opt-in bootstrap migrator",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-07-03T10:30:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e75e904298f020201e053f2efe3fe8c4b2298ae2",
"body": "* chore: release v4.1.0\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n* chore: release v4.1.0\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release v4.1.0 (#100)",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-07-03T07:31:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8793768dff1949f95906496f962ff485caedc6db",
"body": "…res store, env KEK (#99)\n\nAssemble the BFF session TCB as one cohesive module:\n\n- Ports: SessionStore, EnvelopeCrypto, KekSource. Transport-free trait\n surface with no product-internal or KMS coupling.\n- AeadEnvelopeCrypto: single AES-256-GCM envelope body over an injected\n KekSource, HKDF-mixing\n[…]\narnesses.\n\nNo-internal-dependency is enforced at the manifest level via cargo-deny's\ncrates.io-only sources allowlist, not an in-code name ban.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(bff): consolidated session layer — ports, envelope crypto, postg…",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-07-03T07:09:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c716525bfe4ece60ba34c1096f9a4f488fdcc4a5",
"body": "* chore: release socle 4.0.0 — sqlx 0.8->0.9 + consolidate 14 open PRs\n\n- BREAKING: sqlx 0.8->0.9 (public PgPool API; runtime-tokio + tls-rustls-ring); clippy map_or fix\n- Consolidate CI/feature PRs #72 #75 #78 #88 and dependabot bumps #66 #67 #76 #79 #81 #82 #83 #85 #86 #87\n (opentelemetry 0.32, a\n[…]\ncro-error2 unmaintained, transitive via validator)\n\nTracks #90\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release socle 4.0.0 (sqlx 0.9 + consolidate open PRs) (#89)",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-06-22T23:54:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e11edc241d73be880706be3ca9a269c8428951c6",
"body": "chore(deps): bump api-bones =5.0.0 → \"6\" — socle 3.4.0",
"is_bot": false,
"headline": "Merge pull request #74 from brefwiz/feat/api-bones-6-bump",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-05-19T15:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd9c8e17176a47a93d6491898d447317c80c8b16",
"body": null,
"is_bot": false,
"headline": "chore: fmt + lockfile pre-PR",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-05-19T15:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9688777d7239ba4932b6e712eab18a0560c293d",
"body": "Drops the exact-version pin. socle does not use FilterEntry.operator\nso the 6.0 breaking rename is transparent here. Unblocks consumers\n(service-kit, sealwiz) from picking up api-bones 6.1 connect feature.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): bump api-bones =5.0.0 → \"6\" + release 3.4.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-05-19T15:38:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "51822b0b99dcb0d897c0f2cd56d7d62a80a5bf1f",
"body": null,
"is_bot": false,
"headline": "feat(ci): add canonical-check to release.yml (ADR-0086)",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-05-18T18:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f35724c022f5471caf69bc8b05f1c3adc4b0b60e",
"body": "chore: bump api-bones to 5.0.0",
"is_bot": false,
"headline": "Merge pull request #62 from brefwiz/dep/api-bones-5.0.0",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-05-13T05:12:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "257f4b7dbdb6fd291ab4c5caa0005a0c56be9c03",
"body": "api-bones 5.0.0 removed the org_context module. Port OrganizationContext,\nRole, RoleBinding, RoleScope, Attestation, and AttestationKind into\nsocle::org_context; update all internal imports and test imports accordingly.\nAdd CHANGELOG entry for 3.3.0.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: migrate OrganizationContext from api-bones to socle::org_context",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-05-13T05:07:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d37d7d767ee2044ab25f8b12cd2423db7b17aed9",
"body": "chore(deps): bump reqwest from 0.13.2 to 0.13.3",
"is_bot": false,
"headline": "Merge pull request #60 from brefwiz/dependabot/cargo/reqwest-0.13.3",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-05-06T01:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4d7372883b04c11412337f131d939b070b71e42",
"body": null,
"is_bot": false,
"headline": "chore: bump api-bones to 5.0.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-05-06T00:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3740f9ef3897893b0057fdcbb7ccae05423ad9cf",
"body": "Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.2 to 0.13.3.\n- [Release notes](https://github.com/seanmonstar/reqwest/releases)\n- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.13.2...v0.13.\n[…]\nencies:\n- dependency-name: reqwest\n dependency-version: 0.13.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump reqwest from 0.13.2 to 0.13.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T00:22:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2bd228148d251f5647d8aa2956628036d0f6ece5",
"body": "chore: enable workspace-wide deny(warnings) and clippy pedantic",
"is_bot": false,
"headline": "Merge pull request #58 from brefwiz/chore/pedantic-lint-enforcement",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-05-01T05:43:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ebb782b12f07ba23abd6a1ff18c7bbf6100e08a",
"body": "Pedantic lint requires doc sections on all feature-cfg variants,\nnot just the rfc-types= path.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add missing Errors/Panics docs on cfg(not(feature)) variants",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-30T22:19:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d388b57937dd04d524a549ab8b9e042988b7ecd8",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "style: rustfmt",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-30T20:11:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "51e99b2da22f4c86ba04cfc3ec567ecd32514e25",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: resolve clippy pedantic violations",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-30T20:03:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "96108a6d52f5f9e32250172ed1be20ff2e3ef4a2",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: enable workspace-wide deny(warnings) and clippy pedantic",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-30T17:52:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bf0d80cc5449a5c3c72cf3c13d90e7e7c5917586",
"body": "chore(deps): bump api-bones 4.6.0 → 4.7.0, release socle 3.2.0",
"is_bot": false,
"headline": "Merge pull request #56 from brefwiz/bump/api-bones-4.7.0",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-29T04:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd16e5e7712731999ccda14ee1f6b7b2ce7ab0b3",
"body": null,
"is_bot": false,
"headline": "fix(ci): add CHANGELOG entry for 3.2.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-29T04:27:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e85baedaf082e963eca458c6038c19ef01382dc0",
"body": "chore(adr-0021): wire ci-changelog Makefile target",
"is_bot": false,
"headline": "Merge pull request #55 from brefwiz/chore/adr-0021-ci-changelog",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-29T04:15:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9993b332d40662d5de825de47c1374ed824b067",
"body": null,
"is_bot": false,
"headline": "chore(deps): bump api-bones 4.6.0 → 4.7.0, release socle 3.2.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-29T04:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c58a0977077e570418f57149a5c46d5f9583d15b",
"body": "Pairs with the ci-changelog Makefile recipe added in the previous\ncommit. The recipe checks `.ci-workflows/ci-scripts/check-release-changelog.sh`\nwhich the clippy action provides via actions/checkout in CI; locally\ndevelopers symlink `.ci-workflows -> ../ci-workflows` to get the same\nbehavior. Gitignore the path so the symlink is never accidentally\ncommitted.",
"is_bot": false,
"headline": "chore(adr-0021): gitignore .ci-workflows symlink",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T21:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b0efa3b739c6b204aefc40a25c2ba0fd2b6891a",
"body": "…t delegate\n\nPrevious recipe used `bash <(curl ...)` from a non-existent\n`shared-ci-workflows` GitHub URL (renamed to ci-workflows on\ngit.brefwiz.com years ago) and a hardcoded manifest path. The recipe\nwas ornamental — the clippy action used to call check-release-changelog.sh\ndirectly via its actio\n[…]\n now delegates to `make ci-changelog`, so the target needs\nto actually work. Replace with the canonical pattern from\nrepo-template that uses the .ci-workflows/ checkout already provided\nby the action.",
"is_bot": false,
"headline": "chore(adr-0021): replace broken ci-changelog recipe with shared scrip…",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T20:58:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6a21dedda069ec024ab701800522c194671fbfac",
"body": "fix(deps): regenerate Cargo.lock to match api-bones =4.6.0 pin",
"is_bot": false,
"headline": "Merge pull request #54 from brefwiz/fix/cargo-lock-api-bones-4.6.0",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T20:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16668bfac72edd2ef994a0922e7e62660beef853",
"body": "Regenerates `Cargo.lock` to match `Cargo.toml`'s `api-bones = \"=4.6.0\"` pin (already on main from #51). PR #51 bumped Cargo.toml without regenerating Cargo.lock, so `cargo publish` refused to run on a dirty working tree.\n\n## Why now\n\nThe v3.1.0 Release run failed on `cargo publish`:\n\n```\nUpdating ap\n[…]\nst plan\n\n- [ ] `cargo check` passes against the new Cargo.lock locally\n- [ ] CI passes\n- [ ] After merge + tag move: Release run reaches the `Waiting for socle 3.1.0 to appear in crates.io index` step",
"is_bot": false,
"headline": "## Summary",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T19:54:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1373d380a4a422f65a227761b4de99e905d41375",
"body": "…/checkout-6\n\nchore(deps): bump actions/checkout from 4 to 6",
"is_bot": false,
"headline": "Merge pull request #49 from brefwiz/dependabot/github_actions/actions…",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T19:49:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "099fd7ed5c22ca599d2ce5bd13a7daf78c749b93",
"body": "docs(changelog): add 3.1.0 entry to unblock release pipeline",
"is_bot": false,
"headline": "Merge pull request #53 from brefwiz/chore/changelog-3.1.0",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T18:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47a12b8f832444d6284917e0cdbdd5e54a7130e",
"body": null,
"is_bot": false,
"headline": "chore(adr-0021): add ci-changelog target + extend pre-commit chain",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T18:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d83ce7b4918209774584f74854f8bd4b3be49ae",
"body": null,
"is_bot": false,
"headline": "docs(changelog): add 3.1.0 entry (api-bones =4.6.0 bump)",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T17:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef872bf156da788643b21c1ff34b4f0692e8f20f",
"body": "chore(release): bump socle 3.0.1 → 3.1.0",
"is_bot": false,
"headline": "Merge pull request #52 from brefwiz/chore/release-3.1.0",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T17:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "965a9c0e01ebe2a59006386b3fe5bb0460b46d19",
"body": "Releases socle pinning api-bones =4.6.0 (merged in #51) so consumers can\npick up the new socle version without dependency conflicts.\n\nThis is a minor bump because the public API surface re-exports api-bones\ntypes, so an api-bones minor change is observable as a minor change to\nsocle consumers.",
"is_bot": false,
"headline": "chore(release): bump socle 3.0.1 → 3.1.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T17:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bcc53c537dba079b92e548d002dda24e320dfe1",
"body": "chore(deps): bump api-bones to 4.6.0",
"is_bot": false,
"headline": "Merge pull request #51 from brefwiz/chore/bump-api-bones-4.6.0",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T17:04:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1355ed496cf50ec4b2f6aaf93a73aa20a8a1beb",
"body": null,
"is_bot": false,
"headline": "chore(deps): bump api-bones to 4.6.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T16:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8192aec8405e00483fd9d7e5bf0d526e65fc31a2",
"body": "chore(adr-0021): add pre-commit target to Makefile",
"is_bot": false,
"headline": "Merge pull request #50 from brefwiz/chore/adr-0021-pre-commit",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T15:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b286cbd349957da60b786309e73363751b3680a",
"body": "Adds the `pre-commit` target required by ADR-0021 (Unified Makefile Contract for Brefwiz Repos):\n\n```make\n.PHONY: pre-commit\npre-commit: ci-format ci-lint ci-test ## Run all pre-commit checks (ADR-0021)\n```\n\nThis brings the repo into compliance with the contract. All other required targets (`help`, \n[…]\ntions. The CI guard added to `ci-workflows`/`shared-ci-workflows` will start enforcing this once merged.\n\n## Test plan\n\n- [ ] `make pre-commit` runs locally and exits 0 on a clean tree\n- [ ] CI passes",
"is_bot": false,
"headline": "## Summary",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-27T15:04:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ffb4ea81bc3ff18ab5651a22c2f599cb966174fd",
"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": "chore(deps): bump actions/checkout from 4 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-27T00:22:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be2f7e9746f80d749c3fc7b1a8638481b6424748",
"body": "feat(testing): handler_assert — typed RfcOk test helpers",
"is_bot": false,
"headline": "Merge pull request #48 from brefwiz/feat/handler-assert-testing-helpers",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-26T22:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b16e688059e0cb6f489d6361e8347104df8f819f",
"body": "…_code",
"is_bot": false,
"headline": "fix(testing): unwrap_err_status returns u16 to match ApiError::status…",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-26T22:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa9075213f42965647a8eec92a620feec67e4ed",
"body": null,
"is_bot": false,
"headline": "style: rustfmt",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-26T22:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb8eb181134d129c12ac762f3df5df2b21bcfd0e",
"body": "Provides typed assertion helpers over the full api-bones payload surface\nso services don't hand-roll body_json()[\"data\"] deserialization.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(testing): add handler_assert module for RfcOk handler unit tests",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-26T22:46:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ea6e9475a102affa0a3adf67674ae653a52ca105",
"body": "…cement\n\nfeat(rfc-types): compile-time enforcement of api-bones types — socle 3.0",
"is_bot": false,
"headline": "Merge pull request #47 from brefwiz/feat/rfc-types-compile-time-enfor…",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-26T21:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fd5d69daf85e1410f2ab9498f11535acb28f3e5",
"body": "- Add prominent RFC-oriented response types section with builder table,\n handler examples, UnconstrainedResponse opt-out, and test accessor usage\n- Add rfc-types to the features table (default on)\n- Fix handler examples: builder functions return HandlerResponse<T> directly,\n no Ok(...) wrapper; et\n[…]\nreturn type\n- Update version references 2.0 -> 3.0 in usage and dev-dependency snippets\n- Add unit testing section showing RfcOk<T> accessors\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(readme): document rfc-types enforcement for 3.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-26T21:43:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4e3651cbd0f9cd7dac65450a1a742d4a20b74343",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "style: rustfmt",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-26T21:37:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "57c07be48a4f273bd632833aa1f13bf47f6ec7fc",
"body": "Introduces compile-time enforcement of the api-bones response contract\n(ADR platform/0020). Direct Ok((...)) construction of handler responses is\nnow a compile error when the default rfc-types feature is active.\n\n- RfcOk<T>: sealed success type with private constructor; built only via\n ok/created/c\n[…]\nBreaking: Ok arm of all handler type aliases changes from plain tuples to\nRfcOk<T>; created_under now requires T: Serialize at the call site.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(rfc-types): seal handler success arms behind RfcOk<T> — socle 3.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-26T21:34:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "35826a34f08b5deca8c88626dd3d95c6bc118938",
"body": "feat: add created_under helper",
"is_bot": false,
"headline": "Merge pull request #46 from brefwiz/feat/created-under",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T23:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4cde2c729e977b79a5a628a087cc2e8543d8819",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add created_under — compose 201 Location from route prefix + HasId",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T23:53:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3fdeeca5cb29b7e01a4f422e05b010df133875a7",
"body": "fix(deps): bump async-nats for RUSTSEC-2026-0104",
"is_bot": false,
"headline": "Merge pull request #45 from brefwiz/fix/rustsec-2026-0104",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T22:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e4dd674711762eb9c855886b5d5073d95e5aa80",
"body": "Pulls rustls-webpki >=0.103.13, fixing reachable panic in CRL parsing.\nAffects the `nats` feature only.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(deps): bump async-nats 0.38 → 0.47 for RUSTSEC-2026-0104",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T21:49:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9f7f10bb97ddedc40dfe297d8f2f42741e355240",
"body": "chore(release): v2.5.0",
"is_bot": false,
"headline": "Merge pull request #44 from brefwiz/bump/2.5.0",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T21:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa0718646aab6f38ac13145a2481251160dff5e0",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): bump version 2.4.0 → 2.5.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T21:16:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2897d771f114ec31f97ea95c65801f7775358494",
"body": "feat(middleware): audit capture Tower layer with pluggable sinks",
"is_bot": false,
"headline": "Merge pull request #43 from brefwiz/feat/audit-layer-39",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T21:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78f8526047f5a91bc1c08d7a0f31fddd6431b0a7",
"body": "Closes #39",
"is_bot": false,
"headline": "feat(middleware): audit capture Tower layer with pluggable sinks",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T21:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29e529d413deaf7150a3936b0528a3c5d4850367",
"body": "feat(handler): add CreatedAtResponse + created_at helper with Location header",
"is_bot": false,
"headline": "Merge pull request #42 from brefwiz/feat/created-at-helper-41",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T20:49:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3516f1afd6766ea15232690c547c883f4eada60f",
"body": "…n header\n\nCloses #41",
"is_bot": false,
"headline": "feat(handler): add CreatedAtResponse + created_at helper with Locatio…",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T20:38:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37f7f00cfb622d59ad1c765adbaf9cff296bf391",
"body": "feat(middleware): org isolation extractor + policy enforcement layer",
"is_bot": false,
"headline": "Merge pull request #40 from brefwiz/feat/org-isolation-38",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T20:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "888329cff2bf672b7b739f6c01749227e0977f0a",
"body": "Closes #38",
"is_bot": false,
"headline": "feat(middleware): org isolation extractor + policy enforcement layer",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T20:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93f1700e68918954d8b9e65c2f9705769dd9b9e2",
"body": "feat: add listed_page() client-side pagination helper",
"is_bot": false,
"headline": "Merge pull request #37 from brefwiz/feat/listed-page",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T01:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0bbb3c36a9978eb0995e1b249c6d456059dcb50",
"body": "Closes brefwiz/service-kit#170\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add listed_page() ergonomic client-side pagination helper",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-25T01:05:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d58b3f17c9bcc2e51873b1438b88f2004439445",
"body": "fix(openapi): vendor utoipa-swagger-ui assets",
"is_bot": false,
"headline": "Merge pull request #36 from brefwiz/fix/vendor-swagger-ui-assets",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T23:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7470697842d82f722a9ac3b02117f97b8fef1d51",
"body": "The build script downloads Swagger UI from GitHub at build time, which\nfails in air-gapped CI environments. Add the `vendored` feature so the\npre-bundled assets are used instead, making the openapi feature safe to\nenable on runners without outbound internet access.",
"is_bot": false,
"headline": "fix(openapi): vendor utoipa-swagger-ui assets",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T22:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f01f7f00da259dc1075be1da9975f6098e61f054",
"body": "chore: bump version 2.2.0 → 2.3.0",
"is_bot": false,
"headline": "Merge pull request #35 from brefwiz/bump/2.3.0",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T08:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa160edfed1789426516d2d63521f5fc9660f5f2",
"body": "2.2.0 was already taken in the registry; re-release the same fix under 2.3.0.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): bump version 2.2.0 → 2.3.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T08:10:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a13779c153da5b528540c962d2fc43f6deafd4dd",
"body": "fix: EtaggedHandlerResponse tuple order + etagged() helper (v2.2.0)",
"is_bot": false,
"headline": "Merge pull request #34 from brefwiz/feat/etagged-helper",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T08:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f08de75623c97a9c995d7aaa4e74efd433866b65",
"body": "axum 0.8 only implements IntoResponse for tuples where StatusCode is\nthe first element. The previous (ETag, StatusCode, Json<...>) order\ncaused the Handler trait bound to fail at registration sites.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(handler_error): put StatusCode first in EtaggedHandlerResponse tuple",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T07:54:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c7b693b9805328bb33d49abd2dd801b9b3233025",
"body": "feat(handler_error): add etagged helper + release v2.1.0",
"is_bot": false,
"headline": "Merge pull request #33 from brefwiz/feat/etagged-helper",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T07:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59de3266de5b3c725a23e57f2353df8d8f7c4bb1",
"body": "- Add etagged(etag, value) builder for EtaggedHandlerResponse<T>\n- Re-export etagged from crate root\n- Unit test for etagged\n- Bump version 2.0.0 → 2.1.0\n- CHANGELOG entry for 2.1.0\n\nCloses #32",
"is_bot": false,
"headline": "feat(handler_error): add etagged helper + release v2.1.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T07:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee9a0cd67ea119ddb99111314e5dcd0fcfa49ec8",
"body": "feat(handler): ok/created/listed return Result directly",
"is_bot": false,
"headline": "Merge pull request #31 from brefwiz/feat/http-client-with-middleware",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T06:32:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9470c096e0becb6117bcaf4b581bfa8fb5548218",
"body": "Handlers now write `ok(value)` instead of `Ok(ok(value))`. Breaking\nchange: callers that destructured the bare tuple must add `.unwrap()`.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(handler): ok/created/listed return Result directly",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T06:25:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eb6d50ed6de4b0759060937960ed04a115b1d680",
"body": "feat(http-client): add .with(middleware) extension point on ClientBuilder",
"is_bot": false,
"headline": "Merge pull request #30 from brefwiz/feat/http-client-with-middleware",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T05:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcef06f571acff32bc036c3e958aade11e5f0dc2",
"body": null,
"is_bot": false,
"headline": "chore: release v1.3.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T05:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91bdbf28b20c5aa72beb7fcea2831313978cb9f4",
"body": "…uilder\n\nCloses #29",
"is_bot": false,
"headline": "feat(http-client): add `.with(middleware)` extension point on ClientB…",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T05:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01eb0855d9ec75f37176b8f0c05e289c42474d5d",
"body": "chore: release v1.2.1",
"is_bot": false,
"headline": "Merge pull request #28 from brefwiz/feat/testing-postgres",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T05:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b06d64ba9e9c82f0033c6692acca4bdbc0c14ace",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: align opentelemetry core crate to 0.31",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T05:27:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8588fc44a3ac58908f3092f2ee81ce6505523672",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release v1.2.1",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T05:19:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "47d7d49d63d055c5b230c5fdc59e08c31741ecf7",
"body": "docs: rewrite README for v1.2.0",
"is_bot": false,
"headline": "Merge pull request #27 from brefwiz/feat/testing-postgres",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T04:38:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "263b349d1e394e383e131a9e59992a4f725e1495",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: rewrite README to cover all v1.2.0 features",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T04:31:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c28afc8a6105e5dd4271f3b54ae101999ef720c4",
"body": "chore: release v1.2.0",
"is_bot": false,
"headline": "Merge pull request #26 from brefwiz/feat/testing-postgres",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T04:25:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08199aab3141cf44b155804afc78a22beaf775d5",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release v1.2.0",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T04:20:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "687cf9d0b5d189e44e5e6676fe3e73cfc9ece4c3",
"body": "feat(testing-postgres): promote EphemeralPostgres from service-kit",
"is_bot": false,
"headline": "Merge pull request #25 from brefwiz/feat/testing-postgres",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T04:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91184fc37e23b256cfcebbd89b75beb2ed2c3c70",
"body": "Closes #18",
"is_bot": false,
"headline": "feat(testing-postgres): promote EphemeralPostgres from service-kit",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T04:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c213a621394cb9f0b6153af76f07929a49382d3f",
"body": "feat(testing): promote TestApp ephemeral-server harness",
"is_bot": false,
"headline": "Merge pull request #24 from brefwiz/feat/test-app-harness",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T03:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67ebe7a5ab5166912b9e8955beae82962da7be45",
"body": "Closes #17",
"is_bot": false,
"headline": "feat(testing): promote TestApp ephemeral-server harness from service-kit",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T03:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea79b222b5f9457aca7b426fe3eef4549a37f824",
"body": "feat(testing): promote span-capture helpers from service-kit",
"is_bot": false,
"headline": "Merge pull request #23 from brefwiz/feat/span-capture-testing",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T03:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc1eff55f4859f89c76fd16f65fbf41dab6b125d",
"body": "Closes #16",
"is_bot": false,
"headline": "feat(testing): promote span-capture helpers from service-kit",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T03:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8a09792175088b046db9e7f8583b481443ffa05",
"body": "feat(metrics): promote RED metrics tower layer from service-kit",
"is_bot": false,
"headline": "Merge pull request #22 from brefwiz/feat/metrics-layer",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T03:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0b9488de3bb55717cd062ee533561e390b48116",
"body": "Closes #15",
"is_bot": false,
"headline": "feat(metrics): promote RED metrics tower layer from service-kit",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T03:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da360b66f72fd2799097bc42c104ec2369da9541",
"body": "feat(http-client): trace-propagating reqwest client",
"is_bot": false,
"headline": "Merge pull request #21 from brefwiz/feat/http-client",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T03:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2575f505cd1f3a714d47d49cca1747c64326d6dc",
"body": "- Replace HashMapInjector (intermediate allocation) with HeaderMapInjector\n that injects directly into req.headers_mut()\n- RequestIdMiddleware: use .entry().or_insert() to not overwrite an\n existing x-request-id header (matches service-kit behaviour)\n- Add #[must_use] to ClientBuilder and Default impl\n- Align user_agent to impl Into<String>",
"is_bot": false,
"headline": "refactor(http-client): align with service-kit implementation",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T03:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "830357d8374eb18a42468669cf64e6aaeffa2d4e",
"body": "Adds the `http-client` feature exposing `socle::http_client::builder()`\nwith W3C traceparent/tracestate injection and x-request-id forwarding.\n\nCloses #14",
"is_bot": false,
"headline": "feat(http-client): promote trace-propagating reqwest client to socle",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T03:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceaa29bd6454794d7e2a044e037cfb86e3f489b9",
"body": "feat(openapi): promote OpenAPI 3.0.3 helpers to socle::openapi",
"is_bot": false,
"headline": "Merge pull request #20 from brefwiz/feat/openapi-module",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T02:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5809e6a5db2aeb1e21cab533796b0603507a374",
"body": null,
"is_bot": false,
"headline": "style: rustfmt",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T02:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7a9606411914991b12720ff703cf4d5fac696b",
"body": "… module\n\nAdds src/openapi.rs with the five items required by issue #13:\n- merge_health_paths(&mut OpenApi, &str) — idempotent health path injection\n- to_3_0_pretty_json(&OpenApi) -> Result<String> — 3.0.3 serialisation\n- rewrite_nullable_for_progenitor(&mut Value) — nullable array rewriting\n- Beare\n[…]\nRemoves old inline openapi module from lib.rs and cleans up dead adapter\nfunctions that were superseded by the new public module.\n\nCloses #13\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(openapi): promote OpenAPI 3.0.3 helpers to public socle::openapi…",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T02:31:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "00e673a9845ee2bd8ebaa4063640e157c3d94352",
"body": "feat: add listed(), ok(), created() envelope helpers to handler_error",
"is_bot": false,
"headline": "Merge pull request #12 from brefwiz/feat/response-helpers",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T01:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9709fd9b376b4d30f931c9382240ae48134821aa",
"body": "…e/EtaggedHandlerResponse types\n\nMoves response-building ergonomics down to socle where the deps already live.\nservice-kit can now re-export these instead of duplicating them.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add listed(), ok(), created() envelope helpers + CreatedRespons…",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-24T01:50:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e129c8e3df5070a5c91bea051faf5334bf63f71a",
"body": "feat(handler): HandlerResponse + HandlerListResponse; remove HandlerResult",
"is_bot": false,
"headline": "Merge pull request #11 from brefwiz/feat/envelope-handler-types",
"author_name": "Grégoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-22T12:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebe731516f3a65ef310b658b72806b97894e696f",
"body": "…ndlerResult (ADR platform/0016)\n\nHandlerResult<T> wrapped bare Json<T>, violating the platform envelope contract.\nReplaced with HandlerResponse<T> = Result<(StatusCode, Json<ApiResponse<T>>), HandlerError>\nand HandlerListResponse<T> = Result<Json<ApiResponse<PaginatedResponse<T>>>, HandlerError>.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(handler): add HandlerResponse and HandlerListResponse; remove Ha…",
"author_name": "Gregoire Salingue",
"author_login": "gsalingu",
"committed_at": "2026-04-21T20:07:51Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 27,
"commits_last_year": 122,
"latest_release_at": "2026-07-24T04:15:55Z",
"latest_release_tag": "v4.2.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 7,
"days_since_latest_release": 0,
"mean_days_between_releases": 9.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "socle",
"exists": true,
"license": "MIT",
"keywords": [
"http",
"telemetry",
"bootstrap",
"tower",
"axum",
"asynchronous",
"web-programming::http-server"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/socle",
"is_deprecated": false,
"latest_version": "4.2.2",
"repository_url": "https://github.com/brefwiz/socle",
"versions_count": 27,
"total_downloads": 32502,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 10460,
"first_published_at": "2026-04-21T06:07:31.770350Z",
"latest_published_at": "2026-07-24T04:15:43.430548Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 14
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 31633,
"source_files_sampled": 62,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "serde_with",
"direct": false,
"version": "3.17.0",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 4,
"advisory_ids": [
"GHSA-7gcf-g7xr-8hxj"
],
"fixed_version": "3.21.0",
"advisory_count": 1,
"oldest_advisory_days": 8
},
{
"name": "time",
"direct": false,
"version": "0.3.45",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-r6v5-fh4h-64xc",
"RUSTSEC-2026-0009"
],
"fixed_version": "0.3.47",
"advisory_count": 2,
"oldest_advisory_days": 169
},
{
"name": "proc-macro-error2",
"direct": false,
"version": "2.0.1",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0173"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 47
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1,
"moderate": 2
},
"advisory_count": 4,
"affected_count": 3,
"assessed_count": 457,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "axum",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "tower",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "tower-http",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "uuid",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "futures-util",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "tracing",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "tracing-subscriber",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "figment",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "chrono",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "api-bones",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "6"
},
{
"name": "sqlx",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "governor",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "utoipa",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5"
},
{
"name": "utoipa-swagger-ui",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "9"
},
{
"name": "dotenvy",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.15"
},
{
"name": "reqwest",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "reqwest-middleware",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "opentelemetry",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.32"
},
{
"name": "async-trait",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "aes-gcm",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "hkdf",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "sha2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "zeroize",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "http",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "opentelemetry_sdk",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.32"
},
{
"name": "opentelemetry-prometheus",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.32"
},
{
"name": "prometheus",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14"
},
{
"name": "validator",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.20"
},
{
"name": "testcontainers",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.27"
},
{
"name": "testcontainers-modules",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.15"
},
{
"name": "async-nats",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.49"
},
{
"name": "metrics-api",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.23"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "aes-gcm",
"direct": true,
"version": "0.10.3",
"ecosystem": "crates"
},
{
"name": "api-bones",
"direct": true,
"version": "6.6.0",
"ecosystem": "crates"
},
{
"name": "async-nats",
"direct": true,
"version": "0.49.1",
"ecosystem": "crates"
},
{
"name": "async-trait",
"direct": true,
"version": "0.1.89",
"ecosystem": "crates"
},
{
"name": "axum",
"direct": true,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": true,
"version": "0.4.45",
"ecosystem": "crates"
},
{
"name": "dotenvy",
"direct": true,
"version": "0.15.7",
"ecosystem": "crates"
},
{
"name": "figment",
"direct": true,
"version": "0.10.19",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": true,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "governor",
"direct": true,
"version": "0.10.4",
"ecosystem": "crates"
},
{
"name": "hkdf",
"direct": true,
"version": "0.12.4",
"ecosystem": "crates"
},
{
"name": "hkdf",
"direct": true,
"version": "0.13.0",
"ecosystem": "crates"
},
{
"name": "http",
"direct": true,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "opentelemetry",
"direct": true,
"version": "0.32.0",
"ecosystem": "crates"
},
{
"name": "opentelemetry-prometheus",
"direct": true,
"version": "0.32.0",
"ecosystem": "crates"
},
{
"name": "opentelemetry_sdk",
"direct": true,
"version": "0.32.1",
"ecosystem": "crates"
},
{
"name": "prometheus",
"direct": true,
"version": "0.14.0",
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": true,
"version": "0.13.4",
"ecosystem": "crates"
},
{
"name": "reqwest-middleware",
"direct": true,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.150",
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": "0.10.9",
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "sqlx",
"direct": true,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "testcontainers",
"direct": true,
"version": "0.27.3",
"ecosystem": "crates"
},
{
"name": "testcontainers-modules",
"direct": true,
"version": "0.15.0",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": "1.52.3",
"ecosystem": "crates"
},
{
"name": "tower",
"direct": true,
"version": "0.5.3",
"ecosystem": "crates"
},
{
"name": "tower-http",
"direct": true,
"version": "0.6.11",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": true,
"version": "0.1.44",
"ecosystem": "crates"
},
{
"name": "tracing-subscriber",
"direct": true,
"version": "0.3.23",
"ecosystem": "crates"
},
{
"name": "utoipa",
"direct": true,
"version": "5.5.0",
"ecosystem": "crates"
},
{
"name": "utoipa-swagger-ui",
"direct": true,
"version": "9.0.2",
"ecosystem": "crates"
},
{
"name": "uuid",
"direct": true,
"version": "1.23.4",
"ecosystem": "crates"
},
{
"name": "validator",
"direct": true,
"version": "0.20.0",
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": true,
"version": "1.9.0",
"ecosystem": "crates"
},
{
"name": "adler2",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "aead",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "aes",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "ahash",
"direct": false,
"version": "0.8.12",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "alloc-no-stdlib",
"direct": false,
"version": "2.0.4",
"ecosystem": "crates"
},
{
"name": "alloc-stdlib",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "allocator-api2",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "android_system_properties",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": false,
"version": "1.0.103",
"ecosystem": "crates"
},
{
"name": "arbitrary",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "astral-tokio-tar",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "async-compression",
"direct": false,
"version": "0.4.42",
"ecosystem": "crates"
},
{
"name": "async-stream",
"direct": false,
"version": "0.3.6",
"ecosystem": "crates"
},
{
"name": "async-stream-impl",
"direct": false,
"version": "0.3.6",
"ecosystem": "crates"
},
{
"name": "atoi",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "atomic",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "atomic-waker",
"direct": false,
"version": "1.1.2",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.1",
"ecosystem": "crates"
},
{
"name": "aws-lc-rs",
"direct": false,
"version": "1.17.1",
"ecosystem": "crates"
},
{
"name": "aws-lc-sys",
"direct": false,
"version": "0.42.0",
"ecosystem": "crates"
},
{
"name": "axum-core",
"direct": false,
"version": "0.5.6",
"ecosystem": "crates"
},
{
"name": "axum-macros",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": false,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "base64ct",
"direct": false,
"version": "1.8.3",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.13.0",
"ecosystem": "crates"
},
{
"name": "block-buffer",
"direct": false,
"version": "0.10.4",
"ecosystem": "crates"
},
{
"name": "block-buffer",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "bollard",
"direct": false,
"version": "0.20.2",
"ecosystem": "crates"
},
{
"name": "bollard-buildkit-proto",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "bollard-stubs",
"direct": false,
"version": "1.52.1-rc.29.1.3",
"ecosystem": "crates"
},
{
"name": "brotli",
"direct": false,
"version": "8.0.4",
"ecosystem": "crates"
},
{
"name": "brotli-decompressor",
"direct": false,
"version": "5.0.3",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.3",
"ecosystem": "crates"
},
{
"name": "bytemuck",
"direct": false,
"version": "1.25.0",
"ecosystem": "crates"
},
{
"name": "byteorder",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.65",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "cfg_aliases",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "chacha20",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "cipher",
"direct": false,
"version": "0.4.4",
"ecosystem": "crates"
},
{
"name": "cmake",
"direct": false,
"version": "0.1.58",
"ecosystem": "crates"
},
{
"name": "cmov",
"direct": false,
"version": "0.5.4",
"ecosystem": "crates"
},
{
"name": "combine",
"direct": false,
"version": "4.6.7",
"ecosystem": "crates"
},
{
"name": "compression-codecs",
"direct": false,
"version": "0.4.38",
"ecosystem": "crates"
},
{
"name": "compression-core",
"direct": false,
"version": "0.4.32",
"ecosystem": "crates"
},
{
"name": "concurrent-queue",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "const-oid",
"direct": false,
"version": "0.9.6",
"ecosystem": "crates"
},
{
"name": "core-foundation",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "core-foundation-sys",
"direct": false,
"version": "0.8.7",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "crc",
"direct": false,
"version": "3.4.0",
"ecosystem": "crates"
},
{
"name": "crc-catalog",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "crc32fast",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "crossbeam-queue",
"direct": false,
"version": "0.3.12",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.21",
"ecosystem": "crates"
},
{
"name": "crypto-common",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "crypto-common",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "ctr",
"direct": false,
"version": "0.9.2",
"ecosystem": "crates"
},
{
"name": "ctutils",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "curve25519-dalek",
"direct": false,
"version": "4.1.3",
"ecosystem": "crates"
},
{
"name": "curve25519-dalek-derive",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "darling",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling",
"direct": false,
"version": "0.21.3",
"ecosystem": "crates"
},
{
"name": "darling_core",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling_core",
"direct": false,
"version": "0.21.3",
"ecosystem": "crates"
},
{
"name": "darling_macro",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling_macro",
"direct": false,
"version": "0.21.3",
"ecosystem": "crates"
},
{
"name": "dashmap",
"direct": false,
"version": "6.2.1",
"ecosystem": "crates"
},
{
"name": "data-encoding",
"direct": false,
"version": "2.11.0",
"ecosystem": "crates"
},
{
"name": "der",
"direct": false,
"version": "0.7.10",
"ecosystem": "crates"
},
{
"name": "deranged",
"direct": false,
"version": "0.5.8",
"ecosystem": "crates"
},
{
"name": "derive_arbitrary",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "digest",
"direct": false,
"version": "0.10.7",
"ecosystem": "crates"
},
{
"name": "digest",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "displaydoc",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "docker_credential",
"direct": false,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "dunce",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "dyn-clone",
"direct": false,
"version": "1.0.20",
"ecosystem": "crates"
},
{
"name": "ed25519",
"direct": false,
"version": "2.2.3",
"ecosystem": "crates"
},
{
"name": "ed25519-dalek",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.16.0",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.14",
"ecosystem": "crates"
},
{
"name": "etcetera",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "event-listener",
"direct": false,
"version": "5.4.1",
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": false,
"version": "2.4.1",
"ecosystem": "crates"
},
{
"name": "ferroid",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "fiat-crypto",
"direct": false,
"version": "0.2.9",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "flate2",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "flume",
"direct": false,
"version": "0.12.0",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "form_urlencoded",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "fs_extra",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "futures",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-channel",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-executor",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-intrusive",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "futures-io",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-macro",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-sink",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-timer",
"direct": false,
"version": "3.0.4",
"ecosystem": "crates"
},
{
"name": "generic-array",
"direct": false,
"version": "0.14.7",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "ghash",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "h2",
"direct": false,
"version": "0.4.15",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.12.3",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.14.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.17.1",
"ecosystem": "crates"
},
{
"name": "hashlink",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "hex",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "hmac",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "hmac",
"direct": false,
"version": "0.13.0",
"ecosystem": "crates"
},
{
"name": "home",
"direct": false,
"version": "0.5.11",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "http-body-util",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "httparse",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "httpdate",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "hybrid-array",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "hyper",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "hyper-named-pipe",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "hyper-rustls",
"direct": false,
"version": "0.27.9",
"ecosystem": "crates"
},
{
"name": "hyper-timeout",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "hyper-util",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "hyperlocal",
"direct": false,
"version": "0.9.1",
"ecosystem": "crates"
},
{
"name": "iana-time-zone",
"direct": false,
"version": "0.1.65",
"ecosystem": "crates"
},
{
"name": "iana-time-zone-haiku",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "icu_collections",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_locale_core",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_normalizer",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_normalizer_data",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_properties",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "icu_properties_data",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "icu_provider",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "ident_case",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "idna",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "idna_adapter",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "1.9.3",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.14.0",
"ecosystem": "crates"
},
{
"name": "inlinable_string",
"direct": false,
"version": "0.1.15",
"ecosystem": "crates"
},
{
"name": "inout",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "ipnet",
"direct": false,
"version": "2.12.0",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.14.0",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "jni",
"direct": false,
"version": "0.22.4",
"ecosystem": "crates"
},
{
"name": "jni-macros",
"direct": false,
"version": "0.22.4",
"ecosystem": "crates"
},
{
"name": "jni-sys",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "jni-sys-macros",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.34",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.103",
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.186",
"ecosystem": "crates"
},
{
"name": "libsqlite3-sys",
"direct": false,
"version": "0.37.0",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.4.15",
"ecosystem": "crates"
},
{
"name": "litemap",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "lock_api",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.33",
"ecosystem": "crates"
},
{
"name": "lru-slab",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "matchers",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "matchit",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "md-5",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.2",
"ecosystem": "crates"
},
{
"name": "metrics",
"direct": false,
"version": "0.23.1",
"ecosystem": "crates"
},
{
"name": "mime",
"direct": false,
"version": "0.3.17",
"ecosystem": "crates"
},
{
"name": "mime_guess",
"direct": false,
"version": "2.0.5",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "nkeys",
"direct": false,
"version": "0.4.5",
"ecosystem": "crates"
},
{
"name": "nonzero_ext",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "nu-ansi-term",
"direct": false,
"version": "0.50.3",
"ecosystem": "crates"
},
{
"name": "nuid",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "num",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "num-bigint",
"direct": false,
"version": "0.4.7",
"ecosystem": "crates"
},
{
"name": "num-complex",
"direct": false,
"version": "0.4.6",
"ecosystem": "crates"
},
{
"name": "num-conv",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "num-integer",
"direct": false,
"version": "0.1.46",
"ecosystem": "crates"
},
{
"name": "num-iter",
"direct": false,
"version": "0.1.45",
"ecosystem": "crates"
},
{
"name": "num-rational",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.4",
"ecosystem": "crates"
},
{
"name": "opaque-debug",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "openssl-probe",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "parking",
"direct": false,
"version": "2.2.1",
"ecosystem": "crates"
},
{
"name": "parking_lot",
"direct": false,
"version": "0.12.5",
"ecosystem": "crates"
},
{
"name": "parking_lot_core",
"direct": false,
"version": "0.9.12",
"ecosystem": "crates"
},
{
"name": "parse-display",
"direct": false,
"version": "0.9.1",
"ecosystem": "crates"
},
{
"name": "parse-display-derive",
"direct": false,
"version": "0.9.1",
"ecosystem": "crates"
},
{
"name": "pear",
"direct": false,
"version": "0.2.9",
"ecosystem": "crates"
},
{
"name": "pear_codegen",
"direct": false,
"version": "0.2.9",
"ecosystem": "crates"
},
{
"name": "pem-rfc7468",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": "2.3.2",
"ecosystem": "crates"
},
{
"name": "pin-project",
"direct": false,
"version": "1.1.13",
"ecosystem": "crates"
},
{
"name": "pin-project-internal",
"direct": false,
"version": "1.1.13",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "pkcs8",
"direct": false,
"version": "0.10.2",
"ecosystem": "crates"
},
{
"name": "pkg-config",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "polyval",
"direct": false,
"version": "0.6.2",
"ecosystem": "crates"
},
{
"name": "portable-atomic",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "potential_utf",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "powerfmt",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "ppv-lite86",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "proc-macro-error-attr2",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "proc-macro-error2",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "proc-macro2-diagnostics",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "prost",
"direct": false,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "prost-derive",
"direct": false,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "prost-types",
"direct": false,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "quinn",
"direct": false,
"version": "0.11.11",
"ecosystem": "crates"
},
{
"name": "quinn-proto",
"direct": false,
"version": "0.11.15",
"ecosystem": "crates"
},
{
"name": "quinn-udp",
"direct": false,
"version": "0.5.14",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.46",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "5.3.0",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.10.2",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.5.18",
"ecosystem": "crates"
},
{
"name": "ref-cast",
"direct": false,
"version": "1.0.25",
"ecosystem": "crates"
},
{
"name": "ref-cast-impl",
"direct": false,
"version": "1.0.25",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.12.4",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "ring",
"direct": false,
"version": "0.17.14",
"ecosystem": "crates"
},
{
"name": "rust-embed",
"direct": false,
"version": "8.11.0",
"ecosystem": "crates"
},
{
"name": "rust-embed-impl",
"direct": false,
"version": "8.11.0",
"ecosystem": "crates"
},
{
"name": "rust-embed-utils",
"direct": false,
"version": "8.11.0",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": false,
"version": "2.1.3",
"ecosystem": "crates"
},
{
"name": "rustc_version",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "0.38.44",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "rustls",
"direct": false,
"version": "0.23.41",
"ecosystem": "crates"
},
{
"name": "rustls-native-certs",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "rustls-pki-types",
"direct": false,
"version": "1.15.0",
"ecosystem": "crates"
},
{
"name": "rustls-platform-verifier",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "rustls-platform-verifier-android",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "rustls-webpki",
"direct": false,
"version": "0.103.13",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.22",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "schannel",
"direct": false,
"version": "0.1.29",
"ecosystem": "crates"
},
{
"name": "schemars",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "schemars",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "scopeguard",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "security-framework",
"direct": false,
"version": "3.7.0",
"ecosystem": "crates"
},
{
"name": "security-framework-sys",
"direct": false,
"version": "2.17.0",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.28",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_nanos",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "serde_path_to_error",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "serde_repr",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "serde_spanned",
"direct": false,
"version": "0.6.9",
"ecosystem": "crates"
},
{
"name": "serde_urlencoded",
"direct": false,
"version": "0.7.1",
"ecosystem": "crates"
},
{
"name": "serde_with",
"direct": false,
"version": "3.17.0",
"ecosystem": "crates"
},
{
"name": "serde_with_macros",
"direct": false,
"version": "3.17.0",
"ecosystem": "crates"
},
{
"name": "sha1",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "sha1_smol",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "sharded-slab",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "signal-hook-registry",
"direct": false,
"version": "1.4.8",
"ecosystem": "crates"
},
{
"name": "signatory",
"direct": false,
"version": "0.27.1",
"ecosystem": "crates"
},
{
"name": "signature",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "simd-adler32",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "simd_cesu8",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "simdutf8",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.2",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "spin",
"direct": false,
"version": "0.9.8",
"ecosystem": "crates"
},
{
"name": "spinning_top",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "spki",
"direct": false,
"version": "0.7.3",
"ecosystem": "crates"
},
{
"name": "sqlx-core",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "sqlx-macros",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "sqlx-macros-core",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "sqlx-mysql",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "sqlx-postgres",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "sqlx-sqlite",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "stable_deref_trait",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "stringprep",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "strsim",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "structmeta",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "structmeta-derive",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "subtle",
"direct": false,
"version": "2.6.1",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.118",
"ecosystem": "crates"
},
{
"name": "sync_wrapper",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "synstructure",
"direct": false,
"version": "0.13.2",
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": false,
"version": "3.27.0",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "thread_local",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "time",
"direct": false,
"version": "0.3.45",
"ecosystem": "crates"
},
{
"name": "time-core",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "time-macros",
"direct": false,
"version": "0.2.25",
"ecosystem": "crates"
},
{
"name": "tinystr",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "tinyvec",
"direct": false,
"version": "1.11.0",
"ecosystem": "crates"
},
{
"name": "tinyvec_macros",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "tokio-macros",
"direct": false,
"version": "2.7.0",
"ecosystem": "crates"
},
{
"name": "tokio-rustls",
"direct": false,
"version": "0.26.4",
"ecosystem": "crates"
},
{
"name": "tokio-stream",
"direct": false,
"version": "0.1.18",
"ecosystem": "crates"
},
{
"name": "tokio-util",
"direct": false,
"version": "0.7.18",
"ecosystem": "crates"
},
{
"name": "tokio-websockets",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": false,
"version": "0.8.23",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "0.6.11",
"ecosystem": "crates"
},
{
"name": "toml_edit",
"direct": false,
"version": "0.22.27",
"ecosystem": "crates"
},
{
"name": "toml_write",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "tonic",
"direct": false,
"version": "0.14.5",
"ecosystem": "crates"
},
{
"name": "tonic-prost",
"direct": false,
"version": "0.14.5",
"ecosystem": "crates"
},
{
"name": "tower-layer",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tower-service",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tracing-attributes",
"direct": false,
"version": "0.1.31",
"ecosystem": "crates"
},
{
"name": "tracing-core",
"direct": false,
"version": "0.1.36",
"ecosystem": "crates"
},
{
"name": "tracing-log",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "tracing-serde",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "try-lock",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "tryhard",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "typenum",
"direct": false,
"version": "1.20.1",
"ecosystem": "crates"
},
{
"name": "uncased",
"direct": false,
"version": "0.9.10",
"ecosystem": "crates"
},
{
"name": "unicase",
"direct": false,
"version": "2.9.0",
"ecosystem": "crates"
},
{
"name": "unicode-bidi",
"direct": false,
"version": "0.3.18",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "unicode-normalization",
"direct": false,
"version": "0.1.25",
"ecosystem": "crates"
},
{
"name": "unicode-properties",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "universal-hash",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "untrusted",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "ureq",
"direct": false,
"version": "3.3.0",
"ecosystem": "crates"
},
{
"name": "ureq-proto",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "url",
"direct": false,
"version": "2.5.8",
"ecosystem": "crates"
},
{
"name": "utf8-zero",
"direct": false,
"version": "0.8.1",
"ecosystem": "crates"
},
{
"name": "utf8_iter",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "utoipa-gen",
"direct": false,
"version": "5.5.0",
"ecosystem": "crates"
},
{
"name": "utoipa-swagger-ui-vendored",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "validator_derive",
"direct": false,
"version": "0.20.0",
"ecosystem": "crates"
},
{
"name": "valuable",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "vcpkg",
"direct": false,
"version": "0.2.15",
"ecosystem": "crates"
},
{
"name": "version_check",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "want",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.11.1+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.1+wasi-0.2.4",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-futures",
"direct": false,
"version": "0.4.76",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": "0.3.103",
"ecosystem": "crates"
},
{
"name": "web-time",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "webpki-root-certs",
"direct": false,
"version": "1.0.8",
"ecosystem": "crates"
},
{
"name": "webpki-roots",
"direct": false,
"version": "0.26.11",
"ecosystem": "crates"
},
{
"name": "webpki-roots",
"direct": false,
"version": "1.0.8",
"ecosystem": "crates"
},
{
"name": "whoami",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "winapi",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "winapi-i686-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "windows-core",
"direct": false,
"version": "0.62.2",
"ecosystem": "crates"
},
{
"name": "windows-implement",
"direct": false,
"version": "0.60.2",
"ecosystem": "crates"
},
{
"name": "windows-interface",
"direct": false,
"version": "0.59.3",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows-result",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "windows-strings",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.59.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.60.2",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.2",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.53.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "0.7.15",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.46.0",
"ecosystem": "crates"
},
{
"name": "writeable",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "xattr",
"direct": false,
"version": "1.6.1",
"ecosystem": "crates"
},
{
"name": "yansi",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "yoke",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "yoke-derive",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.52",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.52",
"ecosystem": "crates"
},
{
"name": "zerofrom",
"direct": false,
"version": "0.1.8",
"ecosystem": "crates"
},
{
"name": "zerofrom-derive",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "zeroize_derive",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "zerotrie",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "zerovec",
"direct": false,
"version": "0.11.6",
"ecosystem": "crates"
},
{
"name": "zerovec-derive",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "zip",
"direct": false,
"version": "3.0.0",
"ecosystem": "crates"
},
{
"name": "zlib-rs",
"direct": false,
"version": "0.6.5",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.21",
"ecosystem": "crates"
},
{
"name": "zopfli",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "zstd",
"direct": false,
"version": "0.13.3",
"ecosystem": "crates"
},
{
"name": "zstd-safe",
"direct": false,
"version": "7.2.4",
"ecosystem": "crates"
},
{
"name": "zstd-sys",
"direct": false,
"version": "2.0.16+zstd.1.5.7",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 457,
"direct_count": 37,
"indirect_count": 420
}
},
"maintainership": {
"issues": {
"open_prs": 10,
"merged_prs": 55,
"open_issues": 4,
"closed_ratio": 0.81,
"closed_issues": 17,
"closed_unmerged_prs": 29
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "gsalingu",
"commits": 120,
"avatar_url": "https://avatars.githubusercontent.com/u/1230368?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"codeql.yml",
"release.yml",
"tag.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"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": 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": 10,
"reason": "14 out of 14 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/12 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": 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 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 9,
"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": 7,
"reason": "3 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8f4a1bf28b7bffb695baf6427c0f1eb238efe923",
"ran_at": "2026-07-24T14:07:38Z",
"aggregate_score": 6.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T04:15:32Z",
"oldest_open_prs": [
{
"number": 92,
"created_at": "2026-06-29T00:09:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 104,
"created_at": "2026-07-06T00:09:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 105,
"created_at": "2026-07-06T00:09:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 106,
"created_at": "2026-07-06T00:09:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 107,
"created_at": "2026-07-06T00:10:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 110,
"created_at": "2026-07-13T00:10:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 111,
"created_at": "2026-07-20T00:10:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 112,
"created_at": "2026-07-20T00:10:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 113,
"created_at": "2026-07-20T00:10:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 114,
"created_at": "2026-07-20T00:11:04Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-24T04:13:00Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 57,
"created_at": "2026-04-30T07:02:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2026-05-01T19:43:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 90,
"created_at": "2026-06-22T23:33:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 101,
"created_at": "2026-07-03T10:06:51Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/brefwiz/socle",
"host": "github.com",
"name": "socle",
"owner": "brefwiz"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 74,
"vitality": 81,
"community": 47,
"governance": 50,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 122,
"human_commit_share": 0.98,
"days_since_last_push": 0,
"active_weeks_last_year": 7
},
"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": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "122 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 122
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 27,
"latest_release_tag": "v4.2.2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 9.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "27 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 27
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~9.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 9.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"packages": [
"socle"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 32502,
"monthly_downloads": 10460
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "10,460 downloads/month across crates",
"points": 53.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 10460,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"merged_prs": 55,
"open_issues": 4,
"closed_issues": 17,
"issue_closed_ratio": 0.81,
"closed_unmerged_prs": 29
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "81% of issues closed",
"points": 37.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 81
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "55/84 decided PRs merged",
"points": 25,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 55,
"decided": 84
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/12 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": 43,
"inputs": {
"followers": 3,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "brefwiz",
"public_repos": 6,
"account_age_days": 440
},
"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": "3 followers of brefwiz",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "brefwiz"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~1 yr old",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"socle"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "27 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 27
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://crates.io/crates/socle",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://crates.io/crates/socle",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 74,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.8
},
"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 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": "14 out of 14 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/12 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.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "3 existing vulnerabilities detected",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 457 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 457
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 4,
"affected_packages": 3,
"assessed_packages": 457,
"unassessed_packages": 0,
"affected_by_severity": "moderate 2, unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 457,
"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": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 65,
"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": 1,
"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": "98 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.3,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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": "30 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 30,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 31633,
"source_files_sampled": 62,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/62 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 62,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:socle@4.2.2; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-24T14:07:54.018506Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/brefwiz/socle.svg",
"full_name": "brefwiz/socle",
"license_state": "standard",
"license_spdx": "MIT"
}