Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"html",
"css-selectors",
"parser",
"rewriting",
"streaming",
"stream",
"rust"
],
"is_fork": false,
"size_kb": 3283,
"has_wiki": false,
"homepage": "https://crates.io/crates/lol-html",
"languages": {
"C": 103612,
"Rust": 813773,
"Shell": 1998,
"Makefile": 1128,
"JavaScript": 871
},
"pushed_at": "2026-07-29T17:25:13Z",
"created_at": "2019-09-09T02:20:32Z",
"owner_type": "Organization",
"updated_at": "2026-07-30T07:16:50Z",
"description": "Low output latency streaming HTML parser/rewriter with CSS selector-based API",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"C"
]
},
"owner": {
"blog": "https://www.cloudflare.com",
"name": "Cloudflare",
"type": "Organization",
"login": "cloudflare",
"company": null,
"location": "San Francisco, London, Austin, Lisbon, Singapore",
"followers": 14734,
"avatar_url": "https://avatars.githubusercontent.com/u/314135?v=4",
"created_at": "2010-06-25T01:24:59Z",
"is_verified": null,
"public_repos": 570,
"account_age_days": 5879
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2026-07-29T17:25:38Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2026-06-02T09:14:36Z"
},
{
"tag": "v2.9.0",
"kind": "minor",
"published_at": "2026-05-06T15:46:13Z"
},
{
"tag": "v2.8.1",
"kind": "patch",
"published_at": "2026-04-27T13:02:54Z"
},
{
"tag": "v2.7.2",
"kind": "patch",
"published_at": "2026-02-22T12:01:12Z"
},
{
"tag": "v2.7.1",
"kind": "patch",
"published_at": "2026-01-08T14:31:27Z"
},
{
"tag": "v2.7.0",
"kind": "minor",
"published_at": "2026-01-08T14:31:01Z"
},
{
"tag": "v2.6.0",
"kind": "minor",
"published_at": "2025-07-18T12:18:08Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2025-06-23T13:29:47Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2025-05-22T14:58:22Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2025-04-22T11:39:01Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2025-01-06T15:10:19Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2024-12-04T14:48:59Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2024-09-25T15:05:37Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2023-07-31T18:18:05Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-07-28T10:47:56Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2023-06-07T14:49:37Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2023-05-24T19:17:16Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2023-04-25T14:21:57Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2023-03-20T11:39:34Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2020-03-06T15:38:25Z"
}
],
"recent_commits": [
{
"oid": "608cc4a66b7ab4fcbe1bbdeb25df8f265572b11c",
"body": null,
"is_bot": false,
"headline": "Release v3.0.1.",
"author_name": "Diogo Sousa",
"author_login": "orium",
"committed_at": "2026-07-29T17:09:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf6ae5c507f040e9a0e2f342fd8b9b8760afa992",
"body": "`[HREF]` was accepted but silently matched nothing because\n`Condition::from` stored `local_name` (the selector as written)\ninstead of `local_name_lower`, while `AttributeMatcher::find`\ncompares against lowercased element attribute names.\n\n`[HREF=x]` threw `NamespacedSelector` because the `selectors`\n[…]\nttributeOther` for any attribute name that isn't\nalready ASCII-lowercase, and `validate_component` rejected every\n`AttributeOther` without checking whether a namespace is actually\npresent.\n\nFixes #328",
"is_bot": false,
"headline": "Match attribute selector names ASCII case-insensitively",
"author_name": "robobun",
"author_login": "robobun",
"committed_at": "2026-07-29T16:49:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "87f79877085e802a459b0e7306eaf6378769a708",
"body": "…epth\n\nThe selector-VM open-element stack had two per-token scans that go\nquadratic (or worse) on pathological nesting:\n\n * Stack::pop_up_to did a full rposition() over the open stack for\n every end tag. A stray end tag that matches nothing still walked\n the whole stack, so N unclosed opens p\n[…]\nrMap.\n\nRe-executing the same address range against the same start tag was\nalready a no-op after the matched-id set union in add_execution_branch,\nso dedup-once execution is observationally equivalent.",
"is_bot": false,
"headline": "selectors_vm: make stray end tags and descendant matching linear in d…",
"author_name": "robobun",
"author_login": "robobun",
"committed_at": "2026-07-29T16:29:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "633435e54cf9d7521331db1e2ba9d4527daec1a6",
"body": "… siblings\n\nThe tag scanner emits a hint for most start tags, and the dispatcher sets\ngot_flags_from_hint so that the lexer's handle_tag does not re-run selector\nmatching for the same tag. Integration-point start tags (title/desc/\nforeignObject in SVG, mi/mo/mn/ms/mtext/annotation-xml in MathML) ski\n[…]\nlement\nwithout the preceding title sibling matched fine.\n\nClear the flag whenever the hint does not result in a switch to the lexer;\nit is only meaningful when the lexer is about to emit the same tag.",
"is_bot": false,
"headline": "Fix selector matching being skipped for consecutive integration-point…",
"author_name": "robobun",
"author_login": "robobun",
"committed_at": "2026-07-29T16:07:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02f139c4437b2da666a50d32e11d9158cbe0a393",
"body": "…-out.\n\nGraceful bail-out (`MemoryLimitExceeded` or `ContentHandlerError` with the\nmatching flag on) flushes the unparsed input remainder raw to the sink and\npropagates the error. That is enough for handlers that only transform tokens\nthey see, but handlers that buffer state across the document (e.g\n[…]\nttribute /\n-comment emits as text per HTML5, so content-handler errors don't fire from\n`parser.parse(_, true)`, and memory errors fire earlier in `write()`. Tested\nimplicitly via the shared call path.",
"is_bot": false,
"headline": "Add bail-out handler API for flushing buffered state on graceful bail…",
"author_name": "Diogo Sousa",
"author_login": "orium",
"committed_at": "2026-06-02T09:06:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ba25359258a7d04850b802bbaa77589071f8e240",
"body": "…et_text.\n\nPreviously `Comment::set_text` only rejected the canonical `-->` terminator, but a\nWHATWG-conformant browser also closes a comment on three more byte sequences:\n\n1. `--!>` anywhere in the body (comment-end-bang state).\n2. A leading `>` (abrupt-closing-of-empty-comment from comment-start).\n3. A leading `->` (abrupt-closing-of-empty-comment from comment-start-dash).",
"is_bot": false,
"headline": "Reject all browser-recognized comment-closing sequences in Comment::s…",
"author_name": "Diogo Sousa",
"author_login": "orium",
"committed_at": "2026-05-29T10:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b00626a6172135284f2252a270a81be687b6e290",
"body": "`Settings`, `MemorySettings`, and `RewriteStrSettings` previously exposed all their\nfields as `pub`, which made adding a new field a SemVer-breaking change for any\ndownstream caller using struct-literal construction (and we hit that twice on the way\nto v3.0.0). Switch them over to a private-fields +\n[…]\nuctible_struct_adds_private_field`, `struct_pub_field_missing`,\n`struct_pub_field_now_doc_hidden`, plus the previous `feature_missing` from the\n`_integration_test` rename), all covered by the v3 bump.",
"is_bot": false,
"headline": "Convert settings structs to consuming builders.",
"author_name": "Diogo Sousa",
"author_login": "orium",
"committed_at": "2026-05-22T18:21:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "776b44ac852cca3b4b18123eb988841a7935bc22",
"body": "The leading underscore signals \"internal\" to `cargo-semver-checks` (and similar\ntools), which by default enables every feature that doesn't match its internal-name\nheuristic (`unstable`, `nightly`, `bench`, `no_std`, or names starting with `_`,\n`unstable_`, `unstable-`). Before the rename, the heuri\n[…]\ncrates.\n\nThe feature was already documented as \"Unstable: for internal use only\" and is\nonly re-exported in `lib.rs` behind `cfg(feature = ...)`, so renaming it has no\neffect on the actual public API.",
"is_bot": false,
"headline": "Rename `integration_test` feature to `_integration_test`.",
"author_name": "Diogo Sousa",
"author_login": "orium",
"committed_at": "2026-05-22T18:21:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e97d16c487ab2b785367f9bd859cb8f3373a13e4",
"body": "The two preceding commits added public fields to `MemorySettings` and `Settings`,\nexternally-constructible structs without `#[non_exhaustive]`. `cargo-semver-checks` flags\nthis as requiring a major version bump.\n\nAlso bumps `js-api` to match. `lol_html_c_api` keeps its own version cadence; the\nmaintainer can bump it separately if desired.",
"is_bot": false,
"headline": "Bump to v3.0.0.",
"author_name": "Diogo Sousa",
"author_login": "orium",
"committed_at": "2026-05-21T11:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31ed2fa7180355a1dbb86f4530e4a40ad219ab3d",
"body": "This is the symmetric companion to the previous `MemoryLimitExceeded` bail-out. Until now,\na content handler returning `Err` would abort the rewriter and leave the output sink in a\npotentially inconsistent state (the sink has whatever transformed bytes the rewriter had\nalready produced, but the rema\n[…]\nre a later chunk's handler errors will re-emit the raw\n input bytes, duplicating the already-emitted chunks. Rare (only on encoding-converted\n text); the response is byte-bigger but not truncated.",
"is_bot": false,
"headline": "Allow rewriter to gracefully bail out on content handler errors.",
"author_name": "Diogo Sousa",
"author_login": "orium",
"committed_at": "2026-05-21T11:28:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3674c3818f7967160e99592b279b9bd3ed340c8f",
"body": "By default the rewriter aborts processing when `max_allowed_memory_usage` is hit, leaving the\noutput sink in a potentially inconsistent state (i.e. the sink has received whatever transformed\nbytes the rewriter had already produced, but the remaining input bytes are lost). Downstream\nthis typically m\n[…]\na huge base64\n attribute (the INCIDENT-6638 shape), hundreds of small attributes on one tag, a huge HTML\n comment, deeply nested elements (selectors VM stack overflow), and many never-closed tags.",
"is_bot": false,
"headline": "Allow rewriter to gracefully bail out on memory limit exceeded.",
"author_name": "Diogo Sousa",
"author_login": "orium",
"committed_at": "2026-05-21T11:28:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "92b690d4757cb97cf42dac8a6d2bc99caf6a1f6e",
"body": null,
"is_bot": false,
"headline": "Bump versions",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-05-05T16:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b5344288ab0596badb8ff5527ab982a9d3d6a2",
"body": null,
"is_bot": false,
"headline": "Document esi setting inconsistency",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-28T12:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "943ad331906712b6be46460f2738fdbe072bf918",
"body": null,
"is_bot": false,
"headline": "Branch name fix",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-28T12:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da99eb2c8c095143617ab3bf732e7a2f125f4a89",
"body": null,
"is_bot": false,
"headline": "Typos",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-28T12:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc0667b67268cb3e7c21e76ed2543578f1744939",
"body": null,
"is_bot": false,
"headline": "Reduce struct size",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-28T11:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d2f3a642178df8d60348f373d92aaeecc7f6338",
"body": "Exposes document-absolute byte ranges for attribute names and values\nvia the existing SourceLocation type. Returns None for attributes\nadded programmatically via set_attribute.\n\nThis enables downstream consumers to perform byte-level splice\nrewrites on attribute values without re-parsing the start tag.",
"is_bot": false,
"headline": "Add name_source_location() and value_source_location() to Attribute",
"author_name": "Guillaume Malette",
"author_login": "gmalette",
"committed_at": "2026-04-28T11:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ba4da283a1798f631925e444263316a682f59f4",
"body": null,
"is_bot": false,
"headline": "Tell OutputSink what encoding is used",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-28T10:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0b3f24431429d666b5ba8679d233e44827889f1",
"body": null,
"is_bot": false,
"headline": "Replace SharedEncoding with explicit switch",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-28T10:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fad5aeca4372b5c66f5565cd67c4394ef7eec4a",
"body": null,
"is_bot": false,
"headline": "Test charset",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-28T10:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d622cb83f41cfa7f674c2a49dbea97ce782c923d",
"body": null,
"is_bot": false,
"headline": "Cold fn",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-28T10:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a96ea09ce0fa70e70613ccb8805c86a5b2da078",
"body": null,
"is_bot": false,
"headline": "Handle encodings in rewrite_str",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-28T10:33:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe335191de87624bb3daac307ba265ed2759f5d7",
"body": "Bumps [tests/data/html5lib-tests](https://github.com/html5lib/html5lib-tests) from `f994590` to `85c968a`.\n- [Commits](https://github.com/html5lib/html5lib-tests/compare/f994590f528ac8b6073665791ddb1ed85c66dfb2...85c968aca811edcb5eb6020b5b9184b2c42a86ab)\n\n---\nupdated-dependencies:\n- dependency-name: tests/data/html5lib-tests\n dependency-version: 85c968aca811edcb5eb6020b5b9184b2c42a86ab\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump tests/data/html5lib-tests from `f994590` to `85c968a`",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-27T22:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba5de8e310d257fca6e56afdecf1cbfe33898f0a",
"body": null,
"is_bot": false,
"headline": "ci: add Semgrep OSS scanning workflow",
"author_name": "Hrushikesh Deshpande",
"author_login": "hrushikeshdeshpande",
"committed_at": "2026-04-27T13:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278a336cea145d5544446db2eddd4d2f4f665335",
"body": null,
"is_bot": false,
"headline": "Clippy",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-27T12:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b7dd1162718b10a227bb7aff8f79a0bfcb34825",
"body": null,
"is_bot": false,
"headline": "Bump",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-27T12:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "015244f3cd36e81453d4095a28610bebc37398a3",
"body": null,
"is_bot": false,
"headline": "Move tests",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-27T12:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad05c05b2bfdfa1d9c221688b831c2e3fab5022b",
"body": null,
"is_bot": false,
"headline": "Move tests",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-27T12:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc5dbda6bc90b4db32daf067ca59ae08a460efc9",
"body": null,
"is_bot": false,
"headline": "Fix resizing selector set",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-27T12:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "543539294284b4781416e9bc216ad52b0960929d",
"body": null,
"is_bot": false,
"headline": "Don't realloc instructions",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-27T12:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ff27957cde035305c79d9d695cb229904aabe99",
"body": null,
"is_bot": false,
"headline": "Don't reallocate strings when compiling",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-27T12:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fe30554e660a5a70ba1a276cc7a44b4298e82c2",
"body": null,
"is_bot": false,
"headline": "BytesCow explicit owned/borrowed APIs",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-27T12:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e49331db67dc2d59a07da32ac3b603e71e18bbf",
"body": null,
"is_bot": false,
"headline": "Remove deprecated set_name",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-27T12:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d22689d273db5c21d1e3ef5d2578a2684cd752f",
"body": null,
"is_bot": false,
"headline": "Use dense bitindex instead of HashSet",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-10T08:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dc25e309bd735c32aaa5a5d5ba714bdf269210a",
"body": null,
"is_bot": false,
"headline": "Replace MatchPayload with a simple index",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-10T08:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21dba31caaf8fd5627f2b2d4ecaa6ca166b66233",
"body": null,
"is_bot": false,
"headline": "No eager match handler",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-10T08:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "496986aebe5e2baed28f03afe35e79027111cb83",
"body": null,
"is_bot": false,
"headline": "Test order",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-10T08:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a99e46986b8ecd8648a58a7ae17e7fdda68dca",
"body": null,
"is_bot": false,
"headline": "Smaller locator struct",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-04-10T08:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d30c24c650d322d1594597b924a7ba4a9980f528",
"body": null,
"is_bot": false,
"headline": "on_end_tag convenience method",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-03-12T10:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ab46efba87194b1dd38390588c3b46c4f2e8da4",
"body": null,
"is_bot": false,
"headline": "Search attributes without allocating strings",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-03-10T10:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93908b18e983eee71a3e82cbd2fe8e720801d88d",
"body": null,
"is_bot": false,
"headline": "Avoid materializing attributes when reading",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-03-10T10:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7129d7a5ea5f3bef3375be1ccd09d7caa16eb06b",
"body": null,
"is_bot": false,
"headline": "Reuse String when making LocalName",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-03-10T10:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c42ec0874ec8c581cc9614ba8dcac4481eb3a6c",
"body": null,
"is_bot": false,
"headline": "VM can't be absent here",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-03-10T10:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "125e569b9c773f7cdc50f380f9048cb2d2c7138a",
"body": null,
"is_bot": false,
"headline": "Dedupe ns arg",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-03-10T10:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b3ea0a7570d551f322feadc0e84d7a6ed71133",
"body": null,
"is_bot": false,
"headline": "Ensure versions are bumped",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-03-03T10:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05ff4b0c25cbae6425b492f01e11b6a2d8da034f",
"body": null,
"is_bot": false,
"headline": "Drain end handlers",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-03-03T10:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "294d7bf4037f41ff9f95d29ab612bdcfee8eb7e8",
"body": null,
"is_bot": false,
"headline": "Test many end handlers",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-03-03T10:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c464472719c6f407c8340fec5b7bcbd28e6d7e05",
"body": null,
"is_bot": false,
"headline": "Not :not(:not())",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-27T15:26:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78d08dae1868bbb9cb7706a017fd8a679daab715",
"body": null,
"is_bot": false,
"headline": "Reject CSS4 negated combinators",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-27T15:26:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d4fbc0e13f14caf274a5b1dd65f76da7bb91fe7",
"body": null,
"is_bot": false,
"headline": "Bump deps",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-27T15:26:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77127cd2b8545998756e8d64e36ee2313c4bb312",
"body": "Signed-off-by: Rui Chen <rui@chenrui.dev>",
"is_bot": false,
"headline": "c-api: update Cargo.lock for 2.7.2",
"author_name": "Rui Chen",
"author_login": "chenrui333",
"committed_at": "2026-02-23T11:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3aa54798602dd27250fafde1b5a66f080046252",
"body": null,
"is_bot": false,
"headline": "Release 2.7.2",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-22T11:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7869a3831464f47c4e8b3a673dd8f11b321d9c54",
"body": null,
"is_bot": false,
"headline": "Clippy",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44836569d33c09c3f39b6dd19b41ff6d40d1702",
"body": null,
"is_bot": false,
"headline": "Simplify attribute serializer",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062f390453108a215678a77d26c10c6dd712a24e",
"body": null,
"is_bot": false,
"headline": "Avoid panicking OnceCell init",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d974b3f51adf032a86211b1d863603906543d9d6",
"body": null,
"is_bot": false,
"headline": "Handle preallocated_size without panics",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f51a5a97df282f969bf1659dd35850948ee2a92b",
"body": null,
"is_bot": false,
"headline": "Panic-free AttributeMatcher",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aca548d2d7cc4c8dcecba49c225d0e85037db78",
"body": null,
"is_bot": false,
"headline": "Debug assert handler refcounts",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0f27312abed162e535ce0f019a9767e426e1be0",
"body": null,
"is_bot": false,
"headline": "Panic-free take_last_error",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42a63ba210061732e7bbc0db8ceb539d5b7334d9",
"body": null,
"is_bot": false,
"headline": "Don't panic at FFI boundary",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2093bd581ec56e5d27c2e4c16558c00dde11c112",
"body": null,
"is_bot": false,
"headline": "DRY",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc41e4e814fcf23e274cb4a3abf1c7f1c1d4357f",
"body": null,
"is_bot": false,
"headline": "Don't take address of `encoding_rs::*_INIT`",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c199b278924d49286e3b79750bb7c10956707ec4",
"body": null,
"is_bot": false,
"headline": "Avoid (impossible) runtime panic in encoding_to_index",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d128e7923fc5077db95786573ffa3d1b6488029f",
"body": null,
"is_bot": false,
"headline": "Remove runtime panics from TextEncoder",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44de8c4a56e07300cfae08d8412ac48bc5b5d436",
"body": null,
"is_bot": false,
"headline": "Don't panic in release on unsupported selectors",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-02-21T17:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9e16dca48dd4a8ffbc77642bc4be60407585f11",
"body": null,
"is_bot": false,
"headline": "Release v2.7.1.",
"author_name": "Diogo Sousa",
"author_login": "orium",
"committed_at": "2026-01-08T14:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e846f3aff724be955d9873fa59af3804724ec78",
"body": null,
"is_bot": false,
"headline": "Use c\"\" literals",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-01-08T10:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baa71519a5e2130c532427738d6ee0cfd15e501c",
"body": "&Bytes is still used elsewhere to make other data structures smaller",
"is_bot": false,
"headline": "Don't require double reference for LocalName",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-01-08T10:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fb7f9bcf10376c2d66debfb90b3212d6b72949c",
"body": null,
"is_bot": false,
"headline": "Clippy",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-01-08T10:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1546c107bd5031aba4bf37f743da633f3a27e70",
"body": null,
"is_bot": false,
"headline": "Lean inner_mut without unsafe",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-01-07T15:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b328660a361a99b00ddf77ab8d3f20872f798ac",
"body": null,
"is_bot": false,
"headline": "Prevent LLVM doubling constructor code",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-01-07T15:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "732eb0e11c82c4651dc6974845842688b922642a",
"body": null,
"is_bot": false,
"headline": "rustfmt",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-01-07T15:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df4253a1e60a08949e37506657f8a3c6ac6554f9",
"body": null,
"is_bot": false,
"headline": "Bump edition and deps",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-01-07T15:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a709742e5e4f3e3f319f7199285be374af52905",
"body": "#293",
"is_bot": false,
"headline": "Amortize cost of constructing default hasher",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-01-07T10:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2f00d74820d7d029b58468e715204c2e9789d95",
"body": "Fixes #293",
"is_bot": false,
"headline": "Enable foldhash/std for hashbrown",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2026-01-07T10:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a73f162a9226a53eca11621fe43fb0cdaf51c55",
"body": null,
"is_bot": false,
"headline": "Fix clippy warnings with Rust 1.92.0",
"author_name": "Felix Hanau",
"author_login": "fhanau",
"committed_at": "2026-01-05T10:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11746cd25678013ec3f0c8d42f727d7df9caa095",
"body": "This gets us to the latest phf version and will allow downstream projects to\ndeduplicate crates.",
"is_bot": false,
"headline": "01-04-26 Update dependencies",
"author_name": "Felix Hanau",
"author_login": "fhanau",
"committed_at": "2026-01-05T10:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "810c0c0eb81f758f83dfc59e42e15c2385593db9",
"body": null,
"is_bot": false,
"headline": "Update dependencies and release v2.7.0.",
"author_name": "Diogo Sousa",
"author_login": "orium",
"committed_at": "2025-10-07T14:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9176d684f3dd29d1fed2190d953d2044b94bbb66",
"body": null,
"is_bot": false,
"headline": "Clippy",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-10-07T13:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b765011d92a4f855b36ce3787152d426fe2c6353",
"body": null,
"is_bot": false,
"headline": "Upgrade `selectors` to v0.32",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2025-10-07T13:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06b8382804eb81c313a64e02406f0dc86cca11b3",
"body": "Bumps [tests/data/html5lib-tests](https://github.com/html5lib/html5lib-tests) from `a9f4496` to `f994590`.\n- [Commits](https://github.com/html5lib/html5lib-tests/compare/a9f44960a9fedf265093d22b2aa3c7ca123727b9...f994590f528ac8b6073665791ddb1ed85c66dfb2)\n\n---\nupdated-dependencies:\n- dependency-name: tests/data/html5lib-tests\n dependency-version: f994590f528ac8b6073665791ddb1ed85c66dfb2\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump tests/data/html5lib-tests from `a9f4496` to `f994590`",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-11T15:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dbd40a9a14522bbed7af5ad455935483794fdca",
"body": null,
"is_bot": false,
"headline": "Fix type generation in js-api",
"author_name": "hexchain",
"author_login": "hexchain",
"committed_at": "2025-08-26T16:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f59a35e687c71154d1db3022a4aa310eef87397",
"body": null,
"is_bot": false,
"headline": "Improve type generation in js-api",
"author_name": "Haochen Tong",
"author_login": "hexchain",
"committed_at": "2025-08-25T15:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67a23ad5ffddc777a6e7993cb7c065693637e75b",
"body": "Fixes #283",
"is_bot": false,
"headline": "Bump lockfiles",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-08-19T10:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d64457d9ff0143deef025d5df7e8586092b9afb7",
"body": null,
"is_bot": false,
"headline": "Bump",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-18T12:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "256d7eb440b5ec3aebd5f2c968a91449a9cbb0fa",
"body": null,
"is_bot": false,
"headline": "Upgrade deps",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-18T12:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6afbe9c418a3e1949121b655c6f9d001c92e6830",
"body": null,
"is_bot": false,
"headline": "Clippy",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-18T12:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "054d8b81b7b9ef2aa5d11bb87b7f7b0d7f8f6f13",
"body": null,
"is_bot": false,
"headline": "MSRV fix",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-18T12:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24ac1cad99f90f6610fb8cbe2377feeeaf8cffab",
"body": null,
"is_bot": false,
"headline": "Amortize memory limit checks",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-18T12:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e25cdfad0438eeb9ea4470cac4bae00f9bfaa07a",
"body": null,
"is_bot": false,
"headline": "Shrink errors in the state machine",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-18T12:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3c1b0ef24d7126472ef84163290ede39130c6f4",
"body": null,
"is_bot": false,
"headline": "Mark EOF as cold",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-18T12:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73ffd0ee30b3d19d078fd49fe435c113ecc20d6b",
"body": null,
"is_bot": false,
"headline": "Reduce non-Tag Lexeme size",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-18T12:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f01045e7b2879b326cd7b0e5b081f473c935285",
"body": null,
"is_bot": false,
"headline": "Remove panics from the parser",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-18T12:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfee6ed3f33941860b7bf729597177995e4140b2",
"body": null,
"is_bot": false,
"headline": "Optimize bytes.slice()",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-18T12:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d204ec4f55d9689d9ccaa6f4c134ccb571be4ef",
"body": null,
"is_bot": false,
"headline": "Improved C header formatting",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-17T12:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acbf9fb66228b8a16e2950ad7e1e57b20c46ba5f",
"body": null,
"is_bot": false,
"headline": "Source locations in the C API",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-17T12:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e29fc0243f18fe8880f313822958e11541d16f1",
"body": null,
"is_bot": false,
"headline": "Reorder functions in the C header",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-17T12:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab6bbe20df1b310fbd1757e27400fc97972b021a",
"body": null,
"is_bot": false,
"headline": "Improved C header generator",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-17T12:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d388a98069cf5b6cdb3eaeff136f031fd4565e14",
"body": null,
"is_bot": false,
"headline": "Copy docs from lol_html.h",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-17T12:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4d48258b5afc0e989ed57d3359e72ccb9d3fed",
"body": null,
"is_bot": false,
"headline": "Support doc comments in the C API macro",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2025-07-17T12:15:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 84,
"latest_release_at": "2026-07-29T17:25:38Z",
"latest_release_tag": "v3.0.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 17,
"days_since_latest_release": 0,
"mean_days_between_releases": 48.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "lol_html",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [
"css-selectors",
"html",
"parser",
"rewriter",
"streaming",
"parser-implementations",
"web-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/lol_html",
"is_deprecated": false,
"latest_version": "3.0.1",
"repository_url": "https://github.com/cloudflare/lol-html",
"versions_count": 27,
"total_downloads": 4583339,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 467489,
"first_published_at": "2019-11-26T15:52:58.735283Z",
"latest_published_at": "2026-07-29T17:24:33.400952Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "lol-html",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [
"css-selectors",
"html",
"parser",
"rewriter",
"streaming",
"parser-implementations",
"web-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/lol-html",
"is_deprecated": false,
"latest_version": "3.0.1",
"repository_url": "https://github.com/cloudflare/lol-html",
"versions_count": 27,
"total_downloads": 4583339,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 467489,
"first_published_at": "2019-11-26T15:52:58.735283Z",
"latest_published_at": "2026-07-29T17:24:33.400952Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 104,
"stars": 2043,
"watchers": 27,
"fork_history": {
"days": [
{
"date": "2019-11-27",
"count": 1
},
{
"date": "2019-12-02",
"count": 1
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2020-01-28",
"count": 1
},
{
"date": "2020-02-28",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-05-26",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-08-02",
"count": 1
},
{
"date": "2020-08-16",
"count": 1
},
{
"date": "2020-09-03",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-10-18",
"count": 1
},
{
"date": "2020-11-06",
"count": 1
},
{
"date": "2020-11-26",
"count": 1
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2021-01-16",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-03-20",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-07-04",
"count": 1
},
{
"date": "2021-07-10",
"count": 1
},
{
"date": "2021-07-17",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-11-28",
"count": 1
},
{
"date": "2022-03-19",
"count": 1
},
{
"date": "2022-05-07",
"count": 1
},
{
"date": "2022-05-18",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-10-17",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-11-22",
"count": 1
},
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-02-09",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-03-23",
"count": 1
},
{
"date": "2023-04-22",
"count": 1
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-06-01",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-07-15",
"count": 1
},
{
"date": "2023-08-06",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2023-11-03",
"count": 1
},
{
"date": "2024-01-06",
"count": 1
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-17",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-04-14",
"count": 1
},
{
"date": "2024-05-01",
"count": 1
},
{
"date": "2024-05-09",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-07-29",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-10-26",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-12-04",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2025-01-09",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-06-22",
"count": 1
},
{
"date": "2025-08-23",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
},
{
"date": "2026-07-25",
"count": 1
},
{
"date": "2026-07-26",
"count": 2
},
{
"date": "2026-07-28",
"count": 1
}
],
"complete": true,
"collected": 103,
"total_forks": 104
},
"star_history": null,
"open_issues_and_prs": 33
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"c-api/Makefile",
"js-api/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"c-api/Cargo.toml",
"c-api/c-tests/Cargo.toml",
"fuzz/Cargo.toml",
"fuzz/afl/Cargo.toml",
"fuzz/hongg/Cargo.toml",
"fuzz/test_case/Cargo.toml",
"js-api/Cargo.toml",
"tools/parser_trace/Cargo.toml",
"tools/selectors_ast/Cargo.toml"
],
"largest_source_bytes": 75418,
"source_files_sampled": 151,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"c-api/Cargo.toml",
"fuzz/Cargo.toml",
"js-api/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 57,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 27,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "cssparser",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.36"
},
{
"name": "bitflags",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.11.1"
},
{
"name": "cfg-if",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.4"
},
{
"name": "encoding_rs",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.35"
},
{
"name": "hashbrown",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.17.0"
},
{
"name": "foldhash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.0"
},
{
"name": "memchr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.8.0"
},
{
"name": "mime",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.17"
},
{
"name": "selectors",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.37"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "precomputed-hash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.1"
},
{
"name": "encoding_rs",
"manifest": "c-api/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.35"
},
{
"name": "lol_html",
"manifest": "c-api/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "libc",
"manifest": "c-api/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0"
},
{
"name": "thiserror",
"manifest": "c-api/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "js-sys",
"manifest": "js-api/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.97"
},
{
"name": "lol_html_native",
"manifest": "js-api/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.0.1"
},
{
"name": "serde",
"manifest": "js-api/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.228"
},
{
"name": "encoding_rs",
"manifest": "js-api/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.35"
},
{
"name": "serde-wasm-bindgen",
"manifest": "js-api/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6.5"
},
{
"name": "thiserror",
"manifest": "js-api/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "wasm-bindgen",
"manifest": "js-api/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.120"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bitflags",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": true,
"version": "2.11.1",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": true,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "cssparser",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "cssparser",
"direct": true,
"version": "0.36.0",
"ecosystem": "crates"
},
{
"name": "encoding_rs",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "encoding_rs",
"direct": true,
"version": "0.8.35",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": true,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": true,
"version": "0.17.0",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": true,
"version": "0.3.97",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "libc",
"direct": true,
"version": "0.2.186",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": true,
"version": "2.8.0",
"ecosystem": "crates"
},
{
"name": "mime",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "mime",
"direct": true,
"version": "0.3.17",
"ecosystem": "crates"
},
{
"name": "precomputed-hash",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "precomputed-hash",
"direct": true,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "selectors",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "selectors",
"direct": true,
"version": "0.37.0",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde-wasm-bindgen",
"direct": true,
"version": "0.6.5",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": true,
"version": "0.2.120",
"ecosystem": "crates"
},
{
"name": "afl",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "allocator-api2",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "bindgen",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.2",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "cssparser-macros",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "derive_more",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "derive_more-impl",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "dtoa",
"direct": false,
"version": "1.0.11",
"ecosystem": "crates"
},
{
"name": "dtoa-short",
"direct": false,
"version": "0.3.5",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": false,
"version": "2.4.1",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "getopts",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "glob",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "honggfuzz",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "html5ever",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.29",
"ecosystem": "crates"
},
{
"name": "markup5ever_rcdom",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "new_debug_unreachable",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.4",
"ecosystem": "crates"
},
{
"name": "phf",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "phf_codegen",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "phf_generator",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "phf_macros",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "phf_shared",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.45",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "rustc_version",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.22",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.28",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "servo_arc",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "siphasher",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.1",
"ecosystem": "crates"
},
{
"name": "stable_deref_trait",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "static_assertions",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.117",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.120",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.120",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.120",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 84,
"direct_count": 29,
"indirect_count": 55
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 183,
"open_issues": 29,
"closed_ratio": 0.718,
"closed_issues": 74,
"closed_unmerged_prs": 39
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "inikulin",
"commits": 376,
"avatar_url": "https://avatars.githubusercontent.com/u/453071?v=4"
},
{
"type": "User",
"login": "kornelski",
"commits": 172,
"avatar_url": "https://avatars.githubusercontent.com/u/72159?v=4"
},
{
"type": "User",
"login": "orium",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/4107683?v=4"
},
{
"type": "User",
"login": "jyn514",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/23638587?v=4"
},
{
"type": "User",
"login": "untitaker",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/837573?v=4"
},
{
"type": "User",
"login": "gjtorikian",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/64050?v=4"
},
{
"type": "User",
"login": "xtuc",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1493671?v=4"
},
{
"type": "User",
"login": "gabi-250",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/15640520?v=4"
},
{
"type": "User",
"login": "ObsidianMinor",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/10121870?v=4"
},
{
"type": "User",
"login": "antonok-edm",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/22821309?v=4"
}
],
"contributors_sampled": 35,
"top_contributor_share": 0.537
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"semgrep.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "15 out of 15 merged PRs checked by a CI test -- score normalized to 10",
"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": 8,
"reason": "Found 14/16 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 43 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "12 commit(s) and 0 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": 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": 8,
"reason": "SAST tool is not run on all commits -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": "608cc4a66b7ab4fcbe1bbdeb25df8f265572b11c",
"ran_at": "2026-07-30T15:31:15Z",
"aggregate_score": 7.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T21:52:29Z",
"oldest_open_prs": [
{
"number": 318,
"created_at": "2026-05-05T17:01:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 325,
"created_at": "2026-06-03T15:45:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 327,
"created_at": "2026-06-26T21:52:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 330,
"created_at": "2026-07-26T16:37:15Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-29T16:49:49Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 3,
"created_at": "2019-09-18T13:26:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2019-10-15T15:56:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 40,
"created_at": "2019-12-17T23:03:49Z",
"last_comment_at": "2021-06-13T09:08:38Z",
"last_comment_author": "nrkirby"
},
{
"number": 53,
"created_at": "2020-07-28T01:11:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2020-08-02T19:37:57Z",
"last_comment_at": "2021-06-09T19:51:16Z",
"last_comment_author": "jyn514"
},
{
"number": 61,
"created_at": "2020-08-04T17:30:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 63,
"created_at": "2020-08-17T10:10:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 67,
"created_at": "2020-10-06T19:31:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 74,
"created_at": "2020-10-30T20:38:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 78,
"created_at": "2021-02-02T14:28:37Z",
"last_comment_at": "2024-08-13T04:19:04Z",
"last_comment_author": "bangank36"
},
{
"number": 82,
"created_at": "2021-03-16T23:51:50Z",
"last_comment_at": "2021-12-23T23:14:43Z",
"last_comment_author": "jyn514"
},
{
"number": 86,
"created_at": "2021-04-09T19:32:01Z",
"last_comment_at": "2025-01-06T19:15:29Z",
"last_comment_author": "kornelski"
},
{
"number": 96,
"created_at": "2021-07-01T12:04:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 110,
"created_at": "2021-11-29T15:09:56Z",
"last_comment_at": "2021-12-04T13:24:29Z",
"last_comment_author": "mitsuhiko"
},
{
"number": 131,
"created_at": "2022-05-23T17:34:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 137,
"created_at": "2022-06-08T10:33:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 155,
"created_at": "2023-01-09T13:56:39Z",
"last_comment_at": "2023-01-09T23:32:43Z",
"last_comment_author": "Noah-Kennedy"
},
{
"number": 158,
"created_at": "2023-02-08T17:35:18Z",
"last_comment_at": "2023-02-08T18:12:39Z",
"last_comment_author": "Fxxxlei"
},
{
"number": 159,
"created_at": "2023-02-09T12:08:02Z",
"last_comment_at": "2023-11-28T12:27:38Z",
"last_comment_author": "inikulin"
},
{
"number": 172,
"created_at": "2023-04-09T15:36:05Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cloudflare/lol-html",
"host": "github.com",
"name": "lol-html",
"owner": "cloudflare"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"security": 83,
"vitality": 82,
"community": 86,
"governance": 72,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 82,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"commits_last_year": 84,
"human_commit_share": 0.98,
"days_since_last_push": 0,
"active_weeks_last_year": 17
},
"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": "17/52 weeks with commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 17
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "84 commits in the last year",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 84
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 21,
"latest_release_tag": "v3.0.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 48.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~48.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 48.1
}
}
],
"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": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 86,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"forks": 104,
"stars": 2043,
"watchers": 27,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,043 stars",
"points": 53.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2043
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "104 forks",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 104
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "27 watchers",
"points": 7.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 27
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 99,
"inputs": {
"packages": [
"lol_html",
"lol-html"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 9166678,
"monthly_downloads": 934978
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "934,978 downloads/month across crates",
"points": 79.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 934978,
"ecosystems": "crates"
}
}
],
"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": "good",
"name": "Sustainability & Governance",
"value": 72,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 35,
"top_contributor_share": 0.537
},
"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 54% of commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 54
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "35 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 35
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 43 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 183,
"open_issues": 29,
"closed_issues": 74,
"issue_closed_ratio": 0.718,
"closed_unmerged_prs": 39
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "72% of issues closed",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 72
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "183/222 decided PRs merged",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 183,
"decided": 222
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 14/16 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 14734,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "cloudflare",
"public_repos": 570,
"account_age_days": 5879
},
"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": "14,734 followers of cloudflare",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 14734,
"login": "cloudflare"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "570 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 570
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"lol_html",
"lol-html"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates"
}
}
],
"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": "27 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 27
}
}
],
"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": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "15 out of 15 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"html",
"css-selectors",
"parser",
"rewriting",
"streaming",
"stream",
"rust"
],
"has_wiki": false,
"homepage": "https://crates.io/crates/lol-html",
"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": "https://crates.io/crates/lol-html",
"points": 15,
"status": "met",
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": "good",
"name": "Security",
"value": 83,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 79,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 7.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "15 out of 15 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 14/16 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 43 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "12 commit(s) and 0 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 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 8",
"points": 4,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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 57 resolved dependencies against OSV; 27 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": 57
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 27
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 57,
"unassessed_packages": 27,
"affected_by_severity": "none",
"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": 57,
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 26
},
"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": "moderate",
"name": "AI Readiness",
"value": 51,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.133,
"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": "13 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 13,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"c-api/Makefile",
"js-api/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"c-api/Cargo.toml",
"c-api/c-tests/Cargo.toml",
"fuzz/Cargo.toml",
"fuzz/afl/Cargo.toml",
"fuzz/hongg/Cargo.toml",
"fuzz/test_case/Cargo.toml",
"js-api/Cargo.toml",
"tools/parser_trace/Cargo.toml",
"tools/selectors_ast/Cargo.toml"
],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "c-api/Makefile, js-api/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "c-api/Makefile, js-api/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"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": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"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": "Rust",
"largest_source_bytes": 75418,
"source_files_sampled": 151,
"oversized_source_files": 3
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "3/151 source files over 60KB",
"points": 53.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 151,
"oversized": 3
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.14.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'lol_html_c_api' from its registry",
"deps.dev does not index crates:lol_html@3.0.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-30T15:31:51.181489Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cloudflare/lol-html.svg",
"full_name": "cloudflare/lol-html",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}