Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 223,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 408746
},
"pushed_at": "2026-07-18T17:15:58Z",
"created_at": "2026-06-08T00:45:46Z",
"owner_type": "Organization",
"updated_at": "2026-07-18T17:16:01Z",
"description": "Official Go client for the Arbitro message broker",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Arbitro",
"type": "Organization",
"login": "arbitro-io",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/262238243?v=4",
"created_at": "2026-02-18T00:41:17Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 160
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-07-18T14:48:03Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-06T00:10:44Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-04T16:20:43Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2026-06-13T01:57:55Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2026-06-09T16:29:03Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-06-08T01:16:42Z"
}
],
"recent_commits": [
{
"oid": "377bdfd1f8b62f65bca067182e89d73963ed5716",
"body": "Add CHANGELOG.md (Keep a Changelog) for the ack-reliability + parity cycle:\nackrel hot tier + wire 0x0A0x + seen dedup, Client.Request + publish_with_headers,\nheartbeat + reconnect supervisor, cron end-to-end, ConsumerExists/UpsertConsumer,\nPublishWait alias, stats/metrics/TLS, and the G05 AckPolicy/DeliverPolicy constant\nfix. Pairs with arbitro-server >= 0.6.2. Version is published via the v0.6.2 git\ntag (not created here — prepare-only).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "release: 0.6.2 — changelog",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-18T14:48:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fa523fbd5f437acc777065dd88f15f4e83e2b0e2",
"body": "parity(go): add ConsumerExists + UpsertConsumer\n\nMirror arbitro-client-tokio Client::consumer_exists (client.rs:725) and\nupsert_consumer (client.rs:783), matching the local StreamExists/UpsertStream\nidiom. ConsumerInfo already maps not-found to (nil,nil); AlreadyExists is the\nidempotent upsert path.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n@",
"is_bot": false,
"headline": "@",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-16T03:32:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dcaf7f8217b71a09fc02fae727a3e485b047d57e",
"body": "parity(go): add PublishWait name-alias for the Rust publish_wait rename\n\nForwards to Publish() (waits for broker RepOk, not disk fsync).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n@",
"is_bot": false,
"headline": "@",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-16T03:06:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2caf60646a017e7aec9ea2aed07467317de77e3c",
"body": "checkpoint: session work before client-parity faena\n\nPublish paths, service, stream, ackbatcher + ackstore WAL integration and\nbench updates ahead of the parity faena.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n@",
"is_bot": false,
"headline": "@",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-16T03:02:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "47314cc5c1784d547ec8c901bd9bb1f0f1fa543f",
"body": "Rust's ackrel::cold (SQLite WAL persistence for ack survival across\nprocess restart) is intentionally not ported to Go. Consumers needing\nrestart durability should design idempotent handlers.",
"is_bot": false,
"headline": "docs(ackrel): document cold tier OOS",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-14T07:51:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ac935ba55a664deb4ff846c12c3d7aae64a1c6",
"body": "Closes:\n- G13 ConsumerStats: internal/proto/manage.go EncodeConsumerStats sends\n {\"consumer_id\": id} at action 0x0505. Fixed client_manage.go GetPending\n (previously a stub returning 0 with a TODO) to resolve the consumer\n id, send ConsumerStats, and parse the live pending-ack count via\n RepOkRe\n[…]\nn pass.\n\nAlso, per G14, publishErrors/acksDeferred/acksConfirmed/acksExpired\nplaceholder atomics added to Client in Wave4a are removed in favor of\nsourcing the ack-tier metrics directly from ackRelay.",
"is_bot": false,
"headline": "feat(client-go): Wave4c stats + metrics + TLS + consumer validation",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-14T06:19:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6d81284f64bfd8e439355b7dea14794fee69191",
"body": "Closes:\n- G06: Client.Request never actually correlated replies -- it stored a\n channel in reqPending but nothing ever wrote to it (no per-client\n reply consumer was ever subscribed). Fixed by lazily creating (once\n per stream) a fanout reply consumer scoped to `_reply.<instanceID>.>`\n (arbitro.\n[…]\n slice. Confirmed via integration tests that the\npre-existing Service-based request/reply suite (tests/request_reply_test.go)\nnow passes end-to-end against 127.0.0.1:19899, where it previously failed.",
"is_bot": false,
"headline": "feat(client-go): Wave4b Client.Request fix + publish_with_headers",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-14T06:10:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "262495dad10a1803d0e5ad82ab2f6a9fd93c6946",
"body": "Closes:\n- G01 ackrel hot tier (internal/ackrel/relay.go), wire codecs\n (internal/proto/ackrel.go: EncodeAckStateReq, EncodeAckBatch,\n DecodeAckStateRep, DecodeAckBatchResp), dispatch hooks\n (internal/conn/connection.go: ActionAckStateRep/ActionAckBatchResp\n cases + handleAckStateRep/handleAckBat\n[…]\nhe user's Msg handler; a hit re-acks without re-invoking.\n\nWire layout verified against arbitro-proto v2::ingress::ack_state and\nv2::egress::ack_state (Rust reference). New action codes 0x0A01-0x0A04.",
"is_bot": false,
"headline": "feat(client-go): Wave4a ackrel hot tier + wire 0x0A0x + seen dedup",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-14T05:56:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "721c9c61a8196e1a80a92081564aa9e4e75746cf",
"body": "…upervisor loop, resubscribe, cron replay\n\nCloses:\n- G09 heartbeat goroutine + Pong watchdog (internal/conn/connection.go heartbeatLoop, options.go WithKeepAlive)\n- G02 reconnect supervisor + atomic.Pointer[Connection] + replaySubscriptions + replayCrons + failAllPending + decorrelated jitter backof\n[…]\nst.go (build-tagged integration) that verifies redial + resubscribe + delivery continuity via broker restart.\n\nVerified:\n- go build ./... clean\n- go vet ./... clean\n- go test ./internal/proto/... pass",
"is_bot": false,
"headline": "feat(client-go): Wave3 heartbeat + reconnect — dead-conn detection, s…",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-14T05:28:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "92fdc9b5dc7dac50dc31ef4f67856d8a8af73e59",
"body": "…t enforcement\n\nCloses:\n- G04 CreateCron JSON body {every,timeout_ms}; CronFire binary decode; CronAck binary encode (internal/proto/manage.go:254-281, internal/proto/cron.go)\n- G03 ActionCronFire routed to dispatcher that runs handler + sends CronAck (internal/conn/connection.go:256-262, cron.go:163-183)\n- G16 timeout_ms transmitted; goroutine racing ctx.Done() sends CronAck(error) on timeout (cron.go:75-83,191-222)",
"is_bot": false,
"headline": "fix(client-go): Wave2 cron end-to-end - wire bodies, dispatch, timeou…",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-12T00:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "432ba393fb8929aacf28e7f3b6b2fa006524fb16",
"body": "…gId, batch chunking, Hello pad\n\nCloses:\n- G07 DeleteConsumer sends {consumer_id} (proto/manage.go:200, client_manage.go:216)\n- G08 ListStreams/ListConsumers full impl — paginated encoder, binary reply\n decoder, connection dispatch case, paged client loop\n (proto/manage.go:124,230,297,325, conn/co\n[…]\no:113)\n- G12 publish_batch 256 chunking (arbitro.go:160,180,203)\n- G19 Hello reserved pad = 0 — M9 removed caps, trailing u16 is now a\n reserved pad the client MUST write as 0 (proto/handshake.go:22)",
"is_bot": false,
"headline": "fix(client-go): Wave1 remaining — DeleteConsumer body, List* impl, ms…",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-12T00:28:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "787a5461227cbb239b6f61f37a9a0cf29ea6e852",
"body": "…ues now match arbitro-proto\n\nConstants had AckExplicit=0 and AckNone=1, which is inverted relative\nto arbitro-proto/src/config/consumer.rs:269-296 (None=0, Explicit=1).\nEvery Go consumer requesting AckExplicit was landing on the broker as\nAckNone, silently becoming fire-and-forget on the wire.\n\nAls\n[…]\nByTime — they do not exist\nserver-side. DeliverPolicy is now the full enum: All=0, New=1,\nByStartSeq=2.\n\nAdd a pinning comment above the constants block so future edits stay\naligned to the proto enum.",
"is_bot": false,
"headline": "fix(client-go): G05 flip AckPolicy/DeliverPolicy constants — wire val…",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-12T00:20:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a744cf35a54d8068b97e411447aff58de65ddc07",
"body": "…ce theft\n\nMatches the Rust fix in arbitro/crates/arbitro-client-tokio@5df6703. A\nsingle queue-grouped consumer over `_svc.<name>.>` load-balanced the\nreplies to sibling instances, so the requester never received them.\n\nNow:\n- Method subject: `_svc.<name>.m.<method>`\n- Reply subject: `_svc.<name>._r\n[…]\n-instance (unique instanceID), NO group,\n filter `_svc.<name>._r.<instance>.>`, DeliverPolicy::New\n\nClient-side only; wire protocol unchanged.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(service): BUG-2 — per-instance reply consumer prevents load-balan…",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-06T00:10:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a42189db7f4acec567e50784171fa06e92e6ddb1",
"body": "Mirror of the Rust and TS client changes, plus a second bug fix specific\nto the Go client.\n\nBug 1 (all clients): handlers were called with no framework-managed ack,\nso a user copying the README example ran their handler, replied, and left\nthe message inflight — the broker redelivered every 30s (ack_\n[…]\nreplying.\n\nThe framework guarantees exactly one ack or nack per invocation.\n\nBreaking change to the service handler API introduced in v0.6.0.\nExample + tests + README updated. go build + go vet clean.",
"is_bot": false,
"headline": "fix(service): auto-ack pattern + async dispatch goroutine",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-05T15:06:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f51039f31d3132cfb319e5b889d39a1498b85192",
"body": "- service.go: Service struct, ServiceBuilder, handler dispatch, correlation\n- msg.ReplyTo() + msg.Reply() with binary reply_to decoding\n- client.Request() rewritten with proper correlation\n- Updated README with Service documentation\n- Updated example and tests\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add service (request/reply RPC) pattern",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-07-04T16:20:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dfca3abb80b3477505dfb90802f9ed279e13888b",
"body": "… instanceID\n\nCorrected against actual Go source code signatures:\n- SuspendStep(name, timeoutMs, run, onResume) not SuspendStep(name, handler)\n- Source(streamName, subject) not Source(streamName)\n- TriggerWithID/Resume/Cancel take string instanceID, not []byte\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fix workflow README — SuspendStep 4 args, Source 2 args, string…",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-06-13T01:57:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b4afa646f462bafaba2583e4bb898ecfec565c9f",
"body": "- Workflow: trigger_with_id, source, suspend/resume, timeout, cancel\n- Stream-backed shared registry for cross-worker state\n- Fix ensureConsumer for fanout support\n- Clean README: remove benchmarks, testing section, Go advantages table\n- 13/13 workflow tests passing\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "release: v0.5.3 — full workflow parity, docs cleanup",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-06-09T16:29:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "22571decee49c73a0a914ad1db5dba5e692642a8",
"body": "…ore/dockerignore\n\n- README: add Docker section, publish APIs (FireAndForget, BatchAsync),\n per-subject inflight limits, delayed publish, performance table,\n replication, connection options — matching TS client documentation style\n- .gitignore: standard Go ignores (binaries, test output, IDE, vendor)\n- .dockerignore: exclude .git, IDE, docs, test artifacts from images\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: complete README with examples, performance, Docker + add gitign…",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-06-08T02:39:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "16b0cf9aa5d3c6877c764de6c243ae7ec8f552e7",
"body": "Replace mutex-based write serialization with channel-based write\ncoalescing (matching Rust client's writer_task pattern):\n- Single writer goroutine drains chan []byte → bufio.Writer → flush\n- Non-blocking Send() on 4096-cap channel (lock-free hot path)\n- Drain loop coalesces all pending frames into \n[…]\nM msgs/s)\n PublishBatchAsync (×256): 33 µs/op, 489 MB/s (~7.7M msgs/batch/s)\n ParallelFireAndForget: 391 ns/op, 164 MB/s (~2.6M msgs/s)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: write coalescing + ack batching — 29x async publish throughput",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-06-08T02:33:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1f96cbd5e962c09a921bd5e53a6cade1834d10ec",
"body": "Bug: when CreateConsumer got AlreadyExists (RepError frame), the code\nfell through to RepOkRefSeq which read the echoed request-seq from the\nerror body as if it were the consumer_id. Now it properly resolves the\nreal consumer_id via GetConsumer.\n\nAlso adds bounds-checking on all RepOkRefSeq call sites to prevent\npanics on malformed broker replies (StreamInfo, PurgeStream,\nDrainSubject, DeleteMessage, PublishBatch, resolveStreamID).\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: CreateConsumer AlreadyExists reads wrong frame body + bounds checks",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-06-08T01:27:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "71ebc7da0b6cc8821e22da0d5a8a42c54eee586f",
"body": "- Add human-readable messages for all 19 error codes (codeMessages map)\n- Add bounds-checking in checkReply to prevent panic on malformed frames\n- Add bounds-checking in CreateStream reply body extraction\n- Add errors_test.go with 8 unit tests covering all error paths\n\nBefore: `arbitro: error code 0x0011`\nAfter: `arbitro: [0x0011] stream already exists`\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: improve error visibility in CreateStream and all broker replies",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-06-08T01:23:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f95fa7a1ea3ddd69beb1fc32472831afe04493a8",
"body": "…connect\n\nAdds:\n- Proto-level benchmarks (no broker): header, publish, ack, batch encode/decode\n- Integration benchmarks: sync/async/batch/e2e/parallel/throughput-1K\n- Chaos tests: rapid connect/disconnect, concurrent publishers, publish-after-close, starvation\n- Cron tests: create+stop, failover be\n[…]\nound-trip\n- Delayed publish tests: delivery timing, multiple delays, zero delay\n\nTotal: 5 unit + 7 benchmarks + ~35 integration test functions.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: complete test suite — bench, chaos, cron, workflow, metrics, re…",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-06-08T01:16:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a5a9be798961a4ffb71ed3f1f6f03e7f48f9d242",
"body": "Wire protocol (V2 binary), connection management, pub/sub with channels,\nstream/consumer CRUD, cron, workflow/saga, reconnect, ack batching,\nmetrics, 5 examples, unit tests (pass with -race), integration test suite.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: initial Go client — full parity with Rust/TS clients",
"author_name": "Zenozaga",
"author_login": "zenozaga",
"committed_at": "2026-06-08T00:45:20Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 6,
"commits_last_year": 23,
"latest_release_at": "2026-07-18T14:48:03Z",
"latest_release_tag": "v0.6.2",
"releases_from_tags": true,
"days_since_last_push": 9,
"active_weeks_last_year": 5,
"days_since_latest_release": 9,
"mean_days_between_releases": 8.1
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/arbitro-io/arbitro-go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/arbitro-io/arbitro-go",
"is_deprecated": false,
"latest_version": "v0.6.2",
"repository_url": "https://github.com/arbitro-io/arbitro-go",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T14:48:03Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 35094,
"source_files_sampled": 75,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "zenozaga",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/15792410?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/23 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": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "377bdfd1f8b62f65bca067182e89d73963ed5716",
"ran_at": "2026-07-28T07:34:40Z",
"aggregate_score": 2.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/arbitro-io/arbitro-go",
"host": "github.com",
"name": "arbitro-go",
"owner": "arbitro-io"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"security": 23,
"vitality": 62,
"community": 12,
"governance": 33,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 23,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "23 commits in the last year",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 23
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.6.2",
"releases_from_tags": true,
"days_since_latest_release": 9,
"mean_days_between_releases": 8.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~8.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 8.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 33,
"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": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/23 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": 37,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "arbitro-io",
"public_repos": 6,
"account_age_days": 160
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of arbitro-io",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "arbitro-io"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~0 yr old",
"points": 7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/arbitro-io/arbitro-go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 23,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 23,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/23 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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 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": 62,
"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": "23 of 23 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 23
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.609,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "14 of the last 23 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 14,
"sampled": 23
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 35094,
"source_files_sampled": 75,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/75 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 75,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T07:34:44.343572Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/arbitro-io/arbitro-go.svg",
"full_name": "arbitro-io/arbitro-go",
"license_state": "absent",
"license_spdx": null
}