Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"idna",
"idna-converter",
"unicode"
],
"is_fork": false,
"size_kb": 1155,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 39670,
"C++": 1357300,
"CMake": 62514,
"Shell": 1132,
"Python": 44796
},
"pushed_at": "2026-07-13T13:13:46Z",
"created_at": "2023-02-04T00:03:26Z",
"owner_type": "Organization",
"updated_at": "2026-07-13T13:15:19Z",
"description": "C++ library implementing the to_ascii and to_unicode functions from the Unicode Technical Standard.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": "https://ada-url.com",
"name": "Ada",
"type": "Organization",
"login": "ada-url",
"company": null,
"location": null,
"followers": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/120840559?v=4",
"created_at": "2022-12-17T21:12:55Z",
"is_verified": null,
"public_repos": 20,
"account_age_days": 1315
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-10T23:41:12Z"
},
{
"tag": "0.5.5",
"kind": "patch",
"published_at": "2026-05-25T21:40:22Z"
},
{
"tag": "0.5.3",
"kind": "patch",
"published_at": "2026-05-25T15:50:55Z"
},
{
"tag": "0.5.4",
"kind": "patch",
"published_at": "2026-05-25T17:45:50Z"
},
{
"tag": "0.5.2",
"kind": "patch",
"published_at": "2026-05-12T21:48:56Z"
},
{
"tag": "0.5.1",
"kind": "patch",
"published_at": "2026-05-11T16:06:47Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2026-03-29T16:10:03Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2026-01-30T17:04:13Z"
},
{
"tag": "0.3.4",
"kind": "patch",
"published_at": "2025-06-29T23:58:27Z"
},
{
"tag": "0.3.3",
"kind": "patch",
"published_at": "2025-04-12T19:12:25Z"
},
{
"tag": "0.3.2",
"kind": "patch",
"published_at": "2025-03-10T15:29:55Z"
},
{
"tag": "0.3.1",
"kind": "patch",
"published_at": "2025-03-08T18:17:27Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2025-03-07T21:34:32Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2024-12-06T01:44:39Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2024-09-03T01:38:14Z"
}
],
"recent_commits": [
{
"oid": "ddc4c1e3ac42558e71365c05ec2d301f4113a6d7",
"body": "Mirror ada big-endian s390x job so LE table_blob host conversion\nand IDNA lookups are exercised under g++-12 on s390x.",
"is_bot": false,
"headline": "ci: add s390x build/test via run-on-arch QEMU",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26316d4709cba581ecc4bf3bf4218e8bee5886d3",
"body": "table_blob is packed little-endian. On big-endian hosts (s390x),\nnative uint16/32/64 loads misread multi-byte IDNA tables and break\nto_ascii / WPT. CRC stays on the raw LE payload; then bswap sections\nin place when std::endian::native is big.\n\nAdd regression tests for LE word conversion and multi-byte table use.",
"is_bot": false,
"headline": "fix: convert LE table blob to host endian after inflate",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad61a177ebf923c8db0f1176c86cb78387b2fec2",
"body": null,
"is_bot": false,
"headline": "style: clang-format raw_inflate_tests",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b7bfdea02d6365682eb6ce07e081da9e6ecb1ef",
"body": "g++-12 -Werror=unused-but-set-variable rejected the unused fill array\nin the obsolete Huffman build() path (ada pedantic CI).\n\nRemove dead build() and unused next_code; keep a single build().\nAdd raw_inflate_tests, pedantic compile flags on that TU and library\n(-Werror=unused-but-set-variable on GNU), and a g++-12 pedantic CI job.",
"is_bot": false,
"headline": "fix: drop dead Huff::build fill[] (pedantic g++ -Werror)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1f32f429ae9bd1854026d411c558c64a57f2b61",
"body": "Skipped re-includes leave blank lines that fail clang-format 22\nwhen vendored into ada. Format ada_idna.h/cpp after generation.",
"is_bot": false,
"headline": "build: clang-format amalgamated singleheader outputs",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d0cfb41bbf4726b1ce2e9992d006623aea0e374",
"body": "- is_already_nfc(): skip full normalize when string is already NFC\n (singleton decomp / CCC order / composition dry-run)\n- map(): two-pass exact resize (no growth reallocations)\n- to_ascii(): single-pass UTF-32 label walk instead of string::find\n- Reuse buffers carefully for ACE validation scratch space",
"is_bot": false,
"headline": "perf: NFC quick-check, exact-size map, pointer label scan",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f35b071efa1e57c2160c9cfd888118ce7bf1567",
"body": "After IDNA mapping many domains become pure ASCII (e.g. sharp-s -> ss).\nASCII is already NFC, so skip the normalize pass. Mapping table sequences\nare CRC-verified at init, so use the fast trusted UTF-8 decode path.",
"is_bot": false,
"headline": "perf: skip NFC when mapped domain is ASCII; trust CRC'd mapping UTF-8",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39215b4f061e51ffc5905ce2be8c5d448d1a8c41",
"body": "- Verify CRC-32 after DEFLATE unpack; fail closed on mismatch\n- Race-free fixed Huffman tables (no lazy static bool)\n- max_domain_input_bytes (16 KiB) on to_ascii/to_unicode\n- Stricter UTF-8 convert checks (actual length must match)\n- normalize() returns bool; to_ascii/to_unicode bool overloads\n- Document table lifetime and trust model in SECURITY.md\n- ASan CI workflow; safety/round-trip tests\n- Amalgamation re-emits headers into the .cpp unit",
"is_bot": false,
"headline": "safety: CRC tables, input limits, bool APIs, ASan CI, docs",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "891880f48653547e6465c916feac4fca08a46337",
"body": "- ensure_tables() returns bool; public APIs fail closed on init failure\n- compile-time section bounds/alignment checks for the DEFLATE blob\n- clamp multi-stage block indices; bound UTF-8 mapping walks\n- bound composition/decomposition data offsets\n- spin-wait timeout instead of infinite hang; no mutex",
"is_bot": false,
"headline": "safety: harden table init and lookups against failure/OOB",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "277f8777504a7ad0b32ffc61c2be28533914f044",
"body": "Replace std::call_once/std::mutex with an atomic state machine so first-use\nDEFLATE unpack needs no locking. Contending threads spin until ready/failed.",
"is_bot": false,
"headline": "refactor: mutex-free table init via atomic CAS and spin-wait",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f3b3b68b94a1f88ae31d80e8d7297d1f33cd978",
"body": null,
"is_bot": false,
"headline": "style: clang-format off for range_pair_ptr (CF17 vs CF22)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c082ba96b4e51f16dcd93991b8736923d46800b6",
"body": null,
"is_bot": false,
"headline": "fix: define range_pair_ptr used by table pointer casts",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c2d7e1ba51a1e3d62a9ae97e9c091fa947940d2",
"body": null,
"is_bot": false,
"headline": "style: use range_pair_ptr alias for clang-format 17 compatibility",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c387626089da9792c3699079ea317201187dc21",
"body": null,
"is_bot": false,
"headline": "style: fix clang-format 17 spacing on array pointer casts",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "453061828a11e5c0cb3d000e4f764cd2c6ddfcf7",
"body": "Sparse binary-search lookups and ensure_tables() on every code point made\nthe Unicode path ~2x slower. Keep DEFLATE on-disk compression, but store\nclassic O(1) multi-stage normalization tables in the blob, call ensure\nonce per public API with an atomic fast path, and avoid re-checking\ninside per-code-point helpers.\n\nSteady-state to_ascii matches or beats main; library remains ~57% smaller.",
"is_bot": false,
"headline": "perf: restore O(1) multi-stage lookups after DEFLATE unpack",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b77e4538a788b110af10d10e26db8d7d3359aa35",
"body": null,
"is_bot": false,
"headline": "review: const SoA layout asserts for compressed tables",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc4a2075a53fa782457ae6652b98b74ed3c7a8c0",
"body": null,
"is_bot": false,
"headline": "style: clang-format sources for lint CI",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5df278513b7827ff200c8457c4cbe0531bba096",
"body": "Update idna_table.py and derived_table.py with --write mode that emits\nconstants-only sources and updates src/table_blob.inc via pack_tables.\nRefactor pack_tables to load/merge sections from the existing blob so\nmapping/id regenerations preserve normalization and validity data.",
"is_bot": false,
"headline": "scripts: wire table generators into DEFLATE pack workflow",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6fa51b5bb392124e4dcf2a00c0934629e1e827d",
"body": "Store mapping, normalization, identifier, and validity tables as a single\nraw-DEFLATE blob (~57 KB) and expand once on first use into a heap buffer.\nRelease libada-idna.a drops from ~264 KB to ~111 KB versus main.\n\nAdds a minimal raw DEFLATE inflater, table_store accessors, and\nscripts/pack_tables.py to regenerate the blob after Unicode updates.",
"is_bot": false,
"headline": "compress: DEFLATE-pack all large tables for ~58% smaller library",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20b0e4d7178f458cfe5d865fdaadb142eacb39b7",
"body": "Structurally compress Unicode normalization and validity tables so\nthe compiled static library drops from ~264 KB to ~166 KB without\nchanging IDNA behavior.\n\n- Sparse decomposition list + 16-bit packed data with high-plane overflow\n- CCC as sorted ranges instead of dense multi-stage blocks\n- Trim unused composition block rows; sparse composition page index\n- Combining marks as ranges; packed bidi direction table entries",
"is_bot": false,
"headline": "compress: shrink Release library size by ~37%",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8808244ae2a9a4e8a65d48959e701234f719bbf5",
"body": "When an idna release is published (or via workflow_dispatch), generate\nada_idna.h/cpp and open a pull request on ada-url/ada replacing the\nvendored sources. Requires repository secret GH_PAT with write access\nto ada-url/ada.",
"is_bot": false,
"headline": "ci: open ada PR with amalgamation on idna release",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-13T01:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9727c5ba941a98eb916c8e5247fda99218519f0",
"body": "Bring over the Ada PR #1137 / WPT cases that exercise the beStrict=false\nASCII carve-out so idna owns the same regression surface:\n\n- Vendor fixtures/toascii.json (full WPT toascii suite, 87 cases) and run\n it via ToAsciiWpt.ToAscii with the same forbidden-domain filter Ada uses.\n- Expand to_ascii_\n[…]\n->success (xn--pokxncvks, bare xn--, mixed case).\n- Expand non_ascii_inputs_still_validated with toascii.json failure cases\n (ZWJ, Bidi, U+FFFD, xn--tešla, xn--a.ß) so the carve-out stays ASCII-only.",
"is_bot": false,
"headline": "test: port extensive Ada/WPT domain-to-ASCII carve-out coverage",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-11T16:53:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1bc32061c78fd7c32ea183cf36a3f72065579b4",
"body": "WPT toascii.json expects \"xn--a\" (Invalid Punycode) to pass through as\n\"xn--a\". The WHATWG beStrict=false carve-out already does this, but the\nunit tests only exercised successful decode + validity failure cases.\nAdd the decode-failure case so consumers (e.g. Ada URLPattern hostname\ncanonicalization) do not regress on the next IDNA bump.",
"is_bot": false,
"headline": "test: cover invalid-punycode ACE labels in ASCII carve-out",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-11T16:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acdd2e28127c5a0208973e1ba94abfd8ad18bfb1",
"body": null,
"is_bot": false,
"headline": "update version to 0.6.0 (#81)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-10T23:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecd657261cfe8f5e10701fba170a223a6a6f7de6",
"body": "…) (#80)\n\n* to_ascii: accept ASCII domains as-is (WHATWG beStrict=false carve-out)\n\nPer the WHATWG URL \"domain to ASCII\" algorithm, when beStrict is false and the input domain is an ASCII string, the result is the input lowercased, regardless of Unicode ToASCII's outcome. An ACE (\"xn--\") label may d\n[…]\n026) and its CMake 4.3.x, addressing review feedback about the comment's accuracy. The Visual Studio 18 2026 generator was added in CMake 4.2; the image ships 4.3.4, so no extra CMake setup is needed.",
"is_bot": false,
"headline": "to_ascii: accept ASCII domains as-is (WHATWG beStrict=false carve-out…",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-07-01T15:58:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d5f29c9c663364902977dacccc8cd795d2ebc57",
"body": null,
"is_bot": false,
"headline": "patch release",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2026-05-25T21:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e357be4dfe7f9afa0dd674acb35cbd1537263337",
"body": null,
"is_bot": false,
"headline": "Let us modernize the code with std::span (#79)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2026-05-25T21:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "279044bb7c8510d21a42f1e956137e66779fdae3",
"body": null,
"is_bot": false,
"headline": "lint",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2026-05-25T17:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "934a2bc08aa8a049dd63374299398db3204d38ce",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2026-05-25T17:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7b76fcf9b8a6721c64b65ff4da9dc357e01e7e7",
"body": null,
"is_bot": false,
"headline": "pedantic check (#78)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2026-05-25T16:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37350ef7cae3b56c817729a18f7b36a460cd8e01",
"body": null,
"is_bot": false,
"headline": "patch release",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2026-05-25T15:49:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e5b389c2cfb782b8d17436fadf45d6d3fb363a6",
"body": null,
"is_bot": false,
"headline": "back part of a recent fix pushed to ada. (#77)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2026-05-25T15:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ce04b12091fbb023136d80c5fae606bdce8b36b",
"body": null,
"is_bot": false,
"headline": "patch release",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2026-05-12T21:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d94549cfdf94c821d6f5090299f16070f53a28e",
"body": "* we want our code to be only ASCII for maximal portability\n\n* fix test\n\n* narrowing.",
"is_bot": false,
"headline": "we want our code to be only ASCII for maximal portability (#76)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2026-05-12T21:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc0f17c54c62ec50a1750fbe4be4cd1b5ac2e107",
"body": null,
"is_bot": false,
"headline": "patch release",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2026-05-11T16:05:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "237a41bc8405039bbff0ab842fbefbd97e7837bc",
"body": null,
"is_bot": false,
"headline": "lint",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2026-05-11T16:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a17b0d28f21fc57f58ce930d95282a9a865017ab",
"body": null,
"is_bot": false,
"headline": "harden to_unicode post-decode label validation (#75)",
"author_name": "metsw24-max",
"author_login": "metsw24-max",
"committed_at": "2026-05-11T16:02:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd127a430922fee8fabad0c2690b73b3db39969d",
"body": "…llowed trailing code points (#74)",
"is_bot": false,
"headline": "incomplete IDNA Bidi validation allowing invalid LTR labels with disa…",
"author_name": "jmestwa-coder",
"author_login": "jmestwa-coder",
"committed_at": "2026-05-05T21:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db86e8453abe4eb5e99f7ad728a117a96d530b9d",
"body": null,
"is_bot": false,
"headline": "update version to 0.5.0",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-03-29T16:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77627a4fcb1005fc28f1992e0292818e44fe0ac3",
"body": null,
"is_bot": false,
"headline": "perf: eliminate unnecessary allocations in to_ascii hot paths (#73)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-03-29T16:08:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ca526ce2650e911cdf7313ffd3238898815c64f",
"body": "…ions (#72)",
"is_bot": false,
"headline": "Apply ada#1104: fix punycode xn-- check + eliminate per-label allocat…",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-03-28T23:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9d5f961042b1af76ad2be99a66f9928069f2773",
"body": null,
"is_bot": false,
"headline": "reduce lookup table size by 14% (#71)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-03-25T18:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3bc444391dcee20ca38bf940d33201bffbfc3e1",
"body": null,
"is_bot": false,
"headline": "update version to 0.4.0",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-01-30T17:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d79335a75a22aba9fe16db3efd126a74bf2b1751",
"body": null,
"is_bot": false,
"headline": "add tests related to unicode 17",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2026-01-30T17:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d85aaac3970523e6df1b9252d913b6b1bbe9c00",
"body": null,
"is_bot": false,
"headline": "updating to Unicode 17",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2025-09-24T03:33:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f53b5ec93f40fd6293bf206db0bddde686101f3f",
"body": null,
"is_bot": false,
"headline": "update github workflow to run with and without simdutf",
"author_name": "Carlos Sousa",
"author_login": "CarlosEduR",
"committed_at": "2025-06-29T23:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b475434c7ea9e7f5d254e602ed5e0f75a02ac6",
"body": null,
"is_bot": false,
"headline": "add option ADA_USE_SIMDUTF",
"author_name": "Carlos Sousa",
"author_login": "CarlosEduR",
"committed_at": "2025-06-29T23:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a73c27d19575b494013896b40f07cb2dd133eb",
"body": null,
"is_bot": false,
"headline": "release v0.3.4",
"author_name": "Carlos Sousa",
"author_login": "CarlosEduR",
"committed_at": "2025-06-29T23:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34eb23967d03380f2a861f571793b60be79d7570",
"body": null,
"is_bot": false,
"headline": "add option to use simdutf for unicode transcoding",
"author_name": "Carlos Sousa",
"author_login": "CarlosEduR",
"committed_at": "2025-06-29T23:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd15c406e61e9f8a259c917edba4ad0c1fbd8ed",
"body": null,
"is_bot": false,
"headline": "update idna to v0.3.3 (#66)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2025-04-12T19:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5faf137efdbde91c03aa589b9cdded80bfd243",
"body": null,
"is_bot": false,
"headline": "Fixing leading surrogate in punycode_encode (#65)",
"author_name": "M. Bahoosh",
"author_login": "the-moisrex",
"committed_at": "2025-04-11T13:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "513c81448e0ea8954da46a577ae75476d4ae8a51",
"body": null,
"is_bot": false,
"headline": "release v0.3.2 (#64)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2025-03-10T15:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e9ba983c1d0e96595b77710b7bbad2e83772e9",
"body": null,
"is_bot": false,
"headline": "ascii_has_upper_case has been removed but the declaration remained (#63)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2025-03-09T18:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a76cfeaa05054396c193ffb28a795d4505c77289",
"body": null,
"is_bot": false,
"headline": "fix compiler warnings and release v0.3.1 (#62)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2025-03-08T18:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "717904e231e53e74e0294598005cc0c4cad29b74",
"body": null,
"is_bot": false,
"headline": "release v0.3.0 (#61)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2025-03-07T21:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4cb8421f54a8156f4ed4e65cecbb77c31be75ac",
"body": null,
"is_bot": false,
"headline": "update to unicode 16 (Daniel's version) (#59)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2025-03-07T02:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b436e50feb7984f7d63c7e770c77e780a1c58757",
"body": null,
"is_bot": false,
"headline": "update scorecard link badge (#60)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2025-03-07T00:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "befe4636af7efc4e46e23902d0a6747eab0078d3",
"body": null,
"is_bot": false,
"headline": "fix shadow variable warnings (#57)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2025-03-06T23:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cff75551c66b1c0a37b1c01ffb7781bf346124ba",
"body": "* use googletest with CPM\n\n* fix ubsan",
"is_bot": false,
"headline": "use googletest with CPM (#56)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2025-03-06T22:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "136dae5a26e7dc5beccae9a1ee766976c898a68a",
"body": null,
"is_bot": false,
"headline": "minor fixes (#55)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2025-01-25T03:01:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d18c92b59a97bff9d311e593b3dfbd7831dcede",
"body": null,
"is_bot": false,
"headline": "update verifier API (#53)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2025-01-03T16:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f033d882b777b4fde0f56065294ad9d64a98120",
"body": "* chore: upgrade dependencies in OSSF Scorecard pipeline\r\n\r\n* chore: enable manual trigger for OSSF Scorecard pipeline",
"is_bot": false,
"headline": "Restore OSSF Scorecard pipeline (#52)",
"author_name": "Ulises Gascón",
"author_login": "UlisesGascon",
"committed_at": "2024-12-20T21:31:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eea5b0cf6d423d1def60b73b53275dfd2c09d7e",
"body": null,
"is_bot": false,
"headline": "Update README.md (#51)",
"author_name": "Christian Jauvin",
"author_login": "cjauvin",
"committed_at": "2024-12-20T17:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c60464c7ad59ab909110e56a39493e058cb0ccf3",
"body": null,
"is_bot": false,
"headline": "fix linting errors",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2024-12-18T14:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2166d1d088052a4f0d3db56820dbc5b453d60456",
"body": null,
"is_bot": false,
"headline": "adding an identifier function (#49)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2024-12-18T03:14:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf2aa3a045eade8f8be748c89df69ca19a3024ff",
"body": null,
"is_bot": false,
"headline": "adds a test for issue 47 (#48)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2024-12-17T23:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab36768acd6290506942f24a2102ec94bbad5ff7",
"body": "* updating to Unicode 16\r\n\r\n* switching to 15.1.0\r\n\r\n* workaround",
"is_bot": false,
"headline": "updating to Unicode 15.1 (#46)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2024-12-06T01:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d918d3ac1cae3ecd04e082e0dfe3006d9cc3ace1",
"body": null,
"is_bot": false,
"headline": "use same formatter as ada",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2024-09-03T14:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf821beae12ea7bc458ca885242973022747d190",
"body": null,
"is_bot": false,
"headline": "migrate to c++20",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2024-09-03T14:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fff988508f659ef5c6494572ebea3d5db2466ed0",
"body": "Signed-off-by: Uilian Ries <uilianries@gmail.com>",
"is_bot": false,
"headline": "Add cmake install steps (#41)",
"author_name": "Uilian Ries",
"author_login": "uilianries",
"committed_at": "2024-02-28T12:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01c745f27b20e508195cf73e859da35716244f33",
"body": null,
"is_bot": false,
"headline": "const removal on declaration (#38)",
"author_name": "M. Bahoosh",
"author_login": "the-moisrex",
"committed_at": "2024-01-15T04:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8224b4beff55971de8b7992841a3e9a7631a4157",
"body": null,
"is_bot": false,
"headline": "Update link to PR in ClickHouse (#40)",
"author_name": "Robert Schulze",
"author_login": "rschu1ze",
"committed_at": "2024-01-03T19:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61836b5f5d4498d23f4f27499b41b0b2f559f8c8",
"body": null,
"is_bot": false,
"headline": "Update README.md (#39)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-12-20T15:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c8be01d42b75649f1ac9b697d0ef757eebfe667",
"body": "* std::equal is not necessarily constexpr in C++17 (only C++20) which means that\r\nPR https://github.com/ada-url/idna/pull/35 broke idna technically.\r\n\r\n* clang-format",
"is_bot": false,
"headline": "std::equal is not necessarily constexpr in C++17 (only C++20) (#37)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-09-19T19:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6313d3aac0200bdb5a22cc1239c1da3b33dd28e8",
"body": null,
"is_bot": false,
"headline": "Use std::equal instead of substr.",
"author_name": "Taras Tsugrii",
"author_login": "ttsugriy",
"committed_at": "2023-08-29T19:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5695ae1e4c454368f1d77fc29571e01a7147aefb",
"body": "This simplifies implementation and makes it easy to\nexperiment with execution policy.",
"is_bot": false,
"headline": "Use std::count_if in utf32_length_from_utf8.",
"author_name": "Taras Tsugrii",
"author_login": "ttsugriy",
"committed_at": "2023-08-29T14:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2839c05f4a313f9b92038b3a9538e3b0d9be38c6",
"body": "This helps GCC to autovectorize its implementation. https://compiler-explorer.com/z/M6Tjd43nz\r\nso instead of\r\n```\r\nutf8_length_from_utf32(char32_t const*, unsigned long):\r\n test rsi, rsi\r\n je .L8\r\n lea rcx, [rdi+rsi*4]\r\n xor edx, edx\r\n jmp .L7\r\n\n[…]\n -2147481601\r\n .long -2147481601\r\n .long -2147481601\r\n.LC8:\r\n .long -2147418113\r\n .long -2147418113\r\n .long -2147418113\r\n .long -2147418113\r\n```",
"is_bot": false,
"headline": "Make utf8_length_from_utf32 branchless.",
"author_name": "Taras Tsugrii",
"author_login": "ttsugriy",
"committed_at": "2023-08-29T14:40:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a6c7b133af61c509bdf485baa16391c5b76f7c8",
"body": "* This adds a test with a comma.\r\n\r\n* Formatting.\r\n\r\n* Reformatting demo.cpp",
"is_bot": false,
"headline": "This adds a test with a comma. (#32)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-07-21T15:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56337a75d8000ef9b9b0c4015c9a311ef4b630bb",
"body": null,
"is_bot": false,
"headline": "Fixing typo",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-07-19T21:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e43ea6a763cee7eea6fab5b720f828f4b2c0966",
"body": null,
"is_bot": false,
"headline": "fix -Wunreachable-code-break warning (#31)",
"author_name": "Charles Kerr",
"author_login": "ckerr",
"committed_at": "2023-07-19T21:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4cbe018494521a62e80279577c3eb8c4b105fd4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:ada-url/idna",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-07-06T17:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fd17fa6a8cbfa333103e0c7dd735f92aec7db5f",
"body": null,
"is_bot": false,
"headline": "Converting to ASCII.",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-07-06T17:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c6143069f34bc995a557d237109d656a0f25828",
"body": null,
"is_bot": false,
"headline": "test: add test for node/48262 (#30)",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2023-05-31T20:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f29ec55aea26602624f3d44513d7964cc3425310",
"body": null,
"is_bot": false,
"headline": "Fixed the typo.",
"author_name": "Dmitry Atamanov",
"author_login": "data-man",
"committed_at": "2023-05-09T13:47:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07bf6bb6ddfd842f0a9d6c0e505fd0e7d9264ba7",
"body": "…ilobytes in the process.",
"is_bot": false,
"headline": "This PR would remove the unilib component in our code, saving a few k…",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-05-07T23:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "775d205ca6dd682580fe57dc3503e4ae30d1e103",
"body": "* We should not error on forbidden characters\r\n\r\n* Formatting.\r\n\r\n* More formatting.",
"is_bot": false,
"headline": "We should not error on forbidden characters (#27)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-04-26T18:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1caf7d504274dff2dd946b0c07777098af8eb19",
"body": null,
"is_bot": false,
"headline": "test: add failing test case for node",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2023-04-26T18:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21b54d5100f5a695f63b574efde0bd51c4e8d87e",
"body": "* Fix ubsan issue.\r\n\r\nCo-authored-by: q66 <daniel@octaforge.org>\r\n\r\n* Adding undefined san. in CI\r\n\r\n* Simplifying.\r\n\r\n* Duh.\r\n\r\n---------\r\n\r\nCo-authored-by: q66 <daniel@octaforge.org>",
"is_bot": false,
"headline": "Fix ubsan issue. (#25)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-04-21T18:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0caaa12bc3821e1d7b4b4d6ac9f4d2982f70d2e",
"body": null,
"is_bot": false,
"headline": "Slightly safer perf. counters",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-04-21T17:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dabe097ceaafd810ccf788cd68d76ce0e5a0259",
"body": null,
"is_bot": false,
"headline": "Clarifying license.",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-04-15T00:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b6e7c6d630690e84a2b94eda6138e5a5e34b27",
"body": null,
"is_bot": false,
"headline": "fix: amaZon -> amazon (#23)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-04-14T13:46:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06714eae02f27fdbd913faaf1a5f9fd18f36ada9",
"body": "Typo",
"is_bot": false,
"headline": "Update to_ascii.cpp",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-04-13T19:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dcb9471e9577b2ad00174df4cd352aa95f151b5",
"body": null,
"is_bot": false,
"headline": "Update README.md (#22)",
"author_name": "Daniel Lemire",
"author_login": "lemire",
"committed_at": "2023-04-13T19:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f4262526987fa5800fbd57ed2cf22d8daf68d8d",
"body": null,
"is_bot": false,
"headline": "fix: handle linter warnings",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2023-03-28T15:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8600ff3f4e355f782a4de321aac221bbf9f700bf",
"body": null,
"is_bot": false,
"headline": "build: change lint_and_format chmod to executable",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2023-03-28T15:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be826cd50bb7045cd2e2eb4a147882d75b4bbfe2",
"body": null,
"is_bot": false,
"headline": "fix: remove dofile from amalgation script",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2023-03-28T15:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba1d86beae19c409b793e94e7fb44e6ae90697dc",
"body": null,
"is_bot": false,
"headline": "fix: add missing shell header script",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2023-03-28T15:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "604c5d4b88b19a70185f7a14ae781aba7e09c316",
"body": null,
"is_bot": false,
"headline": "fix: make from_ascii_to_ascii non-static",
"author_name": "Yagiz Nizipli",
"author_login": "anonrig",
"committed_at": "2023-03-28T13:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6001f39570b7a32885e709fd83d9415dee80098",
"body": "* scripts: adds lint_and_format.py + github action\r\n\r\n* tools: remove hooks + update lint_and_format_check workflow\r\n\r\n* format: formatting the whole codebase\r\n\r\n* format: adds 'SortIncludes: false' to clang-format",
"is_bot": false,
"headline": "Adds code formatting check in the CI (#21)",
"author_name": "Miguel Teixeira",
"author_login": "miguelteixeiraa",
"committed_at": "2023-03-27T17:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8f6b3df8e2876efbf76ed1e5c7c7732142b2697",
"body": null,
"is_bot": false,
"headline": "src: fix possible infinite loop in find_last_not_of_nsm",
"author_name": "Miguel Teixeira",
"author_login": "miguelteixeiraa",
"committed_at": "2023-03-21T23:42:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 45,
"latest_release_at": "2026-07-10T23:41:12Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 12,
"active_weeks_last_year": 10,
"days_since_latest_release": 14,
"mean_days_between_releases": 50.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 14,
"stars": 67,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-05-09",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-09-04",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-12-20",
"count": 2
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
}
],
"complete": true,
"collected": 14,
"total_forks": 14
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 877019,
"source_files_sampled": 41,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 68,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 10,
"closed_unmerged_prs": 6
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "lemire",
"commits": 77,
"avatar_url": "https://avatars.githubusercontent.com/u/391987?v=4"
},
{
"type": "User",
"login": "anonrig",
"commits": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/1935246?v=4"
},
{
"type": "User",
"login": "miguelteixeiraa",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/31167673?v=4"
},
{
"type": "User",
"login": "CarlosEduR",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/40635471?v=4"
},
{
"type": "User",
"login": "ttsugriy",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/172294?v=4"
},
{
"type": "User",
"login": "UlisesGascon",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/5110813?v=4"
},
{
"type": "User",
"login": "the-moisrex",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/12122474?v=4"
},
{
"type": "User",
"login": "ckerr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/70381?v=4"
},
{
"type": "User",
"login": "cjauvin",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/488992?v=4"
},
{
"type": "User",
"login": "data-man",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1754269?v=4"
}
],
"contributors_sampled": 15,
"top_contributor_share": 0.43
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"alpine.yml",
"lint_and_format_check.yml",
"scorecard.yml",
"sync-to-ada.yml",
"ubuntu.yml",
"ubuntu_asan.yml",
"ubuntu_undefined.yml",
"vs.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "7 out of 7 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": 3,
"reason": "Found 3/10 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 24 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 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": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 4,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "ddc4c1e3ac42558e71365c05ec2d301f4113a6d7",
"ran_at": "2026-07-25T18:21:54Z",
"aggregate_score": 4.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T21:41:51Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-13T13:13:44Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ada-url/idna",
"host": "github.com",
"name": "idna",
"owner": "ada-url"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 47,
"vitality": 70,
"community": 46,
"governance": 69,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 45,
"human_commit_share": 1,
"days_since_last_push": 12,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 12 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "45 commits in the last year",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 45
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 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": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 14,
"mean_days_between_releases": 50.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 14 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 14
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~50.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 50.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 12,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 12 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 12
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"forks": 14,
"stars": 67,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "67 stars",
"points": 29.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 67
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "14 forks",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 14
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 15,
"top_contributor_share": 0.43
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 43% of commits",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 43
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "15 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 15
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"merged_prs": 68,
"open_issues": 0,
"closed_issues": 10,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "68/74 decided PRs merged",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 68,
"decided": 74
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/10 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"followers": 54,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ada-url",
"public_repos": 20,
"account_age_days": 1315
},
"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": "54 followers of ada-url",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 54,
"login": "ada-url"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "20 public repos, account ~3 yr old",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 20
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 65,
"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": "8 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 8
}
}
],
"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": "7 out of 7 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": 60,
"inputs": {
"topics": [
"idna",
"idna-converter",
"unicode"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "7 out of 7 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 3/10 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 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 6",
"points": 3,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 21
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 49,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.72,
"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": "72 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 38.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 72,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 877019,
"source_files_sampled": 41,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/41 source files over 60KB",
"points": 53.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 41,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T18:22:12.057521Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ada-url/idna.svg",
"full_name": "ada-url/idna",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}