Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"c-extension",
"css",
"html5",
"parser",
"ruby",
"web-scraping",
"xpath",
"serpapi"
],
"is_fork": false,
"size_kb": 648,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 1101738,
"HTML": 376489,
"Ruby": 140502,
"CMake": 5073
},
"pushed_at": "2026-07-24T08:40:13Z",
"created_at": "2022-11-28T23:05:38Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T08:36:25Z",
"description": "High-performance HTML5 parser for Ruby based on Lexbor, with support for both CSS selectors and XPath.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "C",
"significant_languages": [
"C",
"HTML"
]
},
"owner": {
"blog": "https://serpapi.com",
"name": "SerpApi",
"type": "Organization",
"login": "serpapi",
"company": null,
"location": "United States of America",
"followers": 873,
"avatar_url": "https://avatars.githubusercontent.com/u/34724717?v=4",
"created_at": "2017-12-20T22:00:44Z",
"is_verified": null,
"public_repos": 134,
"account_age_days": 3137
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-03-25T01:25:36Z"
},
{
"tag": "v0.6.4",
"kind": "patch",
"published_at": "2026-03-23T23:36:59Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-01-02T05:18:58Z"
}
],
"recent_commits": [
{
"oid": "6230a7491c67379618330ecb2afc58930fc477fa",
"body": null,
"is_bot": false,
"headline": "Bump 0.8.0",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-07-24T08:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d20c6b8b1edef1a3dc6e719673606050ac5ae94",
"body": null,
"is_bot": false,
"headline": "Fix template inner_html serialization (#30)",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-07-24T08:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7bcd07875c271055f2c1236960e30f91db04dcc",
"body": null,
"is_bot": false,
"headline": "Add test for node identity grouping",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-07-24T08:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e5df4cc3518e1dbf71e001f703d720db619c52",
"body": null,
"is_bot": false,
"headline": "Fix segfault when replacing content during NodeSet iteration (#34)",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-07-24T07:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31bb2687892faa568f8e20b7ddd9a8730afe9c72",
"body": null,
"is_bot": false,
"headline": "Fix inner_html= dropping table elements (#33)",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-07-24T07:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c5f9bfe4cf55a56547fbc723c9f11a536198be8",
"body": null,
"is_bot": false,
"headline": "Support Node#eql? and Node#hash",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-07-24T07:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e420e33b88ed2403782577e2618883a62ce314d",
"body": "… functions",
"is_bot": false,
"headline": "Add backtracking to RTL matcher for combinator chains in pseudo-class…",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-07-02T05:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6c4267e2a01173d7adc8a63b2d07d1deb081570",
"body": null,
"is_bot": false,
"headline": "Add tests for sibling combinators",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-07-02T05:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3900438e0f8e76be55343b008cd8c13bece3c0b5",
"body": "… functions",
"is_bot": false,
"headline": "Fix ~ and + combinators inside :not(), :is(), :current() pseudo-class…",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-07-02T05:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d0dcfc6db931367fc2efb292671332c72c50522",
"body": null,
"is_bot": false,
"headline": "Support Node#pointer_id",
"author_name": "takahashim",
"author_login": "takahashim",
"committed_at": "2026-06-26T09:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "601b66faa037cbd96ae3e1c1cf8eb5fb80711de6",
"body": null,
"is_bot": false,
"headline": "Fix crash when XPath axis traversal starts from attribute nodes",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-06-26T09:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f1783f75ed6eb074b623accecea0e201776834d",
"body": null,
"is_bot": false,
"headline": "Bump 0.7.0",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-25T01:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0ff202b86debfa483f08ffa0ce5931f3e2e9299",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-25T01:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53ca3ae7005b5a7aa33539c18dbb81619479082b",
"body": null,
"is_bot": false,
"headline": "Update RUBY_CC_VERSION",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-24T07:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e37d91ae2b88798f7c91f232700dd3727839a655",
"body": null,
"is_bot": false,
"headline": "Remove Ruby 3.0 and adjust platforms",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-24T07:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0683bde216ec283d026b233632238ba61c958241",
"body": null,
"is_bot": false,
"headline": "Upgrade rake-compiler-dock",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-24T01:48:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0ba59ef57965399f7412aaf7323bf57ffa8394e",
"body": null,
"is_bot": false,
"headline": "Simplify the publish step",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-24T01:24:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09c76b67fb40d01aafad9aaaf86d410bbd462641",
"body": null,
"is_bot": false,
"headline": "Add to_html, to_s to Builder",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-23T23:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4979a7e3bc439af5742512cf3c29e2dfe5a3b5b",
"body": null,
"is_bot": false,
"headline": "Support multi functional top level entry",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-23T22:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d8080cfc0341bcfa829304d04e8dd4c498e8f1",
"body": null,
"is_bot": false,
"headline": "Support DSL builder",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-23T22:43:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5357eb7d5542a907ba4db090bd980060949e8d34",
"body": null,
"is_bot": false,
"headline": "Drop Ruby 2.7 from RUBY_CC_VERSION",
"author_name": "Josef Strzibny",
"author_login": "strzibny",
"committed_at": "2026-03-23T22:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d98b4665970936897d0d59183c5da5f3b40cc80",
"body": null,
"is_bot": false,
"headline": "Remove Ruby 2.7",
"author_name": "Josef Strzibny",
"author_login": "strzibny",
"committed_at": "2026-03-23T22:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c43b11e8c6c99981b6ea54546b86ff23e6745948",
"body": null,
"is_bot": false,
"headline": "Add Ruby 4.0.3 to RUBY_CC_VERSION",
"author_name": "Josef Strzibny",
"author_login": "strzibny",
"committed_at": "2026-03-23T22:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "348c3c93db5bac38ddd3bcf7e1779a3dee45affc",
"body": null,
"is_bot": false,
"headline": "Add Ruby 4.0 to CI",
"author_name": "Josef Strzibny",
"author_login": "strzibny",
"committed_at": "2026-03-23T22:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28d5087a0b4abd3b786137e59bd56c3afcc74031",
"body": null,
"is_bot": false,
"headline": "Fix Ruby 4 warnings",
"author_name": "Josef Strzibny",
"author_login": "strzibny",
"committed_at": "2026-03-23T22:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5aec9838b3e2c1d9923997acba5449a8937b76",
"body": null,
"is_bot": false,
"headline": "Bump 0.6.4",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-22T08:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdf0bfbf04ba1bb7948bddfcb57cba3a01733c20",
"body": null,
"is_bot": false,
"headline": "Allow passing nil to NodeSet.new",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-22T08:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2409a609ca055e33a7d17913a6a76e3add057736",
"body": null,
"is_bot": false,
"headline": "Add tests for creating Node with Node",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-22T08:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dedd550eb2382b66d8f432374c3d10562ff563e",
"body": null,
"is_bot": false,
"headline": "Support creating Node with Node (#19)",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-22T08:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80fe0deb1f19c023dbe77d13dc6ee3e4040a37bd",
"body": null,
"is_bot": false,
"headline": "Patch level version bump",
"author_name": "Thilo Rusche",
"author_login": "trusche",
"committed_at": "2026-03-22T08:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27a33314eb57d3b33673489cf6191a8d6d6b85fa",
"body": null,
"is_bot": false,
"headline": "Remove cross-compile for Ruby 2.6",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-22T08:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ee465a2c2c7c1a009f88f0a4caec8d0c7c80328",
"body": null,
"is_bot": false,
"headline": "Upgrade workflow actions",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe03ec686397ced2663717973b0a55f811eaa84e",
"body": null,
"is_bot": false,
"headline": "Simplify tsan test for fixed path only",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ead7a841b6f0d533ebd010ff0de91bfc55bed46",
"body": null,
"is_bot": false,
"headline": "Update tsan test",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88ff968a81523b30385062a9cf6c8fe9dbdc9a89",
"body": null,
"is_bot": false,
"headline": "Remove verbose comments",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c1841c31d5dc15eafc7c3a4cae99c56e7e1730",
"body": null,
"is_bot": false,
"headline": "Cache parsers per thread to improve performance",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71518286b0391aafe070ddb51cc43c20155bcc36",
"body": null,
"is_bot": false,
"headline": "Simplified syntax",
"author_name": "Thilo Rusche",
"author_login": "trusche",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "394189ffcb07c2f873cb7af75ca3520ec226dc5a",
"body": null,
"is_bot": false,
"headline": "Fixed crashing buggy version not returning on MacOS Tahoe",
"author_name": "Thilo Rusche",
"author_login": "trusche",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f007d981094ea10107c6039ad1e9bbab460d4a8",
"body": null,
"is_bot": false,
"headline": "Fixed cc argument order for CI",
"author_name": "Thilo Rusche",
"author_login": "trusche",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de630423941940dbaee74a13889f30de83eabdab",
"body": null,
"is_bot": false,
"headline": "Fixed misleading comment",
"author_name": "Thilo Rusche",
"author_login": "trusche",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61597aca4965f2e4a753a943705e8962f9d8ffa3",
"body": null,
"is_bot": false,
"headline": "Removed redundant new perf check",
"author_name": "Thilo Rusche",
"author_login": "trusche",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a584182c529099409965ce09e00a73e9480cb3",
"body": null,
"is_bot": false,
"headline": "Added performance benchmark",
"author_name": "Thilo Rusche",
"author_login": "trusche",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c95c1f4e880692adc61b3c4980e9629e684927",
"body": null,
"is_bot": false,
"headline": "Added regression test reproducing the race condition",
"author_name": "Thilo Rusche",
"author_login": "trusche",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f387848e69c9bfd470a06550daf156fcb2d8b192",
"body": null,
"is_bot": false,
"headline": "Replaced static with per-thread instances",
"author_name": "Thilo Rusche",
"author_login": "trusche",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ef34e944cfd58a46000483b35ff8ba21bc71244",
"body": null,
"is_bot": false,
"headline": "Added test to try and reproduce race condition",
"author_name": "Thilo Rusche",
"author_login": "trusche",
"committed_at": "2026-03-13T06:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc5abcd1ab2ed913c2c33742dbf66376b17ed0a",
"body": null,
"is_bot": false,
"headline": "Bump 0.6.2",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2025-05-13T11:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c263d442bbfa07e3b540e3c7ad5cc41c44fda0",
"body": null,
"is_bot": false,
"headline": "Bump 0.6.1",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2025-05-13T10:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c786e7a1465445511ca21fab570f22f68bc079cb",
"body": null,
"is_bot": false,
"headline": "Fix for CMake >= 4.0",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2025-05-13T10:30:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54524366215a171b11914c8a869e30a1691b73ca",
"body": null,
"is_bot": false,
"headline": "Add tests for encoding conversion",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2025-05-13T05:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f418cb6de69ce2f83b182c0964398e9a9c782b",
"body": null,
"is_bot": false,
"headline": "Encode the source to UTF-8 if necessary",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2025-05-13T04:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f676282b579a0e9edf749e0c1f4dd99f4868a379",
"body": null,
"is_bot": false,
"headline": "Preprocess parse in ruby",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2025-05-13T04:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5891a51ecbf96632e9083e9e1d78744eeacf923a",
"body": null,
"is_bot": false,
"headline": "Bump 0.6.0",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-31T06:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98204c0a0ef96c468599475d9818bad50c8aa126",
"body": null,
"is_bot": false,
"headline": "Update workflow",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-31T06:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088fc87aece424ac4903eb1a8e908f4d9316a1c3",
"body": null,
"is_bot": false,
"headline": "Compile for Ruby 3.4",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "963529494073fff1be489bbb1c998c320864c24b",
"body": null,
"is_bot": false,
"headline": "Update workflow",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bebd84a65827ef0f4ddc76eccb3fde0f8c8ef8bc",
"body": null,
"is_bot": false,
"headline": "Fix nokogiri_at_css and nokogiri_css for newer versions",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18e13dbba8b2ec2f5752f15a9d354e0ca5df1f28",
"body": null,
"is_bot": false,
"headline": "Update gem build workflow",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e3f3dc3c2dcc2403895585102c6413f1557866c",
"body": null,
"is_bot": false,
"headline": "Add memory usage benchmark",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0647da629337058b8a1698ee36aceb8a015b10",
"body": null,
"is_bot": false,
"headline": "Decrease thread count",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70cbc83526683068006510cea89da8ebabfe6362",
"body": null,
"is_bot": false,
"headline": "Fix html parser leak",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "055f91e0f42e87779feca0d53f5e86b5538e9a59",
"body": null,
"is_bot": false,
"headline": "Add multi thread test",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97f19ec846fec86aac9996a140f1f9d620276696",
"body": null,
"is_bot": false,
"headline": "Remove pthread stuff, let GVL handle thread safety",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77dad9688d9276d35da899c32f49ec4d77dd15e7",
"body": null,
"is_bot": false,
"headline": "Fix compatibility with truffleruby",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "702622e456a6a90c3aa4f10be2c38d19cf3c759c",
"body": null,
"is_bot": false,
"headline": "Fix compilation error",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3132ecde7d3653cf74d1bb2f694c2433d053422e",
"body": null,
"is_bot": false,
"headline": "Log lexbor compilation",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a68ebf6bd429873bb37860ae96fbc766aa19f99",
"body": null,
"is_bot": false,
"headline": "Bump 0.5.5",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a925d310e4217dbd4372c2d8204b6f3354f8c1ff",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3363d7d11507d3691ee5725704a59c741ce3cea",
"body": null,
"is_bot": false,
"headline": "Rename variables and functions",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3b3d03a4df8f8628b12456b529f44a54ae2d9c2",
"body": null,
"is_bot": false,
"headline": "Optimize #at_css and #css initialization",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-12-27T01:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ae6ed33ab8b9483cf513de48b5588f3e9ea02a",
"body": null,
"is_bot": false,
"headline": "Bump 0.5.4",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-04-22T09:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0a3440b675fa1f0824c172cc0a1d164a951e520",
"body": null,
"is_bot": false,
"headline": "Fix compiler errors",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-04-21T06:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c7773211fc572e3d9e0ed77c1ae09f2be046548",
"body": null,
"is_bot": false,
"headline": "Bump 0.5.3",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-01-24T01:34:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea456847c35aad1dc0d143c144b06cce2652756b",
"body": null,
"is_bot": false,
"headline": "Upgrade rake-compiler-dock-image",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2024-01-24T01:24:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "204d9aacb43537d7bdcd3009869886049cceccfb",
"body": "Add Ruby 3.3 support",
"is_bot": false,
"headline": "Merge pull request #11 from katafrakt/ruby-3.3",
"author_name": "tato",
"author_login": "zyc9012",
"committed_at": "2024-01-24T01:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2813f1b55013165930c3118da2fa89f3f2a4c62e",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.3",
"author_name": "Paweł Świątkowski",
"author_login": "katafrakt",
"committed_at": "2024-01-23T21:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "767e292b3c6a85168e45b6a3959869147415d01e",
"body": null,
"is_bot": false,
"headline": "Bump 0.5.2",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-10-03T03:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b79cca0d41f96b93b17146cbb82e1140546d0fa8",
"body": null,
"is_bot": false,
"headline": "Update CI condition",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-09-01T00:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62423ee540258cd1f07d576e8db2e8d7acde68f0",
"body": "This is technically unnecessary, because ruby won't switch context\nduring C call. And it doesn't run multiple threads in parallel because\nof the GIL.\n\nThread safety breaks only if you manually call `rb_thread_schedule`\nbetween parse process and parse end.\n\nThis commit is here only for logic integrity.",
"is_bot": false,
"headline": "Make the global parser thread safe",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-09-01T00:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed38fb7f06c7e1f7c11ac29692c03765805a8115",
"body": null,
"is_bot": false,
"headline": "Improve parsing performance by sharing a global parser",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-09-01T00:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18f1c26fab54de8d6f850de827246e1c2c3fbb71",
"body": null,
"is_bot": false,
"headline": "Bump 0.5.0",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-05-27T13:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa4fbdbccc659f1a542e7778c9b4450bf0748491",
"body": null,
"is_bot": false,
"headline": "Fix node comparison against non-node types",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-05-27T12:54:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae3b880c4c105cc02c564407e50d92001cb0b22",
"body": null,
"is_bot": false,
"headline": "Test Node#path",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-05-16T11:28:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a265d9683b73ca910208aac30034e21289f8ceb",
"body": null,
"is_bot": false,
"headline": "Remove namespace logic",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-05-16T11:28:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92fd33597aaa6a87ba06a05ae30304eaa8ed7763",
"body": null,
"is_bot": false,
"headline": "Add Node#path and Node#css_path",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-05-16T11:28:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "940a31690e3cf71d57dcf487705219ebc4417cbc",
"body": null,
"is_bot": false,
"headline": "Add more APIs",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-05-16T09:24:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd63f18bb147e9988a96b6f6928e7dd89845447c",
"body": null,
"is_bot": false,
"headline": "Bump 0.4.2",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-04-05T00:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50ee88e6deb03a53a00fc7d387ec79a55409cd77",
"body": null,
"is_bot": false,
"headline": "Cloned nodes should inherit their source_location",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-04-05T00:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8cf6203b9a02e1d2f6df886b808e52f18842382",
"body": null,
"is_bot": false,
"headline": "Bump 0.4.1",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-04-04T06:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb0db2f924926478c0ee91d62ca3bf8faacd5df3",
"body": null,
"is_bot": false,
"headline": "Refine source_location calculation",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-04-04T06:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56f89c295b6f0796adf5b6b3e5e41124fadbec87",
"body": null,
"is_bot": false,
"headline": "Test source_location",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-04-03T08:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "905799a1c4aa1ee163ffa746f0e45e70c713ebd0",
"body": null,
"is_bot": false,
"headline": "Add source_location to Node",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-04-03T08:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c33b9e13ab09695fa088613ce6583dfe698152a8",
"body": null,
"is_bot": false,
"headline": "Fix first_element_child and last_element_child (#7)",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-03-23T03:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bf9e5f13c2afa9585ec8184f93aa1d0c3c55b8c",
"body": null,
"is_bot": false,
"headline": "Bump 0.4.0",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-03-22T05:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8879f88c4d98c134d3b26fa255aefa8ee7901a68",
"body": null,
"is_bot": false,
"headline": "Refine spec",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-03-22T05:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "604b092e887b57bf804b7d71c44f6c0c1e533b05",
"body": null,
"is_bot": false,
"headline": "Fix cloning elements including <template> (#6)",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-03-22T05:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa44f56a12882941104c4664988946622c1aaf4f",
"body": null,
"is_bot": false,
"headline": "Add more APIs",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-03-08T06:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cefe6903efe45bd5ef370cc913ab62e76677566",
"body": null,
"is_bot": false,
"headline": "Bump 0.3.7",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-02-12T07:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53692ce328dc8d908942942f74ed2481cb3d9df9",
"body": null,
"is_bot": false,
"headline": "Test Node#inspect",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-02-12T07:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46e2fad000c1ed070979960e207f410bdcad1e39",
"body": null,
"is_bot": false,
"headline": "Fix CDATA type",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-02-12T07:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00740f630c90b890f5ecf5057ecfc2a5344c0536",
"body": null,
"is_bot": false,
"headline": "Add Node#inspect",
"author_name": "zyc9012",
"author_login": "zyc9012",
"committed_at": "2023-02-06T13:06:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 39,
"latest_release_at": "2026-03-25T01:25:36Z",
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 7,
"days_since_latest_release": 121,
"mean_days_between_releases": 223.4
},
"community": {
"has_readme": true,
"has_license": false,
"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": "nokolexbor",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/nokolexbor",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "https://github.com/serpapi/nokolexbor",
"versions_count": 151,
"total_downloads": 369567,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2022-12-15T01:59:48.329000Z",
"latest_published_at": "2026-07-24T08:43:53.762000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 8,
"stars": 414,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
}
],
"complete": true,
"collected": 8,
"total_forks": 8
},
"star_history": null,
"open_issues_and_prs": 5
},
"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": 418883,
"source_files_sampled": 92,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 4,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "minitest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "nokogiri",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake-compiler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "yard",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 0,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 8,
"open_issues": 4,
"closed_ratio": 0.84,
"closed_issues": 21,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "zyc9012",
"commits": 239,
"avatar_url": "https://avatars.githubusercontent.com/u/3034310?v=4"
},
{
"type": "User",
"login": "trusche",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/119254?v=4"
},
{
"type": "User",
"login": "strzibny",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1395527?v=4"
},
{
"type": "User",
"login": "hartator",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/307597?v=4"
},
{
"type": "User",
"login": "katafrakt",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/119904?v=4"
},
{
"type": "User",
"login": "takahashim",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10401?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.919
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"gem-build.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": 7,
"reason": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"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": 0,
"reason": "Found 2/24 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "11 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": "6230a7491c67379618330ecb2afc58930fc477fa",
"ran_at": "2026-07-24T08:49:51Z",
"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": "2026-07-24T08:43:57Z",
"oldest_open_prs": [
{
"number": 23,
"created_at": "2026-05-23T15:05:44Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-02T05:26:58Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 18,
"created_at": "2025-11-12T09:27:59Z",
"last_comment_at": "2026-06-26T08:12:52Z",
"last_comment_author": "zyc9012"
},
{
"number": 31,
"created_at": "2026-07-10T13:24:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 35,
"created_at": "2026-07-23T08:26:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 36,
"created_at": "2026-07-23T08:30:15Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/serpapi/nokolexbor",
"host": "github.com",
"name": "nokolexbor",
"owner": "serpapi"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 43,
"vitality": 69,
"community": 49,
"governance": 65,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 69,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"commits_last_year": 39,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "39 commits in the last year",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 39
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 74,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_latest_release": 121,
"mean_days_between_releases": 223.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 121 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 121
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~223.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 223.4
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 49,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"forks": 8,
"stars": 414,
"watchers": 13,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "414 stars",
"points": 42.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 414
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "8 forks",
"points": 7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 8
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"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": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"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": "good",
"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": 72,
"inputs": {
"packages": [
"nokolexbor"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 369567,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "369,567 downloads all-time across rubygems",
"points": 57.9,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 369567,
"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": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.919
},
"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 92% of commits",
"points": 1.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 92
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 8,
"open_issues": 4,
"closed_issues": 21,
"issue_closed_ratio": 0.84,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "84% of issues closed",
"points": 39.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 84
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/10 decided PRs merged",
"points": 30.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/24 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 873,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "serpapi",
"public_repos": 134,
"account_age_days": 3137
},
"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": "873 followers of serpapi",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 873,
"login": "serpapi"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "134 public repos, account ~8 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 134
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"nokolexbor"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "151 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 151
}
}
],
"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": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"c-extension",
"css",
"html5",
"parser",
"ruby",
"web-scraping",
"xpath",
"serpapi"
],
"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": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"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): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"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": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"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 2/24 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "11 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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": 11
},
"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": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 4,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.08,
"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": "8 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 8,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 418883,
"source_files_sampled": 92,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/92 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 92,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-24T08:50:05.064839Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/serpapi/nokolexbor.svg",
"full_name": "serpapi/nokolexbor",
"license_state": "absent",
"license_spdx": null
}