Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 436,
"has_wiki": true,
"homepage": null,
"languages": {
"C++": 194838,
"CMake": 14969,
"Python": 5651
},
"pushed_at": "2025-11-30T08:03:08Z",
"created_at": "2014-11-19T14:08:28Z",
"owner_type": "Organization",
"updated_at": "2026-07-08T18:58:34Z",
"description": "C++ language binding library integrating ZeroMQ with Boost Asio",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSL-1.0",
"default_branch": "master",
"license_spdx_raw": "BSL-1.0",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": "http://www.zeromq.org/",
"name": "The ZeroMQ project",
"type": "Organization",
"login": "zeromq",
"company": null,
"location": null,
"followers": 1401,
"avatar_url": "https://avatars.githubusercontent.com/u/109777?v=4",
"created_at": "2009-07-29T08:53:02Z",
"is_verified": null,
"public_repos": 87,
"account_age_days": 6205
},
"license": {
"state": "standard",
"spdx_id": "BSL-1.0",
"raw_spdx": "BSL-1.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2021-11-21T00:41:33Z"
}
],
"recent_commits": [
{
"oid": "819b24035cfa5b73081e21f5867445f2344f680d",
"body": "Fix for Boost >= 1.87",
"is_bot": false,
"headline": "Merge pull request #218 from jp-pino/master",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2025-11-30T08:03:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c3340a102e65559fd9c46ffed5291e20c66e30",
"body": null,
"is_bot": false,
"headline": "Exclude broken builds (#3)",
"author_name": "Juan Pablo Pino Bravo",
"author_login": "jp-pino",
"committed_at": "2025-11-27T20:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0025c0c2591047d130d248731c9eeb6a6e5106dd",
"body": "The actor test is multithreaded. I think there's a race condition that might trigger sometimes, where btb could result in still having the old value (0).\n\nI'm using std::future to make sure that the value is updated properly before testing it.",
"is_bot": false,
"headline": "Ensure proper synchronization in actor test (#4)",
"author_name": "Juan Pablo Pino Bravo",
"author_login": "jp-pino",
"committed_at": "2025-11-27T20:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b112057c92bc7a76ec0d9a4b12a11bf158035ca",
"body": "* Refactor io_service to io_context across the codebase for Boost compatibility\n\n* Test against Boost 1.65\n\n* Replace io_context.hpp with Boost's asio/io_context.hpp and update references across the codebase\n\n* Remove testing against versions lower than 1.68\n\n* Refactor documentation to reflect use of io_context\n\n* Refactor code and documentation to reflect use of io_context",
"is_bot": false,
"headline": "Refactor io_service to io_context across the codebase (#2)",
"author_name": "Juan Pablo Pino Bravo",
"author_login": "jp-pino",
"committed_at": "2025-11-27T15:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "069b4511c42b68096bc2ee1ee507efec5309b988",
"body": null,
"is_bot": false,
"headline": "Add buffer sequence type checks for send/receive methods",
"author_name": "Juan Pablo Pino Bravo",
"author_login": "jp-pino",
"committed_at": "2025-11-26T15:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8b2a1aac47f8da70bc4d2d1c2f5d9a9ceaec748",
"body": null,
"is_bot": false,
"headline": "Fix compatibility with Boost >= 1.87",
"author_name": "Juan Pablo Pino Bravo",
"author_login": "jp-pino",
"committed_at": "2025-11-04T13:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f66550fde609110870077f53fb7b679ef2e2760",
"body": null,
"is_bot": false,
"headline": "Fix github actions to test against more recent OS/Boost versions",
"author_name": "Juan Pablo Pino Bravo",
"author_login": "jp-pino",
"committed_at": "2025-11-03T15:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e8f18bf3ac60f5c8126db61e48927ea19a88195",
"body": "Notify the completion handler through the handler's associated executor",
"is_bot": false,
"headline": "Merge pull request #213 from ACvanWyk/master",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2025-01-19T04:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e8c402a23499bad062b6d27dfd57e5351d0e1e3",
"body": "Fix tests for boost >= 1.84.0",
"is_bot": false,
"headline": "Merge pull request #215 from panicgh/fix-tests-boost184",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2025-01-18T20:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1901e42d5fb3f82eec99f2418372f2ca1abe31de",
"body": null,
"is_bot": false,
"headline": "Fix tests for boost >= 1.84.0",
"author_name": "Nicolas Benes",
"author_login": "panicgh",
"committed_at": "2025-01-07T22:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaa47f577690d439b14fcbf04d36439831db0d5a",
"body": null,
"is_bot": false,
"headline": "Added missing include for #include <boost/current_function.hpp>",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-03-05T05:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582e21e119481e5454c63e5d485ec2479cb1773d",
"body": null,
"is_bot": false,
"headline": "Add #include <boost/current_function.hpp> to file",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-03-04T14:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec020d300a4c09c715f6cc28eb76b166fa05fd8b",
"body": null,
"is_bot": false,
"headline": "Fix build",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-27T09:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddafce1d3ed83bccdb6c434f58c6ac6057e95be5",
"body": "When passing a azmq::message to the azmq::async_receive() function a new azmq::message is created by the receive_buffer_op_base function call instead of using the passed in azmq::buffer. Once the async operation has completed the data does not get stored in the passed in azmq::message since it was s\n[…]\nerence to the message and pass it along when receiving the information from the socket.\nAny other buffer type will still work the same it is just for the azmq::message type that this needs to be fixed",
"is_bot": false,
"headline": "Support azmq::message with the azmq::async_receive() function",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-27T09:34:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5619ace0f72b4031152801968020fdd33882dce8",
"body": "This reverts commit 91b638dd4b9c745391f48f3e19134254498b741f.",
"is_bot": false,
"headline": "Revert \"Revert commit\"",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-27T09:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eb8ec1ec8e33e31422f1d883d874688efd7e692",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/ACvanWyk/azmq",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-27T09:00:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91b638dd4b9c745391f48f3e19134254498b741f",
"body": null,
"is_bot": false,
"headline": "Revert commit",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-27T07:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e632637b3dfd129f599fc18a3b8e387f56023eed",
"body": "When passing a azmq::message to the azmq::async_receive() function a new azmq::message is created by the receive_buffer_op_base function call instead of using the passed in azmq::buffer. Once the async operation has completed the data does not get stored in the passed in azmq::message since it was s\n[…]\nbject is valid while calling the async function it should be fine to create the object with a reference to the original object and once the operation has been completed the object will still be valid.",
"is_bot": false,
"headline": "Support azmq::message with the azmq::async_receive() function",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-27T06:59:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "25c9c1603d16597144beec3a9f75defc7a8a6ce7",
"body": null,
"is_bot": false,
"headline": "Check to make sure that azmq::async_receive with azmq::message works",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-27T06:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ccbf3ad67d93203ba9f960f5ea8c5779326fe60",
"body": null,
"is_bot": false,
"headline": "Do not include fix in the pull request",
"author_name": "Aidan van Wyk",
"author_login": "ACvanWyk",
"committed_at": "2024-02-05T08:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39248445a3929048fb1d5a50fd9d78f7037c6b50",
"body": "The boost::asio::bind_allocater only introduced in Boost 1.79. Only support the bind_allocater in Boost >= 1.79",
"is_bot": false,
"headline": "Fixed build.",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-05T07:15:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0e1334e89f01aef59ae181ad621853e78d30c6c",
"body": "…on handler and dispatch the handler against the associated executor when it is completed.\n\nAccording to the rules for asynchronous operations, the outstanding work needs to be tracked against the handler's associated executor until the asynchronous operation is complete.\nDispatch the completion handler through the executor, using the associated allocator and if there is no allocator use the recycled allocator by default",
"is_bot": false,
"headline": "Create the work_guard for receiving/sending when creating the operati…",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-05T06:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97e91d26699b8988494810e674c174e5bb6d2fc0",
"body": null,
"is_bot": false,
"headline": "Fix the test so that it receives all packets at once",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-02T14:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aad4804aad76ec1fa0397c68ecceff17bbed5088",
"body": "…the same exector that is used to launch the async function is used to notify the completion handler.",
"is_bot": false,
"headline": "Use the same executor to notify the completion handler o ensure that …",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-02T14:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84315233201ab8f6a57484c22f21bbffe0d4b840",
"body": null,
"is_bot": false,
"headline": "Fix build",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-02T14:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7f1249fb2491e3b8809c559a0d947e002f07a54",
"body": null,
"is_bot": false,
"headline": "Fix build. The any_exector only introduced in 1.74.0",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-02T13:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d1f6ea99cd19dc9985ba046467de50f55b11ee7",
"body": null,
"is_bot": false,
"headline": "Use REQUIRE instead of ASSERT_TRUE",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-02T13:33:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40c391d392c288091157ab7f9a75aa6c8702e657",
"body": "…s when using yield context",
"is_bot": false,
"headline": "Added test to determine how thread safe it is use async function call…",
"author_name": "Aidan",
"author_login": null,
"committed_at": "2024-02-02T13:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c1adac46bced4eb74ed9be7c74563bb113eaacf",
"body": "Add support for extensible async_ overloads",
"is_bot": false,
"headline": "Merge pull request #195 from aboseley/async",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2023-03-23T11:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85df42269ec924dd6c22f32095fa474467003f4d",
"body": "issue #11",
"is_bot": false,
"headline": "Add support for extensible async overloads",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2023-03-23T07:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b3db93e7452014209426f1c192a7b9172651c37",
"body": "Make building documentation examples optional in the same style as tests",
"is_bot": false,
"headline": "Merge pull request #200 from wilhelm-now/optional_doc",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2023-02-01T04:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffb69409f4623dc54a6d61903eaf730dfbe6ab33",
"body": null,
"is_bot": false,
"headline": "Make building documentation examples optional in the same style as tests",
"author_name": "WILHELM",
"author_login": "wilhelm-now",
"committed_at": "2023-01-01T17:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42e62d6a1bc2dbf95817cf6f635b4e186d699698",
"body": "Use modern cmake targets and config files",
"is_bot": false,
"headline": "Merge pull request #185 from aboseley/add-cmake-config",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2022-12-01T20:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0ceea8735b689b23b323ec30b6dc8c9de82f8ba",
"body": "Node.js 12 actions are deprecated\nSee: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/",
"is_bot": false,
"headline": "github-action: update checkout action to v3",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2022-12-01T19:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "606c592b8eb4c07f16128faa44d93cade242a361",
"body": "Fix handling with old Catch2 version",
"is_bot": false,
"headline": "Merge pull request #2 from ClausKlein/add-cmake-config",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2022-12-01T08:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d98a18ab63e3b1f606b9bc8adef02b9c8aa9b6b",
"body": "And do not export developer compiler options.",
"is_bot": false,
"headline": "Fix handling with old Catch2 version",
"author_name": "ClausKlein",
"author_login": "ClausKlein",
"committed_at": "2022-11-27T09:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cb100f3557ceddd03047716499ccf8cf14dad8a",
"body": null,
"is_bot": false,
"headline": "Add AZMQ_DEVELOPER option with increased warnings",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2022-11-27T07:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "983b977a184b91020a8c516985e448bdfb9b7ccc",
"body": null,
"is_bot": false,
"headline": "Update test configuration",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2022-11-27T07:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ea48ddec694712dbea0130565104b4b5db2609",
"body": null,
"is_bot": false,
"headline": "Use namespace Azmq::",
"author_name": "ClausKlein",
"author_login": "ClausKlein",
"committed_at": "2022-11-27T05:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3e79c68d61672332bc843c50b842bdac778f155",
"body": null,
"is_bot": false,
"headline": "Improve the cmake files and format them",
"author_name": "ClausKlein",
"author_login": "ClausKlein",
"committed_at": "2022-11-27T05:07:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "392a2ee6d4f52e71fca7e8acd9848d7618744886",
"body": null,
"is_bot": false,
"headline": "cmake: use existing libzmq targets if they exist",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2022-11-27T05:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ffa6f843af5389c8c4ff80f4028a25edfc204d",
"body": null,
"is_bot": false,
"headline": "cmake : export cmake target for azmq",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2022-11-27T05:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d4206515a5d6f6f5110acd915c3b25643b012c",
"body": "Fix nullification of message const& in socket::send()",
"is_bot": false,
"headline": "Merge pull request #196 from gin-ahirsch/send-message-nullification",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2022-11-26T21:40:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06c1bd3b5dcd81b751261b017cff2bb6d6aac546",
"body": null,
"is_bot": false,
"headline": "Fix -Wsign-compare in test-case",
"author_name": "Alexander Hirsch",
"author_login": "gin-ahirsch",
"committed_at": "2022-03-30T08:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13605da9f3d57c7f5abfb7a19e4182b33707e7a2",
"body": "zmq_msg_send() nullifies the message that is passed in. The function had\na signature taking a message const&, which should not be modified.\nTo fix this, the signature is changed to pass the message by value, so a\ncopy is made if necessary.\n\nThis commit also removes some unnecessary const_casts. One \n[…]\nt const* to\nzmq_msg_send().\nThe const_cast for the src-argument of zmq_msg_copy() as well as various\naccessors is necessary though; libzmq doesn't seem to be stringent on\ntype-based const-correctness.",
"is_bot": false,
"headline": "Fix nullification of message const& in socket::send()",
"author_name": "Alexander Hirsch",
"author_login": "gin-ahirsch",
"committed_at": "2022-03-30T08:42:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e0058a38976399006f535a9010d29e763b43fcd8",
"body": "Fix leak of remaining pending operations during io_service destruction",
"is_bot": false,
"headline": "Merge pull request #167 from dkl/fix-op-leak",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-12-05T06:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27740d7f6105a82829b074eeece0a2442b84662a",
"body": "Use catch2 for unit testing",
"is_bot": false,
"headline": "Merge pull request #178 from aboseley/adam/use-catch2",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-12-03T19:44:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f11ed5a72e4ea19572e26d48ccce272481f7a4",
"body": null,
"is_bot": false,
"headline": "github-ci: repeat unit tests 3 times before passing",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-11-28T09:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e998554a63add518246e8d8b0ab7c3b5b1d095c",
"body": null,
"is_bot": false,
"headline": "test-socket : ignore ZMQ_EVENT_DISCONNECTED",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-11-27T23:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97155c353d6ef06c39cd23709e004252cc21e803",
"body": "Also removes the thirdparty catch source from this project which\nallows the user to decide which version they will build with.",
"is_bot": false,
"headline": "Use catch2 for unit testing",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-11-24T09:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "febe5f01c52b10d45b82d98023571f77dd0de21b",
"body": "Fix test fails on osx",
"is_bot": false,
"headline": "Merge pull request #192 from aboseley/fix-macos-socket-test",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-11-24T09:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a48839ada4d6b7ab1e5aadc2a05867ce1b4f6a3",
"body": null,
"is_bot": false,
"headline": "Fix test fails on osx",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-11-22T03:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7da2fd0a1b2bd4e6f50ccd17d54579e6084ef1f7",
"body": "Add XPUB_NODROP socket option",
"is_bot": false,
"headline": "Merge pull request #189 from jyurdal/master",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-11-20T21:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ff7ff4a8e967527128e03a22140c0f2fae75e5",
"body": "context_ops: fix bug handling zmq_ctx_set result",
"is_bot": false,
"headline": "Merge pull request #188 from aboseley/bugfix-handling-zmq_ctx_set-result",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-11-08T01:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "810d88891036d86974d212d657e5c1d1e32596f2",
"body": "azmq/detail/context_ops.hpp: Assign ZMQ_MAX_SOCKETS to max_sockets",
"is_bot": false,
"headline": "Merge pull request #191 from jvanns/fix-max_sockets",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-11-08T01:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af23fa85426bbce7ffc2d9dc634eb1c4fba2c87",
"body": "Without this patch, max_sockets references ZMQ_MAXMSGSIZE which\nisn't quite right ;) Probably a typo - lets just quickly fix it!\n\nI've tested this locally by subscribing to >1000 topics to avoid\nthe proverbial \"Too many open files\" and already ensuring that\nmy 'ulimit -n <>' soft & hard limits allow for the extra sockets.",
"is_bot": false,
"headline": "azmq/detail/context_ops.hpp: Assign ZMQ_MAX_SOCKETS to max_sockets",
"author_name": "Jim Vanns",
"author_login": "jvanns",
"committed_at": "2021-11-05T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0417abca6a683f1e0fe5dbbc62c506a0259aff8a",
"body": null,
"is_bot": false,
"headline": "add XPUB_NODROP option",
"author_name": "Joanna Yurdal",
"author_login": null,
"committed_at": "2021-11-05T09:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e7d0dd296e5962c2726368202c2d9499c385b9",
"body": "http://api.zeromq.org/4-0:zmq-ctx-set\n\nThe zmq_ctx_set() function returns zero if successful.\nOtherwise it returns -1 and sets errno ...",
"is_bot": false,
"headline": "context_ops: fix bug handling zmq_ctx_set result",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-10-24T03:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "162ae5c42821baa0b2df074e5905884cd8f39eec",
"body": "socket_ops: silence signed/unsigned comparison warning",
"is_bot": false,
"headline": "Merge pull request #187 from timblechmann/feature/silence-msvc-warning",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-10-09T20:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5da18141024f7b5289e26d34f3bbe072c69f0ad5",
"body": "`last` is a signed type, while `0u` is an unsigned type, but we\nobviously want to have `index` and `last` to be of the same type (well,\nwe typically don't care too much, but compilers can be quite naggy about\nsigned/unsigned comparisons)",
"is_bot": false,
"headline": "socket_ops: silence signed/unsigned comparison warning",
"author_name": "Tim Blechmann",
"author_login": "timblechmann",
"committed_at": "2021-10-04T10:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15a4f45ee92f57ed1938b885bcba876b97ba5967",
"body": "Since the previous patch, do_complete() no longer deletes the op object,\nso now we can turn it into a proper method and simplify the code.",
"is_bot": false,
"headline": "Refactor do_perform & do_complete into virtual methods",
"author_name": "Daniel Klauer",
"author_login": "dkl",
"committed_at": "2021-09-27T19:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a53ed375070d86d25cddb3b54c16a4552e77c24",
"body": "Previously, ops were tracked in boost::intrusive::lists and deleted by\nunlinking from the list and calling do_complete, which did the \"delete\".\nHowever, any remaining ops in the queues during destruction of\nper_descriptor_data were not freed, because boost::intrusive::list\ndestruction only unlinks a\n[…]\n\nautomatic destructor calls to free the memory. do_complete() calls are\nstill done in the same place as before, but now they only call the\ncompletion handlers and leave the freeing to the destructors.",
"is_bot": false,
"headline": "Fix leak of remaining pending operations during io_service destruction",
"author_name": "Daniel Klauer",
"author_login": "dkl",
"committed_at": "2021-09-27T19:36:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6675a0ab6d8442fc35648f566b748bde97d764f2",
"body": "Add github pipeline",
"is_bot": false,
"headline": "Merge pull request #186 from aboseley/adam/github-pipeline",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-09-17T08:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f35c63fab0a3015c6fdca1d2a3e794a4a8f110f",
"body": null,
"is_bot": false,
"headline": "Add github pipeline",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-09-16T00:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c942baf72fadc27fd1874ff33cf884a10478924",
"body": "socket ops: use taus88 instead of mersenne_twister",
"is_bot": false,
"headline": "Merge pull request #180 from timblechmann/feature/taus88",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-09-13T06:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07063832329c8275353ae140325315a1fc25fcbe",
"body": "azmq: replace boost.regex with std",
"is_bot": false,
"headline": "Merge pull request #181 from timblechmann/feature/avoid-boost-regex",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-09-12T10:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f0ca90d2e6a143151655c5ca555efa74bbc957",
"body": "add another type alias for socket option",
"is_bot": false,
"headline": "Merge pull request #162 from KnoerleMan/patch-1",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-09-12T09:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad1582c61a9d570f9f7a53a401f9ee3649dd2ec3",
"body": "Fixed comparison for BOOST_VERSION",
"is_bot": false,
"headline": "Merge pull request #154 from markus-t314/bugfix/boost_version",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-09-12T09:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9b9387e940b444e7acc150559ca330486650258",
"body": "azmq: avoid boost.format",
"is_bot": false,
"headline": "Merge pull request #182 from timblechmann/feature/avoid-boost-format",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-09-12T07:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "209ccdc318bee195c92eaf86ed2fcc4acf08be1e",
"body": "we can reduce the dependencies onto a boost.regex library by using\nstd::regex and friends.\n\nfurthermore we can cache the compiled regex instead of building it\nevery time",
"is_bot": false,
"headline": "azmq: replace boost.regex with std",
"author_name": "Tim Blechmann",
"author_login": "timblechmann",
"committed_at": "2021-09-11T03:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ede7706718692e94ad0d9dbeb2776c53a3ed0486",
"body": "boost.format is rather bloated. we can easily replace this with simple\nstring arithmetics here",
"is_bot": false,
"headline": "azmq: avoid boost.format",
"author_name": "Tim Blechmann",
"author_login": "timblechmann",
"committed_at": "2021-09-11T03:07:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b83e9781f4e89b7d94d9d5d01a453396a04392",
"body": "mt19937 is a great rng, but it requires a rather large state. taus88 is\na very decent rng with a much smaller memory footprint",
"is_bot": false,
"headline": "socket ops: use taus88 instead of mersenne_twister",
"author_name": "Tim Blechmann",
"author_login": "timblechmann",
"committed_at": "2021-09-11T03:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc6b42acaaeaa65692e031d796a02011d2924713",
"body": "Fix socket monitor tests on new versions of libzmq",
"is_bot": false,
"headline": "Merge pull request #175 from aboseley/failing-socket-test",
"author_name": "Arnaud Loonstra",
"author_login": "sphaero",
"committed_at": "2021-06-02T13:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e692ad148fd0e3fdd6cb09b1e408f58ea5a573",
"body": null,
"is_bot": false,
"headline": "Fix socket monitor tests on new versions of libzmq",
"author_name": "Adam Boseley",
"author_login": "aboseley",
"committed_at": "2021-06-02T09:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4661fe559405bcdb5c6e73606110f1302d71473",
"body": "Make library compatible with c++20.",
"is_bot": false,
"headline": "Merge pull request #172 from slepasteur/master",
"author_name": "Arnaud Loonstra",
"author_login": "sphaero",
"committed_at": "2021-05-21T07:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b652e75a3acd38a724efa8a159aa201892771bd0",
"body": null,
"is_bot": false,
"headline": "Make library compatible with c++20.",
"author_name": "Simon Lepasteur",
"author_login": "slepasteur",
"committed_at": "2021-03-31T13:36:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a38c2e2981df3659924f537a888b74da3077555",
"body": "Fix BOOST_VERSION check for 1.70 (107000)",
"is_bot": false,
"headline": "Merge pull request #164 from jflemer-ndp/boost_ver",
"author_name": "Thomas Rodgers",
"author_login": "rodgert",
"committed_at": "2021-01-26T16:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63bbda23f0fff90f453fe58b464dfb422a577621",
"body": "Fixes for building with clang",
"is_bot": false,
"headline": "Merge pull request #168 from dkl/clang-build-fixes",
"author_name": "Thomas Rodgers",
"author_login": "rodgert",
"committed_at": "2021-01-26T16:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34083e83b332219b91848d681861a8cae960cbe9",
"body": "Fix dangling reference to buffer object for async_send() operations",
"is_bot": false,
"headline": "Merge pull request #157 from dkl/fix-dangling-buffer-ref",
"author_name": "Arnaud Loonstra",
"author_login": "sphaero",
"committed_at": "2020-12-24T11:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "416fe1851e3b59d4d3b4c45c6d441112d003c5c2",
"body": null,
"is_bot": false,
"headline": "Enable warnings and fix some of them",
"author_name": "Daniel Klauer",
"author_login": "dkl",
"committed_at": "2020-11-03T12:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "151952828684387b9d81afdbae83f91f725ca1cd",
"body": null,
"is_bot": false,
"headline": "Let cmake set C++ standard compiler flags",
"author_name": "Daniel Klauer",
"author_login": "dkl",
"committed_at": "2020-11-03T12:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70e2a42d03f2d47b8337e5051fa17cf786ee748c",
"body": "Using -stdlib=libc++ is not necessary with clang on Linux. In fact it\ncauses an error here on Ubuntu 20.04 with my self-installed boost 1.74.0:\n\n/usr/local/include/boost/config/detail/select_stdlib_config.hpp:26:14: fatal error: 'cstddef' file not found\n# include <cstddef>\n ^~~~~~~~~",
"is_bot": false,
"headline": "Fix build with clang on Linux",
"author_name": "Daniel Klauer",
"author_login": "dkl",
"committed_at": "2020-11-03T12:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a8420ef6de2f41c4573c09c2bcb624fcd3548c2",
"body": null,
"is_bot": false,
"headline": "Fix BOOST_VERSION check for 1.70 (107000)",
"author_name": "James E. Flemer",
"author_login": "jflemer-ndp",
"committed_at": "2020-07-22T23:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "939ace6087368a3adfd1456a554d4fc950313b96",
"body": "The alias for socket option ZMQ_ROUTER_HANDOVER was missing",
"is_bot": false,
"headline": "add another type alias for socket option",
"author_name": "Knoerle",
"author_login": "KnoerleMan",
"committed_at": "2020-07-07T08:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65fd1469134d438adb2b3a26f53b2f5c8dc4a114",
"body": "The send_buffer_op_base object only saved a reference to the\nboost::asio::const_buffer object given to async_send(). This required\ncallers to ensure the same life-time for the boost::asio::const_buffer\nas for the underlying memory it refers to, because destroying the\nboost::asio::const_buffer would \n[…]\neady saves a copy of the given\nMutableBufferSequence.\n\nThus it seems better to let async_send operations make a copy too, for\nconsistency.\n\nThis fixes #145 (https://github.com/zeromq/azmq/issues/145).",
"is_bot": false,
"headline": "Fix dangling buffer object reference for async_send operations",
"author_name": "Daniel Klauer",
"author_login": "dkl",
"committed_at": "2019-12-12T11:31:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "613a25cac4d64da457edf1fe04fcb66f62632964",
"body": null,
"is_bot": false,
"headline": "Fixed comparison for BOOST_VERSION",
"author_name": "Markus Tillinger",
"author_login": "markus-t314",
"committed_at": "2019-06-13T19:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bb101eecb357ad9735ebc36e276b7526652d42d",
"body": "Fix find Azmq find module",
"is_bot": false,
"headline": "Merge pull request #152 from rodgert/master",
"author_name": "Thomas Rodgers",
"author_login": "rodgert",
"committed_at": "2019-05-01T15:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0000daa5e7db51019501bf0c7a35f8d3ee54a7ac",
"body": null,
"is_bot": false,
"headline": "Update FindAzmq.cmake to also pick up patch level",
"author_name": "Thomas Rodgers",
"author_login": null,
"committed_at": "2019-04-30T00:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cab002693db6c8d01138a43f13b79e156289ec50",
"body": " * config/FindAzioMQ.cmake: Rename FindAzmq.cmake.\n Check for azmq/version.hpp for presence and extract version\n information.\n * azmq/version.hpp: new file.",
"is_bot": false,
"headline": "Fix find Azmq find module",
"author_name": "Thomas Rodgers",
"author_login": null,
"committed_at": "2019-04-29T23:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ea5c859d08175c8d90e514dce31f82295913a03",
"body": "Update to support Boost 1.70",
"is_bot": false,
"headline": "Merge pull request #151 from rodgert/master",
"author_name": "Thomas Rodgers",
"author_login": "rodgert",
"committed_at": "2019-04-29T20:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f3438475768410c74aa844517b988ffb9dbc72",
"body": null,
"is_bot": false,
"headline": "resolves #142 throw system_error instead of error_code",
"author_name": "Thomas Rodgers",
"author_login": null,
"committed_at": "2019-04-22T22:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eef114987a0edb80eb8b94d302ac40c83514e92",
"body": null,
"is_bot": false,
"headline": "Update to support Boost 1.70",
"author_name": "Thomas Rodgers",
"author_login": null,
"committed_at": "2019-04-22T21:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8f54cc8c9672da7d6301fe1d2719b1436ab4816",
"body": "Adding cpack include and documenting usage",
"is_bot": false,
"headline": "Merge pull request #139 from mbasunov/cpack",
"author_name": "Thomas Rodgers",
"author_login": "rodgert",
"committed_at": "2018-02-01T19:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebc203c3c502ddad1b9ee77a3338ab9f6b112209",
"body": "Pull request for #138 Boost 1.48 compatibility",
"is_bot": false,
"headline": "Merge pull request #140 from mbasunov/boost148",
"author_name": "Thomas Rodgers",
"author_login": "rodgert",
"committed_at": "2018-02-01T19:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3548638b9b3452a0526a1acb340ca7a92acf4f7c",
"body": null,
"is_bot": false,
"headline": "Backward compatibility with Boost 1.48",
"author_name": "MaxiM Basunov",
"author_login": null,
"committed_at": "2018-02-01T19:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d90fe9ebd9550e4158bd6391c2bc5a9b8ebe1cb2",
"body": "Documenting usage",
"is_bot": false,
"headline": "Configuring CPack for Debian/RPM specific packaging",
"author_name": "MaxiM Basunov",
"author_login": null,
"committed_at": "2018-02-01T18:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca286f5996aa9ec3a5fa41d5c9d233c53684544f",
"body": "Get rid of unused variable warning",
"is_bot": false,
"headline": "Merge pull request #136 from vinipsmaker2/patch-1",
"author_name": "Thomas Rodgers",
"author_login": "rodgert",
"committed_at": "2018-01-30T13:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc76fbe6adec2226e8ef1f43050477931501a8f8",
"body": "Resolves #133 Rename shutdown to descriptor_shutdown",
"is_bot": false,
"headline": "Merge pull request #135 from rodgert/master",
"author_name": "Thomas Rodgers",
"author_login": "rodgert",
"committed_at": "2018-01-30T13:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "666495d5ad893babbf06dd67d1c7a2b0dfd5a0c5",
"body": null,
"is_bot": false,
"headline": "Get rid of unused variable warning",
"author_name": "Not gonna put my main GitHub password on an OSX",
"author_login": "vinipsmaker2",
"committed_at": "2018-01-29T23:04:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ede54c119d2cc61d89b3bd210d8bbe0cd0721491",
"body": "Avoids name collisions in Boost Asio 1.66+",
"is_bot": false,
"headline": "Resovles #133 Rename shutdown to descriptor_shutdown",
"author_name": "Thomas Rodgers",
"author_login": "rodgert",
"committed_at": "2018-01-26T16:48:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 7,
"latest_release_at": "2021-11-21T00:41:33Z",
"latest_release_tag": "v1.0.3",
"releases_from_tags": false,
"days_since_last_push": 237,
"active_weeks_last_year": 3,
"days_since_latest_release": 1707,
"mean_days_between_releases": null
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 115,
"stars": 341,
"watchers": 42,
"fork_history": {
"days": [
{
"date": "2014-11-27",
"count": 1
},
{
"date": "2014-12-08",
"count": 1
},
{
"date": "2015-05-02",
"count": 1
},
{
"date": "2015-05-07",
"count": 1
},
{
"date": "2015-05-15",
"count": 1
},
{
"date": "2015-05-19",
"count": 1
},
{
"date": "2015-05-24",
"count": 1
},
{
"date": "2015-06-23",
"count": 1
},
{
"date": "2015-07-04",
"count": 1
},
{
"date": "2015-07-29",
"count": 1
},
{
"date": "2015-08-28",
"count": 1
},
{
"date": "2015-10-05",
"count": 1
},
{
"date": "2015-10-13",
"count": 1
},
{
"date": "2015-10-28",
"count": 1
},
{
"date": "2015-11-29",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-21",
"count": 1
},
{
"date": "2016-01-08",
"count": 1
},
{
"date": "2016-01-18",
"count": 1
},
{
"date": "2016-02-21",
"count": 1
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-05-31",
"count": 1
},
{
"date": "2016-06-07",
"count": 1
},
{
"date": "2016-07-02",
"count": 1
},
{
"date": "2016-07-12",
"count": 1
},
{
"date": "2016-07-27",
"count": 1
},
{
"date": "2016-09-03",
"count": 1
},
{
"date": "2016-10-19",
"count": 1
},
{
"date": "2016-11-13",
"count": 1
},
{
"date": "2016-11-25",
"count": 1
},
{
"date": "2017-01-17",
"count": 1
},
{
"date": "2017-02-10",
"count": 1
},
{
"date": "2017-02-28",
"count": 1
},
{
"date": "2017-04-08",
"count": 1
},
{
"date": "2017-04-23",
"count": 1
},
{
"date": "2017-05-09",
"count": 1
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-05-28",
"count": 1
},
{
"date": "2017-06-16",
"count": 1
},
{
"date": "2017-07-02",
"count": 1
},
{
"date": "2017-08-03",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2018-01-08",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-01-29",
"count": 1
},
{
"date": "2018-03-22",
"count": 1
},
{
"date": "2018-05-30",
"count": 1
},
{
"date": "2018-07-04",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-09-03",
"count": 1
},
{
"date": "2018-09-30",
"count": 1
},
{
"date": "2018-10-28",
"count": 1
},
{
"date": "2018-11-25",
"count": 1
},
{
"date": "2018-12-29",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-04-22",
"count": 1
},
{
"date": "2019-05-09",
"count": 1
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-06-13",
"count": 2
},
{
"date": "2019-07-18",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-09-01",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2019-12-23",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-03-13",
"count": 1
},
{
"date": "2020-03-21",
"count": 1
},
{
"date": "2020-06-12",
"count": 1
},
{
"date": "2020-07-22",
"count": 1
},
{
"date": "2020-09-03",
"count": 1
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2021-02-14",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-05-25",
"count": 1
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-06-05",
"count": 1
},
{
"date": "2021-06-23",
"count": 1
},
{
"date": "2021-06-24",
"count": 1
},
{
"date": "2021-07-19",
"count": 1
},
{
"date": "2021-08-17",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-11",
"count": 2
},
{
"date": "2021-11-05",
"count": 2
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-10-01",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-11-01",
"count": 1
},
{
"date": "2023-01-18",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-08-20",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-10-31",
"count": 1
},
{
"date": "2023-11-05",
"count": 1
},
{
"date": "2023-12-04",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-04-16",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-06-19",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
}
],
"complete": true,
"collected": 115,
"total_forks": 115
},
"star_history": null,
"open_issues_and_prs": 33
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 38623,
"source_files_sampled": 35,
"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": 3,
"merged_prs": 106,
"open_issues": 30,
"closed_ratio": 0.714,
"closed_issues": 75,
"closed_unmerged_prs": 10
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "rodgert",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/120839?v=4"
},
{
"type": "User",
"login": "oliora",
"commits": 64,
"avatar_url": "https://avatars.githubusercontent.com/u/218676?v=4"
},
{
"type": "User",
"login": "hintjens",
"commits": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/307976?v=4"
},
{
"type": "User",
"login": "aboseley",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/13504599?v=4"
},
{
"type": "User",
"login": "dkl",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/212549?v=4"
},
{
"type": "User",
"login": "jp-pino",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/35382610?v=4"
},
{
"type": "User",
"login": "xaqq",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/915351?v=4"
},
{
"type": "User",
"login": "timblechmann",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/792880?v=4"
},
{
"type": "User",
"login": "sphaero",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/832465?v=4"
},
{
"type": "User",
"login": "ClausKlein",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1833050?v=4"
}
],
"contributors_sampled": 26,
"top_contributor_share": 0.298
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cmake.yml"
],
"has_docs_dir": true,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"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": 7,
"reason": "Found 3/4 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"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": "0 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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "819b24035cfa5b73081e21f5867445f2344f680d",
"ran_at": "2026-07-25T18:37:23Z",
"aggregate_score": 4.1,
"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": "2025-11-30T08:38:53Z",
"oldest_open_prs": [
{
"number": 222,
"created_at": "2026-02-12T13:19:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 223,
"created_at": "2026-02-17T15:52:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 224,
"created_at": "2026-02-19T12:39:03Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-11-30T08:03:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 11,
"created_at": "2014-11-22T23:14:00Z",
"last_comment_at": "2018-12-14T14:53:08Z",
"last_comment_author": "vinipsmaker2"
},
{
"number": 46,
"created_at": "2014-12-11T01:19:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 67,
"created_at": "2015-02-27T21:03:47Z",
"last_comment_at": "2022-01-05T09:05:40Z",
"last_comment_author": "aboseley"
},
{
"number": 96,
"created_at": "2015-06-12T17:16:25Z",
"last_comment_at": "2015-06-12T17:49:40Z",
"last_comment_author": "rodgert"
},
{
"number": 109,
"created_at": "2015-09-28T20:07:36Z",
"last_comment_at": "2015-10-22T08:42:01Z",
"last_comment_author": "oliora"
},
{
"number": 112,
"created_at": "2015-09-28T21:00:14Z",
"last_comment_at": "2015-10-22T08:00:48Z",
"last_comment_author": "oliora"
},
{
"number": 114,
"created_at": "2015-09-28T21:26:11Z",
"last_comment_at": "2015-09-28T22:38:31Z",
"last_comment_author": "rodgert"
},
{
"number": 144,
"created_at": "2018-08-19T13:59:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 146,
"created_at": "2018-11-07T19:05:19Z",
"last_comment_at": "2019-04-22T22:12:00Z",
"last_comment_author": "rodgert"
},
{
"number": 147,
"created_at": "2018-12-12T05:57:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 149,
"created_at": "2019-03-11T00:48:38Z",
"last_comment_at": "2019-04-22T22:10:44Z",
"last_comment_author": "rodgert"
},
{
"number": 150,
"created_at": "2019-03-21T14:37:22Z",
"last_comment_at": "2019-04-22T22:15:27Z",
"last_comment_author": "cc32d9"
},
{
"number": 156,
"created_at": "2019-11-01T05:34:40Z",
"last_comment_at": "2019-11-01T05:56:36Z",
"last_comment_author": "qtcdxxyuc"
},
{
"number": 163,
"created_at": "2020-07-21T15:39:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 177,
"created_at": "2021-06-11T21:52:25Z",
"last_comment_at": "2021-06-11T23:08:02Z",
"last_comment_author": "aboseley"
},
{
"number": 184,
"created_at": "2021-09-11T21:07:45Z",
"last_comment_at": "2024-04-15T00:51:01Z",
"last_comment_author": "sweemer"
},
{
"number": 197,
"created_at": "2022-06-30T16:26:02Z",
"last_comment_at": "2022-07-04T08:00:04Z",
"last_comment_author": "enrico-samknows"
},
{
"number": 198,
"created_at": "2022-09-04T21:14:24Z",
"last_comment_at": "2022-12-01T20:56:43Z",
"last_comment_author": "aboseley"
},
{
"number": 201,
"created_at": "2023-01-18T12:50:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 202,
"created_at": "2023-02-01T16:32:55Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/zeromq/azmq",
"host": "github.com",
"name": "azmq",
"owner": "zeromq"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 41,
"vitality": 26,
"community": 47,
"governance": 73,
"engineering": 43
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 26,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"commits_last_year": 7,
"human_commit_share": 1,
"days_since_last_push": 237,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 237 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 237
}
}
],
"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": "7 commits in the last year",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 7
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 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": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v1.0.3",
"releases_from_tags": false,
"days_since_latest_release": 1707,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1707 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1707
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [],
"signals": [
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 11,
"days_since_last_merged_pr": 237,
"days_since_last_human_commit": 237,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 237 days, with nothing left unanswered",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 237
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"forks": 115,
"stars": 341,
"watchers": 42,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "341 stars",
"points": 41.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 341
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "115 forks",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 115
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "42 watchers",
"points": 9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 42
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSL-1.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSL-1.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 73,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 26,
"top_contributor_share": 0.298
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 30% of commits",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 30
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "26 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 26
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"merged_prs": 106,
"open_issues": 30,
"closed_issues": 75,
"issue_closed_ratio": 0.714,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "71% of issues closed",
"points": 33.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 71
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "106/116 decided PRs merged",
"points": 35,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 106,
"decided": 116
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/4 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"followers": 1401,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "zeromq",
"public_repos": 87,
"account_age_days": 6205
},
"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": "1,401 followers of zeromq",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1401,
"login": "zeromq"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "87 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 87
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"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": 43,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "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": 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": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"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": "at_risk",
"name": "Security",
"value": 41,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.1
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 3/4 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "0 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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": 10
},
"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": "at_risk",
"name": "AI Readiness",
"value": 43,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.57,
"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": "57 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 30.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 57,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 38623,
"source_files_sampled": 35,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/35 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 35,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-25T18:37:46.197668Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/z/zeromq/azmq.svg",
"full_name": "zeromq/azmq",
"license_state": "standard",
"license_spdx": "BSL-1.0"
}