Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 4926,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 868,
"Erlang": 537604,
"Makefile": 441
},
"pushed_at": "2025-05-30T07:15:08Z",
"created_at": "2009-05-21T23:18:49Z",
"owner_type": "Organization",
"updated_at": "2026-07-07T13:30:53Z",
"description": "The extensible Erlang SMTP client and server library.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Erlang",
"significant_languages": [
"Erlang"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "gen-smtp",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/52757631?v=4",
"created_at": "2019-07-10T17:58:26Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 2568
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2025-05-30T07:17:16Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2022-04-13T08:07:29Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2021-02-03T21:47:50Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2020-09-30T09:10:39Z"
},
{
"tag": "0.15.0",
"kind": "minor",
"published_at": "2019-09-13T06:56:40Z"
},
{
"tag": "0.14.0",
"kind": "minor",
"published_at": "2019-05-21T12:13:05Z"
},
{
"tag": "0.12.0",
"kind": "minor",
"published_at": "2017-05-31T13:54:55Z"
},
{
"tag": "0.11.0",
"kind": "minor",
"published_at": "2016-06-23T07:34:59Z"
},
{
"tag": "0.10.0",
"kind": "minor",
"published_at": "2016-05-13T08:25:09Z"
}
],
"recent_commits": [
{
"oid": "68ab11101a0710a13d39d73ff780dc9d76ffa15f",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.3.0",
"author_name": "Arjan Scherpenisse",
"author_login": "arjan",
"committed_at": "2025-05-30T07:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a48929deeb6c800d7268bc2838bb99f5305aaf86",
"body": "…(#353)\n\n* Fix an issue where gen_smtp_server_session did not compile on OTP-28\n\n* Upgrade some GH actions\n\n* Upgrade Ubuntu on CI\n\n* Upgracw action cache\n\n* Remove OTP-21 from CI\n\n* Remove OTP-22\n\n* Remove OTP-23",
"is_bot": false,
"headline": "Fix an issue where gen_smtp_server_session did not compile on OTP-28 …",
"author_name": "Marc Worrell",
"author_login": "mworrell",
"committed_at": "2025-05-28T09:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "185c54dbd61a3c284bd44b1442c764e9642a386c",
"body": null,
"is_bot": false,
"headline": "Simplify try_send code (#345)",
"author_name": "Marc Worrell",
"author_login": "mworrell",
"committed_at": "2025-01-24T11:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd7fae350d42d9f3a3ea9b19f311293df3afb944",
"body": "* Allow sender to immediately hangup after QUIT message\r\n\r\n* Use OTP 25 for docs",
"is_bot": false,
"headline": "Allow sender to immediately hangup after QUIT message (#344)",
"author_name": "Marc Worrell",
"author_login": "mworrell",
"committed_at": "2024-12-16T11:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da7893dbe5dc20f1d6137141a4ec49f910a7cef6",
"body": null,
"is_bot": false,
"headline": "smtp_server_example: fix DATA response (#338)",
"author_name": "ts-klassen",
"author_login": "ts-klassen",
"committed_at": "2024-04-22T13:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21c3e247a68ba524575eeed39539e654f499bfdf",
"body": null,
"is_bot": false,
"headline": "Fix docs source links (#330)",
"author_name": "Adam Millerchip",
"author_login": "adamu",
"committed_at": "2024-02-27T16:04:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4cd410668bfbae06f4513f341a72d2344cb1e99",
"body": "* readme: tls_options is no longer filtered\r\n\r\ndd7a0008f8466f1e3d0b8104e5d51344d1c772dc removed the filtering\r\nto allow using options from newer OTP releases.\r\n\r\n* readme: document sockopts\r\n\r\nAnd make it clear tls_options is only used for later STARTTLS upgrades.",
"is_bot": false,
"headline": "Document sockopts (#335)",
"author_name": "Oneric",
"author_login": "TheOneric",
"committed_at": "2024-02-13T09:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15e969d06a2e4369934de400d0f83b64a7d96fcf",
"body": "add hookup.email service to \"who is using it\" section",
"is_bot": false,
"headline": "hookup.email is using gen_smtp (#333)",
"author_name": "glaszig",
"author_login": "glaszig",
"committed_at": "2024-02-06T11:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac4f8bafdc5046011c74fb9d42014753ac594484",
"body": "Fix src/smtp_server_example.erl typespec in `handle_error`\r\nto use `#state{}` instead of `State`.",
"is_bot": false,
"headline": "Fix OTP 26 compilation failure (#325)",
"author_name": "Thanabodee Charoenpiriyakij",
"author_login": "wingyplus",
"committed_at": "2023-04-18T09:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17b161613ebd6e35a1f266b672261a933a89cf47",
"body": null,
"is_bot": false,
"headline": "Add OTP 25 (#326)",
"author_name": "Thanabodee Charoenpiriyakij",
"author_login": "wingyplus",
"committed_at": "2023-04-18T09:31:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8befd7dceb32555f21d6e66db68765d88be90165",
"body": null,
"is_bot": false,
"headline": "Fix typo (#324)",
"author_name": "William Fank Thomé",
"author_login": "williamthome",
"committed_at": "2023-02-21T07:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcc516779a597441fd09de5fa659b6afdce5d0c5",
"body": null,
"is_bot": false,
"headline": "Correct instructions in README.md for launching server on IPv6",
"author_name": "rdtq",
"author_login": "rdtq",
"committed_at": "2023-01-30T19:27:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd394855194ed01e774760340d47be1d833d5c4f",
"body": "Co-authored-by: Jan Uhlig <juhlig@hnc-agency.org>",
"is_bot": false,
"headline": "Fix parameter value encoding",
"author_name": "Maria Scott",
"author_login": "Maria-12648430",
"committed_at": "2023-01-30T16:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bd8d085ec5ca355b880b678d19a739ab6334640",
"body": null,
"is_bot": false,
"headline": "Apply suggestion from codereview",
"author_name": "cw789",
"author_login": "cw789",
"committed_at": "2023-01-10T18:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b51438d33c83d3751d0e2b8cf080dec8f457c7e",
"body": null,
"is_bot": false,
"headline": "Remove legacy OTP support",
"author_name": "Chris Wögi",
"author_login": "cw789",
"committed_at": "2023-01-10T18:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e9c020cc49da77390f0ebfa3f96fd6f8d025c0c",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #314 from cw789/update_readme",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2023-01-10T18:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d74cab459164b83b2ce9a6711ae7f039b4d86e7",
"body": "Start use minimum_otp_vsn instead of require_min_otp_vsn",
"is_bot": false,
"headline": "Merge pull request #318 from vkatsuba/patch-1",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2023-01-10T18:49:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ada49867824c7d04a4621288587853a2bdea6af5",
"body": "OTP 23 is not available for ubuntu-latest (22.04).",
"is_bot": false,
"headline": "Fix CI (#322)",
"author_name": "Chris Wögi",
"author_login": "cw789",
"committed_at": "2023-01-10T14:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d83df5847233bb6f58a61caa04842e865c88e96",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Chris Wögi",
"author_login": "cw789",
"committed_at": "2023-01-10T12:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2307e79c9e242bcbfa99dcaf5e6314d875666e83",
"body": "* Add LMTP support to the gen_smtp_client\r\n\r\n* Add LMTP client test\r\n\r\n* Change ex_doc settings to avoid the badmap error\r\n\r\n* Handle LMTP protocol's DATA command return\r\n\r\nCo-authored-by: Pablo Willian Suchewschy <adm@MacBook-Pro-de-adm.local>",
"is_bot": false,
"headline": "Add LMTP support to the gen_smtp_client (#321)",
"author_name": "Pablo Willian Suchewschy",
"author_login": "pablowillians",
"committed_at": "2022-09-12T07:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efaac108757f41da9b7282d69ae7897749fa8f9b",
"body": null,
"is_bot": false,
"headline": "Start use minimum_otp_vsn instead of require_min_otp_vsn",
"author_name": "Viacheslav Katsuba",
"author_login": "vkatsuba",
"committed_at": "2022-06-20T15:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99fad81cc3aeb33657ff7598c846c4120c3a480e",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.3.0-dev",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2022-04-13T08:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c91e3557862c882d8c81f82bc6bd618c3db131e",
"body": null,
"is_bot": false,
"headline": "Add ex_doc provider to rebar.config",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2022-04-13T08:19:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "685fc92893297d8d726cae1029b9568ae79a0ead",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.2.0",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2022-04-12T11:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6f25a758d60da9788bf5ddf73e985dacb28f74b",
"body": "* Remove code for OTP < 21\r\n\r\n* Add format check to CI\r\n\r\n* Generating docs with ExDoc instead of EDoc\r\n\r\nUses the rebar3 plugin `rebar3_ex_doc`.\r\nCan be used by `rebar3 ex_doc`.",
"is_bot": false,
"headline": "Generating docs with ExDoc instead of EDoc (#308)",
"author_name": "Chris Wögi",
"author_login": "cw789",
"committed_at": "2022-02-14T08:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "197e7eaa057281fac8b8f0327b0a394bc6947c74",
"body": null,
"is_bot": false,
"headline": "Use OTP logger directly; drop `hut` dependency (#309)",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2022-02-12T23:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45ed7f9c9348edb1feed46b3e4cf1979becb065a",
"body": null,
"is_bot": false,
"headline": "Improve quoted-printable decoding (#307)",
"author_name": "Maria Scott",
"author_login": "Maria-12648430",
"committed_at": "2022-02-11T19:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab680a7903cf68fbcd7402919f81cab7ef993661",
"body": "Code formatter",
"is_bot": false,
"headline": "Merge pull request #305 from seriyps/code-formatter",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2022-02-11T13:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6602db53060df498da542409777ee4b71a5006b",
"body": null,
"is_bot": false,
"headline": "Add code formatter commit to blame-ignore file",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2022-01-27T21:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3967bcbd349b2bf0c390f68c68bd1d79eb5ad1fc",
"body": null,
"is_bot": false,
"headline": "Introduce code formatter",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2022-01-27T21:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84940faf96b871ca71e2d95a974ffaef4859aaed",
"body": "* Content type parameters should handle UTF-8 encoding individually.\r\n\r\n* Do not utf8-encode content type header twice.",
"is_bot": false,
"headline": "Content type params utf8 (#235)",
"author_name": "Karolis Petrauskas",
"author_login": "kape1395",
"committed_at": "2022-01-27T20:58:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c792bb7de7a940c6a59511fd472b2c377e9e6b1",
"body": null,
"is_bot": false,
"headline": "Fix gen_smtp_client:send/3 with callback (#291)",
"author_name": "Jan Uhlig",
"author_login": "juhlig",
"committed_at": "2022-01-25T21:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f52ee026ccb12ce8544fe30dc581805066405edc",
"body": "* Optimize `mimemail:get_header_value`\r\n\r\n* only lowercase the pattern once\r\n* use `lists:search/2`\r\n\r\n* Improve handling of `mimemail:parameters()` in MIME parser\r\n\r\n* fix bug when raw content-type params were returned instead of `parameters()` map\r\n* better `parameters()` validation in proper test",
"is_bot": false,
"headline": "Mimemail parameters fixes (#304)",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2022-01-25T14:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a896938fc967f75bc6601d1e9aad80ec27c6b045",
"body": "* Choose Q- or B-Encoding depending on percentage of printable characters\r\n* Encode all characters not listed in RFC2047 Section 5 (3) in Q-Encoding\r\n* Encode Spaces as _ in Q-Encoding\r\n* Fix header decoding for trailing _ in Q-Encoded text\r\n\r\nCo-Authored-By: Jan Uhlig <juhlig@hnc-agency.org>\r\n\r\nCo-authored-by: Jan Uhlig <juhlig@hnc-agency.org>",
"is_bot": false,
"headline": "Improve and fix header encoding (#294)",
"author_name": "Maria Scott",
"author_login": "Maria-12648430",
"committed_at": "2021-10-19T08:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe4f164353d1a08fe0a64200c75fa358abe57b29",
"body": null,
"is_bot": false,
"headline": "Fix typos (#293)",
"author_name": "Kian Meng Ang",
"author_login": "kianmeng",
"committed_at": "2021-10-13T15:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae6693a7d90397625d66fd7a12420b7d8840551c",
"body": null,
"is_bot": false,
"headline": "Re-raise original error in mimemail:decode_header/2 (#263)",
"author_name": "Malte Rohde",
"author_login": "maltoe",
"committed_at": "2021-10-13T06:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a39c02e29d5ac12421597256c06cd9c351431578",
"body": null,
"is_bot": false,
"headline": "Improve Quoted-Printable encoding (#292)",
"author_name": "Maria Scott",
"author_login": "Maria-12648430",
"committed_at": "2021-10-12T16:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a4f3896f9ccee96c17c3f18ed845f91af215b43",
"body": "$default-branch is only available in templates.",
"is_bot": false,
"headline": "Fix CI doc to run on master again (#289)",
"author_name": "Chris Wögi",
"author_login": "cw789",
"committed_at": "2021-10-04T10:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb7f896364ed3690da12b401569cf4375ed91529",
"body": "* CI refactoring\r\n\r\n* Specify more precisely CI caching\r\n\r\n* Fix CI wrong Dialyzer cache path",
"is_bot": false,
"headline": "CI refactoring (#288)",
"author_name": "Chris Wögi",
"author_login": "cw789",
"committed_at": "2021-10-04T09:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a11f0f883569a8f55a366b721b22fbb6b9fec6e1",
"body": null,
"is_bot": false,
"headline": "Enable using RSET after transaction failures in deliver/2 (#264)",
"author_name": "Jan Uhlig",
"author_login": "juhlig",
"committed_at": "2021-09-30T15:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebd7d3d64d718fdd6df4c71b51643d6c38c51b68",
"body": null,
"is_bot": false,
"headline": "Minor bugfixes and improvements (#286)",
"author_name": "Jan Uhlig",
"author_login": "juhlig",
"committed_at": "2021-09-30T15:40:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "154dba8327fc00d2c5efdb6f3788f503566f561e",
"body": null,
"is_bot": false,
"headline": "Update Ranch dependency to >= 1.8.0 (#285)",
"author_name": "Jan Uhlig",
"author_login": "juhlig",
"committed_at": "2021-09-30T15:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "053b228a760c8040aee430ae2b61d6c3e9941f48",
"body": null,
"is_bot": false,
"headline": "Update .editorconfig (#287)",
"author_name": "Chris Wögi",
"author_login": "cw789",
"committed_at": "2021-09-30T14:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ce941b38c22debb32b3b81ade21eb61bb1a4d96",
"body": null,
"is_bot": false,
"headline": "Add DKIM Ed25519 capability (#276)",
"author_name": "Chris Wögi",
"author_login": "cw789",
"committed_at": "2021-09-25T18:28:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bd741da2ce185eb3045b4d9be3625433a71995f",
"body": "see rfc6152#section-2",
"is_bot": false,
"headline": "bugfix: when 8BITMIME extension is enabled, BODY could be \"7bit\" (#283)",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-09-22T07:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0128401dd7821178b6bfe8168281fd87cb4a0a4",
"body": null,
"is_bot": false,
"headline": "Add OTP-24 to CI (#273)",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-09-21T18:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c6fd8739f6a392fec8fcd09d94c348008b3ae4",
"body": null,
"is_bot": false,
"headline": "Delete test that relies on an external server. (#282)",
"author_name": "Marc Worrell",
"author_login": "mworrell",
"committed_at": "2021-09-21T08:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecc923e39f2d11af6977ccf0e3238ab6e8c754d7",
"body": null,
"is_bot": false,
"headline": "Add support for SMTPUTF8 extension, RFC-6531 (#280)",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-09-21T07:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc8817472478bd47f8fae26540066dd4c32625c",
"body": null,
"is_bot": false,
"headline": "Replace RFC-822 address-list parser with RFC-5322 (#278)",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-09-21T07:32:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ef95b5e837a1737c43d5a30a4814b41321227f8",
"body": "Use SPDX ID for licenses",
"is_bot": false,
"headline": "Merge pull request #279 from Cantido/patch-1",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-09-13T21:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e587bccf70920f003e91514c085d7bd1d0f0dff",
"body": "Hex.pm recommends this, and it helps tools identify exactly which BSD license this project is released under.",
"is_bot": false,
"headline": "Use SPDX ID for licenses",
"author_name": "Rosa Richter",
"author_login": "Cantido",
"committed_at": "2021-09-13T21:25:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c709fda5e4bb1c8050006eed9a5084dfbdaf4489",
"body": "Switch to SASL subprotocol on AUTH command",
"is_bot": false,
"headline": "Merge pull request #277 from seriyps/verb-always-upper",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-09-12T20:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67fab8d345e75b6fc36b035615fb587bcab13c20",
"body": null,
"is_bot": false,
"headline": "`handle_sasl` always returns `{ok, #state{}}`",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-09-12T16:03:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b2a8fc7a308b6e2a9a3605eff28b04a90feee2f",
"body": null,
"is_bot": false,
"headline": "Switch to SASL subprotocol on AUTH command",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-09-12T15:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f38441ff7fa15535df4597a66ace6678673bf4",
"body": null,
"is_bot": false,
"headline": "Always convert SMTP verbs to uppercase, even when no parameters",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-09-12T12:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd7a0008f8466f1e3d0b8104e5d51344d1c772dc",
"body": "gen_smtp_client: stop filtering gen_tcp and ssl options, fixes #271",
"is_bot": false,
"headline": "Merge pull request #274 from seriyps/dont-filter-socket-options",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-08-20T23:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e07ccf78cdf9f87ef41a6780aa740e0543ceb8a",
"body": "mimemail: test binary attachents with proper",
"is_bot": false,
"headline": "Merge pull request #272 from seriyps/mimemail-proper-bin-attachments",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-08-20T23:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cfd421be0b6d317efe286f80e9ea9ea636a88f4",
"body": "A lot of new useful options were added to gen_tcp and ssl in the recent\nOTP releases, but `smtp_socket` module (that backs gen_smtp_client) used\nto only allow a smal set of options and discarded all the not defined in\nthe whitelist.\nWe think that it's better to let programmer decide which options they\nwant to pass - it should e programmer's responsibility if they provide\ninvalid options.",
"is_bot": false,
"headline": "gen_smtp_client: stop filtering gen_tcp and ssl options, fixes #271",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-08-20T19:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a59a1efb7d1cdd80a7b4a131adecda9028c4409",
"body": null,
"is_bot": false,
"headline": "mimemail: test binary attachents with proper",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-08-20T17:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18ad70dc4a4e47adc57543221640145c4f928ec4",
"body": null,
"is_bot": false,
"headline": "Remove extra new line on multipart encoding (#260) (#261)",
"author_name": "Matteo",
"author_login": "xadhoom",
"committed_at": "2021-05-03T21:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f916dee89f35aa388fa1f3ac7ec1a6de22dfb55",
"body": "Add LMTP as an option for the protocol implementation",
"is_bot": false,
"headline": "Merge pull request #255 from abravalheri/add-lmtp",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-04-20T13:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0be825b968c82ee4217e350700e8215c11670d7a",
"body": null,
"is_bot": false,
"headline": "Remove unused file with `:` in name. Fixes #236 (#257)",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-03-25T08:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae5d5b059c3de304009d228af302524032467956",
"body": "…ke (#258)\n\n`send_it` expects that `try_smtp_sessions` returns `{ok, Sock}`, but in\r\nthis scenario it would return just `Sock`.",
"is_bot": false,
"headline": "Don't crash SMTP client when TLS is optional and we failed to handsha…",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-03-25T08:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e43d40232e870380f1a87eac881fd45a733eb79e",
"body": null,
"is_bot": false,
"headline": "Minor comment/whitespace change",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-24T18:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97a0456e436b3b3269e9bc464d2c14bbb1d4e358",
"body": "- Combine similar clauses of `gen_smtp_server_session:randle_request`\n for HELLO, EHLO and LHLO.\n- Move `report_recipient` and `queue_or_delivery` to the ends of their\n documents, so functions are defined \"from top to down\".",
"is_bot": false,
"headline": "Improve function organisation",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-24T17:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0255aa3bf3ddf43dc296cf0e37f51cd2b367dc9a",
"body": "Since Argument 2 of `mimemail:encode/3` requires a map and no longer a list, the README should reflect that",
"is_bot": false,
"headline": "Update README mimemail encode example (#256)",
"author_name": "Jonatan Männchen",
"author_login": "maennchen",
"committed_at": "2021-03-24T14:38:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed1f3c47aab9bcd2897a89eeddc51048d1168ca3",
"body": null,
"is_bot": false,
"headline": "Ensure LMTP doesn't run on port 25 before starting",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-24T12:31:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a89a45856f003aaf616b3de786add1253cade106",
"body": "Verify and fix some of the RFC-2045 constraints of mimemail",
"is_bot": false,
"headline": "Merge pull request #254 from seriyps/mimemail-rfc-2045-compliance",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-03-24T10:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37f2b1d6dfb95a9fcc0922df758b297b92f82d07",
"body": "Fixes:\n* quoted-printable \"very long lines\" bug fixed\n* never produce bare CR or LF\n\nValidations:\n* no bare CR or LF\n* no bytes above 127\n* no 0-bytes\n* no lines longer than ~1000 chars\n* quoted-printable should not produce lines over 76 chars",
"is_bot": false,
"headline": "Verify and fix some of the RFC-2045 constraints of mimemail",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-03-22T22:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "215046a7a2993e53fe8b7c159bc5219884ee47ed",
"body": null,
"is_bot": false,
"headline": "Add note on README about the LMTP callbacks",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-22T21:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f682c94f910ba4a923646b644accbf25686e9e7",
"body": null,
"is_bot": false,
"headline": "Mention LMTP in README",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-22T21:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bd92e86fe50595b0bda7b4ab6fbcd7abc8c3085",
"body": "This change in naming is compatible with the common jargon, and is also\nused in other softwares.\nFor example, the mstmp client defines a `--protocol=smtp|lmtp` option\n(https://manpages.debian.org/testing/msmtp-mta/sendmail.8.en.html)",
"is_bot": false,
"headline": "Replace 'variant' with 'protocol'",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-22T21:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ad3ee44a695f001920df8cbd16556d92e93ad9",
"body": null,
"is_bot": false,
"headline": "Add tests for multiple RCPT in LMTP",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-22T21:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cf30cf57dcff19c31dc11a0b739e324dd181b55",
"body": "gen_smtp_server_session already aggregate all the recipients in a\nnon empty list of strings, no extra checks are required.",
"is_bot": false,
"headline": "Simplify recipients",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-22T21:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5be1fcff4ed06f85ec27ddd569957deeac65083",
"body": null,
"is_bot": false,
"headline": "Change handle_DATA to return status for multiple RCPT in LMTP",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-22T21:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb1cf1bde5b82ea25602b553709b0c75f9fd9f1b",
"body": null,
"is_bot": false,
"headline": "Add error for LMTP on port 25",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-22T21:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7640b64129a9444d9ffeb72c04c6aa56ba630979",
"body": null,
"is_bot": false,
"headline": "Add LHLO tests",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-22T21:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "099d47b1eabd2aa9746ef62905e4f415681100e5",
"body": null,
"is_bot": false,
"headline": "Add LHLO handling",
"author_name": "Anderson Bravalheri",
"author_login": "abravalheri",
"committed_at": "2021-03-22T21:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcf6a52bffd5d151423e6f12a478566e7b1f1f91",
"body": "Mimemail proper",
"is_bot": false,
"headline": "Merge pull request #247 from seriyps/mimemail-proper",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-03-19T10:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "410557a4b52cbabc99062e2196fa0ec16c3c03a7",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2021-03-05T15:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f157a572d3ea11bc223c0e72c3e037532842c6c6",
"body": "After a STARTTLS, the socket suddenly started to receive list instead\nof binary data, on Erlang 23.2.7.\n\nStill need to figure out exactly why this happens, at least this patch\nprevents it. Fixes #250\n\nNote that the receiving side has the same issue; this needs to be\nfixed in the ranch library.",
"is_bot": false,
"headline": "Fix SSL socket upgrade",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2021-03-05T15:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad692907651824d8ec2cbe1bbeeafc0dcc59573e",
"body": "Fix Typo",
"is_bot": false,
"headline": "Merge pull request #252 from maennchen/patch-1",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2021-03-05T14:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4219a5452fff7c11c78956c8ce03294ca3f20a6",
"body": null,
"is_bot": false,
"headline": "Fix Typo",
"author_name": "Jonatan Männchen",
"author_login": "maennchen",
"committed_at": "2021-03-05T14:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b66e091237324dd65c312e399aa47db8801c1ca",
"body": "Add Hygeia gen_smtp usage",
"is_bot": false,
"headline": "Merge pull request #251 from maennchen/patch-1",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2021-03-05T14:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5be4ed889cadbafaab5949314c387e02078da34b",
"body": null,
"is_bot": false,
"headline": "Add Hygeia gen_smtp usage",
"author_name": "Jonatan Männchen",
"author_login": "maennchen",
"committed_at": "2021-03-05T14:00:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4f1d0c32dc5080fe94057eb282944d6a63171e",
"body": null,
"is_bot": false,
"headline": "mimemail: add some property-based tests for mime encoding/decoding",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-02-22T01:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1416ab6d5102e728ed5722415562c57233480716",
"body": "…: #246",
"is_bot": false,
"headline": "mimemail: should be able to encode whole utf8 range in headers. Fixes…",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2021-02-22T00:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b50cfa52620e296ee7e07e45ce550bfde6ef0f5",
"body": "…plication.erl\n\nRemove obsoleted gen_smtp_application module",
"is_bot": false,
"headline": "Merge pull request #245 from paulo-ferraz-oliveira/remove/gen_smtp_ap…",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2021-02-20T08:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eb670875842837796872afba427c50d37e7b60c",
"body": null,
"is_bot": false,
"headline": "Ease maintenance",
"author_name": "Paulo F. Oliveira",
"author_login": "paulo-ferraz-oliveira",
"committed_at": "2021-02-19T18:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365e7f5e8d69ff99359de79073ce39f4f6e6e22c",
"body": null,
"is_bot": false,
"headline": "Be explicit in our intentions (#243)",
"author_name": "Paulo F. Oliveira",
"author_login": "paulo-ferraz-oliveira",
"committed_at": "2021-02-18T10:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aebbb1a3d09802b396ec33de978d4ab328f7e86",
"body": null,
"is_bot": false,
"headline": "Fix ranch requirement",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2021-02-03T21:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2b00948cc5c6bfc84bfaa75cd1f12f124d2066d",
"body": null,
"is_bot": false,
"headline": "1.1.0",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2021-02-03T21:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74f4a3180c6719737b8f0b14345563b788dea85a",
"body": "Require Ranch >= 1.7",
"is_bot": false,
"headline": "Merge pull request #241 from gen-smtp/ranch-dep-update",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2021-02-03T21:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "793fe0d9e8052f3e914e51e8e002e2008e9c1c1a",
"body": "To see if that makes CI happy",
"is_bot": false,
"headline": "Lock ranch on 1.7",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2021-02-03T21:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e05a7a9ccf9680f6cf603b26357f4c5cf5a2bac",
"body": "Ranch 2.0 does not support OTP 19",
"is_bot": false,
"headline": "Drop OTP 20 on CI",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2021-02-03T19:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8822d79195473d1e5acf79bca2c7df006d616e47",
"body": null,
"is_bot": false,
"headline": "Require Ranch >= 1.7",
"author_name": "Arjan Scherpenisse",
"author_login": null,
"committed_at": "2021-02-03T19:40:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54be999c18c24137584166d8ef7a7fc578fafba4",
"body": "Added never to list of valid values for send option option auth.",
"is_bot": false,
"headline": "Updated valid send option auth values in README (#233)",
"author_name": "Shemeikka",
"author_login": "Shemeikka",
"committed_at": "2021-01-06T20:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4229f07ab225eccb74de486eedf63f1baa68df14",
"body": "Add names to CI workflow.",
"is_bot": false,
"headline": "Merge pull request #237 from gen-smtp/gh-action-labels",
"author_name": "Marc Worrell",
"author_login": "mworrell",
"committed_at": "2021-01-04T14:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a160804e51fe335a3522ef465a33822e4a2bd6",
"body": null,
"is_bot": false,
"headline": "Split GH actions into CI and Docs. Remove Travis.",
"author_name": "Marc Worrell",
"author_login": "mworrell",
"committed_at": "2021-01-04T13:59:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5475e3405574201a4ef528c8c28294961151cec4",
"body": null,
"is_bot": false,
"headline": "Add names to CI workflow.",
"author_name": "Marc Worrell",
"author_login": "mworrell",
"committed_at": "2021-01-04T13:53:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 0,
"latest_release_at": "2025-05-30T07:17:16Z",
"latest_release_tag": "1.3.0",
"releases_from_tags": false,
"days_since_last_push": 417,
"active_weeks_last_year": 0,
"days_since_latest_release": 417,
"mean_days_between_releases": 413
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "gen_smtp",
"exists": true,
"license": "BSD-2-Clause",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/gen_smtp",
"is_deprecated": false,
"latest_version": "1.3.0",
"repository_url": "https://github.com/gen-smtp/gen_smtp",
"versions_count": 13,
"total_downloads": 35227949,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 208123,
"first_published_at": "2015-01-22T01:47:27Z",
"latest_published_at": "2025-05-30T07:19:46.605586Z",
"latest_version_yanked": null,
"days_since_latest_publish": 417
}
]
},
"popularity": {
"forks": 293,
"stars": 713,
"watchers": 30,
"fork_history": {
"days": [
{
"date": "2009-06-30",
"count": 1
},
{
"date": "2010-06-28",
"count": 1
},
{
"date": "2010-07-07",
"count": 1
},
{
"date": "2010-08-30",
"count": 1
},
{
"date": "2010-11-15",
"count": 1
},
{
"date": "2010-12-14",
"count": 1
},
{
"date": "2010-12-29",
"count": 1
},
{
"date": "2011-02-02",
"count": 1
},
{
"date": "2011-02-05",
"count": 1
},
{
"date": "2011-05-08",
"count": 1
},
{
"date": "2011-06-16",
"count": 1
},
{
"date": "2011-07-15",
"count": 1
},
{
"date": "2011-08-16",
"count": 1
},
{
"date": "2011-10-25",
"count": 1
},
{
"date": "2011-11-28",
"count": 1
},
{
"date": "2012-01-10",
"count": 1
},
{
"date": "2012-01-18",
"count": 1
},
{
"date": "2012-02-07",
"count": 1
},
{
"date": "2012-02-13",
"count": 1
},
{
"date": "2012-02-21",
"count": 1
},
{
"date": "2012-03-06",
"count": 1
},
{
"date": "2012-05-01",
"count": 1
},
{
"date": "2012-05-20",
"count": 1
},
{
"date": "2012-06-14",
"count": 1
},
{
"date": "2012-06-19",
"count": 1
},
{
"date": "2012-06-22",
"count": 1
},
{
"date": "2012-08-15",
"count": 1
},
{
"date": "2012-08-27",
"count": 2
},
{
"date": "2012-10-12",
"count": 1
},
{
"date": "2012-11-20",
"count": 1
},
{
"date": "2013-01-05",
"count": 1
},
{
"date": "2013-01-15",
"count": 1
},
{
"date": "2013-01-28",
"count": 1
},
{
"date": "2013-02-04",
"count": 1
},
{
"date": "2013-03-07",
"count": 1
},
{
"date": "2013-03-29",
"count": 1
},
{
"date": "2013-04-18",
"count": 2
},
{
"date": "2013-04-19",
"count": 1
},
{
"date": "2013-05-15",
"count": 1
},
{
"date": "2013-05-29",
"count": 1
},
{
"date": "2013-07-27",
"count": 1
},
{
"date": "2013-08-01",
"count": 1
},
{
"date": "2013-08-07",
"count": 1
},
{
"date": "2013-08-12",
"count": 1
},
{
"date": "2013-08-13",
"count": 1
},
{
"date": "2013-09-04",
"count": 1
},
{
"date": "2013-10-07",
"count": 1
},
{
"date": "2013-10-08",
"count": 1
},
{
"date": "2013-10-18",
"count": 1
},
{
"date": "2013-10-29",
"count": 1
},
{
"date": "2013-11-21",
"count": 1
},
{
"date": "2013-12-03",
"count": 1
},
{
"date": "2014-01-16",
"count": 1
},
{
"date": "2014-01-29",
"count": 1
},
{
"date": "2014-02-02",
"count": 1
},
{
"date": "2014-02-09",
"count": 1
},
{
"date": "2014-02-13",
"count": 1
},
{
"date": "2014-02-14",
"count": 1
},
{
"date": "2014-03-06",
"count": 1
},
{
"date": "2014-03-23",
"count": 1
},
{
"date": "2014-04-02",
"count": 1
},
{
"date": "2014-05-29",
"count": 1
},
{
"date": "2014-06-05",
"count": 1
},
{
"date": "2014-08-12",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2014-09-06",
"count": 1
},
{
"date": "2014-10-17",
"count": 1
},
{
"date": "2014-10-20",
"count": 1
},
{
"date": "2014-11-07",
"count": 1
},
{
"date": "2014-11-22",
"count": 1
},
{
"date": "2014-12-12",
"count": 1
},
{
"date": "2014-12-18",
"count": 2
},
{
"date": "2014-12-28",
"count": 1
},
{
"date": "2014-12-29",
"count": 1
},
{
"date": "2015-01-21",
"count": 1
},
{
"date": "2015-02-11",
"count": 2
},
{
"date": "2015-03-11",
"count": 1
},
{
"date": "2015-03-17",
"count": 1
},
{
"date": "2015-05-06",
"count": 1
},
{
"date": "2015-05-22",
"count": 1
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-06-29",
"count": 1
},
{
"date": "2015-07-09",
"count": 1
},
{
"date": "2015-07-22",
"count": 1
},
{
"date": "2015-08-04",
"count": 1
},
{
"date": "2015-08-11",
"count": 1
},
{
"date": "2015-09-07",
"count": 1
},
{
"date": "2015-09-17",
"count": 1
},
{
"date": "2015-10-08",
"count": 1
},
{
"date": "2015-10-27",
"count": 1
},
{
"date": "2015-11-02",
"count": 1
},
{
"date": "2015-11-30",
"count": 1
},
{
"date": "2015-12-29",
"count": 1
},
{
"date": "2016-01-27",
"count": 1
},
{
"date": "2016-02-19",
"count": 1
},
{
"date": "2016-02-28",
"count": 1
},
{
"date": "2016-03-18",
"count": 1
},
{
"date": "2016-03-28",
"count": 2
},
{
"date": "2016-04-12",
"count": 1
},
{
"date": "2016-04-19",
"count": 1
},
{
"date": "2016-05-02",
"count": 1
},
{
"date": "2016-05-16",
"count": 1
},
{
"date": "2016-05-20",
"count": 1
},
{
"date": "2016-05-23",
"count": 1
},
{
"date": "2016-06-22",
"count": 1
},
{
"date": "2016-07-15",
"count": 1
},
{
"date": "2016-08-21",
"count": 1
},
{
"date": "2016-09-22",
"count": 1
},
{
"date": "2016-09-27",
"count": 1
},
{
"date": "2016-10-06",
"count": 1
},
{
"date": "2016-10-07",
"count": 1
},
{
"date": "2016-10-29",
"count": 1
},
{
"date": "2016-11-12",
"count": 1
},
{
"date": "2016-11-23",
"count": 1
},
{
"date": "2016-12-12",
"count": 1
},
{
"date": "2016-12-14",
"count": 1
},
{
"date": "2016-12-19",
"count": 1
},
{
"date": "2016-12-28",
"count": 1
},
{
"date": "2017-01-23",
"count": 1
},
{
"date": "2017-02-10",
"count": 2
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-02-26",
"count": 1
},
{
"date": "2017-02-27",
"count": 1
},
{
"date": "2017-04-05",
"count": 1
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-07-12",
"count": 1
},
{
"date": "2017-08-20",
"count": 1
},
{
"date": "2017-09-04",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-09-21",
"count": 1
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-30",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-04-14",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-05-10",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-21",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-06-29",
"count": 1
},
{
"date": "2018-07-12",
"count": 1
},
{
"date": "2018-07-27",
"count": 1
},
{
"date": "2018-08-04",
"count": 1
},
{
"date": "2018-09-07",
"count": 1
},
{
"date": "2018-10-05",
"count": 1
},
{
"date": "2018-10-09",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-03-12",
"count": 1
},
{
"date": "2019-05-14",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-06-21",
"count": 1
},
{
"date": "2019-07-03",
"count": 1
},
{
"date": "2019-07-30",
"count": 1
},
{
"date": "2019-08-03",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-08-26",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-10-28",
"count": 1
},
{
"date": "2019-11-23",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2019-12-24",
"count": 1
},
{
"date": "2019-12-30",
"count": 1
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-02-04",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-11",
"count": 1
},
{
"date": "2020-08-29",
"count": 1
},
{
"date": "2020-09-05",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-15",
"count": 1
},
{
"date": "2020-11-30",
"count": 1
},
{
"date": "2020-12-08",
"count": 1
},
{
"date": "2020-12-17",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-02-04",
"count": 1
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-05-07",
"count": 2
},
{
"date": "2021-05-19",
"count": 1
},
{
"date": "2021-06-05",
"count": 1
},
{
"date": "2021-06-11",
"count": 1
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-06-26",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2021-10-11",
"count": 1
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-09-03",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-09-23",
"count": 1
},
{
"date": "2022-10-17",
"count": 1
},
{
"date": "2022-11-19",
"count": 1
},
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-07-28",
"count": 1
},
{
"date": "2023-08-13",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-02-04",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-11-12",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-02-04",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-04-07",
"count": 2
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-10-03",
"count": 1
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-30",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
}
],
"complete": true,
"collected": 267,
"total_forks": 293
},
"star_history": {
"days": [
{
"date": "2009-05-21",
"count": 70
},
{
"date": "2009-05-27",
"count": 1
},
{
"date": "2009-05-28",
"count": 1
},
{
"date": "2009-05-31",
"count": 1
},
{
"date": "2009-06-01",
"count": 1
},
{
"date": "2009-06-30",
"count": 1
},
{
"date": "2009-07-30",
"count": 1
},
{
"date": "2009-08-02",
"count": 1
},
{
"date": "2009-08-11",
"count": 1
},
{
"date": "2009-08-13",
"count": 1
},
{
"date": "2009-08-21",
"count": 1
},
{
"date": "2009-09-09",
"count": 1
},
{
"date": "2009-09-12",
"count": 1
},
{
"date": "2009-10-02",
"count": 1
},
{
"date": "2009-10-06",
"count": 1
},
{
"date": "2009-10-23",
"count": 1
},
{
"date": "2009-11-13",
"count": 1
},
{
"date": "2009-11-14",
"count": 1
},
{
"date": "2009-11-20",
"count": 1
},
{
"date": "2009-11-26",
"count": 1
},
{
"date": "2009-11-27",
"count": 1
},
{
"date": "2009-12-02",
"count": 1
},
{
"date": "2010-01-15",
"count": 1
},
{
"date": "2010-01-20",
"count": 3
},
{
"date": "2010-02-05",
"count": 1
},
{
"date": "2010-03-25",
"count": 1
},
{
"date": "2010-04-12",
"count": 1
},
{
"date": "2010-05-17",
"count": 1
},
{
"date": "2010-05-27",
"count": 1
},
{
"date": "2010-06-01",
"count": 1
},
{
"date": "2010-06-14",
"count": 1
},
{
"date": "2010-07-02",
"count": 1
},
{
"date": "2010-07-10",
"count": 1
},
{
"date": "2010-08-06",
"count": 1
},
{
"date": "2010-08-11",
"count": 1
},
{
"date": "2010-09-21",
"count": 1
},
{
"date": "2010-09-23",
"count": 1
},
{
"date": "2010-09-25",
"count": 1
},
{
"date": "2010-10-20",
"count": 1
},
{
"date": "2010-11-11",
"count": 1
},
{
"date": "2010-11-25",
"count": 1
},
{
"date": "2010-12-01",
"count": 1
},
{
"date": "2010-12-09",
"count": 1
},
{
"date": "2010-12-29",
"count": 2
},
{
"date": "2011-01-12",
"count": 1
},
{
"date": "2011-01-25",
"count": 1
},
{
"date": "2011-02-06",
"count": 1
},
{
"date": "2011-02-26",
"count": 1
},
{
"date": "2011-02-27",
"count": 1
},
{
"date": "2011-03-02",
"count": 1
},
{
"date": "2011-03-15",
"count": 1
},
{
"date": "2011-03-23",
"count": 1
},
{
"date": "2011-03-31",
"count": 1
},
{
"date": "2011-04-27",
"count": 1
},
{
"date": "2011-04-29",
"count": 1
},
{
"date": "2011-05-17",
"count": 1
},
{
"date": "2011-05-26",
"count": 1
},
{
"date": "2011-05-30",
"count": 1
},
{
"date": "2011-06-03",
"count": 1
},
{
"date": "2011-06-17",
"count": 1
},
{
"date": "2011-07-03",
"count": 1
},
{
"date": "2011-08-23",
"count": 1
},
{
"date": "2011-09-04",
"count": 1
},
{
"date": "2011-09-28",
"count": 1
},
{
"date": "2011-10-06",
"count": 1
},
{
"date": "2011-10-24",
"count": 1
},
{
"date": "2011-11-01",
"count": 1
},
{
"date": "2011-11-27",
"count": 1
},
{
"date": "2012-01-17",
"count": 1
},
{
"date": "2012-08-23",
"count": 1
},
{
"date": "2013-02-13",
"count": 1
},
{
"date": "2013-02-21",
"count": 3
},
{
"date": "2013-02-28",
"count": 1
},
{
"date": "2013-03-04",
"count": 2
},
{
"date": "2013-03-14",
"count": 1
},
{
"date": "2013-03-15",
"count": 1
},
{
"date": "2013-03-19",
"count": 2
},
{
"date": "2013-03-20",
"count": 1
},
{
"date": "2013-03-22",
"count": 1
},
{
"date": "2013-04-06",
"count": 1
},
{
"date": "2013-04-20",
"count": 1
},
{
"date": "2013-04-24",
"count": 1
},
{
"date": "2013-05-03",
"count": 1
},
{
"date": "2013-05-07",
"count": 1
},
{
"date": "2013-05-12",
"count": 1
},
{
"date": "2013-05-19",
"count": 1
},
{
"date": "2013-05-20",
"count": 1
},
{
"date": "2013-05-23",
"count": 1
},
{
"date": "2013-05-29",
"count": 2
},
{
"date": "2013-06-11",
"count": 1
},
{
"date": "2013-06-13",
"count": 1
},
{
"date": "2013-06-18",
"count": 1
},
{
"date": "2013-06-23",
"count": 1
},
{
"date": "2013-07-17",
"count": 1
},
{
"date": "2013-08-05",
"count": 1
},
{
"date": "2013-08-15",
"count": 1
},
{
"date": "2013-08-18",
"count": 1
},
{
"date": "2013-08-23",
"count": 1
},
{
"date": "2013-08-26",
"count": 1
},
{
"date": "2013-09-05",
"count": 1
},
{
"date": "2013-09-07",
"count": 1
},
{
"date": "2013-10-08",
"count": 2
},
{
"date": "2013-11-01",
"count": 1
},
{
"date": "2013-11-03",
"count": 1
},
{
"date": "2013-11-06",
"count": 1
},
{
"date": "2013-11-13",
"count": 1
},
{
"date": "2013-11-23",
"count": 1
},
{
"date": "2013-12-06",
"count": 1
},
{
"date": "2013-12-31",
"count": 1
},
{
"date": "2014-01-05",
"count": 2
},
{
"date": "2014-01-15",
"count": 1
},
{
"date": "2014-01-17",
"count": 1
},
{
"date": "2014-02-07",
"count": 1
},
{
"date": "2014-02-10",
"count": 1
},
{
"date": "2014-02-12",
"count": 1
},
{
"date": "2014-03-03",
"count": 1
},
{
"date": "2014-03-06",
"count": 1
},
{
"date": "2014-03-21",
"count": 1
},
{
"date": "2014-03-23",
"count": 1
},
{
"date": "2014-04-03",
"count": 1
},
{
"date": "2014-04-09",
"count": 1
},
{
"date": "2014-04-19",
"count": 1
},
{
"date": "2014-04-28",
"count": 1
},
{
"date": "2014-05-19",
"count": 1
},
{
"date": "2014-05-28",
"count": 1
},
{
"date": "2014-06-01",
"count": 1
},
{
"date": "2014-06-11",
"count": 1
},
{
"date": "2014-06-12",
"count": 1
},
{
"date": "2014-06-26",
"count": 1
},
{
"date": "2014-07-05",
"count": 1
},
{
"date": "2014-07-07",
"count": 1
},
{
"date": "2014-07-09",
"count": 1
},
{
"date": "2014-07-21",
"count": 1
},
{
"date": "2014-07-31",
"count": 1
},
{
"date": "2014-08-14",
"count": 1
},
{
"date": "2014-08-18",
"count": 1
},
{
"date": "2014-08-22",
"count": 1
},
{
"date": "2014-08-26",
"count": 1
},
{
"date": "2014-08-29",
"count": 1
},
{
"date": "2014-09-05",
"count": 1
},
{
"date": "2014-09-10",
"count": 1
},
{
"date": "2014-09-17",
"count": 1
},
{
"date": "2014-10-10",
"count": 1
},
{
"date": "2014-10-15",
"count": 1
},
{
"date": "2014-10-21",
"count": 1
},
{
"date": "2014-11-03",
"count": 1
},
{
"date": "2014-11-05",
"count": 1
},
{
"date": "2014-11-10",
"count": 1
},
{
"date": "2014-11-14",
"count": 1
},
{
"date": "2014-11-16",
"count": 1
},
{
"date": "2014-11-18",
"count": 1
},
{
"date": "2014-11-21",
"count": 1
},
{
"date": "2014-12-16",
"count": 1
},
{
"date": "2014-12-18",
"count": 1
},
{
"date": "2014-12-19",
"count": 1
},
{
"date": "2014-12-29",
"count": 1
},
{
"date": "2015-01-06",
"count": 1
},
{
"date": "2015-01-21",
"count": 1
},
{
"date": "2015-01-22",
"count": 2
},
{
"date": "2015-01-26",
"count": 1
},
{
"date": "2015-02-01",
"count": 1
},
{
"date": "2015-02-02",
"count": 1
},
{
"date": "2015-02-04",
"count": 1
},
{
"date": "2015-02-10",
"count": 1
},
{
"date": "2015-02-13",
"count": 1
},
{
"date": "2015-02-26",
"count": 1
},
{
"date": "2015-02-28",
"count": 1
},
{
"date": "2015-03-01",
"count": 1
},
{
"date": "2015-03-03",
"count": 1
},
{
"date": "2015-03-09",
"count": 1
},
{
"date": "2015-03-19",
"count": 1
},
{
"date": "2015-03-20",
"count": 2
},
{
"date": "2015-03-23",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-03-29",
"count": 1
},
{
"date": "2015-04-15",
"count": 1
},
{
"date": "2015-04-24",
"count": 1
},
{
"date": "2015-05-04",
"count": 1
},
{
"date": "2015-05-10",
"count": 2
},
{
"date": "2015-05-12",
"count": 2
},
{
"date": "2015-05-15",
"count": 1
},
{
"date": "2015-05-21",
"count": 1
},
{
"date": "2015-05-23",
"count": 1
},
{
"date": "2015-05-26",
"count": 2
},
{
"date": "2015-06-05",
"count": 1
},
{
"date": "2015-06-07",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-06-16",
"count": 1
},
{
"date": "2015-06-22",
"count": 1
},
{
"date": "2015-06-23",
"count": 1
},
{
"date": "2015-06-29",
"count": 2
},
{
"date": "2015-07-06",
"count": 1
},
{
"date": "2015-07-08",
"count": 1
},
{
"date": "2015-07-09",
"count": 1
},
{
"date": "2015-07-28",
"count": 1
},
{
"date": "2015-08-04",
"count": 1
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-26",
"count": 1
},
{
"date": "2015-08-29",
"count": 1
},
{
"date": "2015-08-31",
"count": 1
},
{
"date": "2015-09-14",
"count": 1
},
{
"date": "2015-09-26",
"count": 1
},
{
"date": "2015-10-14",
"count": 1
},
{
"date": "2015-10-16",
"count": 1
},
{
"date": "2015-10-17",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-24",
"count": 1
},
{
"date": "2015-11-30",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-05",
"count": 1
},
{
"date": "2015-12-14",
"count": 1
},
{
"date": "2015-12-28",
"count": 1
},
{
"date": "2016-01-01",
"count": 2
},
{
"date": "2016-01-04",
"count": 1
},
{
"date": "2016-01-13",
"count": 1
},
{
"date": "2016-01-19",
"count": 1
},
{
"date": "2016-02-01",
"count": 2
},
{
"date": "2016-02-06",
"count": 1
},
{
"date": "2016-02-08",
"count": 1
},
{
"date": "2016-02-10",
"count": 1
},
{
"date": "2016-02-26",
"count": 1
},
{
"date": "2016-02-27",
"count": 1
},
{
"date": "2016-03-01",
"count": 1
},
{
"date": "2016-03-06",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-16",
"count": 2
},
{
"date": "2016-03-23",
"count": 1
},
{
"date": "2016-04-07",
"count": 1
},
{
"date": "2016-04-09",
"count": 1
},
{
"date": "2016-04-18",
"count": 1
},
{
"date": "2016-04-20",
"count": 1
},
{
"date": "2016-04-27",
"count": 1
},
{
"date": "2016-05-02",
"count": 1
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-05-14",
"count": 1
},
{
"date": "2016-05-16",
"count": 1
},
{
"date": "2016-05-18",
"count": 1
},
{
"date": "2016-05-23",
"count": 1
},
{
"date": "2016-05-24",
"count": 1
},
{
"date": "2016-05-27",
"count": 1
},
{
"date": "2016-05-30",
"count": 1
},
{
"date": "2016-05-31",
"count": 1
},
{
"date": "2016-06-07",
"count": 1
},
{
"date": "2016-06-17",
"count": 1
},
{
"date": "2016-06-23",
"count": 1
},
{
"date": "2016-06-24",
"count": 1
},
{
"date": "2016-07-02",
"count": 1
},
{
"date": "2016-07-05",
"count": 1
},
{
"date": "2016-07-08",
"count": 3
},
{
"date": "2016-07-15",
"count": 1
},
{
"date": "2016-07-16",
"count": 2
},
{
"date": "2016-07-21",
"count": 1
},
{
"date": "2016-08-15",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-08-24",
"count": 1
},
{
"date": "2016-09-01",
"count": 1
},
{
"date": "2016-09-12",
"count": 1
},
{
"date": "2016-10-06",
"count": 1
},
{
"date": "2016-10-08",
"count": 1
},
{
"date": "2016-10-09",
"count": 1
},
{
"date": "2016-10-10",
"count": 1
},
{
"date": "2016-10-13",
"count": 1
},
{
"date": "2016-10-27",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2016-11-06",
"count": 1
},
{
"date": "2016-11-18",
"count": 1
},
{
"date": "2016-11-21",
"count": 1
},
{
"date": "2016-11-22",
"count": 2
},
{
"date": "2016-11-24",
"count": 1
},
{
"date": "2016-11-29",
"count": 1
},
{
"date": "2016-12-02",
"count": 1
},
{
"date": "2016-12-07",
"count": 1
},
{
"date": "2016-12-19",
"count": 1
},
{
"date": "2016-12-28",
"count": 1
},
{
"date": "2017-01-09",
"count": 1
},
{
"date": "2017-01-11",
"count": 2
},
{
"date": "2017-01-17",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-01-20",
"count": 1
},
{
"date": "2017-02-02",
"count": 1
},
{
"date": "2017-02-08",
"count": 1
},
{
"date": "2017-02-10",
"count": 1
},
{
"date": "2017-03-15",
"count": 1
},
{
"date": "2017-03-19",
"count": 1
},
{
"date": "2017-03-20",
"count": 1
},
{
"date": "2017-04-07",
"count": 1
},
{
"date": "2017-04-15",
"count": 1
},
{
"date": "2017-04-24",
"count": 1
},
{
"date": "2017-04-30",
"count": 1
},
{
"date": "2017-05-06",
"count": 1
},
{
"date": "2017-05-18",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-06-01",
"count": 1
},
{
"date": "2017-06-04",
"count": 1
},
{
"date": "2017-06-21",
"count": 1
},
{
"date": "2017-06-26",
"count": 1
},
{
"date": "2017-07-04",
"count": 1
},
{
"date": "2017-07-18",
"count": 1
},
{
"date": "2017-08-02",
"count": 1
},
{
"date": "2017-08-15",
"count": 1
},
{
"date": "2017-08-22",
"count": 1
},
{
"date": "2017-09-30",
"count": 1
},
{
"date": "2017-10-09",
"count": 1
},
{
"date": "2017-10-10",
"count": 1
},
{
"date": "2017-10-17",
"count": 1
},
{
"date": "2017-11-16",
"count": 1
},
{
"date": "2018-01-01",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-06",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-02-10",
"count": 1
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-03-31",
"count": 1
},
{
"date": "2018-04-02",
"count": 1
},
{
"date": "2018-04-24",
"count": 1
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-04-30",
"count": 2
},
{
"date": "2018-05-05",
"count": 1
},
{
"date": "2018-05-15",
"count": 1
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-17",
"count": 1
},
{
"date": "2018-05-26",
"count": 1
},
{
"date": "2018-05-28",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-06-05",
"count": 1
},
{
"date": "2018-06-22",
"count": 1
},
{
"date": "2018-06-28",
"count": 1
},
{
"date": "2018-07-09",
"count": 2
},
{
"date": "2018-07-20",
"count": 1
},
{
"date": "2018-07-27",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-08-09",
"count": 1
},
{
"date": "2018-08-18",
"count": 1
},
{
"date": "2018-08-22",
"count": 1
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-09-03",
"count": 1
},
{
"date": "2018-09-07",
"count": 3
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-09-24",
"count": 1
},
{
"date": "2018-09-28",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-10-06",
"count": 1
},
{
"date": "2018-11-12",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2018-12-20",
"count": 1
},
{
"date": "2019-01-06",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-19",
"count": 1
},
{
"date": "2019-01-24",
"count": 1
},
{
"date": "2019-02-14",
"count": 1
},
{
"date": "2019-02-19",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-03-18",
"count": 1
},
{
"date": "2019-03-25",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-05",
"count": 3
},
{
"date": "2019-04-08",
"count": 1
},
{
"date": "2019-04-21",
"count": 1
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-05-30",
"count": 2
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-06-11",
"count": 1
},
{
"date": "2019-06-12",
"count": 1
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-06-26",
"count": 1
},
{
"date": "2019-06-27",
"count": 1
},
{
"date": "2019-07-10",
"count": 1
},
{
"date": "2019-07-13",
"count": 1
},
{
"date": "2019-07-18",
"count": 1
},
{
"date": "2019-07-22",
"count": 1
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-08-05",
"count": 1
},
{
"date": "2019-08-06",
"count": 1
},
{
"date": "2019-08-23",
"count": 2
},
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-09-25",
"count": 1
},
{
"date": "2019-10-06",
"count": 1
},
{
"date": "2019-10-13",
"count": 1
},
{
"date": "2019-11-09",
"count": 1
},
{
"date": "2019-11-18",
"count": 1
},
{
"date": "2019-11-21",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2019-12-11",
"count": 1
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2019-12-21",
"count": 1
},
{
"date": "2019-12-26",
"count": 1
},
{
"date": "2020-01-14",
"count": 1
},
{
"date": "2020-01-17",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-01-30",
"count": 2
},
{
"date": "2020-02-12",
"count": 2
},
{
"date": "2020-02-14",
"count": 1
},
{
"date": "2020-03-07",
"count": 1
},
{
"date": "2020-03-08",
"count": 1
},
{
"date": "2020-03-19",
"count": 1
},
{
"date": "2020-03-27",
"count": 1
},
{
"date": "2020-04-09",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-05-01",
"count": 1
},
{
"date": "2020-05-02",
"count": 1
},
{
"date": "2020-05-09",
"count": 1
},
{
"date": "2020-05-10",
"count": 1
},
{
"date": "2020-05-16",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-06-05",
"count": 1
},
{
"date": "2020-06-06",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-18",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-07-11",
"count": 1
},
{
"date": "2020-08-02",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-08-25",
"count": 2
},
{
"date": "2020-09-20",
"count": 1
},
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-09-26",
"count": 1
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-10-02",
"count": 1
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-10-24",
"count": 1
},
{
"date": "2020-10-28",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2020-11-15",
"count": 1
},
{
"date": "2020-12-05",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2021-01-02",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-01-27",
"count": 1
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-02-16",
"count": 1
},
{
"date": "2021-03-06",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-03-15",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-24",
"count": 2
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-16",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-05-23",
"count": 1
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-19",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-07-07",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-08-15",
"count": 1
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-10-04",
"count": 1
},
{
"date": "2021-10-07",
"count": 1
},
{
"date": "2021-10-18",
"count": 2
},
{
"date": "2021-10-24",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-11-11",
"count": 1
},
{
"date": "2021-11-26",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2021-12-23",
"count": 1
},
{
"date": "2021-12-29",
"count": 1
},
{
"date": "2022-01-18",
"count": 1
},
{
"date": "2022-01-22",
"count": 1
},
{
"date": "2022-01-23",
"count": 2
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-09",
"count": 1
},
{
"date": "2022-05-22",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-08-05",
"count": 2
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-08-16",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-08-30",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-10-21",
"count": 1
},
{
"date": "2022-11-27",
"count": 1
},
{
"date": "2022-12-26",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-03",
"count": 1
},
{
"date": "2023-01-07",
"count": 1
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-18",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-09",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-04-23",
"count": 2
},
{
"date": "2023-04-24",
"count": 1
},
{
"date": "2023-05-03",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-05-20",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-07-30",
"count": 1
},
{
"date": "2023-08-03",
"count": 1
},
{
"date": "2023-08-06",
"count": 1
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-08-20",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-10-15",
"count": 1
},
{
"date": "2023-10-18",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2023-12-07",
"count": 1
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-24",
"count": 1
},
{
"date": "2024-02-25",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-17",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-05-08",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2024-09-29",
"count": 1
},
{
"date": "2024-11-11",
"count": 1
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-30",
"count": 1
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-02-01",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-04-28",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-07-28",
"count": 1
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-11",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-12-23",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
}
],
"complete": true,
"collected": 713,
"total_stars": 713
},
"open_issues_and_prs": 49
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 12,
"merged_prs": 146,
"open_issues": 37,
"closed_ratio": 0.774,
"closed_issues": 127,
"closed_unmerged_prs": 36
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Vagabond",
"commits": 233,
"avatar_url": "https://avatars.githubusercontent.com/u/86412?v=4"
},
{
"type": "User",
"login": "JackDanger",
"commits": 80,
"avatar_url": "https://avatars.githubusercontent.com/u/2071?v=4"
},
{
"type": "User",
"login": "seriyps",
"commits": 71,
"avatar_url": "https://avatars.githubusercontent.com/u/422014?v=4"
},
{
"type": "User",
"login": "mworrell",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/38268?v=4"
},
{
"type": "User",
"login": "MonsieurV",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/1753348?v=4"
},
{
"type": "User",
"login": "abravalheri",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/320755?v=4"
},
{
"type": "User",
"login": "iamaleksey",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/10309?v=4"
},
{
"type": "User",
"login": "paulo-ferraz-oliveira",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/7303768?v=4"
},
{
"type": "User",
"login": "cw789",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/6823352?v=4"
},
{
"type": "User",
"login": "minhajuddin",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/43916?v=4"
}
],
"contributors_sampled": 64,
"top_contributor_share": 0.394
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"docs.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"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": 7,
"reason": "Found 19/25 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 21 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": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"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": "68ab11101a0710a13d39d73ff780dc9d76ffa15f",
"ran_at": "2026-07-22T00:13:02Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 192,
"created_at": "2019-10-03T21:53:08Z",
"last_comment_at": "2020-05-26T00:49:22Z",
"last_comment_author": "seriyps"
},
{
"number": 270,
"created_at": "2021-06-28T18:34:47Z",
"last_comment_at": "2021-09-21T11:10:53Z",
"last_comment_author": "saleyn"
},
{
"number": 327,
"created_at": "2023-05-17T07:41:06Z",
"last_comment_at": "2024-11-07T16:57:50Z",
"last_comment_author": "mworrell"
},
{
"number": 337,
"created_at": "2024-02-27T20:23:50Z",
"last_comment_at": "2024-02-29T17:02:28Z",
"last_comment_author": "silviucpp"
},
{
"number": 340,
"created_at": "2024-05-06T10:21:20Z",
"last_comment_at": "2025-02-28T10:30:56Z",
"last_comment_author": "mworrell"
},
{
"number": 347,
"created_at": "2025-01-20T15:26:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 349,
"created_at": "2025-02-13T09:22:19Z",
"last_comment_at": "2025-02-28T10:58:39Z",
"last_comment_author": "mworrell"
},
{
"number": 351,
"created_at": "2025-04-03T19:30:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 355,
"created_at": "2026-02-18T17:53:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 356,
"created_at": "2026-05-03T16:53:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 357,
"created_at": "2026-05-30T01:51:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 358,
"created_at": "2026-06-04T12:47:51Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-05-28T09:47:33Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 7,
"created_at": "2010-10-31T20:22:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2010-12-29T03:58:36Z",
"last_comment_at": "2017-04-06T11:28:20Z",
"last_comment_author": "mworrell"
},
{
"number": 11,
"created_at": "2011-01-22T17:08:24Z",
"last_comment_at": "2019-08-09T14:26:21Z",
"last_comment_author": "mworrell"
},
{
"number": 67,
"created_at": "2014-03-03T15:48:33Z",
"last_comment_at": "2023-10-16T13:24:10Z",
"last_comment_author": "seriyps"
},
{
"number": 84,
"created_at": "2015-03-22T17:42:39Z",
"last_comment_at": "2019-07-18T20:02:09Z",
"last_comment_author": "mworrell"
},
{
"number": 88,
"created_at": "2015-08-11T18:45:26Z",
"last_comment_at": "2019-07-18T20:09:15Z",
"last_comment_author": "mworrell"
},
{
"number": 96,
"created_at": "2016-03-09T00:01:57Z",
"last_comment_at": "2019-07-18T16:14:25Z",
"last_comment_author": "mworrell"
},
{
"number": 122,
"created_at": "2017-04-06T10:55:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 145,
"created_at": "2018-04-06T11:52:32Z",
"last_comment_at": "2019-07-18T15:47:41Z",
"last_comment_author": "mworrell"
},
{
"number": 161,
"created_at": "2018-10-18T09:48:34Z",
"last_comment_at": "2019-09-27T14:10:27Z",
"last_comment_author": "juhlig"
},
{
"number": 183,
"created_at": "2019-07-18T21:46:44Z",
"last_comment_at": "2019-07-18T21:48:16Z",
"last_comment_author": "mworrell"
},
{
"number": 213,
"created_at": "2020-06-03T11:44:05Z",
"last_comment_at": "2021-07-08T08:25:28Z",
"last_comment_author": "seriyps"
},
{
"number": 239,
"created_at": "2021-01-15T00:02:16Z",
"last_comment_at": "2021-01-18T19:17:26Z",
"last_comment_author": "stephanos"
},
{
"number": 259,
"created_at": "2021-03-28T23:38:51Z",
"last_comment_at": "2021-07-12T01:18:03Z",
"last_comment_author": "bamorim"
},
{
"number": 269,
"created_at": "2021-06-28T14:29:54Z",
"last_comment_at": "2021-10-07T14:02:53Z",
"last_comment_author": "juhlig"
},
{
"number": 284,
"created_at": "2021-09-22T11:50:10Z",
"last_comment_at": "2021-10-17T10:02:30Z",
"last_comment_author": "juhlig"
},
{
"number": 295,
"created_at": "2021-10-21T19:41:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 298,
"created_at": "2021-11-02T14:09:26Z",
"last_comment_at": "2023-01-26T17:10:50Z",
"last_comment_author": "LostKobrakai"
},
{
"number": 301,
"created_at": "2021-11-20T18:58:53Z",
"last_comment_at": "2022-01-26T02:03:18Z",
"last_comment_author": "seriyps"
},
{
"number": 302,
"created_at": "2022-01-10T07:08:46Z",
"last_comment_at": "2025-07-23T18:29:18Z",
"last_comment_author": "Neustradamus"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/gen-smtp/gen_smtp",
"host": "github.com",
"name": "gen_smtp",
"owner": "gen-smtp"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 29,
"inputs": {
"security": 43,
"vitality": 18,
"community": 68,
"governance": 66,
"engineering": 52,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 49,
"overall_after_abandonment_multiplier": 29
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"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": 417,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 417 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 417
}
}
],
"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 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": 9,
"latest_release_tag": "1.3.0",
"releases_from_tags": false,
"days_since_latest_release": 417,
"mean_days_between_releases": 413
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 417 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 417
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~413 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 413
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 8,
"unanswered_open_issues": 10,
"days_since_last_merged_pr": 419,
"days_since_last_human_commit": 417,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 417 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 417,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 68,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"forks": 293,
"stars": 713,
"watchers": 30,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "713 stars",
"points": 46.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 713
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "293 forks",
"points": 20.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 293
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "30 watchers",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 30
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"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": 89,
"inputs": {
"packages": [
"gen_smtp"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 35227949,
"monthly_downloads": 208123
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "208,123 downloads/month across hex",
"points": 70.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 208123,
"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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 64,
"top_contributor_share": 0.394
},
"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 39% of commits",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 39
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "64 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 64
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 146,
"open_issues": 37,
"closed_issues": 127,
"issue_closed_ratio": 0.774,
"closed_unmerged_prs": 36
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "77% of issues closed",
"points": 36.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 77
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "146/182 decided PRs merged",
"points": 30.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 146,
"decided": 182
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 19/25 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"followers": 2,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "gen-smtp",
"public_repos": 1,
"account_age_days": 2568
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of gen-smtp",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "gen-smtp"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~7 yr old",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"gen_smtp"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 417
},
"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 417 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 417
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": 6.4,
"status": "met",
"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": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "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/25 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 21 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 fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"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": 16
},
"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": 31,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.65,
"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": "65 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 34.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 65,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "critical",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"primary_language": "Erlang",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"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": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T00:13:30.243487Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/gen-smtp/gen_smtp.svg",
"full_name": "gen-smtp/gen_smtp",
"license_state": "custom",
"license_spdx": null
}