Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 20855,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 143939,
"Go": 5002,
"C++": 319071,
"CSS": 4604,
"Zig": 7951068,
"GLSL": 29548,
"Rust": 11897653,
"Julia": 1939,
"Metal": 25257,
"Shell": 94937,
"Elvish": 6267,
"Python": 297764,
"Makefile": 8183,
"Dockerfile": 2360
},
"pushed_at": "2026-07-01T20:20:15Z",
"created_at": "2026-05-19T02:07:52Z",
"owner_type": "User",
"updated_at": "2026-07-07T00:37:35Z",
"description": "Run AI coding agents in parallel, isolate them in git worktrees, and have independent AI reviewer panels judge every change before merge.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"Zig"
]
},
"owner": {
"blog": null,
"name": "GenericHuman",
"type": "User",
"login": "VerifiedOrganic",
"company": null,
"location": null,
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/4359735?v=4",
"created_at": "2013-05-07T00:38:25Z",
"is_verified": null,
"public_repos": 13,
"account_age_days": 4830
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-07-01T20:37:03Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-06-26T13:02:08Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-06-08T15:20:34Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-06-08T12:18:58Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-06-06T11:06:56Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-06-05T22:37:07Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-05T15:46:50Z"
}
],
"recent_commits": [
{
"oid": "8a72a6ff3f8b88a23e82d88db40e552093784d46",
"body": "…d-guard\n\nfix(kimi): reject unsafe build permissions",
"is_bot": false,
"headline": "Merge pull request #16 from VerifiedOrganic/codex/kimi-unsafe-go-buil…",
"author_name": "GenericHuman",
"author_login": "VerifiedOrganic",
"committed_at": "2026-07-01T20:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "399e6996ff679196919498728d20d409e2b6e658",
"body": "Match emitted recovery commands by target pane rather than channel receive order so concurrent stall recovery remains behaviorally asserted without depending on nondeterministic route ordering.",
"is_bot": false,
"headline": "test(tui): stabilize recovered worker routing assertions",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-07-01T19:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9251e8c9cd9aeeda3fc5245c443ecbb16f0390c",
"body": "Upgrade rmcp past the RUSTSEC-2026-0189 advisory and update the MCP server integration for the newer non-exhaustive API constructors.",
"is_bot": false,
"headline": "fix(deps): upgrade rmcp for audit",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-07-01T19:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c0e6ad3332f5d6e6fcf4a49c7762927e47fe910",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.1.6",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-07-01T19:27:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c82a939d2c44ebd215db1c02f1e4e5a31dec0d7",
"body": "Prevent Kimi ACP sessions from auto-approving permission requests that reference the protected shared project root or run bare go build commands that can leave executables in the current directory.\n\nAlso teach worker and self-improvement prompts to use non-artifact validation commands for Go main packages.",
"is_bot": false,
"headline": "fix(kimi): reject unsafe build permissions",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-07-01T19:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9619084debf793698ad8ced873b00b70eade0ba",
"body": "* fix(run): pass effective permission profiles\n\n* fix(mux): ignore stale gateway busy state\n\n* fix(task): add guarded unblock recovery\n\n* fix(task): surface blocked recovery actions\n\n* fix(run): satisfy all-targets check\n\n* fix(git): check out existing worktree branch",
"is_bot": false,
"headline": "fix(task): recover blocked supervisor workflows (#15)",
"author_name": "GenericHuman",
"author_login": "VerifiedOrganic",
"committed_at": "2026-07-01T17:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bbe19f7afb504ac2c7d8e9c8b84e94b861d1f40",
"body": null,
"is_bot": false,
"headline": "fix(kimi): remove unsupported launch flags (#14)",
"author_name": "GenericHuman",
"author_login": "VerifiedOrganic",
"committed_at": "2026-07-01T13:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e279ff47222e34436a12f26bc90d35ac510b9e5",
"body": "* fix(supervisor): recover wedged task handoffs\n\nSurface recoverable blocked checkpoints in the supervisor ready frontier, including stalled reassignment, post-review checkpoints, environment-limited validation checkpoints, and empty-assignee handoff drift. Allow the shared-root git guard to honor Brehon's leased protected-branch bypass so terminal initiative close can complete without opening arbitrary worker mutations on main.\n\n* refactor: split recovery changes for file-size guard",
"is_bot": false,
"headline": "fix(supervisor): recover wedged task handoffs (#13)",
"author_name": "GenericHuman",
"author_login": "VerifiedOrganic",
"committed_at": "2026-07-01T02:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e1cb8d445c7b4ed73b3c94d2366b49571ed71b1",
"body": "quinn-proto is an optional transitive dep of reqwest behind its http3\nfeature, which no brehon crate enables -- so it is never compiled into\nthe shipped binaries and the v0.1.5 release artifacts are unaffected.\ncargo audit scans Cargo.lock literally, so the newly published advisory\nstill fails the Audit workflow. Bumping the lockfile entry to the patched\n0.11.15 clears RUSTSEC-2026-0185 (remote memory exhaustion via unbounded\nout-of-order stream reassembly).",
"is_bot": false,
"headline": "fix(deps): bump quinn-proto 0.11.14 -> 0.11.15 (RUSTSEC-2026-0185)",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-26T12:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e102291cfd961f4f196b6b42c103ff234a155ece",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.1.5",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-26T12:40:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "248f73b707d097fc77194fc77175e4a65e6c76f9",
"body": "* feat(native-agent): fit history to context window\n\nLocal OpenAI-compatible servers (llama.cpp) run context shift off by\ndefault, so a prompt that exceeds the per-sequence window fails the\nrequest hard rather than truncating. The native agent only bounded\nhistory by message count (MAX_HISTORY_MESSA\n[…]\nodule and update guard baselines after merging main. Also prevent speculative endpoint Busy state from surviving failed async gateway sends and keep local endpoint probing restricted to loopback URLs.",
"is_bot": false,
"headline": "feat: first-class local models (llama.cpp / llama-swap) (#11)",
"author_name": "GenericHuman",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-21T16:25:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8529ed9a36b9b5902deacb0cbce3e5bc05d98d3c",
"body": "* fix(import-plan): resolve relative project root\n\nCanonicalize import-plan project roots before computing repo identity so default --path . imports use the real repo name for worktree roots instead of unknown-*.\n\nAdd a regression test covering the CLI-default relative path shape.\n\n* fix(import-plan\n[…]\nr fenced JSON text. Unwrap those shapes before fallback parsing so extract-plan writes normalized JSON instead of rejecting or misreading the wrapper.\n\n* refactor(import-plan): split oversized modules",
"is_bot": false,
"headline": "fix(import-plan): resolve relative project root (#12)",
"author_name": "GenericHuman",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-21T15:13:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd42dfb44f6a7de23d3f9e140720f2604d0ced15",
"body": "* feat(budget): wire live fail-closed budget kill-switch\n\nconfig.budget was parsed, displayed and validated but enforced nowhere:\nthe only enforcement logic lived in brehon-supervisor, which is test-only\ndead code in the shipped binary. An unattended run could spend without\nbound; the docs promised \n[…]\ntive output so operator input stays responsive under load.\n\n* fix(run): contain agent temp files\n\n* fix(run): fail closed on worktree escapes\n\n* test(claude): align unsafe fixture with isolation guard",
"is_bot": false,
"headline": "Production hardening for unattended runs (#10)",
"author_name": "GenericHuman",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-20T03:44:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ad27b1c3d5dee9647329cacfcfb31418d28c6e82",
"body": "* fix(mcp): don't inherit integration_status on promoted follow-ups\n\nPromoting a task's review follow-ups builds a brand-new task that copied\nthe source task's `integration_status`. Follow-ups are promoted right\nafter the source is integrated, so the new (unreviewed) task was born\n`integration_statu\n[…]\n_id), not outcome state.\n\nAdds a regression test asserting a follow-up promoted from an integrated\nsource starts `pending`.\n\n* chore(ci): raise tool_tests.rs file-size baseline for new regression test",
"is_bot": false,
"headline": "fix(mcp): don't inherit integration_status on promoted follow-ups (#9)",
"author_name": "GenericHuman",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-18T17:10:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d179e25c49e5a6d8ebd70c4f536b39dbbb2048d6",
"body": "The startup reaper (terminate_project_processes) sets BREHON_ROOT and\nBREHON_WORKSPACE_ROOT on brehon's own process before scanning, so the\n`ps`/`kill` helpers it spawns inherit them. process_matches_scope keys on\nthose vars, so brehon's own helper is flagged as a stale project agent and\nreported as\n[…]\nent (e.g. atuin), which is\nwhy CI / macOS / clean Linux were unaffected.\n\nStrip the identity env from the ps/kill helper subprocesses so they can\nnever match the project scope. Adds a regression test.",
"is_bot": false,
"headline": "fix(cli): strip brehon env from reaper helpers (#8)",
"author_name": "GenericHuman",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-18T16:30:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "140bb917cbcb1df1efc5cef0edc01a6eed43d79c",
"body": "Handle transient ETXTBSY while spawning shell commands. This fixes the Ubuntu CI unit-test failure where a freshly-written fake shell could briefly report Text file busy.",
"is_bot": false,
"headline": "fix: retry busy shell executable spawns",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-08T14:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a2b08333de51f7e9bf08980a793d0d2ef3d23bf",
"body": "Bump workspace crates to 0.1.4 and refresh CI/docs Zig pins. Port the vendored Ghostty VT Zig sources and uucode package to Zig 0.16, and update the repo guard baseline for the new vendored reference file.",
"is_bot": false,
"headline": "chore: update ghostty vt to zig 0.16",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-08T14:20:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "589aad9d8eb8439b065157f3cb75da0b1be9df61",
"body": "Move response, test, and tree-match helpers out of oversized MCP modules so repo guard file-size checks pass.\n\nBump local packages to 0.1.3 for the release tag.",
"is_bot": false,
"headline": "fix(mcp): split integration guard files",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-08T11:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26224474426ad701d832bc955d09182089502106",
"body": "Skip reviewed commits already proven by cherry-pick trailers, bound cleared-conflict tree probes, and harden git subprocess cleanup so supervisor integration retries do not loop or hang.",
"is_bot": false,
"headline": "fix(mcp): harden integration cherry-picks",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-08T11:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0e7abe8734a1cee3536a4688e359003b34fc4d2",
"body": null,
"is_bot": false,
"headline": "fix: make patch-id input git portable",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T19:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b207ccb9fdb8e692580da3fdf379eb1616b9f127",
"body": null,
"is_bot": false,
"headline": "refactor: split oversized brehon modules",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T18:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85b6fd8d50d7ea151c56a25d676505eac1ae9e32",
"body": "Default brehon serve to runtime-file MCP backing so agent-side stdio servers do not open the embedded Fjall DB. Add explicit generated config env, direct-tool backing reuse, and a Fjall cross-process owner lock.\n\nAdd the review-audit command and make its tests pass under the affected package suite. Harden protected-branch hook tests so the CLI package is parallel-safe.",
"is_bot": false,
"headline": "fix: harden brehon mcp runtime backing",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T18:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aab151a9b38209a74d0abf33a0936d42be464ca6",
"body": null,
"is_bot": false,
"headline": "ci: update file size baseline",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T12:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f163de3b0b5279726a36f567c5c58067c350a53",
"body": "Full-council and configured-panel reviews must not approve from a min_approvals quorum when a seated reviewer is missing or did not approve.",
"is_bot": false,
"headline": "fix(review): require full panel approval",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T12:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "630c8569f840d11cba091658b561dba212c8a638",
"body": "Restore Agy native MCP prompts and immediate submit behavior, and ignore Brehon-owned local scaffold when checking worker worktree dirt.",
"is_bot": false,
"headline": "fix(brehon): restore agy worktree safety",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T11:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54f5d0641792f1d6cc8e3b0a3e7ec5e921b8eae",
"body": "Keep Grok gateway hardening under repo guard file-size caps.",
"is_bot": false,
"headline": "refactor(mux): split oversized modules",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T11:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a077df50cca2e6cd78ea001b889078b821e47d55",
"body": null,
"is_bot": false,
"headline": "ci(release): use friendly artifact names",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T11:24:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cb22c67294f8e601772d37cf020feb1a83127f6",
"body": null,
"is_bot": false,
"headline": "fix(brehon): stabilize grok managed launch",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T11:24:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc990fcea68ab7fa49fac103c365f3d53b9bc964",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.1.2",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T10:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fb4a2b762e325e79917b67e5c94fb8d6e15ec05",
"body": "Feat/harness cleanup",
"is_bot": false,
"headline": "Merge pull request #7 from VerifiedOrganic/feat/harness-cleanup",
"author_name": "GenericHuman",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T10:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "019d7974e2100b0764da8d9457746cbf58c23d81",
"body": null,
"is_bot": false,
"headline": "fix: recover integrated task closeouts",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T03:33:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2a147f80d0bcc60d0ad6fc2c7f0f05dfda43c9e",
"body": null,
"is_bot": false,
"headline": "fix: stabilize harness cleanup CI",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T02:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5844e22b1fcd439e01ff6e1bf0d7d1dc58e953e4",
"body": "OpenCode supervisors now fail closed to PTY-only effective capabilities, while ACP worker prompt polling aborts when the managed server process is gone.",
"is_bot": false,
"headline": "fix: close opencode supervisor gaps",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T01:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e91b6cc6f34dade31fdc5afee1626f42230adf4",
"body": "- Hardened Opencode server-backed ACP adapter client/turn loops by aborting on server process crashes mid-turn.\n- Normalised OpenCode supervisor connection setups to PTY transport/injection, and added config validator validation to reject supervisor configurations that explicitly override OpenCode t\n[…]\no treat OpenCode supervisors similarly to Agy supervisors.\n- Added comprehensive unit tests in brehon-adapter-opencode, config validators, and the new brehon-mux recovery suite (opencode_recovery.rs).",
"is_bot": false,
"headline": "fix: harden opencode runtime paths",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T01:18:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "189143db6faf187d212c46abda7c12c9975d7f45",
"body": "Wire Agy preflight into PTY launches, add bounded MCP helper timeouts and in-flight markers, and make recovery quarantine count only real process crashes.",
"is_bot": false,
"headline": "fix: harden agy pty recovery",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-06T00:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ae24e23c6b9454810f1e7e26b57188241b62b2a",
"body": null,
"is_bot": false,
"headline": "fix: harden grok and claude auth launch",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-05T23:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c10eb79f8444ac4adf030440b69ddd36c9c12c6",
"body": null,
"is_bot": false,
"headline": "ci(release): fix publish without checkout",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-05T22:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae6199f462ec3fc39d738939dfa5112b43a5bfcc",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.1.1",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-05T22:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e48bab55ed500f347d9415f23393977543bff611",
"body": null,
"is_bot": false,
"headline": "fix(review): satisfy reset CI guards",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-05T21:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ef24e1c2e16f34f19a71ec6f25347ddbb88bd84",
"body": "Exclusive panels reused reviewer panes after quorum without forcing a clean reviewer session, risking stale review context on the next lease.",
"is_bot": false,
"headline": "fix(review): reset completed panels",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-05T11:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f97ca917b31a72d6d2894a6491f008e443085158",
"body": null,
"is_bot": false,
"headline": "docs: add Brehon starter config",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-04T19:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b12f293471436088323c3c675891e9b1de88a65",
"body": null,
"is_bot": false,
"headline": "Initial public release",
"author_name": "VerifiedOrganic",
"author_login": "VerifiedOrganic",
"committed_at": "2026-06-03T12:28:46Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 42,
"latest_release_at": "2026-07-01T20:37:03Z",
"latest_release_tag": "v0.1.6",
"releases_from_tags": false,
"days_since_last_push": 26,
"active_weeks_last_year": 4,
"days_since_latest_release": 26,
"mean_days_between_releases": 4.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [
"Makefile",
"crates/ghostty_vt_sys/zig/zig-pkg/uucode-0.2.0-zig-0.16-2826a37/mise.toml"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"crates/brehon-acp/Cargo.toml",
"crates/brehon-adapter-agy/Cargo.toml",
"crates/brehon-adapter-claude/Cargo.toml",
"crates/brehon-adapter-codex/Cargo.toml",
"crates/brehon-adapter-copilot/Cargo.toml",
"crates/brehon-adapter-gemini/Cargo.toml",
"crates/brehon-adapter-junie/Cargo.toml",
"crates/brehon-adapter-kimi/Cargo.toml",
"crates/brehon-adapter-openai/Cargo.toml",
"crates/brehon-adapter-opencode/Cargo.toml",
"crates/brehon-adapter-sdk/Cargo.toml",
"crates/brehon-cli/Cargo.toml",
"crates/brehon-config/Cargo.toml",
"crates/brehon-daemon/Cargo.toml",
"crates/brehon-detect/Cargo.toml",
"crates/brehon-doctor/Cargo.toml",
"crates/brehon-gatekeeper/Cargo.toml",
"crates/brehon-git/Cargo.toml",
"crates/brehon-host/Cargo.toml",
"crates/brehon-mcp/Cargo.toml",
"crates/brehon-mux/Cargo.toml",
"crates/brehon-native-agent/Cargo.toml",
"crates/brehon-notify/Cargo.toml",
"crates/brehon-orchestrator/Cargo.toml",
"crates/brehon-policy/Cargo.toml",
"crates/brehon-ports/Cargo.toml",
"crates/brehon-protocol/Cargo.toml",
"crates/brehon-pty/Cargo.toml",
"crates/brehon-recording/Cargo.toml",
"crates/brehon-review/Cargo.toml",
"crates/brehon-runtime/Cargo.toml",
"crates/brehon-search-tantivy/Cargo.toml",
"crates/brehon-store-fjall/Cargo.toml",
"crates/brehon-supervisor/Cargo.toml",
"crates/brehon-test-harness/Cargo.toml",
"crates/brehon-tui/Cargo.toml",
"crates/brehon-types/Cargo.toml",
"crates/brehon-workflow/Cargo.toml",
"crates/ghostty_vt/Cargo.toml",
"crates/ghostty_vt_sys/Cargo.toml",
"crates/splash-demo/Cargo.toml",
"vendor/panesmith/crates/panesmith/Cargo.toml"
],
"largest_source_bytes": 485970,
"source_files_sampled": 590,
"oversized_source_files": 44,
"agent_instruction_files": [
"crates/ghostty_vt_sys/zig/zig-pkg/uucode-0.2.0-zig-0.16-2826a37/AGENTS.md"
],
"agent_instruction_max_bytes": 1135
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"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": [
"crates"
],
"dependencies": [
{
"name": "brehon-types",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-sdk",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-opencode",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-gemini",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-kimi",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-codex",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-copilot",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-junie",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-agy",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-openai",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "base64",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "futures-util",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "tokio-tungstenite",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.28"
},
{
"name": "reqwest",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "libc",
"manifest": "crates/brehon-acp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "brehon-adapter-sdk",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-config",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-adapter-agy/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-sdk",
"manifest": "crates/brehon-adapter-claude/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-adapter-claude/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-adapter-claude/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-adapter-claude/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-adapter-claude/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-adapter-claude/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-adapter-claude/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-sdk",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "futures-util",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "tokio-tungstenite",
"manifest": "crates/brehon-adapter-codex/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.28"
},
{
"name": "brehon-adapter-sdk",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "dirs",
"manifest": "crates/brehon-adapter-copilot/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "6"
},
{
"name": "brehon-adapter-sdk",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "libc",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "base64",
"manifest": "crates/brehon-adapter-gemini/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "brehon-adapter-sdk",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-config",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-adapter-junie/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-sdk",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "dirs",
"manifest": "crates/brehon-adapter-kimi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "6"
},
{
"name": "brehon-adapter-sdk",
"manifest": "crates/brehon-adapter-openai/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-adapter-openai/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-adapter-openai/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-adapter-openai/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-adapter-openai/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-adapter-openai/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-adapter-openai/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-adapter-openai/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-adapter-openai/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "reqwest",
"manifest": "crates/brehon-adapter-openai/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "tracing",
"manifest": "crates/brehon-adapter-openai/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-sdk",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "reqwest",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "libc",
"manifest": "crates/brehon-adapter-opencode/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "brehon-types",
"manifest": "crates/brehon-adapter-sdk/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-adapter-sdk/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-adapter-sdk/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-adapter-sdk/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-adapter-sdk/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-adapter-sdk/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-adapter-sdk/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-adapter-sdk/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-adapter-sdk/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "strum",
"manifest": "crates/brehon-adapter-sdk/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "libc",
"manifest": "crates/brehon-adapter-sdk/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "brehon-types",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-config",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-store-fjall",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-search-tantivy",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-acp",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-pty",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-mux",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-notify",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-git",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-mcp",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-tui",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-doctor",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-policy",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-daemon",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-host",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "crossterm",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-supervisor",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-orchestrator",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-review",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-test-harness",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "parking_lot",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "async-trait",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_yaml",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing-subscriber",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "clap",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "directories",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "anyhow",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "which",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "7"
},
{
"name": "ctrlc",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.4"
},
{
"name": "git2",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.20"
},
{
"name": "reqwest",
"manifest": "crates/brehon-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "brehon-types",
"manifest": "crates/brehon-config/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-adapter-sdk",
"manifest": "crates/brehon-config/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-config/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_yaml",
"manifest": "crates/brehon-config/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-config/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "directories",
"manifest": "crates/brehon-config/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-config/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-runtime",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-detect",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-workflow",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "futures-util",
"manifest": "crates/brehon-daemon/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-detect/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-detect/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-detect/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-detect/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-detect/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fjall",
"manifest": "crates/brehon-doctor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-doctor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-config",
"manifest": "crates/brehon-doctor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "anyhow",
"manifest": "crates/brehon-doctor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tantivy",
"manifest": "crates/brehon-doctor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-doctor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-doctor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-doctor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-doctor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "git2",
"manifest": "crates/brehon-doctor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.20"
},
{
"name": "libc",
"manifest": "crates/brehon-doctor/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "async-trait",
"manifest": "crates/brehon-gatekeeper/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-gatekeeper/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-gatekeeper/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-gatekeeper/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-gatekeeper/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-gatekeeper/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tempfile",
"manifest": "crates/brehon-gatekeeper/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3"
},
{
"name": "tokio",
"manifest": "crates/brehon-gatekeeper/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-git",
"manifest": "crates/brehon-gatekeeper/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "git2",
"manifest": "crates/brehon-gatekeeper/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.19"
},
{
"name": "brehon-types",
"manifest": "crates/brehon-git/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-git/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "git2",
"manifest": "crates/brehon-git/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.20"
},
{
"name": "tokio",
"manifest": "crates/brehon-git/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-git/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-git/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-git/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-git/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-git/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-host/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-host/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-host/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-host/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-host/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "portable-pty",
"manifest": "crates/brehon-host/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/brehon-host/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-config",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-notify",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-mux",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-types",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-ports",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-review",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "brehon-git",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "git2",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.20"
},
{
"name": "libc",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "tokio",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_yaml",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "rmcp",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "futures-util",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "tokio-util",
"manifest": "crates/brehon-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
}
],
"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": 12,
"open_issues": 3,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "VerifiedOrganic",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/4359735?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"audit.yml",
"ci.yml",
"docs.yml",
"release.yml"
],
"has_docs_dir": true,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/26 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 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": 10,
"reason": "license file 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 1,
"reason": "9 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8a72a6ff3f8b88a23e82d88db40e552093784d46",
"ran_at": "2026-07-28T07:53:34Z",
"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": "2026-07-27T07:14:29Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-01T20:19:40Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2026-05-25T07:44:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2,
"created_at": "2026-05-25T07:44:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3,
"created_at": "2026-05-25T07:44:33Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/VerifiedOrganic/brehon",
"host": "github.com",
"name": "brehon",
"owner": "VerifiedOrganic"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"security": 23,
"vitality": 64,
"community": 33,
"governance": 29,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 42,
"human_commit_share": 1,
"days_since_last_push": 26,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 26 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 26
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "42 commits in the last year",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 42
}
}
],
"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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.1.6",
"releases_from_tags": false,
"days_since_latest_release": 26,
"mean_days_between_releases": 4.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 26 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 26
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~4.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 4.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 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": "critical",
"name": "Sustainability & Governance",
"value": 29,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"merged_prs": 12,
"open_issues": 3,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "12/13 decided PRs merged",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 12,
"decided": 13
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"followers": 8,
"owner_type": "User",
"is_verified": null,
"owner_login": "VerifiedOrganic",
"public_repos": 13,
"account_age_days": 4830
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "8 followers of VerifiedOrganic",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "VerifiedOrganic"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "13 public repos, account ~13 yr old",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 13
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 71,
"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": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 23,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"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": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "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 detected",
"points": 2.5,
"status": "met",
"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": "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 not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "9 existing vulnerabilities detected",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 67,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.976,
"agent_instruction_files": [
"crates/ghostty_vt_sys/zig/zig-pkg/uucode-0.2.0-zig-0.16-2826a37/AGENTS.md"
],
"agent_instruction_max_bytes": 1135
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "crates/ghostty_vt_sys/zig/zig-pkg/uucode-0.2.0-zig-0.16-2826a37/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "crates/ghostty_vt_sys/zig/zig-pkg/uucode-0.2.0-zig-0.16-2826a37/AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "41 of 42 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"sampled": 42
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"crates/ghostty_vt_sys/zig/zig-pkg/uucode-0.2.0-zig-0.16-2826a37/mise.toml"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"crates/brehon-acp/Cargo.toml",
"crates/brehon-adapter-agy/Cargo.toml",
"crates/brehon-adapter-claude/Cargo.toml",
"crates/brehon-adapter-codex/Cargo.toml",
"crates/brehon-adapter-copilot/Cargo.toml",
"crates/brehon-adapter-gemini/Cargo.toml",
"crates/brehon-adapter-junie/Cargo.toml",
"crates/brehon-adapter-kimi/Cargo.toml",
"crates/brehon-adapter-openai/Cargo.toml",
"crates/brehon-adapter-opencode/Cargo.toml",
"crates/brehon-adapter-sdk/Cargo.toml",
"crates/brehon-cli/Cargo.toml",
"crates/brehon-config/Cargo.toml",
"crates/brehon-daemon/Cargo.toml",
"crates/brehon-detect/Cargo.toml",
"crates/brehon-doctor/Cargo.toml",
"crates/brehon-gatekeeper/Cargo.toml",
"crates/brehon-git/Cargo.toml",
"crates/brehon-host/Cargo.toml",
"crates/brehon-mcp/Cargo.toml",
"crates/brehon-mux/Cargo.toml",
"crates/brehon-native-agent/Cargo.toml",
"crates/brehon-notify/Cargo.toml",
"crates/brehon-orchestrator/Cargo.toml",
"crates/brehon-policy/Cargo.toml",
"crates/brehon-ports/Cargo.toml",
"crates/brehon-protocol/Cargo.toml",
"crates/brehon-pty/Cargo.toml",
"crates/brehon-recording/Cargo.toml",
"crates/brehon-review/Cargo.toml",
"crates/brehon-runtime/Cargo.toml",
"crates/brehon-search-tantivy/Cargo.toml",
"crates/brehon-store-fjall/Cargo.toml",
"crates/brehon-supervisor/Cargo.toml",
"crates/brehon-test-harness/Cargo.toml",
"crates/brehon-tui/Cargo.toml",
"crates/brehon-types/Cargo.toml",
"crates/brehon-workflow/Cargo.toml",
"crates/ghostty_vt/Cargo.toml",
"crates/ghostty_vt_sys/Cargo.toml",
"crates/splash-demo/Cargo.toml",
"vendor/panesmith/crates/panesmith/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, crates/ghostty_vt_sys/zig/zig-pkg/uucode-0.2.0-zig-0.16-2826a37/mise.toml",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, crates/ghostty_vt_sys/zig/zig-pkg/uucode-0.2.0-zig-0.16-2826a37/mise.toml"
}
}
],
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 42",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 42
}
}
],
"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": "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": 96,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 485970,
"source_files_sampled": 590,
"oversized_source_files": 44
},
"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": "44/590 source files over 60KB",
"points": 50.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 590,
"oversized": 44
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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",
"Could not fetch crates package 'brehon-acp' from its registry",
"Could not fetch crates package 'brehon-cli' from its registry",
"Could not fetch crates package 'brehon-git' from its registry",
"Could not fetch crates package 'brehon-mcp' from its registry",
"Could not fetch crates package 'brehon-host' from its registry",
"Could not fetch crates package 'brehon-config' from its registry",
"Could not fetch crates package 'brehon-daemon' from its registry",
"Could not fetch crates package 'brehon-detect' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T07:53:47.650114Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/VerifiedOrganic/brehon.svg",
"full_name": "VerifiedOrganic/brehon",
"license_state": "standard",
"license_spdx": "MIT"
}