原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 480,
"has_wiki": false,
"homepage": null,
"languages": {
"Shell": 1138,
"Makefile": 874
},
"pushed_at": "2026-07-23T18:27:55Z",
"created_at": "2020-04-28T14:06:01Z",
"owner_type": "Organization",
"updated_at": "2026-07-23T18:28:01Z",
"description": "Specification files for the Mesh Blockchain Standard",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Shell",
"significant_languages": [
"Shell",
"Makefile"
]
},
"owner": {
"blog": "https://www.coinbase.com",
"name": "Coinbase",
"type": "Organization",
"login": "coinbase",
"company": null,
"location": null,
"followers": 2632,
"avatar_url": "https://avatars.githubusercontent.com/u/1885080?v=4",
"created_at": "2012-06-23T19:30:43Z",
"is_verified": null,
"public_repos": 184,
"account_age_days": 5144
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.7.1",
"kind": "patch",
"published_at": "2025-12-08T17:48:22Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2025-11-26T19:13:37Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2025-07-03T18:31:21Z"
},
{
"tag": "v1.4.15",
"kind": "patch",
"published_at": "2022-11-23T22:47:54Z"
},
{
"tag": "v1.4.14",
"kind": "patch",
"published_at": "2022-09-21T17:36:28Z"
},
{
"tag": "v1.4.13",
"kind": "patch",
"published_at": "2022-07-14T16:19:53Z"
},
{
"tag": "v1.4.12",
"kind": "patch",
"published_at": "2022-02-08T18:35:57Z"
},
{
"tag": "v1.4.11",
"kind": "patch",
"published_at": "2022-02-07T20:59:17Z"
},
{
"tag": "v1.4.10",
"kind": "patch",
"published_at": "2021-01-06T21:39:42Z"
},
{
"tag": "v1.4.9",
"kind": "patch",
"published_at": "2020-12-08T16:22:33Z"
},
{
"tag": "v1.4.8",
"kind": "patch",
"published_at": "2020-11-09T18:35:29Z"
},
{
"tag": "v1.4.7",
"kind": "patch",
"published_at": "2020-11-06T16:56:17Z"
},
{
"tag": "v1.4.6",
"kind": "patch",
"published_at": "2020-10-19T20:42:04Z"
},
{
"tag": "v1.4.5",
"kind": "patch",
"published_at": "2020-10-05T19:43:25Z"
},
{
"tag": "v1.4.4",
"kind": "patch",
"published_at": "2020-09-08T22:24:37Z"
},
{
"tag": "v1.4.3",
"kind": "patch",
"published_at": "2020-09-02T23:00:41Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2020-08-09T16:14:48Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2020-07-26T00:19:56Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2020-06-27T00:16:38Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2020-04-29T21:43:45Z"
}
],
"recent_commits": [
{
"oid": "e049b5856fa2cc181ffdb4878c067b70537072fb",
"body": "Introduces `ml_dsa_65` as a new value for both `CurveType` and\n`SignatureType`. ML-DSA-65 is the medium-strength FIPS 204 module-lattice\ndigital-signature variant (NIST Security Category 3): 1952-byte public\nkey, 3309-byte signature.\n\nThe `CurveType` field is also annotated to note that the value ma\n[…]\n implementation needs a way to represent\npost-quantum public keys and signatures at the API boundary. Other\nnetworks adopting post-quantum signatures are expected to need the same\ndiscriminator value.",
"is_bot": false,
"headline": "Add ml_dsa_65 (FIPS 204) to CurveType and SignatureType (#129)",
"author_name": "Adam Wierzbicki",
"author_login": "Wiezzel",
"committed_at": "2026-07-23T18:27:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91f0e56481aa2db5173153a7c6bff850245d298a",
"body": "* Add AllAccountBalances API and fix URL naming consistency\n\nThis commit introduces two key enhancements:\n\n1. AllAccountBalances API:\n - Added POST /account/all-balances endpoint\n - Consolidates multiple sub-account balance queries into single request\n - Ensures consistent block context for al\n[…]\nAllAccountBalancesResponse\n- Update descriptions to reflect that balance identification relies on balance_type and metadata\n- Simplifies API by removing redundant field that is rarely used in practice",
"is_bot": false,
"headline": "feat: All account balances (#128)",
"author_name": "Jacques Cao",
"author_login": "jacquescaocb",
"committed_at": "2025-12-08T17:42:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "082461526731c89f54ad67b066da50461d7b2267",
"body": "This endpoint provides fallback parsing for high-level transaction\nconstruction operations when local OperationSelector doesn't support\ncertain construct operations.\n\nFeatures:\n- Input format matches TransactionConstructOpInput from chainstdio\n- Output format matches ParseTransactionConstructOp retu\n[…]\nbility with existing operation parsing workflows\n\nEndpoint: POST /construction/preprocess_operations\nRequest: ConstructionPreprocessOperationsRequest\nResponse: ConstructionPreprocessOperationsResponse",
"is_bot": false,
"headline": "Add ConstructionPreprocessOperations API endpoint (#127)",
"author_name": "Jacques Cao",
"author_login": "jacquescaocb",
"committed_at": "2025-11-26T18:18:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "39b8697cc8beece262376e1f7c8c9b39639debee",
"body": null,
"is_bot": false,
"headline": "bump version to 1.5.1 so that versions will match (#126)",
"author_name": "rafalio-cb",
"author_login": "rafalio-cb",
"committed_at": "2025-07-03T18:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f9f2f691f1ab1f7450e376d031e60d997dacbde",
"body": null,
"is_bot": false,
"headline": "fix ref (#122)",
"author_name": "xiaying-peng",
"author_login": "xiaying-peng",
"committed_at": "2024-07-09T22:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a2775bd3df2a5430a6b10b35f73831274c83019",
"body": null,
"is_bot": false,
"headline": "fix (#121)",
"author_name": "xiaying-peng",
"author_login": "xiaying-peng",
"committed_at": "2024-06-12T18:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c56f42c0c206a122577f1ac5508242f8f9aa49b5",
"body": null,
"is_bot": false,
"headline": "Rename to Mesh and upgrade Golang version. (#120)",
"author_name": "xiaying-peng",
"author_login": "xiaying-peng",
"committed_at": "2024-06-12T16:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a41b1c73f9567947837871342c78e051c8a4847",
"body": null,
"is_bot": false,
"headline": "feat: support bip340 (#114)",
"author_name": "₴Ⱡ33₱",
"author_login": "sleepdefic1t",
"committed_at": "2022-11-23T22:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f831629d68af4be2c78dede24ad42b6f2b358a00",
"body": "[preprocess]remove max_fee and mulltiplier in preprocess request",
"is_bot": false,
"headline": "Merge pull request #110 from coinbase/jingwei/remove-fields-preprocess",
"author_name": "jingweicb",
"author_login": "jingweicb",
"committed_at": "2022-09-19T20:13:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ff9dd16bd35672d679fec0edd2de04a4e95e36",
"body": null,
"is_bot": false,
"headline": "updates",
"author_name": "jingwei zhuang",
"author_login": "jingweicb",
"committed_at": "2022-09-19T07:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9e2a021912891d8bc6f16b279120c1c3e586daf",
"body": "[metadata]add public key back",
"is_bot": false,
"headline": "Merge pull request #109 from coinbase/jingwei/add-publickey-back",
"author_name": "jingweicb",
"author_login": "jingweicb",
"committed_at": "2022-09-19T07:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9666a23142d285f0f9dd8f12fdfe2af09d475d8",
"body": null,
"is_bot": false,
"headline": "remove max_fee and mulltiplier in preprocess",
"author_name": "jingwei zhuang",
"author_login": "jingweicb",
"committed_at": "2022-08-28T22:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bd3310cff9f2c5c341fd767e8dedec5ae725f9b",
"body": null,
"is_bot": false,
"headline": "add public key back",
"author_name": "jingwei zhuang",
"author_login": "jingweicb",
"committed_at": "2022-08-28T21:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbbd0d9a3ef45dedf863cd2fbee298cee0521dd9",
"body": "remove public key in metadata",
"is_bot": false,
"headline": "Merge pull request #106 from coinbase/jingwei/remove-public-keys",
"author_name": "jingweicb",
"author_login": "jingweicb",
"committed_at": "2022-07-22T22:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c93b513270e7708f577eb0493068fc201a63592b",
"body": null,
"is_bot": false,
"headline": "remove public key in metadata",
"author_name": "jingwei zhuang",
"author_login": "jingweicb",
"committed_at": "2022-07-14T17:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "180c15027e72ea5ff81c542af8f366225a46ae05",
"body": null,
"is_bot": false,
"headline": "Update API version to 1.4.13 (#105)",
"author_name": "racbc",
"author_login": "racbc",
"committed_at": "2022-07-14T16:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a660477f3c00e6c7d4535fb5dc3da32ffcd5d7d7",
"body": null,
"is_bot": false,
"headline": "Remove peers as a required field in NetworkStatusResponse (#103)",
"author_name": "racbc",
"author_login": "racbc",
"committed_at": "2022-06-23T23:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6b913dac802d90e36cddefd315e94c4c26c8deb",
"body": "* replace CircleCI with gh actions\r\n\r\n* Update license script",
"is_bot": false,
"headline": "replace CircleCI with gh actions (#102)",
"author_name": "irisZhangCB",
"author_login": "irisZhangCB",
"committed_at": "2022-04-27T06:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dae96b32ca969a55734744f2dafd094941f83338",
"body": "Fix rosetta-cli link to correct repo",
"is_bot": false,
"headline": "Merge pull request #98 from racbc/readme-link-fix",
"author_name": "racbc",
"author_login": "racbc",
"committed_at": "2022-03-17T16:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed7aa59658abb01a0dc4c17c0153b78d5bec9546",
"body": null,
"is_bot": false,
"headline": "Fix rosetta-cli link to correct repo",
"author_name": "racbc",
"author_login": "racbc",
"committed_at": "2022-03-14T23:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da2f7af6633f577b95f9e30ee26d06a8834b17b",
"body": null,
"is_bot": false,
"headline": "Update text in Issue Templates (#97)",
"author_name": "racbc",
"author_login": "racbc",
"committed_at": "2022-03-04T17:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b05f038c16b58620dcb637dc6ca1f5be1efdc90b",
"body": "* Update README and CONTRIBUTING files\r\n\r\nThese updates should facilitate contributions by developers.\r\n\r\n* Edit README file formatting and text\r\n\r\n* Update formatting in README file\r\n\r\n* Update CONTRIBUTING file after feedback\r\n\r\n* Post-peer updates to CONTRIBUTING.md file\r\n\r\n* Post-review updates to README.md\r\n\r\n* Edit formatting at top of README file\r\n\r\n* Formatting update for README.md",
"is_bot": false,
"headline": "Update README and CONTRIBUTING files (#92)",
"author_name": "racbc",
"author_login": "racbc",
"committed_at": "2022-03-01T00:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd09a6a43acd9994372e398934fbb1707aa0f802",
"body": null,
"is_bot": false,
"headline": "update circleci (#96)",
"author_name": "Madhur Shrimal",
"author_login": "shrimalmadhur",
"committed_at": "2022-02-16T23:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "006676fde3ac8c544a0b526448eb6c54c4f567c8",
"body": null,
"is_bot": false,
"headline": "update version number (#95)",
"author_name": "Madhur Shrimal",
"author_login": "shrimalmadhur",
"committed_at": "2022-02-08T20:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97bd43dddd35b161f95b2e688cbcb0f254ac6f53",
"body": null,
"is_bot": false,
"headline": "fix case issue (#94)",
"author_name": "Madhur Shrimal",
"author_login": "shrimalmadhur",
"committed_at": "2022-02-08T18:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9791baa804986c67f53e7c412197546f9dbded3e",
"body": null,
"is_bot": false,
"headline": "Add pallas curve to spec (#93)",
"author_name": "irisZhangCB",
"author_login": "irisZhangCB",
"committed_at": "2022-02-07T20:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0dc2bb4c784dbf8fceadb560e9c0ad789631768",
"body": null,
"is_bot": false,
"headline": "Fix typo in CONTRIBUTING.md (#90)",
"author_name": "racbc",
"author_login": "racbc",
"committed_at": "2022-01-04T16:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "def2dac11d6239e187f8662486edd283b2eb0196",
"body": "* Update CONTRIBUTING.md file\r\n\r\n* Post-review edits to contributing.md\r\n\r\n* Post-review update of CONTRIBUTING.md file",
"is_bot": false,
"headline": "Update CONTRIBUTING.md file (#86)",
"author_name": "racbc",
"author_login": "racbc",
"committed_at": "2021-12-08T20:38:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8b383551556a4892bb7e2eb45000fd67eecfe25",
"body": "Add hash case sensitivity to the spec",
"is_bot": false,
"headline": "Merge pull request #83 from HenryYYang/add_hash_case",
"author_name": "Henry Yang",
"author_login": "HenryYYang",
"committed_at": "2021-10-27T20:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce6898659de0f79c350034db6ac938e12805302f",
"body": "Signed-off-by: Henry Yang <yhenry@gmail.com>",
"is_bot": false,
"headline": "Add hash case sensitivity to the spec",
"author_name": "Henry Yang",
"author_login": "HenryYYang",
"committed_at": "2021-09-23T19:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffc01b4eedaf1087a727070cbd66a062e16a224a",
"body": null,
"is_bot": false,
"headline": "Fix typo in SyncStatus (#75)",
"author_name": "Matheus Degiovani",
"author_login": "matheusd",
"committed_at": "2021-08-24T17:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48c9d9dfa40dbb4ff15c6696b707135aa13de1d2",
"body": null,
"is_bot": false,
"headline": "Add description for hex-bytes in SigningPayload (#77)",
"author_name": "Rizeng Zheng",
"author_login": "rzheng",
"committed_at": "2021-08-21T04:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9776b8a066eae3432a66af84ae4566f9d5a276a",
"body": "update readme with correct validation syntax",
"is_bot": false,
"headline": "Merge pull request #81 from coinbase/madhur/readme-fix",
"author_name": "nejoshi",
"author_login": "nejoshi",
"committed_at": "2021-08-20T23:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adea15801c57c4386f780735f9672a89c88c049e",
"body": null,
"is_bot": false,
"headline": "update golang image for addlicense",
"author_name": "Madhur Shrimal",
"author_login": "shrimalmadhur",
"committed_at": "2021-08-11T19:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b77337fab47a68bb3a7980c5342215fb48c30676",
"body": null,
"is_bot": false,
"headline": "update readme with correct make function",
"author_name": "Madhur Shrimal",
"author_login": "shrimalmadhur",
"committed_at": "2021-08-10T23:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8204071d7cdaceea7db2cf3d2889f8122b933d4",
"body": "* add modeling for related transactions\r\n\r\n* bump version\r\n\r\n* fix quotes\r\n\r\n* nit",
"is_bot": false,
"headline": "Add Support for Related Transactions (#74)",
"author_name": "Varun Parthasarathy",
"author_login": "varunpcb",
"committed_at": "2021-01-06T21:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b76365b7a76ff6fd81a18479f0a603d9eb5e8db7",
"body": "Return `Synced` Status",
"is_bot": false,
"headline": "Merge pull request #71 from coinbase/patrick/network-status-tip",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-12-04T22:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf4f140227a999ab05cc4550f1a7395036bab383",
"body": null,
"is_bot": false,
"headline": "nits",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-12-04T21:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca1215d9cb1cdfe82c9813212c69ef28238e4616",
"body": null,
"is_bot": false,
"headline": "add more details about why current_index exists",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-12-04T20:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e9daabf3e2a1da7b13c797de1b1041fe284f4d3",
"body": null,
"is_bot": false,
"headline": "nits",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-12-04T20:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b48db0cb08ef1a2fe8b31e51dc7d0a235989703",
"body": null,
"is_bot": false,
"headline": "make gen",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-12-04T20:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5b2a9ab0124ad7b2a43ab4adeb6062e142eb65e",
"body": null,
"is_bot": false,
"headline": "add synced field",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-12-04T20:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af0e5c1a0d7beffdb07ca82e0eec1cd1d8b5ba1e",
"body": null,
"is_bot": false,
"headline": "first pass",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-12-04T20:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0959d7763937132ef4b405df6d9471b76191e192",
"body": "[indexer] Add `total_count` field",
"is_bot": false,
"headline": "Merge pull request #70 from coinbase/patrick/total-count",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-12-04T16:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16dab00224913b005d6810ab5008d8714d76e1a6",
"body": null,
"is_bot": false,
"headline": "make gen",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-12-04T14:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "081601078895c002d91cf6c77211cb1b12820759",
"body": null,
"is_bot": false,
"headline": "update spec",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-12-04T14:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b1c0d35f6829d7ae160084ea9caaae75a5706ca",
"body": "`SearchTransactionsRequest.Operator` Optional",
"is_bot": false,
"headline": "Merge pull request #67 from coinbase/patrick/optional-operator",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-09T18:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81ad4647821aca8c31b87292d84fa17d5c34d12a",
"body": null,
"is_bot": false,
"headline": "make gen",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-09T17:27:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "184480f903434957e1884036a84509d669dfa29d",
"body": null,
"is_bot": false,
"headline": "update version",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-09T17:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d841c73ff01c474520e2051a118eaf704bde23",
"body": null,
"is_bot": false,
"headline": "make gen",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-09T17:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "182ad92430805a9b5c6e9cc6cb67a7e820bd40c3",
"body": null,
"is_bot": false,
"headline": "make operator optional",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-09T17:23:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "222fde3afdced27287d27a8ba60a10b8b558d0c9",
"body": "Indexer Endpoints",
"is_bot": false,
"headline": "Merge pull request #66 from coinbase/patrick/indexer-enabled-endpoints",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-06T04:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6715162164f2929a8e5e3f373626345a00b5a8ca",
"body": null,
"is_bot": false,
"headline": "nits",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-06T02:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c70fe04778b6684feffd4c38901920873e65e0d",
"body": null,
"is_bot": false,
"headline": "fix spelling",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-06T02:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3605677fb833d092925837ff1131c71c9b0c2b58",
"body": null,
"is_bot": false,
"headline": "cleanup readme",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-06T02:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267cc9f751088121ad876c352a1cc240c44e0294",
"body": null,
"is_bot": false,
"headline": "Update README to comment on indexers",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-06T01:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23ec41e1c8f302ba9399086c76d939189f3ecad5",
"body": null,
"is_bot": false,
"headline": "make gen",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-06T01:34:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc941e8f8c96e2a49cbee45f709fda238675c21d",
"body": null,
"is_bot": false,
"headline": "Add offset to query",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-06T01:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c610fdafaee93e51c4b431f13708b9d1a15cada1",
"body": null,
"is_bot": false,
"headline": "Add description for search transactions",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-06T00:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1bed8338b0d803d099c663a39d1b24c24d02800",
"body": null,
"is_bot": false,
"headline": "Add descriptions",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-06T00:26:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd65ab9639dd238f0dca909ae4100646993ffa0c",
"body": null,
"is_bot": false,
"headline": "Start populating event items",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T22:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62562cba11aa5bc3fbd5a452fbe4c63e0a54249b",
"body": null,
"is_bot": false,
"headline": "Add scaffolding for events",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T22:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "755521edf0dc155f3fd5441359b64d000f53471b",
"body": null,
"is_bot": false,
"headline": "Add first indexer endpoints",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T21:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1335a45d5b5697e476e187ecc37a5e0a946cf85",
"body": "/account/balance + /account/coins restricted queries",
"is_bot": false,
"headline": "Merge pull request #65 from coinbase/patrick/coin-lookup",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T21:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "499b7aa9e439bdfdd5cdd2ce85765e57c19fb039",
"body": null,
"is_bot": false,
"headline": "make gen",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T20:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6711fbe11598e7a733284ae5511753d7b2c9ce6",
"body": null,
"is_bot": false,
"headline": "specify currencies to retrieve",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T20:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba362f465c05237702dbf272238cb8464bcbe6f2",
"body": "Add /account/coins Endpoint",
"is_bot": false,
"headline": "Merge pull request #64 from coinbase/patrick/account-coins",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T19:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a92b158306b15c5344e764b794d5c9a2de83c002",
"body": null,
"is_bot": false,
"headline": "add more notes",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T17:44:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0537633b3b953ecddb5622f71187a95ab13730c0",
"body": null,
"is_bot": false,
"headline": "Add additional docs",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T17:44:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d76db233d36707d6ef5d1bf18a07e5bf56f68f0",
"body": null,
"is_bot": false,
"headline": "make gen",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T17:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38c1c944da3d7fe90c2547c4331ed142f5e4464a",
"body": null,
"is_bot": false,
"headline": "Add note about not implementing /account/coins for account-based",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T17:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3aa84120f3d088361aa2d7ed7e69f5fb6c4b4c3",
"body": null,
"is_bot": false,
"headline": "Add mempool_coins to allow",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T17:31:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff548465b896274daab33a91d3163f8482df874e",
"body": null,
"is_bot": false,
"headline": "Add AccountCoinsResponse",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T17:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b71b3eeec81b1cbd78a4522dacc8a013dfdc717d",
"body": "Make `Operation.Status` optional",
"is_bot": false,
"headline": "Merge pull request #63 from coinbase/patrick/optional-operation-status",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T16:55:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfb7fe22a10816c4653acb5b4d9fa1a138af01ee",
"body": null,
"is_bot": false,
"headline": "make gen",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T16:43:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a858cbb1d181566800bd9c8ab8b076964cf744b2",
"body": null,
"is_bot": false,
"headline": "update version",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T16:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a2f52820d8c68abcc5e5cf276e2404c37a37d86",
"body": null,
"is_bot": false,
"headline": "remove status as required",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-11-05T16:40:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63abcfa9a7b19a9967023528f2507e6c8af7b8c2",
"body": "Update README with reference implementations",
"is_bot": false,
"headline": "Merge pull request #62 from coinbase/patrick/cleanup-readme",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-27T16:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fbb7d02712267dfabd595948d77dbc38cd534bc",
"body": null,
"is_bot": false,
"headline": "nits",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-27T16:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a857abfa42ed04f478bd8da659a7b41be356bc71",
"body": null,
"is_bot": false,
"headline": "Update README with reference implementations",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-27T16:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa6665e70553c70ec61655ff3d79bb8a00c3547e",
"body": "Error Descriptions",
"is_bot": false,
"headline": "Merge pull request #61 from coinbase/patrick/error-description",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-19T20:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "377d42fb35e17267a4f6c70ed4041556b7b0d2c4",
"body": null,
"is_bot": false,
"headline": "gen",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-19T20:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "643a106d5d2d31d7edc3956616be098207cf388f",
"body": null,
"is_bot": false,
"headline": "Add Description to Error",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-19T20:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d91fdf9998fa17d888f9d1753b56f83614d34ff",
"body": "Add timestamp_start_index",
"is_bot": false,
"headline": "Merge pull request #60 from coinbase/patrick/timestamp-start-index",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-19T20:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6667d055b8991841db88d7cdb029d20fe2c70ac2",
"body": null,
"is_bot": false,
"headline": "gen",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-19T20:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbc35be211983063e2e57e7d47caa76678959983",
"body": null,
"is_bot": false,
"headline": "Add timestamp_start_index",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-19T20:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d015724fa9f36b5d32253ff96d8718ba2e64c30",
"body": "Replace broken link for commit guidelines",
"is_bot": false,
"headline": "Merge pull request #58 from KNWR/kanwar/fix-broken-contributing-link",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-05T22:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e30636f47ea09bcf70e3f6e9b93e01c2f36279e6",
"body": null,
"is_bot": false,
"headline": "Replace broken commit guide link",
"author_name": "Kanwar Sahdra",
"author_login": "KNWR",
"committed_at": "2020-10-05T21:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1ce6c8529cd3addaf5c33fbfc4450489e1f5cd3",
"body": "Support Account Balance Tracking \"Exemptions\"",
"is_bot": false,
"headline": "Merge pull request #57 from coinbase/patrick/support-exempt-balances",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-05T17:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd39ccf9211217f00686f1f35e29284f927fd9b4",
"body": null,
"is_bot": false,
"headline": "Nits",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-03T21:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c9499064ee3a836097f260dfb7ca18674f0b03e",
"body": null,
"is_bot": false,
"headline": "Make gen",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-03T21:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35c1ed034c937f5dcfa94cd704dd87edd48ce2de",
"body": null,
"is_bot": false,
"headline": "Nits",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-03T21:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbb714658a1ef0b6edbbb8783d3014ab7dd7595d",
"body": null,
"is_bot": false,
"headline": "Add license",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-03T21:45:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2cdd36ec95540ab604c06cd9b188ab906d84431",
"body": null,
"is_bot": false,
"headline": "First pass on deets",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-03T21:44:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b0ab7f401610af2b4f96c0e248c8f2f62199f16",
"body": null,
"is_bot": false,
"headline": "Keep working",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-03T21:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b2c90fbe84fcf6433d9af9a0df7b70c21c576c",
"body": null,
"is_bot": false,
"headline": "First pass at adding BalanceExemption",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-03T21:23:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f0c559666308d768835ada4fd1572ab8b8e9a0c",
"body": "README Nits",
"is_bot": false,
"headline": "Merge pull request #56 from coinbase/patrick/readme-nits",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-03T01:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abac58b3acd9515044e23d9df6849f199e4d94c3",
"body": null,
"is_bot": false,
"headline": "Add /call to online methods",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-03T00:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a4cdb971a65055763e4396d329eea3397457397",
"body": "/call endpoint",
"is_bot": false,
"headline": "Merge pull request #55 from coinbase/patrick/call-endpoint",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-03T00:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c21c2991d6b8473defe7e6f43cf1a05dd1f95f7",
"body": null,
"is_bot": false,
"headline": "Add modules section to README",
"author_name": "Patrick O'Grady",
"author_login": "patrick-ogrady",
"committed_at": "2020-10-03T00:30:23Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 20,
"commits_last_year": 3,
"latest_release_at": "2025-12-08T17:48:22Z",
"latest_release_tag": "v1.7.1",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 3,
"days_since_latest_release": 228,
"mean_days_between_releases": 202.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 100,
"stars": 340,
"watchers": 31,
"fork_history": {
"days": [
{
"date": "2020-05-05",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-06-18",
"count": 3
},
{
"date": "2020-06-24",
"count": 1
},
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2020-07-07",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-07-28",
"count": 2
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-08-21",
"count": 1
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-08-29",
"count": 1
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-12-13",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-02-13",
"count": 1
},
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-04-13",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-05-08",
"count": 1
},
{
"date": "2021-05-22",
"count": 1
},
{
"date": "2021-06-01",
"count": 1
},
{
"date": "2021-07-27",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-09-03",
"count": 1
},
{
"date": "2021-09-05",
"count": 2
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-11-11",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2022-01-18",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-19",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-12",
"count": 1
},
{
"date": "2022-03-17",
"count": 1
},
{
"date": "2022-03-30",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-04-23",
"count": 1
},
{
"date": "2022-06-11",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-07-11",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-10-22",
"count": 1
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2022-11-19",
"count": 1
},
{
"date": "2022-11-26",
"count": 1
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-07-05",
"count": 1
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-08-09",
"count": 1
},
{
"date": "2023-08-28",
"count": 2
},
{
"date": "2023-09-10",
"count": 1
},
{
"date": "2023-10-24",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2024-01-27",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-02-07",
"count": 1
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-06-19",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-08",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-07-11",
"count": 1
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 96,
"total_forks": 100
},
"star_history": null,
"open_issues_and_prs": 13
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"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": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 70,
"open_issues": 9,
"closed_ratio": 0.775,
"closed_issues": 31,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "patrick-ogrady",
"commits": 178,
"avatar_url": "https://avatars.githubusercontent.com/u/13023275?v=4"
},
{
"type": "User",
"login": "lk86",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/5480925?v=4"
},
{
"type": "User",
"login": "racbc",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/92053943?v=4"
},
{
"type": "User",
"login": "jingweicb",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/96205264?v=4"
},
{
"type": "User",
"login": "shrimalmadhur",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/642275?v=4"
},
{
"type": "User",
"login": "matheusd",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1752493?v=4"
},
{
"type": "User",
"login": "xiaying-peng",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/80869623?v=4"
},
{
"type": "User",
"login": "cindyxkuang",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/24403198?v=4"
},
{
"type": "User",
"login": "joeqian10",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/33386299?v=4"
},
{
"type": "User",
"login": "HenryYYang",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4411287?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.751
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "4 out of 24 merged PRs checked by a CI test -- score normalized to 1",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 9,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e049b5856fa2cc181ffdb4878c067b70537072fb",
"ran_at": "2026-07-25T13:14:35Z",
"aggregate_score": 4.5,
"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-23T18:29:01Z",
"oldest_open_prs": [
{
"number": 99,
"created_at": "2022-03-21T21:05:32Z",
"last_comment_at": "2022-08-01T13:15:49Z",
"last_comment_author": "cb-heimdall"
},
{
"number": 117,
"created_at": "2023-07-05T19:57:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 124,
"created_at": "2025-06-12T17:41:26Z",
"last_comment_at": "2025-06-12T17:41:29Z",
"last_comment_author": "cb-heimdall"
},
{
"number": 125,
"created_at": "2025-06-12T17:46:15Z",
"last_comment_at": "2025-06-12T17:46:19Z",
"last_comment_author": "cb-heimdall"
}
],
"last_merged_pr_at": "2026-07-23T18:27:55Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 20,
"created_at": "2020-06-25T17:08:33Z",
"last_comment_at": "2024-04-10T03:23:23Z",
"last_comment_author": "Steph380"
},
{
"number": 23,
"created_at": "2020-07-03T07:37:56Z",
"last_comment_at": "2020-08-01T22:37:46Z",
"last_comment_author": "sambacha"
},
{
"number": 49,
"created_at": "2020-09-14T22:06:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 50,
"created_at": "2020-09-14T22:08:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2020-09-15T17:25:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 72,
"created_at": "2020-12-10T03:25:09Z",
"last_comment_at": "2020-12-11T17:31:20Z",
"last_comment_author": "patrick-ogrady"
},
{
"number": 80,
"created_at": "2021-06-15T20:47:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 84,
"created_at": "2021-11-12T16:04:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 123,
"created_at": "2024-08-30T16:04:53Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/coinbase/mesh-specifications",
"host": "github.com",
"name": "mesh-specifications",
"owner": "coinbase"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 45,
"vitality": 49,
"community": 71,
"governance": 64,
"engineering": 32
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 49,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"releases_count": 20,
"latest_release_tag": "v1.7.1",
"releases_from_tags": false,
"days_since_latest_release": 228,
"mean_days_between_releases": 202.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "20 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 20
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 228 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 228
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~202.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 202.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 71,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"forks": 100,
"stars": 340,
"watchers": 31,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "340 stars",
"points": 41,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 340
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "100 forks",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 100
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "31 watchers",
"points": 8.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 31
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 20,
"top_contributor_share": 0.751
},
"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 75% of commits",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 75
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 70,
"open_issues": 9,
"closed_issues": 31,
"issue_closed_ratio": 0.775,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "78% of issues closed",
"points": 36.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 78
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "70/80 decided PRs merged",
"points": 33.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 70,
"decided": 80
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 2632,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "coinbase",
"public_repos": 184,
"account_age_days": 5144
},
"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": "2,632 followers of coinbase",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2632,
"login": "coinbase"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "184 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 184
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"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": 32,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "4 out of 24 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 24 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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 detected",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"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": "critical",
"name": "AI Readiness",
"value": 16,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.42,
"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": "42 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "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": "critical",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"primary_language": "Shell",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Shell without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Shell"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T13:14:59.120217Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/coinbase/mesh-specifications.svg",
"full_name": "coinbase/mesh-specifications",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}