Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2361,
"has_wiki": true,
"homepage": null,
"languages": {
"CSS": 130946,
"HTML": 39385,
"SCSS": 58867,
"Erlang": 288074,
"Makefile": 570,
"JavaScript": 169966
},
"pushed_at": "2023-11-18T10:04:16Z",
"created_at": "2015-04-04T20:00:46Z",
"owner_type": "User",
"updated_at": "2026-07-07T07:25:45Z",
"description": "HTTP/2 Server for Erlang. Boy, that guy was a real chatterbox waddn't he? I didn't think he was ever going to stop with the story.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Erlang",
"significant_languages": [
"Erlang",
"JavaScript",
"CSS"
]
},
"owner": {
"blog": "http://joedevivo.com",
"name": "Joe DeVivo",
"type": "User",
"login": "joedevivo",
"company": null,
"location": "Phoenix",
"followers": 89,
"avatar_url": "https://avatars.githubusercontent.com/u/55951?v=4",
"created_at": "2009-02-19T16:32:10Z",
"is_verified": null,
"public_repos": 82,
"account_age_days": 6361
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2018-08-27T19:43:12Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2018-02-08T00:45:08Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2017-06-28T18:36:56Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2017-03-17T00:40:52Z"
},
{
"tag": "0.4.1",
"kind": "patch",
"published_at": "2017-01-31T21:19:05Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2017-01-15T21:15:38Z"
},
{
"tag": "0.3.1",
"kind": "patch",
"published_at": "2016-10-05T14:36:40Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2016-04-29T17:18:03Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2016-03-29T19:01:34Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2016-03-07T19:58:36Z"
}
],
"recent_commits": [
{
"oid": "c0506c707bd10d2d2071647f53e188b9740041f2",
"body": null,
"is_bot": false,
"headline": "Fix typos (#146)",
"author_name": "Kian Meng Ang",
"author_login": "kianmeng",
"committed_at": "2021-11-29T22:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "560f2c71a151716512781f0f6196a8a9ff678852",
"body": "* get_response should not crash the connection\r\n\r\n`lists:keyfind` might return false if the id does not exist. For\r\ninstance through multiple calls to `h2_connection:get_response`.\r\n\r\n* Use get_from_subset instead",
"is_bot": false,
"headline": "get_response should not crash the connection (#142)",
"author_name": "Sebastian Weddmark Olsson",
"author_login": "sebastiw",
"committed_at": "2020-08-13T13:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d26a63fcf2fe2bb651411eb9aebcfcec4186e2fc",
"body": null,
"is_bot": false,
"headline": "Send-end-stream options (#140)",
"author_name": "Sebastian Weddmark Olsson",
"author_login": "sebastiw",
"committed_at": "2020-08-10T21:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f4ce4f2133810313b182c3245427acc90eff9f8",
"body": null,
"is_bot": false,
"headline": "Add no link client start (#138)",
"author_name": "Rafał Słota",
"author_login": "rslota",
"committed_at": "2020-01-31T23:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0c2e054430d2990b588afa6fb8f2d184dfeaea",
"body": null,
"is_bot": false,
"headline": "close connection on bad preface in become (#133)",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2019-02-01T15:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b73798516a2ffe591bd73526e95181582ef5376f",
"body": "* Increase timeout to 1000 (like previous h2_frame:read)\r\n\r\n* Fix padded payload reading according to RFC 7540, section 6.1 :\r\n - \"The amount of data is the remainder of the frame payload after subtracting the length of the other fields that are present.\", ie Data length is frame payload minus padd\n[…]\ng).\r\n\r\n* Decode body according to content-encoding header value\r\n\r\n* Start client lin with preexisting socket. Factorize init code.\r\n\r\n* Start client link with preexisting socket. Factorize init code.",
"is_bot": false,
"headline": "Fix padded payload reading (and other minor updates) (#132)",
"author_name": "David JULIEN",
"author_login": "davidjulien",
"committed_at": "2018-09-08T12:37:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a11417336230126b229a93cbf9efd25361535f4",
"body": "* use ssl:handshake on OTP-21+ instead of deprecated ssl:ssl_accept\r\n\r\n* add otp-21 to list of releases to test in travis",
"is_bot": false,
"headline": "use ssl:handshake on OTP-21+ instead of deprecated ssl:ssl_accept (#129)",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2018-08-27T19:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a3c64d3b88d8d0088b38f6d5d75fb0d4dc7f4a6",
"body": "* Improve client side performance\r\n\r\n* Fix client_server_SUITE",
"is_bot": false,
"headline": "Improve client side performance (#106)",
"author_name": "Rafał Słota",
"author_login": null,
"committed_at": "2018-06-19T19:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caec4b077777326cb586210545c28e5675f73394",
"body": null,
"is_bot": false,
"headline": "remove lager as a dependency (#125)",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2018-02-08T00:45:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b51756fa78711b858203667e4bfa94bc3716eedc",
"body": null,
"is_bot": false,
"headline": "add trailers to active_stream record to send when body is done (#123)",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2018-02-05T21:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a787f4cbd83e4e7ae1d85625df757d498895bc39",
"body": "…ome (#124)",
"is_bot": false,
"headline": "remove unnecessary _app module and support connection settings in bec…",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2018-02-01T20:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d411a5db886ab2c68c8c97877178f554dc4627f7",
"body": "* support sending messages to stream handler through h2_stream\r\n\r\n* add call support in h2_stream",
"is_bot": false,
"headline": "support sending messages to stream handler through h2_stream (#122)",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2018-02-01T20:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c421c4b91c7aeb80616fc00986d06a1fa0ae189",
"body": "* convert h2_stream to a gen_statem\r\n\r\n* convert h2_connection to a gen_statem\r\n\r\n* remove 18 from travis",
"is_bot": false,
"headline": "updates the h2_stream and h2_connection to use gen_statem (#119)",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2018-01-26T04:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "378ea0917360070579495376143131ffcc995e01",
"body": "Add h2_connection:update_settings/2",
"is_bot": false,
"headline": "Merge pull request #108 from SilentCircle/improvement/update-settings",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-09-23T14:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5b68963bc63b3b2cf8701fafe61cfae9c0a383f",
"body": "Add h2_stream_set accessors my_max_active/1 and their_max_active/1",
"is_bot": false,
"headline": "Merge pull request #109 from SilentCircle/improvement/my-max-active",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-08-30T17:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77b515586eb328f40dc9bbeba4cabe2c7257a05e",
"body": "Fix: ignore unknown settings frame",
"is_bot": false,
"headline": "Merge pull request #114 from tony612/ignore-unknown-setting-frame",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-08-30T17:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6fafa29e78698d64ab05ee54923ea4259897dff",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into ignore-unknown-setting-frame",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-08-30T17:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ef9ea160c0ceb2883fa058fff424848a6a34a7c",
"body": "Fix the remaining window size in s_send_what_we_can",
"is_bot": false,
"headline": "Merge pull request #115 from tony612/fix-s_send_what_we_can",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-08-30T17:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ba452553ee03e68461a014eb9c8141479b453bb",
"body": "Account for http experimental settings frame codes",
"is_bot": false,
"headline": "Merge pull request #117 from Olshansk/http_parse_experimental_settings",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-08-30T17:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79412df2879dd103b658d795395ec7480db530cc",
"body": "As per https://tools.ietf.org/html/rfc7540#section-11.3, the http\nsettings frame parameter with code in the range 0xf000 to 0xffff\nis reserved for experimental use.\n\nA specific example is gRPC's \"allow true binary metadata\" experimental\noptimization, which uses code 65027 and throws parse settings errors\nwith chatterbox.\n\nSee: https://github.com/grpc/grpc/blob/master/src/core/ext/transport/chttp2/transport/http2_settings.h#L34",
"is_bot": false,
"headline": "Account for http experimental settings frame codes",
"author_name": "Daniel Olshansky",
"author_login": null,
"committed_at": "2017-08-24T13:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0966757e7e431060a52424e772b9b21b1c5af0cf",
"body": null,
"is_bot": false,
"headline": "Fix the remaining window size in s_send_what_we_can",
"author_name": "Tony Han",
"author_login": "tony612",
"committed_at": "2017-07-23T11:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48f05433d2642b6db5a8cd0ab946172f963a5353",
"body": null,
"is_bot": false,
"headline": "Fix: ignore unknown settings frame",
"author_name": "Tony Han",
"author_login": "tony612",
"committed_at": "2017-07-22T11:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ff26020ae3cd6eb130ce615eb8797b816a34d50",
"body": "Callback mod init options",
"is_bot": false,
"headline": "Merge pull request #112 from joedevivo/callback-mod-init-options",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-06-28T18:36:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cab133281d5200143657e0114e3ff09f552164be",
"body": null,
"is_bot": false,
"headline": "Added Erlang 20 to travis",
"author_name": "Joseph Devivo",
"author_login": "joedevivo",
"committed_at": "2017-06-28T18:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dd1e285d03344ab143d86771083861e876cf21e",
"body": null,
"is_bot": false,
"headline": "Changed the h2_stream behaviour to take additional options on init",
"author_name": "Joseph Devivo",
"author_login": "joedevivo",
"committed_at": "2017-06-28T18:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "185c009d2ab16bce1811101baaf7f9d0b94fe650",
"body": null,
"is_bot": false,
"headline": "Removed warnings_as_errors because gen_statem",
"author_name": "Joseph Devivo",
"author_login": "joedevivo",
"committed_at": "2017-06-28T18:04:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d30cd6270a7c44bb5b07db61503941c7a3d5ebc",
"body": "MCS is an HTTP/2 setting of interest. This commit adds these useful\naccessors:\n\n- `h2_stream_set:my_max_active/1`\n- `h2_stream_set:their_max_active/1`\n\nThe accessors are very similar to `my_active_count/1` and\n`their_active_count/1` and should pose no issues.",
"is_bot": false,
"headline": "Add h2_stream_set accessors my_max_active/1 and their_max_active/1",
"author_name": "Edwin Fine",
"author_login": null,
"committed_at": "2017-04-19T03:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be0aaed904da4fb097d9f0329866202c23fa73dc",
"body": "In a server context, it is often necessary to update settings\ndynamically. A realistic example of this is when changing MCS, depending\non connection parameters. This is something that APNS does, the behavior\nof which is mimicked in the APNS simulator project[1].\n\nThis commit adds a call that enables the client to update settings.\n\n[1]: https://github.com/SilentCircle/apns_erl_sim",
"is_bot": false,
"headline": "Add h2_connection:update_settings/2",
"author_name": "Edwin Fine",
"author_login": null,
"committed_at": "2017-04-19T03:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52b385315e2a1fe3b7ee8672e91e9c9c0ca90c87",
"body": "Add ping support",
"is_bot": false,
"headline": "Merge pull request #107 from rslota/add_ping",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2017-03-17T00:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "759cc6a31b10aa19ad97287779b02d73bffe0125",
"body": "Fix h2_client:send_request/3",
"is_bot": false,
"headline": "Merge pull request #102 from efine/fix/new-stream-error",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2017-03-15T20:56:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f00960127a5ffd1f2b79cf9f7b4b8fe85bc97b",
"body": null,
"is_bot": false,
"headline": "Fix sync event",
"author_name": "Rafał Słota",
"author_login": "rslota",
"committed_at": "2017-03-07T15:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81f5241225e4de09f5ddc1a97661c876ccca4215",
"body": null,
"is_bot": false,
"headline": "Fix compile",
"author_name": "Rafał Słota",
"author_login": "rslota",
"committed_at": "2017-03-07T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d749c1cae429539a774a43f3784f856531713bc7",
"body": null,
"is_bot": false,
"headline": "Cleanup pings from connection state",
"author_name": "Rafał Słota",
"author_login": "rslota",
"committed_at": "2017-03-07T09:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "396689229851d552f979272e5d8603d06f72bc3d",
"body": null,
"is_bot": false,
"headline": "Add ping support",
"author_name": "Rafał Słota",
"author_login": "rslota",
"committed_at": "2017-03-07T09:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "794a87841395a22e1f9671f5bb9f9d3da735e52e",
"body": "Add rebar.config.script deps for rebar2",
"is_bot": false,
"headline": "Merge pull request #103 from posilva/feature/add_support_rebar2_projects",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-01-31T21:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f53638c5157133e0855495d3b4cd36be614e626",
"body": null,
"is_bot": false,
"headline": "Add rebar.config.script deps for rebar3",
"author_name": "Pedro Marques da Silva",
"author_login": null,
"committed_at": "2017-01-31T17:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283384e0aa3cda4dd7916fae61da0a21cc37c718",
"body": null,
"is_bot": false,
"headline": "Fix dialyzer error",
"author_name": "Edwin Fine",
"author_login": null,
"committed_at": "2017-01-20T15:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15250e8b83072b3d8d153796079695ba68181d7f",
"body": "h2_client:send_request/3 does not check the return from\nh2_connection:new_stream/1,2. When a new stream cannot be created,\nfor example, because the peer connection sets the maximum concurrent\nstreams to 1, h2_connection:new_stream/1,2 returns {error, 7}.\n\nHowever, because h2_client:send_request/3 do\n[…]\ner {ok, stream_id()} or {error, error_code()}.\n\nThis commit also refactors sync_request/3 to call send_request/3, and\nadds or corrects some type specs (such as the one for\nh2_connection:new_stream/1).",
"is_bot": false,
"headline": "Fix h2_client:send_request/3",
"author_name": "Edwin Fine",
"author_login": null,
"committed_at": "2017-01-19T17:24:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "adb3474dbf7c90998d9316e9bd9caf8c0be5ae33",
"body": "Fix check of PING ACK flag",
"is_bot": false,
"headline": "Merge pull request #100 from efine/fix/ping-flag-check",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-01-18T13:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50f31c6c6e804ef933f96dfadcd520ead16119fc",
"body": "Sending a PING from a chatterbox client to a chatterbox server results\nin an infinite PING loop. This is because the check for the PING ACK\nflag is incorrect (it is missing the 'H' variable, leading to the ACK\nflag being seen always as off).\n\nThis commit fixes the bug.",
"is_bot": false,
"headline": "Fix check of PING ACK flag",
"author_name": "Edwin Fine",
"author_login": null,
"committed_at": "2017-01-18T06:25:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2d2bb2450d1f78900895cf8c2ce75f4f753ae2b",
"body": "fix from_frames/1 spec",
"is_bot": false,
"headline": "Merge pull request #98 from tsloughter/master",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-01-15T21:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e914d795c8e56731843311544fcde9feb985b3fc",
"body": null,
"is_bot": false,
"headline": "fix from_frames/1 spec",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2017-01-15T21:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4750f40732b891887a67ec35b3d1c2d9aec2e14f",
"body": "use hex packages and add hex package metadata",
"is_bot": false,
"headline": "Merge pull request #97 from tsloughter/master",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-01-15T21:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1e266a0b209f7b2133d57fcceb68ba07c8c6649",
"body": null,
"is_bot": false,
"headline": "use hex packages and add hex package metadata",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2017-01-15T21:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f33bc46491a6ef3c3089e8f097efb238e512b8e",
"body": "update crypto calls for OTP 19 and added to travis otps",
"is_bot": false,
"headline": "Merge pull request #96 from tsloughter/master",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-01-15T20:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cdb2253e925583aa77c3e50ec2596865fcb92a0",
"body": "Client API: send_request",
"is_bot": false,
"headline": "Merge pull request #91 from yunba/master",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2017-01-15T20:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5834514080e437e482c61c4b1e8bf2a5a8038ba4",
"body": null,
"is_bot": false,
"headline": "dialyzer fixes",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2017-01-15T00:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19ba2747ad5f61c78a60f67aa3836787ba10937f",
"body": null,
"is_bot": false,
"headline": "update crypto calls for OTP 19 and added to travis otps",
"author_name": "Tristan Sloughter",
"author_login": "tsloughter",
"committed_at": "2017-01-13T21:37:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d347e59a30a18cf45188933e47ddfe7c8b1fef29",
"body": null,
"is_bot": false,
"headline": "Travis: kerl list installations",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-10-05T14:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bca0b5b9b2b42a97b0944db879ad3e342f769c0e",
"body": null,
"is_bot": false,
"headline": "sync send request",
"author_name": "Yang Zhang",
"author_login": null,
"committed_at": "2016-09-09T07:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3199cb54918f2aeeaf160173d1b633a9f0fa5a50",
"body": null,
"is_bot": false,
"headline": "API: send_request",
"author_name": "Yang Zhang",
"author_login": null,
"committed_at": "2016-09-08T11:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d59b541cdc8d4e27cb4958769ef65ac345ab9e25",
"body": "Add support for getting peer cert when using TLS",
"is_bot": false,
"headline": "Merge pull request #90 from efine/feature/peercert",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-09-02T13:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42667a99fe189ca2ed7ec02994fc848466c9e281",
"body": "Allow graceful handling of connection errors",
"is_bot": false,
"headline": "Merge pull request #86 from layerhq/layer",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-09-02T00:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3a34dab8a48358f4c9d8e74c3a71db1e85085bb",
"body": null,
"is_bot": false,
"headline": "Clean up init errors so you don't have to hack a badmatch catch",
"author_name": "Dan Checkoway",
"author_login": "dcheckoway",
"committed_at": "2016-09-02T00:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63c9460e2696d1f4ae5a73f6089f9620ace12bda",
"body": null,
"is_bot": false,
"headline": "Add sock:peercert/1",
"author_name": "Edwin Fine",
"author_login": null,
"committed_at": "2016-09-01T21:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "049f3f3ef01a4ee71cca109523fbf194f16c3a15",
"body": null,
"is_bot": false,
"headline": "Add h2_connection:get_peercert/1",
"author_name": "Edwin Fine",
"author_login": null,
"committed_at": "2016-09-01T21:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bd45ff33c3750ef8f8b80a288bfab78b18240a3",
"body": "Fix populating response_data when END_STREAM is sent separately",
"is_bot": false,
"headline": "Merge pull request #88 from palkan/fix-response-body",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-09-01T20:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c3366e167607c443eefa706263f51f6f8aea98a",
"body": "Use sock:setopts for setting connection options",
"is_bot": false,
"headline": "Merge pull request #87 from palkan/fix-setopts",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-09-01T20:28:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54e440c9437065a523a2f4b48db88ac17a5a2def",
"body": "Change Transport:setopts/2 calls to sock:setopts/2",
"is_bot": false,
"headline": "Merge pull request #83 from efine/bugfix/setopts",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-09-01T20:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11bf0f24f3b706771d64108b9d3c47cca04ea7c6",
"body": "An endpoint that receives a SETTINGS frame with any unknown or unsupported identifier MUST ignore that setting",
"is_bot": false,
"headline": "Merge pull request #82 from MonkSunBoy/master",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-09-01T20:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acdcb517ebd9d6f118d843937f5ed5a685c3d060",
"body": null,
"is_bot": false,
"headline": "Use sock:setopts for setting connection options",
"author_name": "palkan",
"author_login": "palkan",
"committed_at": "2016-08-26T07:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd58a13624ac58f728de2e0ae6c59166308d57e2",
"body": null,
"is_bot": false,
"headline": "Fix populating response_data when END_STREAM is sent separately",
"author_name": "palkan",
"author_login": "palkan",
"committed_at": "2016-08-24T08:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "401cef69dad311639f71190cbf941ad5c0168ddd",
"body": "Fix typespecs",
"is_bot": false,
"headline": "Merge pull request #84 from efine/fix-typespecs",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-08-09T22:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2920d61a73df3c3ae53d828d8eb8573d4997b3d5",
"body": null,
"is_bot": false,
"headline": "Fix ssl:ssloption typespec",
"author_name": "Edwin Fine",
"author_login": null,
"committed_at": "2016-08-09T21:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47d6e2ae077ba5761d2e9359aea6cb4ffabdb58e",
"body": null,
"is_bot": false,
"headline": "Fix unknown typespecs.",
"author_name": "Edwin Fine",
"author_login": null,
"committed_at": "2016-08-09T20:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a30a71816d9c814d894131f6680b11d2416dff6",
"body": "Transport takes on values of either ssl or gen_tcp. gen_tcp:setopts\ndoes not exist, so there is a crash. Replacing calls to\nTransport:setopts(Socket, ...) with sock:setopts({Transport, Socket},\n...) seems to fix that issue.",
"is_bot": false,
"headline": "Change Transport:setopts/2 calls to sock:setopts/2",
"author_name": "Edwin Fine",
"author_login": null,
"committed_at": "2016-08-08T20:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f576e7fd2b62afd98151fc5cd2a801f06b90a8c2",
"body": null,
"is_bot": false,
"headline": "change tab to space",
"author_name": "monkboy",
"author_login": "liufan-easemob",
"committed_at": "2016-07-29T05:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "877c1def6021e0c4bca25c34d8c758acca4e0997",
"body": null,
"is_bot": false,
"headline": "change tab to space",
"author_name": "monkboy",
"author_login": "liufan-easemob",
"committed_at": "2016-07-29T04:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "749b0b0db2db669cc041e573376c805700554c31",
"body": "6.5.2 Defined SETTINGS Parameters(http://httpwg.org/specs/rfc7540.html#SettingValues):\n\nAn endpoint that receives a SETTINGS frame with any unknown or\nunsupported identifier MUST ignore that setting",
"is_bot": false,
"headline": "ignore a SETTINGS frame with any unknown or unsupported identifier",
"author_name": "monkboy",
"author_login": "liufan-easemob",
"committed_at": "2016-07-29T03:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c56e77d3965711e4a9546a860e9ab8fb45f9f5aa",
"body": "Bumped lager to 2.2.3",
"is_bot": false,
"headline": "Merge pull request #80 from hpopp/master",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-07-01T17:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3bc8b7de1c95e1448868588bdd607933451309d",
"body": null,
"is_bot": false,
"headline": "Updated rebar.lock",
"author_name": "Henry Popp",
"author_login": "hpopp",
"committed_at": "2016-07-01T16:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63095b6e98824958255190ba5dcfbb8b20094ff9",
"body": null,
"is_bot": false,
"headline": "Bumped lager to 2.2.3",
"author_name": "Henry Popp",
"author_login": "hpopp",
"committed_at": "2016-07-01T16:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb51ccac73a83e6af1e84196aaca03b454476785",
"body": null,
"is_bot": false,
"headline": "fix: remove lager version",
"author_name": "Henry Popp",
"author_login": "hpopp",
"committed_at": "2016-06-30T17:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a01a71bc2713921a60430522cf7323cfa99ffc0e",
"body": "Fixed a fatal flaw in flow control math",
"is_bot": false,
"headline": "Merge pull request #77 from joedevivo/frame-types",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-05-05T21:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1327f85f2bd6fe9ca19452415a199aad10044ad",
"body": null,
"is_bot": false,
"headline": "Extra clarity around this case clause",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-05-05T21:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "346d453c13c90f5dfd671a5a57b746170691187f",
"body": "The first problem was a case clause that was calling rst_stream/3, but\nnot being the return of the function. So the connection state never got\nthe memo that the stream was reset.\n\nAlso there was a problem with automatic flow control math. The problem\nis simple to explain.\n\nSay your stream's initial \n[…]\nve 65K again, but\non the receiving side, we weren't incrementing the window, so we stayed\nat 49K. Every frame would just lower what we thought we could recieve,\nbut cause no change on the client side.",
"is_bot": false,
"headline": "Fixed a fatal flaw in flow control math",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-05-05T21:26:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b77025d3e3b401779ef470ce4d66be94d1283622",
"body": "Better frame types",
"is_bot": false,
"headline": "Merge pull request #76 from joedevivo/frame-types",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-05-05T20:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b40c48ea178964ee40289dd18d6e752370e5cecb",
"body": null,
"is_bot": false,
"headline": "Better frame types",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-05-05T20:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dd62f8b63facc2a9f5176be93dae08087278110",
"body": "Allow send_h from open stream state",
"is_bot": false,
"headline": "Merge pull request #75 from joedevivo/jd/send_h-open-state-streams",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-05-05T19:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "131c34f3d40525d62e164a9d80217732d3961973",
"body": null,
"is_bot": false,
"headline": "Added comment",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-05-05T19:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db4a22e8e66fb5da11a1eed8dfa17f8f575945d",
"body": null,
"is_bot": false,
"headline": "Allow send_h from open stream state",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-05-05T18:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98a032fac503ca52a55ca6a6c1627807e0de11f1",
"body": "Renamed s/http2_/h2_",
"is_bot": false,
"headline": "Merge pull request #72 from joedevivo/h2-rename",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-29T17:18:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ce64c3c67088705c76ba03277ce98403afbcd3f",
"body": null,
"is_bot": false,
"headline": "Readme updates for module name changes",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-29T14:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf1e3dde930d208d23d0cdbb851c4c92be34a331",
"body": "This test delivers the same result, but with a different set of frames\non OS X, so I changed what it's looking for",
"is_bot": false,
"headline": "Fixed one test on OS X",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-28T22:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4cb254e05a534168fa8670768db8614f27dd1a7",
"body": null,
"is_bot": false,
"headline": "Renamed s/http2_/h2_",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-28T20:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "236ed9407e32226dd058b18481dc50b00662fdf6",
"body": null,
"is_bot": false,
"headline": "Fixed merge conflict",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-28T18:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf088abb918dbb318cb87e1c5aa8944e60cd74f1",
"body": "fixing half_closed_local crash for issue 66.",
"is_bot": false,
"headline": "Merge pull request #68 from slezakattack/issue66",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-28T18:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2440f9fe5a3a2d41a94a86ea3d76ccced231a80f",
"body": "5.1.2. Stream Concurrency",
"is_bot": false,
"headline": "Merge pull request #48 from joedevivo/max-concurrent-streams",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-28T18:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aedf683fe523af8c93e0ae14ae7b43bf85fa8b4",
"body": null,
"is_bot": false,
"headline": "Comments from #48",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-28T18:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de1a637b3e9d64c72508fce93b600c99247a0a69",
"body": null,
"is_bot": false,
"headline": "Whitespace cleanup",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-28T16:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dee19685846c614057cc5068cf3796ba9bbf1e4",
"body": "if unused",
"is_bot": false,
"headline": "Prevent stream process from being left running",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-28T14:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3307896bed63a2c477e2ea823562ec808903f79d",
"body": null,
"is_bot": false,
"headline": "Fixed some indentation for clarity",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-27T21:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "341d5e2506c37d1be288e9bbe0a1445a773c7279",
"body": "h2_stream_set is a data structure built to track all streams in an\nhttp/2 connection. That's right, all 2^31-1 of them. It works with a\nsmaller set in memory, and treats the set of connections initiated by\neach peer separately. Since we need to track the number of active\nstreams in each direction.",
"is_bot": false,
"headline": "Introduces h2_stream_set",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-27T16:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8be13d953d6231872ba5c2ac4495c55488c19bca",
"body": "Minimizing references to #active_stream{}, #closed_stream{} and\n #idle_stream{} directly",
"is_bot": false,
"headline": "less direct record references",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-26T15:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fca4e25cb6e245ed64ac15beae22bdfd7378eb74",
"body": "The start_link function's stream options datatype was overly complicated",
"is_bot": false,
"headline": "Simplified the http2_stream:init callback",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-26T14:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fc6e2c4349283bb32f4dccaec2916867f353b4b",
"body": "It's always a data frame, and the rest of the API for the stream fsm\nlooks more like that",
"is_bot": false,
"headline": "Renamed http2_stream:recv_frame/2",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-26T13:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa11a6a2d6ed5e930dace0449775699b7981da9d",
"body": null,
"is_bot": false,
"headline": "Remove h2_streams.hrl from http2_stream.erl",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-26T13:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af858234c79ff6d04397896743c3081fb33a45f2",
"body": null,
"is_bot": false,
"headline": "Comments from PR #48",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-25T19:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e64202025b152655dbf0c748882e998f698299e",
"body": "Fix types for stream_id in test handlers",
"is_bot": false,
"headline": "Merge pull request #70 from mururu/type-stream-id",
"author_name": "Joe DeVivo",
"author_login": "joedevivo",
"committed_at": "2016-04-23T13:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f11ef214e861812626ef00749d80712a793104a2",
"body": null,
"is_bot": false,
"headline": "Fix types for stream_id in test handlers",
"author_name": "Yuki Ito",
"author_login": null,
"committed_at": "2016-04-23T09:58:40Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 0,
"latest_release_at": "2018-08-27T19:43:12Z",
"latest_release_tag": "v0.8.0",
"releases_from_tags": true,
"days_since_last_push": 976,
"active_weeks_last_year": 0,
"days_since_latest_release": 2885,
"mean_days_between_releases": 100.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "chatterbox",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/chatterbox",
"is_deprecated": false,
"latest_version": "0.8.0",
"repository_url": "https://github.com/joedevivo/chatterbox",
"versions_count": 5,
"total_downloads": 171372,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 963,
"first_published_at": "2017-01-15T21:28:16.328782Z",
"latest_published_at": "2018-08-27T20:01:57.908591Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2885
}
]
},
"popularity": {
"forks": 79,
"stars": 247,
"watchers": 23,
"fork_history": {
"days": [
{
"date": "2015-08-16",
"count": 1
},
{
"date": "2015-08-28",
"count": 1
},
{
"date": "2016-01-11",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-20",
"count": 1
},
{
"date": "2016-02-21",
"count": 1
},
{
"date": "2016-04-01",
"count": 1
},
{
"date": "2016-04-07",
"count": 1
},
{
"date": "2016-04-23",
"count": 1
},
{
"date": "2016-07-15",
"count": 1
},
{
"date": "2016-08-01",
"count": 1
},
{
"date": "2016-09-08",
"count": 1
},
{
"date": "2016-09-10",
"count": 1
},
{
"date": "2016-09-29",
"count": 1
},
{
"date": "2016-10-01",
"count": 2
},
{
"date": "2016-10-31",
"count": 1
},
{
"date": "2016-11-08",
"count": 1
},
{
"date": "2016-11-22",
"count": 1
},
{
"date": "2016-12-13",
"count": 1
},
{
"date": "2017-01-19",
"count": 1
},
{
"date": "2017-02-08",
"count": 1
},
{
"date": "2017-03-06",
"count": 1
},
{
"date": "2017-03-11",
"count": 1
},
{
"date": "2017-04-06",
"count": 1
},
{
"date": "2017-04-12",
"count": 1
},
{
"date": "2017-06-23",
"count": 1
},
{
"date": "2017-07-08",
"count": 1
},
{
"date": "2017-08-24",
"count": 1
},
{
"date": "2017-10-05",
"count": 1
},
{
"date": "2017-10-09",
"count": 1
},
{
"date": "2017-12-18",
"count": 1
},
{
"date": "2017-12-26",
"count": 1
},
{
"date": "2018-02-01",
"count": 1
},
{
"date": "2018-04-24",
"count": 1
},
{
"date": "2018-05-30",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2019-03-15",
"count": 1
},
{
"date": "2019-07-25",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2021-05-18",
"count": 1
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-05-30",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
}
],
"complete": true,
"collected": 61,
"total_forks": 79
},
"star_history": {
"days": [
{
"date": "2015-06-11",
"count": 3
},
{
"date": "2015-06-13",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-06-27",
"count": 1
},
{
"date": "2015-08-02",
"count": 1
},
{
"date": "2015-09-08",
"count": 1
},
{
"date": "2015-09-28",
"count": 2
},
{
"date": "2015-09-29",
"count": 1
},
{
"date": "2015-10-02",
"count": 1
},
{
"date": "2015-10-04",
"count": 1
},
{
"date": "2015-10-06",
"count": 1
},
{
"date": "2015-10-07",
"count": 1
},
{
"date": "2015-10-08",
"count": 1
},
{
"date": "2015-10-15",
"count": 1
},
{
"date": "2015-10-17",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-26",
"count": 1
},
{
"date": "2015-12-07",
"count": 1
},
{
"date": "2015-12-12",
"count": 1
},
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-14",
"count": 1
},
{
"date": "2016-02-07",
"count": 1
},
{
"date": "2016-02-13",
"count": 1
},
{
"date": "2016-02-14",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-19",
"count": 2
},
{
"date": "2016-02-20",
"count": 3
},
{
"date": "2016-02-22",
"count": 2
},
{
"date": "2016-03-01",
"count": 2
},
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-13",
"count": 1
},
{
"date": "2016-03-14",
"count": 1
},
{
"date": "2016-03-16",
"count": 1
},
{
"date": "2016-03-21",
"count": 1
},
{
"date": "2016-03-22",
"count": 1
},
{
"date": "2016-03-25",
"count": 2
},
{
"date": "2016-03-28",
"count": 1
},
{
"date": "2016-03-30",
"count": 3
},
{
"date": "2016-04-01",
"count": 1
},
{
"date": "2016-04-07",
"count": 1
},
{
"date": "2016-04-13",
"count": 1
},
{
"date": "2016-04-16",
"count": 1
},
{
"date": "2016-04-21",
"count": 1
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-05-12",
"count": 1
},
{
"date": "2016-05-14",
"count": 1
},
{
"date": "2016-05-16",
"count": 4
},
{
"date": "2016-05-17",
"count": 2
},
{
"date": "2016-05-26",
"count": 1
},
{
"date": "2016-05-30",
"count": 1
},
{
"date": "2016-06-24",
"count": 3
},
{
"date": "2016-07-01",
"count": 2
},
{
"date": "2016-07-06",
"count": 1
},
{
"date": "2016-07-10",
"count": 1
},
{
"date": "2016-07-21",
"count": 1
},
{
"date": "2016-07-24",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2016-08-09",
"count": 1
},
{
"date": "2016-08-24",
"count": 1
},
{
"date": "2016-08-29",
"count": 1
},
{
"date": "2016-08-31",
"count": 1
},
{
"date": "2016-09-07",
"count": 3
},
{
"date": "2016-09-08",
"count": 1
},
{
"date": "2016-09-12",
"count": 1
},
{
"date": "2016-09-17",
"count": 3
},
{
"date": "2016-09-21",
"count": 1
},
{
"date": "2016-09-23",
"count": 1
},
{
"date": "2016-09-30",
"count": 2
},
{
"date": "2016-10-01",
"count": 1
},
{
"date": "2016-10-09",
"count": 1
},
{
"date": "2016-10-12",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2016-11-06",
"count": 1
},
{
"date": "2016-11-11",
"count": 1
},
{
"date": "2016-11-21",
"count": 1
},
{
"date": "2016-11-30",
"count": 1
},
{
"date": "2016-12-03",
"count": 1
},
{
"date": "2016-12-22",
"count": 2
},
{
"date": "2016-12-29",
"count": 1
},
{
"date": "2016-12-30",
"count": 1
},
{
"date": "2017-01-04",
"count": 1
},
{
"date": "2017-01-09",
"count": 2
},
{
"date": "2017-01-11",
"count": 1
},
{
"date": "2017-01-16",
"count": 1
},
{
"date": "2017-01-19",
"count": 1
},
{
"date": "2017-01-27",
"count": 1
},
{
"date": "2017-02-03",
"count": 1
},
{
"date": "2017-02-04",
"count": 1
},
{
"date": "2017-02-09",
"count": 1
},
{
"date": "2017-02-13",
"count": 1
},
{
"date": "2017-02-14",
"count": 2
},
{
"date": "2017-02-16",
"count": 1
},
{
"date": "2017-02-18",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-03-04",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-03-10",
"count": 1
},
{
"date": "2017-03-11",
"count": 1
},
{
"date": "2017-03-18",
"count": 1
},
{
"date": "2017-03-19",
"count": 1
},
{
"date": "2017-03-28",
"count": 1
},
{
"date": "2017-03-29",
"count": 1
},
{
"date": "2017-04-10",
"count": 1
},
{
"date": "2017-04-13",
"count": 1
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-04-25",
"count": 1
},
{
"date": "2017-05-15",
"count": 1
},
{
"date": "2017-05-16",
"count": 1
},
{
"date": "2017-05-18",
"count": 1
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-05-28",
"count": 1
},
{
"date": "2017-05-30",
"count": 1
},
{
"date": "2017-06-04",
"count": 1
},
{
"date": "2017-06-08",
"count": 1
},
{
"date": "2017-06-21",
"count": 1
},
{
"date": "2017-07-05",
"count": 1
},
{
"date": "2017-07-06",
"count": 1
},
{
"date": "2017-07-21",
"count": 1
},
{
"date": "2017-07-25",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-07-29",
"count": 2
},
{
"date": "2017-08-10",
"count": 1
},
{
"date": "2017-08-21",
"count": 1
},
{
"date": "2017-08-25",
"count": 2
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-10-05",
"count": 1
},
{
"date": "2017-10-28",
"count": 1
},
{
"date": "2017-11-11",
"count": 1
},
{
"date": "2017-11-13",
"count": 1
},
{
"date": "2017-11-15",
"count": 1
},
{
"date": "2017-12-23",
"count": 1
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-01-19",
"count": 1
},
{
"date": "2018-01-25",
"count": 1
},
{
"date": "2018-01-26",
"count": 1
},
{
"date": "2018-02-16",
"count": 1
},
{
"date": "2018-03-06",
"count": 1
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-06-22",
"count": 1
},
{
"date": "2018-07-11",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-07-26",
"count": 2
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-08-07",
"count": 1
},
{
"date": "2018-09-05",
"count": 1
},
{
"date": "2018-10-17",
"count": 1
},
{
"date": "2018-10-24",
"count": 3
},
{
"date": "2018-11-01",
"count": 1
},
{
"date": "2018-11-11",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2018-11-30",
"count": 1
},
{
"date": "2019-01-05",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-02-03",
"count": 1
},
{
"date": "2019-02-05",
"count": 1
},
{
"date": "2019-02-09",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-04-18",
"count": 1
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-04-30",
"count": 1
},
{
"date": "2019-05-08",
"count": 1
},
{
"date": "2019-07-02",
"count": 1
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-09-11",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2019-12-22",
"count": 1
},
{
"date": "2020-02-17",
"count": 1
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-08-02",
"count": 1
},
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2020-10-23",
"count": 1
},
{
"date": "2020-11-26",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-02-06",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-11-19",
"count": 1
},
{
"date": "2022-03-05",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-07-09",
"count": 1
},
{
"date": "2022-07-14",
"count": 1
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-10-10",
"count": 3
},
{
"date": "2022-11-27",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-04-22",
"count": 1
},
{
"date": "2023-12-28",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-05-19",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-09-07",
"count": 1
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2025-06-05",
"count": 1
},
{
"date": "2025-06-22",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
}
],
"complete": true,
"collected": 247,
"total_stars": 247
},
"open_issues_and_prs": 17
},
"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": 443259,
"source_files_sampled": 17,
"oversized_source_files": 2,
"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,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_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": 84,
"open_issues": 14,
"closed_ratio": 0.725,
"closed_issues": 37,
"closed_unmerged_prs": 16
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "joedevivo",
"commits": 252,
"avatar_url": "https://avatars.githubusercontent.com/u/55951?v=4"
},
{
"type": "User",
"login": "tsloughter",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/36227?v=4"
},
{
"type": "User",
"login": "rslota",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1565663?v=4"
},
{
"type": "User",
"login": "liufan-easemob",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/224519267?v=4"
},
{
"type": "User",
"login": "hpopp",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3170?v=4"
},
{
"type": "User",
"login": "sebastiw",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1838275?v=4"
},
{
"type": "User",
"login": "tony612",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1253659?v=4"
},
{
"type": "User",
"login": "palkan",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1516722?v=4"
},
{
"type": "User",
"login": "dcheckoway",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/281311?v=4"
},
{
"type": "User",
"login": "davidjulien",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/726552?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.875
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 21 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": 9,
"reason": "Found 19/21 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 11 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 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 1 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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c0506c707bd10d2d2071647f53e188b9740041f2",
"ran_at": "2026-07-21T20:56:22Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/joedevivo/chatterbox",
"host": "github.com",
"name": "chatterbox",
"owner": "joedevivo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"security": 38,
"vitality": 17,
"community": 55,
"governance": 60,
"engineering": 34
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 976,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 976 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 976
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 1 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": 40,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.8.0",
"releases_from_tags": true,
"days_since_latest_release": 2885,
"mean_days_between_releases": 100.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2885 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2885
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~100.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 100.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "queues_not_read",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1695,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 79,
"stars": 247,
"watchers": 23,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "247 stars",
"points": 38.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 247
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "79 forks",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 79
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "23 watchers",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 23
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"packages": [
"chatterbox"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 171372,
"monthly_downloads": 963
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "963 downloads/month across hex",
"points": 39.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 963,
"ecosystems": "hex"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.875
},
"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 88% of commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 84,
"open_issues": 14,
"closed_issues": 37,
"issue_closed_ratio": 0.725,
"closed_unmerged_prs": 16
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "72% of issues closed",
"points": 33.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 72
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "84/100 decided PRs merged",
"points": 32.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 84,
"decided": 100
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 19/21 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"followers": 89,
"owner_type": "User",
"is_verified": null,
"owner_login": "joedevivo",
"public_repos": 82,
"account_age_days": 6361
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "89 followers of joedevivo",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 89,
"login": "joedevivo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "82 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 82
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"chatterbox"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 2885
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on hex",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "hex"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 2885 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2885
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 21 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 19/21 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 1 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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 12
},
"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": 40,
"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.56,
"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": "56 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 29.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 56,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"has_nix": false,
"has_tests": true,
"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": 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": 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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "at_risk",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"primary_language": "Erlang",
"largest_source_bytes": 443259,
"source_files_sampled": 17,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Erlang without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Erlang"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/17 source files over 60KB",
"points": 48.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"oversized": 2
}
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-21T20:56:43.153902Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/joedevivo/chatterbox.svg",
"full_name": "joedevivo/chatterbox",
"license_state": "standard",
"license_spdx": "MIT"
}