原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 203,
"has_wiki": false,
"homepage": null,
"languages": {
"C": 16904,
"Java": 16651,
"Ruby": 21733
},
"pushed_at": "2025-12-23T06:55:20Z",
"created_at": "2010-10-19T23:13:39Z",
"owner_type": "User",
"updated_at": "2026-03-02T00:24:34Z",
"description": "simple callback-based HTTP request/response parser",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby",
"C",
"Java"
]
},
"owner": {
"blog": null,
"name": "Aman Karmani",
"type": "User",
"login": "tmm1",
"company": null,
"location": "California",
"followers": 3102,
"avatar_url": "https://avatars.githubusercontent.com/u/2567?v=4",
"created_at": "2008-03-08T02:10:31Z",
"is_verified": null,
"public_repos": 431,
"account_age_days": 6709
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2025-12-23T06:42:43Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2021-09-01T08:59:41Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2021-07-02T08:43:55Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2021-07-01T14:53:06Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2013-12-11T00:21:22Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2011-10-01T19:43:15Z"
}
],
"recent_commits": [
{
"oid": "944979d33c63a4dccafd4b2dca1dcca9f7608fb9",
"body": null,
"is_bot": false,
"headline": "v0.8.1",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2025-12-23T06:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9656252858ce2a6fcc0ccd6d89b90751df6ef70f",
"body": "Use typed data APIs",
"is_bot": false,
"headline": "Merge pull request #87 from nobu/typed-data",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2025-12-23T06:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c95152cc1529424f80ca6b6a3890e06e91fab0b2",
"body": "Untyped data APIs are deprecated.",
"is_bot": false,
"headline": "Use typed data APIs",
"author_name": "Nobuyoshi Nakada",
"author_login": "nobu",
"committed_at": "2025-12-22T13:27:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beb0c7f0eed6bdcc2bf34ee9ed8338873447392b",
"body": "bugfix: support ruby3.5.0dev Ractor change",
"is_bot": false,
"headline": "Merge pull request #86 from mtasaka/ruby35-ractor-fix",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2025-10-31T05:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb05cdb5b1e15651bbcf4e9b95b81d86c2e84801",
"body": null,
"is_bot": false,
"headline": "CI: Add ruby head",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2025-10-31T04:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84cdc697c39839a332c8cfcf8c711e4c2fbc3128",
"body": "With https://github.com/ruby/ruby/pull/13445\nRactor#take is removed in favor of #value .\n\nFixes #85 .",
"is_bot": false,
"headline": "bugfix: support ruby3.5.0dev Ractor change",
"author_name": "Mamoru TASAKA",
"author_login": "mtasaka",
"committed_at": "2025-10-31T04:42:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aeb7a24fe1bb112f979f17bc6f8c8a5277cc86e",
"body": "Add missing Ruby 3.3/3.4 for CI",
"is_bot": false,
"headline": "Merge pull request #83 from kenhys/ci-update",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2025-03-14T01:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dd5faa4a3b9e7372d20cae8ad5636333ceabb3c",
"body": "They are already EOL.",
"is_bot": false,
"headline": "CI: Drop Ruby 2.7 & 3.0",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2025-03-13T12:57:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35f3a77b7fb652849afe65b5b505e067669e913a",
"body": "It fixes the following warning:\n\n The following actions uses node12 which is deprecated and will be\n forced to run on node16: actions/checkout@v2. For more info:\n https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/\n\nSigned-off-by: Kentaro Hayashi <hayashi@clear-code.com>",
"is_bot": false,
"headline": "ci: Use latest actions/checkout@v4 for CI",
"author_name": "Kentaro Hayashi",
"author_login": "kenhys",
"committed_at": "2025-03-13T12:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f19d11fc1539261603e9206afac8406f7fea30f",
"body": "Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>",
"is_bot": false,
"headline": "ci: Add missing Ruby 3.3/3.4 for CI",
"author_name": "Kentaro Hayashi",
"author_login": "kenhys",
"committed_at": "2025-03-13T12:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71ecce2a498f87ba83ea3d77322a001132610a6e",
"body": "Exclude spec files from gem package",
"is_bot": false,
"headline": "Merge pull request #82 from amatsuda/exclude_specs_from_gem_package",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2024-08-02T09:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2676e8eec1bb3afd3bf1370cc1423796ab91718",
"body": null,
"is_bot": false,
"headline": "Exclude spec files from gem package",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-08-02T09:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2b7e1a604630d4556c28a472bc6dc242107d508",
"body": "Replace obsolete File.exists? with File exist?",
"is_bot": false,
"headline": "Merge pull request #77 from tmm1/replace-file_exists",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2023-02-03T07:06:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60d5228d6c06d71e55f79d76244e0813e03e84b1",
"body": "File.exists? has been removed as of Ruby 3.2:\nhttps://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/\n\nSigned-off-by: Takuro Ashie <ashie@clear-code.com>",
"is_bot": false,
"headline": "Replace obsolete File.exists? with File exist?",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2023-02-03T04:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05a5f2cd857e77d49bd93f0749128f93576e94ef",
"body": "CI: Update Ruby",
"is_bot": false,
"headline": "Merge pull request #76 from tmm1/ci-ruby-3.2",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2023-02-03T04:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c98717bba927373ebbf805247c10b4d37a1cb39",
"body": "* Add Ruby 3.1 & 3.2\n* Drop Ruby 2.6\n\nSigned-off-by: Takuro Ashie <ashie@clear-code.com>",
"is_bot": false,
"headline": "CI: Update Ruby",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2023-02-03T04:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90abe77b061c8b9b76204f53d4c223a2db0c858b",
"body": "Signed-off-by: Takuro Ashie <ashie@clear-code.com>",
"is_bot": false,
"headline": "v0.8.0",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-09-01T08:59:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03ff166b13afa59a2bf27f3b61cfb3b62bf20da3",
"body": " JRuby: Revert unimplemented \"status\" support and fix an failed test",
"is_bot": false,
"headline": "Merge pull request #73 from tmm1/fix-jruby-support",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-09-01T08:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d76de17228299a84c0b5b6d801b204a663d2266",
"body": "Temporally disable JRuby tests to merge #73\n\nThis reverts commit 3c372c7ce564d8e899020b9da3822b14626971e5.",
"is_bot": false,
"headline": "Revert \"CI: Add JRuby\"",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-09-01T08:44:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4385478b3f474fd3aabf866bc28630975fb9ae8c",
"body": "In CRuby, they are ASCII_8BIT since they are created by rb_str_new().\nOn the other hand, they are UTF-8 in JRuby.\n\nFix the following failed test on JRuby:\n\n 4) HTTP::Parser should parse request: utf-8 path request\n Failure/Error: expect(@parser.send(\"request_url\")).to eq(test[\"request_url\"].for\n[…]\n # ./spec/parser_spec.rb:387:in `block in <main>'\n\nAlthough they should use same encoding, I don't fix it for now to keep\nbackward compatibility.\n\nSigned-off-by: Takuro Ashie <ashie@clear-code.com>",
"is_bot": false,
"headline": "spec: Use appropriate encoding to check request_url & status",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-09-01T08:43:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af1f50b77e8acce941371feab6a754e02cc8a665",
"body": "Signed-off-by: Takuro Ashie <ashie@clear-code.com>",
"is_bot": false,
"headline": "Make sure to inject rake task dependencies",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-09-01T08:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c372c7ce564d8e899020b9da3822b14626971e5",
"body": "Signed-off-by: Takuro Ashie <ashie@clear-code.com>",
"is_bot": false,
"headline": "CI: Add JRuby",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-09-01T08:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be6e168ae37174e8efa2181bc22f49ab37182bac",
"body": "Signed-off-by: Takuro Ashie <ashie@clear-code.com>",
"is_bot": false,
"headline": "Disable test for status on JRuby",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-09-01T08:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d99ea1dce45da8e7c3738e81047e2beb059d22dc",
"body": "This reverts commit 68e549f7742de44d6d5d0948fa9cc1e26ec9ee58.\n\nBecause it's not implemented in http-parser.java. How was it tested?\nIt may be revived later when we implement it in our forked version.\n\nSigned-off-by: Takuro Ashie <ashie@clear-code.com>",
"is_bot": false,
"headline": "Revert \"Add status support to JRuby\"",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-09-01T08:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eeba558872fe11d679d1a311fab63d74979711a",
"body": "Make this library ractor-safe",
"is_bot": false,
"headline": "Merge pull request #74 from tagomoris/make-ractor-safe",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-08-23T07:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ea18767cfdcc190750d1486456342201c87f72",
"body": null,
"is_bot": false,
"headline": "it does not need extreme performance",
"author_name": "Satoshi Moris Tagomori",
"author_login": "tagomoris",
"committed_at": "2021-08-21T02:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f92ed9bc146d137122145517d7213d0a233f2943",
"body": null,
"is_bot": false,
"headline": "check the number of arguments for the safe",
"author_name": "Satoshi Moris Tagomori",
"author_login": "tagomoris",
"committed_at": "2021-08-21T02:49:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3c9b8b7929461267a1710971f9f179a351a0369",
"body": null,
"is_bot": false,
"headline": "rename the unappropriate name",
"author_name": "Satoshi Moris Tagomori",
"author_login": "tagomoris",
"committed_at": "2021-08-21T02:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67e7676f6e0cf7942cefcb5e110fbf1fdf4d044a",
"body": null,
"is_bot": false,
"headline": "update specs about Ractor/kwarg",
"author_name": "Satoshi Moris Tagomori",
"author_login": "tagomoris",
"committed_at": "2021-08-10T07:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "793e28c6de6d57ff4ea24967568851c9051c6cef",
"body": null,
"is_bot": false,
"headline": "add kwarg to avoid specifying (nil, type)",
"author_name": "Satoshi Moris Tagomori",
"author_login": "tagomoris",
"committed_at": "2021-08-10T07:40:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a79f2f5cc7297b5bcc1bdd6607224d6302e0b1f",
"body": null,
"is_bot": false,
"headline": "avoid referring class instance variable if possible",
"author_name": "Satoshi Moris Tagomori",
"author_login": "tagomoris",
"committed_at": "2021-08-10T07:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ec34306116ffa3eb8e9e19ca63ec8a4030efa2d",
"body": null,
"is_bot": false,
"headline": "mark all threads are ractor-safe",
"author_name": "Satoshi Moris Tagomori",
"author_login": "tagomoris",
"committed_at": "2021-08-10T07:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15b059dcb69b3d96a4022dd6b15d48fcd4171955",
"body": "Check value passed to set_header_value_type",
"is_bot": false,
"headline": "Merge pull request #63 from jcoglan/check-header-value-type",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-07-05T00:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f1336f40a2eb3fad14ad773f5369c4f839a29ed",
"body": null,
"is_bot": false,
"headline": "v0.7.0",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-07-02T08:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8dae7c6c2c78a5016d082a7fbda7e362292c14a",
"body": null,
"is_bot": false,
"headline": "Add bundler/gem_tasks",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-07-01T14:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3aa7bdbe088f1860fd26c8c8a9aad0534551226",
"body": "CI: Migrate from Travis CI to GitHub Actions",
"is_bot": false,
"headline": "Merge pull request #71 from ashie/migrate-ci",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-06-10T15:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcfe6946770850186e23b4cabdd9173045984cc0",
"body": "Because the billing plan of Travis CI has been changed.\n\nhttps://docs.travis-ci.com/user/billing-overview/\nhttps://blog.travis-ci.com/2021-05-07-orgshutdown\n\nIn addition, GitHub Actions has a high affinity to GitHub.",
"is_bot": false,
"headline": "CI: Migrate from Travis CI to GitHub Actions",
"author_name": "Takuro Ashie",
"author_login": "ashie",
"committed_at": "2021-06-10T04:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd141d5a33a210bb1436cd1440f7b7ed45c1d519",
"body": "This method converts the given symbol to a string, and then compares it\nagainst several literals using ==. This works on JRuby 1.7 but not for\nsome users on JRuby 9. I'm replacing this with List.contains() and a\nconstant list of the acceptable values, to both clarify the logic, and\nto make the code work on recent JRuby releases.",
"is_bot": false,
"headline": "Check value passed to set_header_value_type",
"author_name": "James Coglan",
"author_login": "jcoglan",
"committed_at": "2019-06-12T00:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "225354b3d94d8d76774bac5bb2ac0139dd75662c",
"body": "Git submodules cannot be checked out if 9418 is blocked",
"is_bot": false,
"headline": "Merge pull request #59 from saper/https-submodules",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2018-10-03T23:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b89eababc1f103c5f1e54a72ed83fc2f89adb6a5",
"body": "HTTPS is a recommended protocol for GitHub\nand reduces the likelihood of firewall-related\ntrouble for the end users.",
"is_bot": false,
"headline": "Use HTTPS to download submodules",
"author_name": "Marcin Cieślak",
"author_login": "saper",
"committed_at": "2018-05-27T23:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54b17ba8c7d8d20a16dfc65d1775241833219cf2",
"body": "closes #21",
"is_bot": false,
"headline": "Fix path with spaces",
"author_name": "kevin",
"author_login": null,
"committed_at": "2018-05-12T19:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94846a2267ae7919faaa71b8096c3d6e91b88577",
"body": "Update dependency",
"is_bot": false,
"headline": "Merge pull request #54 from fantasticfears/dependency",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2018-05-12T19:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58a1a1e3a3159869667a903efa345891d270294d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into dependency",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2018-05-12T19:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bb98fdb9d66dee8bba4e9d3b5b4e73ad7447b45",
"body": "Update http-parser to version 2.8.1 Close #36",
"is_bot": false,
"headline": "Merge pull request #57 from ykzts/http-parser-v2.8.1",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2018-05-12T19:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43fd53f7e405e0c679110a35573856719294132a",
"body": null,
"is_bot": false,
"headline": "Update http-parser to version 2.8.1",
"author_name": "Yamagishi Kazutoshi",
"author_login": "ykzts",
"committed_at": "2018-05-12T19:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63a3a25cc7acbafeb9866ec0195243ebc40bf39c",
"body": null,
"is_bot": false,
"headline": "test modern rubies",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2018-05-12T19:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3bb0b99595896c5846fae9448a9e66b51428ecd",
"body": null,
"is_bot": false,
"headline": "Update dependency",
"author_name": "Erick Guan",
"author_login": "erickguan",
"committed_at": "2017-12-06T07:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ef407e35247750e369746dec4ed4ed6c2265f73",
"body": "Add support for \"status\" reason and use latest stable http_parser",
"is_bot": false,
"headline": "Merge pull request #42 from robertjpayne/master",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2017-11-01T17:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bf952e7ecaefcafc3ad3ceeea0c05d9c16f90a1",
"body": "Follow rspec option name change and use long option",
"is_bot": false,
"headline": "Merge pull request #48 from cosmo0920/follow-rspec-option-changes",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2016-11-16T06:46:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6eb9aa7dc3004e9137def9e59eb7405de11aabf",
"body": null,
"is_bot": false,
"headline": "Follow rspec option name change and use long option",
"author_name": "Hiroshi Hatake",
"author_login": "cosmo0920",
"committed_at": "2016-11-16T06:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e23d718fcaa3e3ff96039e6658101a0d7ccd21b",
"body": null,
"is_bot": false,
"headline": "Removed unfinished parse_url support",
"author_name": "Robert Payne",
"author_login": "robertjpayne",
"committed_at": "2014-08-31T06:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf3e18089b7d2fca1aef436edb393af16202dc2d",
"body": "The status check must be forced as ascii binary to succeed since HTTP parser gives back ascii binary",
"is_bot": false,
"headline": "Updated spec for status support",
"author_name": "Robert Payne",
"author_login": "robertjpayne",
"committed_at": "2014-08-31T06:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3deb5d35c287edfefd8cd1e8ef48630cc446777f",
"body": "See this https://github.com/joyent/http-parser/commit/5d9c3821729b194eef60f41fcc5f8b4657c3d8ff#diff-d41d8cd98f00b204e9800998ecf8427e",
"is_bot": false,
"headline": "Updated line folder spec as per joyent/http_parser",
"author_name": "Robert Payne",
"author_login": "robertjpayne",
"committed_at": "2014-08-31T06:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dca21f456c6ce8ebfad04917b7a6a46bb44174f",
"body": null,
"is_bot": false,
"headline": "Provide better safety around on_status and on_url",
"author_name": "Robert Payne",
"author_login": "robertjpayne",
"committed_at": "2014-08-31T06:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecc20fca685a916f6f1508b3eb11d74d5e349d69",
"body": null,
"is_bot": false,
"headline": "Added statuses to spec responses",
"author_name": "Robert Payne",
"author_login": "robertjpayne",
"committed_at": "2014-08-31T06:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f14c3d18056797b89049a55c67043ffcfe8096",
"body": null,
"is_bot": false,
"headline": "Ensure HTTP parser uses later version",
"author_name": "Robert Payne",
"author_login": "robertjpayne",
"committed_at": "2014-08-31T05:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68e549f7742de44d6d5d0948fa9cc1e26ec9ee58",
"body": null,
"is_bot": false,
"headline": "Add status support to JRuby",
"author_name": "Robert Payne",
"author_login": "robertjpayne",
"committed_at": "2014-08-31T05:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34431970ce594db3f39263021cbfed7f21027671",
"body": null,
"is_bot": false,
"headline": "Added support for HTTP status reason",
"author_name": "Robert Payne",
"author_login": "robertjpayne",
"committed_at": "2014-08-31T05:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10dd2edf301fa8d1639cab7ed1c152c659866d51",
"body": "Better handling of upgraded connections",
"is_bot": false,
"headline": "Merge pull request #41 from robertjpayne/master",
"author_name": "Erik Michaels-Ober",
"author_login": "sferik",
"committed_at": "2014-08-25T08:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5bcf4a96d03180bcad981a2511dbe28a1686d86",
"body": "Firstly a upgrade connection should not increase the number of bytes read by 1 if the message is completed.\n\nSecondly an upgraded connection that has no extra bytes past the headers should not fail.",
"is_bot": false,
"headline": "Better handling on upgraded connections",
"author_name": "Robert Payne",
"author_login": "robertjpayne",
"committed_at": "2014-08-25T00:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ff2f579024f67968d8c93f491e031fc6bc4064d",
"body": null,
"is_bot": false,
"headline": "Updated / added test cases for aborting the parser",
"author_name": "Robert Payne",
"author_login": "robertjpayne",
"committed_at": "2014-08-25T00:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef98c2388f057459a93d59d464faf1a87853af82",
"body": null,
"is_bot": false,
"headline": "Update rspec development dependency to >= 3",
"author_name": "Erik Michaels-Ober",
"author_login": "sferik",
"committed_at": "2014-06-23T07:28:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51392c86649e54b0d706a961f72ad977e970b636",
"body": null,
"is_bot": false,
"headline": "Ignore Gemfile.lock",
"author_name": "Erik Michaels-Ober",
"author_login": "sferik",
"committed_at": "2014-06-23T07:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "568629949d450aee9cd3667d0b6a431e2a55ccac",
"body": "Update URIs in gemspec",
"is_bot": false,
"headline": "Merge pull request #34 from tmaier/patch-1",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2014-01-09T09:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc6dd12ccb76fdca5e3f0b49d315e124488a6be6",
"body": null,
"is_bot": false,
"headline": "Link to https URIs in README",
"author_name": "Tobias L. Maier",
"author_login": "tmaier",
"committed_at": "2014-01-09T09:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ab6c1a07dda3497b79bbda301fbe104bb557902",
"body": "The project URIs referred to where outdated.",
"is_bot": false,
"headline": "Update URIs in gemspec",
"author_name": "Tobias L. Maier",
"author_login": "tmaier",
"committed_at": "2014-01-09T09:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "236675b3ebf4773e061d26d71d3e286fd0faa026",
"body": "Set up Travis CI",
"is_bot": false,
"headline": "Merge pull request #33 from rkh/travis",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-12-11T01:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b442e34fcdd72456e37a5329fa6643259a131c7",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Konstantin Haase",
"author_login": "rkh",
"committed_at": "2013-12-11T01:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d418a8c36a6fe19330e33b786ef4a3b59dd1f4",
"body": null,
"is_bot": false,
"headline": "set up Travis CI",
"author_name": "Konstantin Haase",
"author_login": "rkh",
"committed_at": "2013-12-11T01:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec53181a4c944f8c308830b84b08fc8f71075ba6",
"body": null,
"is_bot": false,
"headline": "v0.6.0",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-12-11T00:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10793fe1bbcbea845d1d1579d90fa3f4a06bf7ef",
"body": null,
"is_bot": false,
"headline": "Add license to gemspec (closes #31)",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-11-14T08:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ea563ddc768bbda36953c3a1b2702a4188b072d",
"body": null,
"is_bot": false,
"headline": "fix link to http-parser.java",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-05-28T20:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b169900a3a2304d027655b7760ab4c9845fda43b",
"body": null,
"is_bot": false,
"headline": "0.6.0.beta.2",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-05-27T09:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1deba5a94343d9dfbb55be1d6d648aa6a7a4156",
"body": "Make version checks compatible with jruby 1.7.2",
"is_bot": false,
"headline": "Merge pull request #26 from atambo/master",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-05-26T05:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14b81951e06c3ceb9488ca8d2dd29d52e1245241",
"body": null,
"is_bot": false,
"headline": "Make version checks compatible with jruby 1.7.2",
"author_name": "Alex Tambellini",
"author_login": "atambo",
"committed_at": "2013-05-26T04:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5636b67212ebdd66ed29a13cf52a7ea31bd1338f",
"body": "Fix 1.9 encoding issues on jruby",
"is_bot": false,
"headline": "Merge pull request #25 from atambo/master",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-05-26T04:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a223dbee90b53a5712f3bd70091053102b04c8ed",
"body": null,
"is_bot": false,
"headline": "Fix 1.9 encoding issues on jruby",
"author_name": "Alex Tambellini",
"author_login": "atambo",
"committed_at": "2013-05-26T04:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d690dee21d1cb74c5a53dcf27ecac0abfd99995",
"body": null,
"is_bot": false,
"headline": "enable all tests on jruby",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-05-26T03:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98d7c5bd55e0d004ff8fb7b4d11f4a3de8e922f7",
"body": null,
"is_bot": false,
"headline": "switch to my fork of http-parser.java",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-05-26T03:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "312d660d8dee546606be8d6ec146749a6dbe69cf",
"body": null,
"is_bot": false,
"headline": "0.6.0.beta.1; jruby fixes still pending",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-04-20T22:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6154fac87537e45a7b176f86d2fb092a474e4b99",
"body": null,
"is_bot": false,
"headline": "bump to latest http-parser-java",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-04-20T22:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dca6c2a7f4fc7bc9e97bc27457a50688bec084e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'latest-upstream'",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-04-20T22:17:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0bd3e9d5921822efdeb8c2adc5a5a6bf3913a19",
"body": null,
"is_bot": false,
"headline": "HTTPHeadersCompleteCallback is gone",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-04-20T05:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dda9f53ce0631cbca1444cfa341e4454337d9083",
"body": null,
"is_bot": false,
"headline": "fix whitespace issues",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-04-20T04:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b10f0868968506828369c13ff7bae60b217ba9a",
"body": null,
"is_bot": false,
"headline": "simpler gitmodule structure",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-04-20T04:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "751d027381000999c22c44c24ee827e504ac5823",
"body": null,
"is_bot": false,
"headline": "use new java port",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-04-20T04:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65d97a45d010226988eab42649701f135b45f068",
"body": null,
"is_bot": false,
"headline": "fix warnings",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-04-20T04:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e363d1fee74783615fcada72a8513e9086a9b1a7",
"body": "Fix specs for jruby",
"is_bot": false,
"headline": "Merge pull request #19 from spariev/fix-specs-for-jruby",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2013-04-20T04:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e29ef749f4b7f3d4c594d5b4ba08ff99c2a7b2fc",
"body": "…ta entirely' error",
"is_bot": false,
"headline": "add completed flag, like in C version, to prevent 'Could not parse da…",
"author_name": "Sergey Pariev",
"author_login": "spariev",
"committed_at": "2012-04-29T14:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa75fec47d21b4e51feb4f51f8fe4d687902a16",
"body": "…th' spec",
"is_bot": false,
"headline": "remove rescue clause from 'ignore extra content beyond specified leng…",
"author_name": "Sergey Pariev",
"author_login": "spariev",
"committed_at": "2012-04-29T14:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "986378042a70c312cb38e1b0c74daf6ce926b438",
"body": null,
"is_bot": false,
"headline": "handling expected exception in specs",
"author_name": "Sergey Pariev",
"author_login": "spariev",
"committed_at": "2012-04-20T17:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b973738fa866e2b6e231bc0b9385bce8c1882cc",
"body": "…vior",
"is_bot": false,
"headline": "setting HTTP_PARSER_STRICT flag to more closely mirror C version beha…",
"author_name": "Sergey Pariev",
"author_login": "spariev",
"committed_at": "2012-04-20T17:08:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e11192c232a0f1af0b075dae04b563f1d3e50eb",
"body": null,
"is_bot": false,
"headline": "handling reset in on_headers_complete",
"author_name": "Sergey Pariev",
"author_login": "spariev",
"committed_at": "2012-04-20T17:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d69dac956d131736b757776dc4b9186b5292bb9a",
"body": null,
"is_bot": false,
"headline": "removing obsolete on_path/query_string/fragment callbacks",
"author_name": "Sergey Pariev",
"author_login": "spariev",
"committed_at": "2012-04-20T17:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e077802c440f3e77f25fe70a441a921b4ba549c2",
"body": "Another benchmark and README syntax highlighting",
"is_bot": false,
"headline": "Merge pull request #18 from tarcieri/master",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2012-03-11T01:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dc1302fa828b5c0aff88909ce351dffe8101776",
"body": null,
"is_bot": false,
"headline": "Syntax highlighting fixups",
"author_name": "Tony Arcieri",
"author_login": "tarcieri",
"committed_at": "2012-03-11T01:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "450ebe17f6eceb23673e9650ab0e254f15d9ae2c",
"body": "Thin's parser doesn't work on JRuby so the thin.rb benchmark comparison\nwon't even run there.\n\nThis is a standalone benchmark that uses Evan Phoenix's benchmark_suite\nand benchmarks the speed of parsing a HTTP request taken from Chrome.",
"is_bot": false,
"headline": "Standalone benchmark with benchmark_suite",
"author_name": "Tony Arcieri",
"author_login": "tarcieri",
"committed_at": "2012-03-11T01:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "503f659098b64ee0be3045bd43d843d09bd8aa96",
"body": "This benchmark won't run on Ruby 1.9.3 without it",
"is_bot": false,
"headline": "require \"stringio\"",
"author_name": "Tony Arcieri",
"author_login": "tarcieri",
"committed_at": "2012-03-11T01:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8595cac0e255c6f94b261144e464d1f7c4a2e594",
"body": null,
"is_bot": false,
"headline": "Fix broken test when using :stop with upgrade requests",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2012-03-04T08:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12f04a8b93121956f753a505b68779b20b09cfb8",
"body": null,
"is_bot": false,
"headline": "- Add a headers-complete-and-stop test that fails for me right now",
"author_name": "Jordan Sissel",
"author_login": "jordansissel",
"committed_at": "2012-03-04T08:17:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 6,
"latest_release_at": "2025-12-23T06:42:43Z",
"latest_release_tag": "v0.8.1",
"releases_from_tags": true,
"days_since_last_push": 210,
"active_weeks_last_year": 2,
"days_since_latest_release": 210,
"mean_days_between_releases": 1039.3
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "http_parser.rb",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/http_parser.rb",
"is_deprecated": false,
"latest_version": "0.8.1",
"repository_url": "https://github.com/tmm1/http_parser.rb",
"versions_count": 24,
"total_downloads": 175006955,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2010-10-28T10:30:07.120000Z",
"latest_published_at": "2025-12-23T06:55:46.945000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 210
}
]
},
"popularity": {
"forks": 46,
"stars": 202,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2011-04-26",
"count": 1
},
{
"date": "2011-09-04",
"count": 1
},
{
"date": "2011-10-17",
"count": 1
},
{
"date": "2012-02-21",
"count": 1
},
{
"date": "2012-03-11",
"count": 1
},
{
"date": "2012-03-19",
"count": 1
},
{
"date": "2012-04-20",
"count": 1
},
{
"date": "2012-07-08",
"count": 1
},
{
"date": "2012-09-05",
"count": 1
},
{
"date": "2012-12-14",
"count": 1
},
{
"date": "2013-03-14",
"count": 1
},
{
"date": "2013-05-24",
"count": 1
},
{
"date": "2013-05-26",
"count": 1
},
{
"date": "2013-06-08",
"count": 1
},
{
"date": "2013-07-21",
"count": 1
},
{
"date": "2013-12-11",
"count": 1
},
{
"date": "2014-03-18",
"count": 1
},
{
"date": "2014-06-18",
"count": 1
},
{
"date": "2015-06-02",
"count": 1
},
{
"date": "2015-12-29",
"count": 1
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2017-01-06",
"count": 1
},
{
"date": "2017-09-10",
"count": 1
},
{
"date": "2017-10-07",
"count": 1
},
{
"date": "2017-11-01",
"count": 1
},
{
"date": "2017-11-19",
"count": 1
},
{
"date": "2018-03-13",
"count": 1
},
{
"date": "2018-05-27",
"count": 1
},
{
"date": "2018-12-24",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-01-19",
"count": 1
},
{
"date": "2019-02-27",
"count": 1
},
{
"date": "2019-06-11",
"count": 1
},
{
"date": "2020-05-02",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-08-24",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2022-01-11",
"count": 1
},
{
"date": "2023-06-17",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
}
],
"complete": true,
"collected": 46,
"total_forks": 46
},
"star_history": {
"days": [
{
"date": "2010-10-19",
"count": 73
},
{
"date": "2010-10-29",
"count": 1
},
{
"date": "2011-01-18",
"count": 1
},
{
"date": "2011-01-28",
"count": 1
},
{
"date": "2011-04-03",
"count": 1
},
{
"date": "2011-08-11",
"count": 1
},
{
"date": "2011-08-12",
"count": 1
},
{
"date": "2011-10-06",
"count": 1
},
{
"date": "2011-10-29",
"count": 1
},
{
"date": "2013-02-09",
"count": 1
},
{
"date": "2013-03-13",
"count": 1
},
{
"date": "2013-03-14",
"count": 1
},
{
"date": "2013-04-18",
"count": 1
},
{
"date": "2013-05-01",
"count": 1
},
{
"date": "2013-05-16",
"count": 1
},
{
"date": "2013-05-19",
"count": 1
},
{
"date": "2013-06-10",
"count": 1
},
{
"date": "2013-06-15",
"count": 1
},
{
"date": "2013-06-24",
"count": 1
},
{
"date": "2013-06-27",
"count": 1
},
{
"date": "2013-07-05",
"count": 2
},
{
"date": "2013-07-08",
"count": 1
},
{
"date": "2013-07-09",
"count": 1
},
{
"date": "2013-07-26",
"count": 1
},
{
"date": "2013-08-03",
"count": 1
},
{
"date": "2013-08-17",
"count": 2
},
{
"date": "2013-08-29",
"count": 3
},
{
"date": "2013-09-07",
"count": 1
},
{
"date": "2013-09-13",
"count": 1
},
{
"date": "2013-09-15",
"count": 1
},
{
"date": "2013-11-14",
"count": 1
},
{
"date": "2013-12-09",
"count": 1
},
{
"date": "2013-12-11",
"count": 2
},
{
"date": "2013-12-12",
"count": 1
},
{
"date": "2013-12-23",
"count": 1
},
{
"date": "2014-01-04",
"count": 1
},
{
"date": "2014-01-05",
"count": 1
},
{
"date": "2014-02-02",
"count": 1
},
{
"date": "2014-02-03",
"count": 1
},
{
"date": "2014-02-04",
"count": 1
},
{
"date": "2014-03-24",
"count": 1
},
{
"date": "2014-04-02",
"count": 1
},
{
"date": "2014-04-30",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-07-01",
"count": 1
},
{
"date": "2014-07-08",
"count": 1
},
{
"date": "2014-07-22",
"count": 1
},
{
"date": "2014-07-30",
"count": 1
},
{
"date": "2014-08-15",
"count": 2
},
{
"date": "2014-09-19",
"count": 1
},
{
"date": "2014-10-03",
"count": 1
},
{
"date": "2014-10-07",
"count": 1
},
{
"date": "2014-11-05",
"count": 1
},
{
"date": "2014-11-12",
"count": 1
},
{
"date": "2014-11-15",
"count": 1
},
{
"date": "2014-11-26",
"count": 1
},
{
"date": "2014-11-27",
"count": 1
},
{
"date": "2014-12-04",
"count": 1
},
{
"date": "2014-12-22",
"count": 1
},
{
"date": "2015-01-02",
"count": 1
},
{
"date": "2015-02-15",
"count": 1
},
{
"date": "2015-02-18",
"count": 1
},
{
"date": "2015-03-12",
"count": 1
},
{
"date": "2015-03-15",
"count": 1
},
{
"date": "2015-04-02",
"count": 2
},
{
"date": "2015-04-13",
"count": 1
},
{
"date": "2015-04-15",
"count": 1
},
{
"date": "2015-04-21",
"count": 1
},
{
"date": "2015-04-22",
"count": 1
},
{
"date": "2015-05-15",
"count": 1
},
{
"date": "2015-06-02",
"count": 2
},
{
"date": "2015-08-13",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-19",
"count": 1
},
{
"date": "2016-01-16",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-17",
"count": 1
},
{
"date": "2016-03-03",
"count": 1
},
{
"date": "2016-04-25",
"count": 1
},
{
"date": "2016-05-19",
"count": 1
},
{
"date": "2016-07-13",
"count": 1
},
{
"date": "2016-07-22",
"count": 1
},
{
"date": "2016-10-24",
"count": 1
},
{
"date": "2016-10-27",
"count": 1
},
{
"date": "2016-12-26",
"count": 1
},
{
"date": "2017-02-09",
"count": 1
},
{
"date": "2017-03-19",
"count": 1
},
{
"date": "2017-04-03",
"count": 1
},
{
"date": "2017-04-12",
"count": 1
},
{
"date": "2017-05-02",
"count": 1
},
{
"date": "2017-05-21",
"count": 1
},
{
"date": "2017-06-28",
"count": 1
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-09-10",
"count": 1
},
{
"date": "2017-09-18",
"count": 1
},
{
"date": "2017-09-25",
"count": 1
},
{
"date": "2017-11-28",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-03-14",
"count": 1
},
{
"date": "2018-04-24",
"count": 1
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-06-07",
"count": 2
},
{
"date": "2018-10-04",
"count": 1
},
{
"date": "2019-01-16",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-05-19",
"count": 1
},
{
"date": "2019-06-12",
"count": 1
},
{
"date": "2020-01-07",
"count": 1
},
{
"date": "2020-11-18",
"count": 1
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2025-08-30",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
}
],
"complete": true,
"collected": 202,
"total_stars": 202
},
"open_issues_and_prs": 29
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 16051,
"source_files_sampled": 11,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "yajl-ruby",
"direct": false,
"version": "1.2.1",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-jj47-x69x-mxrm",
"GHSA-wwh7-4jw9-33x6"
],
"fixed_version": "1.4.3",
"advisory_count": 2,
"oldest_advisory_days": 3157
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 7,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "benchmark_suite",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ffi",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jruby-openssl",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "json",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake-compiler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "yajl-ruby",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "yajl-ruby",
"direct": false,
"version": "1.2.1",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 0,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 28,
"open_issues": 27,
"closed_ratio": 0.471,
"closed_issues": 24,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "tmm1",
"commits": 108,
"avatar_url": "https://avatars.githubusercontent.com/u/2567?v=4"
},
{
"type": "User",
"login": "ashie",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/135104?v=4"
},
{
"type": "User",
"login": "robertjpayne",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/214288?v=4"
},
{
"type": "User",
"login": "tagomoris",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/230654?v=4"
},
{
"type": "User",
"login": "spariev",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/12550?v=4"
},
{
"type": "User",
"login": "wishdev",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1860?v=4"
},
{
"type": "User",
"login": "macournoyer",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/22?v=4"
},
{
"type": "User",
"login": "dj2",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/9611?v=4"
},
{
"type": "User",
"login": "sferik",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/10308?v=4"
},
{
"type": "User",
"login": "tarcieri",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/797?v=4"
}
],
"contributors_sampled": 27,
"top_contributor_share": 0.554
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"linux.yml",
"windows.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 2,
"reason": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"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": 5,
"reason": "Found 5/10 approved changesets -- score normalized to 5",
"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": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "944979d33c63a4dccafd4b2dca1dcca9f7608fb9",
"ran_at": "2026-07-22T02:04:10Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2025-12-23T06:55:44Z",
"oldest_open_prs": [
{
"number": 9,
"created_at": "2011-09-04T05:07:26Z",
"last_comment_at": "2014-06-19T11:56:15Z",
"last_comment_author": "snipsnipsnip"
},
{
"number": 75,
"created_at": "2021-09-01T08:57:05Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-12-23T06:40:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 8,
"created_at": "2011-08-27T20:16:05Z",
"last_comment_at": "2013-10-31T14:37:08Z",
"last_comment_author": "movitto"
},
{
"number": 13,
"created_at": "2012-01-26T02:19:58Z",
"last_comment_at": "2013-10-28T23:55:11Z",
"last_comment_author": null
},
{
"number": 20,
"created_at": "2012-05-31T06:28:28Z",
"last_comment_at": "2013-04-22T09:20:27Z",
"last_comment_author": "karlfreeman"
},
{
"number": 22,
"created_at": "2013-03-04T22:33:16Z",
"last_comment_at": "2013-06-20T19:45:33Z",
"last_comment_author": "mbrennan"
},
{
"number": 23,
"created_at": "2013-03-19T22:48:09Z",
"last_comment_at": "2013-04-03T13:58:53Z",
"last_comment_author": "samflores"
},
{
"number": 27,
"created_at": "2013-06-08T09:43:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2013-08-02T21:21:58Z",
"last_comment_at": "2017-06-21T06:28:24Z",
"last_comment_author": "janko"
},
{
"number": 30,
"created_at": "2013-08-05T16:44:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 35,
"created_at": "2014-01-18T22:02:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2014-03-28T14:46:40Z",
"last_comment_at": "2014-03-28T15:28:22Z",
"last_comment_author": null
},
{
"number": 38,
"created_at": "2014-05-17T11:59:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 40,
"created_at": "2014-06-20T20:51:56Z",
"last_comment_at": "2014-10-20T10:47:30Z",
"last_comment_author": "hghdo"
},
{
"number": 43,
"created_at": "2014-12-18T10:13:34Z",
"last_comment_at": "2018-04-04T14:06:53Z",
"last_comment_author": "frbl"
},
{
"number": 44,
"created_at": "2015-09-29T13:35:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 45,
"created_at": "2016-04-23T01:01:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 46,
"created_at": "2016-08-06T22:01:04Z",
"last_comment_at": "2016-08-14T17:57:45Z",
"last_comment_author": "andrew-aladev"
},
{
"number": 49,
"created_at": "2017-01-18T18:36:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 53,
"created_at": "2017-10-11T18:00:45Z",
"last_comment_at": "2017-10-11T18:06:41Z",
"last_comment_author": "HoneyryderChuck"
},
{
"number": 56,
"created_at": "2018-02-03T16:58:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2018-05-25T20:57:59Z",
"last_comment_at": "2018-07-03T16:07:41Z",
"last_comment_author": "jrochkind"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/tmm1/http_parser.rb",
"host": "github.com",
"name": "http_parser.rb",
"owner": "tmm1"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 50,
"vitality": 25,
"community": 56,
"governance": 65,
"engineering": 32
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 25,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"commits_last_year": 6,
"human_commit_share": 1,
"days_since_last_push": 210,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 210 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 210
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "6 commits in the last year",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 6
}
}
],
"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": 42,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.8.1",
"releases_from_tags": true,
"days_since_latest_release": 210,
"mean_days_between_releases": 1039.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 210 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 210
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1039.3 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1039.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"recent_release"
],
"signals": [
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 2,
"unanswered_open_issues": 20,
"days_since_last_merged_pr": 210,
"days_since_last_human_commit": 210,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 210 days, with nothing left unanswered; held at dormant by a release within the year",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 210
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a release within the year"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"forks": 46,
"stars": 202,
"watchers": 8,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "202 stars",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 202
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "46 forks",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 46
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": 100,
"inputs": {
"packages": [
"http_parser.rb"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 175006955,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "175,006,955 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 175006955,
"ecosystems": "rubygems"
}
}
],
"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": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 27,
"top_contributor_share": 0.554
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 55% of commits",
"points": 10,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 55
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "27 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 27
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"merged_prs": 28,
"open_issues": 27,
"closed_issues": 24,
"issue_closed_ratio": 0.471,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "47% of issues closed",
"points": 22,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 47
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "28/34 decided PRs merged",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 28,
"decided": 34
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/10 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"followers": 3102,
"owner_type": "User",
"is_verified": null,
"owner_login": "tmm1",
"public_repos": 431,
"account_age_days": 6709
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "3,102 followers of tmm1",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3102,
"login": "tmm1"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "431 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 431
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"http_parser.rb"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 210
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 210 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 210
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 32,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"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": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.7
},
"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": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 5/10 approved changesets -- score normalized to 5",
"points": 3.8,
"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 not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV; 7 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 7
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 1,
"unassessed_packages": 7,
"affected_by_severity": "high 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 27
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 27,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.38,
"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": "38 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": 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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 16051,
"source_files_sampled": 11,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/11 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"oversized": 0
}
}
],
"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": [
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-22T02:04:34.728498Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/tmm1/http_parser.rb.svg",
"full_name": "tmm1/http_parser.rb",
"license_state": "standard",
"license_spdx": "MIT"
}