JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1232,
"has_wiki": true,
"homepage": "https://evoactivity.github.io/eksml/",
"languages": {
"JavaScript": 20125,
"TypeScript": 634579
},
"pushed_at": "2026-07-23T08:58:37Z",
"created_at": "2026-04-05T00:04:18Z",
"owner_type": "User",
"updated_at": "2026-07-23T08:58:08Z",
"description": "Fast XML Parsing & Writing",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://liampotter.co.uk",
"name": "Liam",
"type": "User",
"login": "evoactivity",
"company": null,
"location": "Liverpool",
"followers": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/83799?v=4",
"created_at": "2009-05-12T19:05:53Z",
"is_verified": null,
"public_repos": 182,
"account_age_days": 6284
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.0-@eksml/xml",
"kind": "prerelease",
"published_at": "2026-07-20T12:36:28Z"
},
{
"tag": "v0.1.6-@eksml/xml",
"kind": "prerelease",
"published_at": "2026-07-19T22:00:16Z"
},
{
"tag": "v0.1.5-@eksml/xml",
"kind": "prerelease",
"published_at": "2026-07-19T19:16:36Z"
},
{
"tag": "v0.1.4-@eksml/xml",
"kind": "prerelease",
"published_at": "2026-07-19T00:32:17Z"
},
{
"tag": "v0.1.3-@eksml/xml",
"kind": "prerelease",
"published_at": "2026-07-18T23:03:55Z"
}
],
"recent_commits": [
{
"oid": "518718dd213a6a036731851b83a3ab335239ed4a",
"body": "bench: update @tuananh/sax-parser to 1.7, refresh tables",
"is_bot": false,
"headline": "Merge pull request #29 from evoactivity/bench/sax-parser-1.7",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-23T08:58:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b16673d819c02c64da1789cb756cd1e266c8722b",
"body": "1.7.0 performs within run-to-run noise of 1.6.0 across every suite;\nno rankings change and the prose needed no edits. Tables regenerated\nvia pnpm bench:tables. Intro now mentions the large catalogue\nfixture alongside the small ones.",
"is_bot": false,
"headline": "bench: update @tuananh/sax-parser to 1.7, refresh tables",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-23T08:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59cd99d19545dfa06202ca4ffe71c9a01f90828d",
"body": "bench: state benchmark hardware in the methodology",
"is_bot": false,
"headline": "Merge pull request #28 from evoactivity/bench/hardware-spec",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-22T12:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d9a9245af37f186ac9a5a020b5435694e19a7ca",
"body": null,
"is_bot": false,
"headline": "bench: state benchmark hardware in the methodology",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-22T12:02:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcbf55414ffcc2647da2536730edd02fe32fc79f",
"body": "bench: per-fixture tables with generator, aligned event surfaces, large-document benchmark",
"is_bot": false,
"headline": "Merge pull request #27 from evoactivity/bench/table-generator",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-22T11:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aed5f0716877dec0633e23fdffb1ece0108cfad1",
"body": "Each table sits between HTML comment markers (invisible on GitHub)\nkeyed by section and fixture. pnpm bench:tables now rewrites the\ntables in the document directly instead of printing them for manual\npasting; stdout mode remains when --write is not passed. Unknown\nmarker keys error, and rendered tables without a marker warn so a new\nfixture's marker gets placed deliberately.",
"is_bot": false,
"headline": "bench: splice generated tables into BENCHMARKS.md in place",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-22T11:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66451d672385f227ebc9d063959e2cba5667dd01",
"body": "Each section opens with an overview ranking libraries by geometric\nmean across its fixtures (with the missing-fixture dominance rule and\na vs-fastest column), followed by one table per fixture sorted by\nop/s with each library's speedup relative to the fixture winner. All\ntables are generated from a \n[…]\nof the standard bench:tables\nrun and published as its own section.\n\nHand-written speedup-range prose is removed, the per-fixture tables\ncarry exact ratios. Remaining prose verified against the report.",
"is_bot": false,
"headline": "bench: restructure BENCHMARKS.md to a table per fixture, add generator",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-22T11:20:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "71f849408afa1c29c03f6b43f6f5da18bd72f85c",
"body": "bench: update @tuananh/sax-parser to 1.6 and txml to 6, refresh numbers",
"is_bot": false,
"headline": "Merge pull request #24 from evoactivity/bench/update-comparison-libs",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-22T10:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4446dbd1c54830290a24b437d3bc362d9bedfb6",
"body": "Versions live in package.json, listing them here just churns on every\ndep bump.",
"is_bot": false,
"headline": "bench: drop comparison library versions from methodology",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-22T10:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a27a4d330e869381b4916d8fd11d43c4b9fc0894",
"body": "txml 6 removed the txml/dist/txml.js deep import in favour of the\ntxml/txml export and renamed tNode to TNode.\n\nHeadline changes in BENCHMARKS.md: @tuananh/sax-parser 1.6 now takes\nboth EPG columns in chunked streaming (its 64 B throughput exceeds its\n256 B throughput, so per-write bridge cost is effectively gone) and is\nclear second in tokenization on EPG and POM. Eksml still leads DOM\nparsing, tokenization, serialization, and the RSS, POM, and attr-heavy\nstreaming columns.",
"is_bot": false,
"headline": "bench: update @tuananh/sax-parser to 1.6 and txml to 6, refresh numbers",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-22T10:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f94d0fe944d6268ea55a928e5c3cfc9853c677",
"body": "Prepare Release v0.2.0",
"is_bot": false,
"headline": "Merge pull request #20 from evoactivity/release-preview",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-20T12:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccee6dd403ee81bf2ac24dc555f1c695da82b6be",
"body": null,
"is_bot": true,
"headline": "Prepare Release v0.2.0 using 'release-plan'",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-20T12:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e1d8a2156fe2e83b05ecdb0293d9bf80790aa92",
"body": "docs: rewrite README as a getting-started guide, add topic docs",
"is_bot": false,
"headline": "Merge pull request #23 from evoactivity/docs/readme-rewrite",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-20T12:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e752ce0d27e658ab56748aaa66c1df0d2a68af0",
"body": "README shows only the happy paths and links to a new repo-root docs/\nfolder: parsing, writing, web streams, SAX parser, converters,\nutilities, HTML support, security, and limitations. All examples and\noption tables are verified against the built package, fixing several\nstale claims from the old READ\n[…]\nGS now includes textarea and title (RCDATA\n elements whose content can never hold child elements)\n- write() accepts selfClosingTags to override the void element list in\n HTML mode, mirroring parse()",
"is_bot": false,
"headline": "docs: rewrite README as a getting-started guide, add topic docs",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-20T12:05:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f863bda315d262af41248c90b4ec607644386eb",
"body": "perf(stream): faster XmlParseStream",
"is_bot": false,
"headline": "Merge pull request #22 from evoactivity/perf/stream-experiments",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-20T10:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6485c45064383e87bef5a0bf6eedf97065173ce",
"body": "- Update the SAX streaming table for the XmlParseStream perf work and\n add the missing fast-xml-parser reference row\n- Document bridging Node streams to createSaxParser via async iteration\n or a Writable wrapper, with the string-encoding gotcha\n- Show Readable.toWeb bridging for XmlParseStream",
"is_bot": false,
"headline": "docs: refresh streaming benchmarks, add Node stream interop examples",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-20T10:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f1402f0a9c9a26396774a249d7f62c09c1e35d",
"body": "…n, and stream tuning\n\n- Hand the engine's per-tag attribute record to the stream instead of\n rebuilding it per element\n- Register onComment only when keepComments is set; the engine skips\n comment accumulation entirely when nobody listens\n- Suppress engine text extraction outside select subtrees\n\n[…]\nt backpressure churn\n\n7-10% faster on typical fixtures at default settings, more with\nbufferSize on small-chunk sources. Verified with a 30k-case\ndifferential fuzz against the previous implementation.",
"is_bot": false,
"headline": "perf(stream): faster XmlParseStream via attrs handoff, handler elisio…",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-20T10:45:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ee97c7a6e10bfc00bd35403b602aed4bbc99707c",
"body": "demo: sync parser stepper with the dual-path parser",
"is_bot": false,
"headline": "Merge pull request #21 from evoactivity/demo/sync-parser-stepper",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-19T23:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0739a274f75db4b50920f67ae8ad92facea3f19",
"body": "pnpm lint failed on main for app-ssr.ts and entry.ts, unrelated to the\nstepper change.",
"is_bot": false,
"headline": "demo: fix import order lint in generated entry files",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-19T22:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fe2cd215f1d25ce87b56c30113ce5e1c2f650e2",
"body": "The stepper described itself as a direct copy of parseChildren, but the\ndefault algorithm now lives in parseRootFast with parseChildren as the\ngeneral path. Behavior was verified unchanged against ten probes\n(mismatch throws, unwind recoveries, CDATA case-insensitivity, DOCTYPE\nsubsets, PI handling,\n[…]\n\nfast path's mechanical differences, stale line-number cross-references\nare replaced with function and branch names that survive refactors, and\nthe whitespace step description documents the drop rule.",
"is_bot": false,
"headline": "demo: sync parser stepper docs with the dual-path parser",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-19T22:39:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "97a0a3029d4a5d19a2ea3b7e687031eb0fa9506b",
"body": "demo: rebuild the workspace lib before build and dev",
"is_bot": false,
"headline": "Merge pull request #19 from evoactivity/demo/build-lib-first",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-19T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3d05d18c6bb32c80698abbcec1e84856f13d262",
"body": "The demo's build script now builds the library itself.",
"is_bot": false,
"headline": "ci: drop redundant library build from deploy",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-19T22:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c17d55b76aa32c702171dfa806e3553e8bcae3a2",
"body": "Stale eksml/dist builds have twice produced misleading local benchmark\ncomparisons. The demo's build, dev, and start scripts now rebuild\n@eksml/xml first (~700ms) so local runs always reflect current source.",
"is_bot": false,
"headline": "demo: rebuild the workspace lib before build and dev",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-19T22:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272ddcd815407592acff3819c755f1d1eb5191c7",
"body": "Prepare Release v0.1.6",
"is_bot": false,
"headline": "Merge pull request #18 from evoactivity/release-preview",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-19T21:59:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "947852a1aa0b5f1581b35da51ea2f43b3edd9729",
"body": null,
"is_bot": true,
"headline": "Prepare Release v0.1.6 using 'release-plan'",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-19T21:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2acdd580ac78f48be0d17c681f3dd72c03bcb2ce",
"body": "perf(sax): intern attribute names in the engine hot path",
"is_bot": false,
"headline": "Merge pull request #16 from evoactivity/perf/sax-string-allocations",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-19T21:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24670d1762df6f467d3bacb7041a912c83503238",
"body": "bench: update @tuananh/sax-parser to 1.4 and police arity probing",
"is_bot": false,
"headline": "Merge pull request #17 from evoactivity/bench/update-tuananh-1.4",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-19T21:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3c7528858dd6a122b6073f5a3f0c2352b308017",
"body": "1.4 skips materializing event arguments for zero-arity listeners, which\ninflated its no-op benchmark numbers ~3x. The no-op callbacks now\ndeclare parameters so every parser materializes arguments, the work all\nJS parsers do unconditionally. With equal work, 1.4 is a genuine\n1.6-2.8x improvement over 1.2 but stays behind eksml on every fixture.\nTables, claims, and the native-addon note regenerated.",
"is_bot": false,
"headline": "bench: update @tuananh/sax-parser to 1.4 and police arity probing",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-19T21:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6782295cde3d2d2063067c56dccfec9a7a8ec82",
"body": "Repeated attribute names previously materialized a fresh substring per\noccurrence, and every fresh string handed to the keyed attribute store\nmust be re-internalized by V8 before use as a property key. A small\ndirect-mapped cache (cheap length/first/last fingerprint plus verify\nloop) returns the sam\n[…]\nhmarks showed interning tag names\nis a large net loss on element-dense documents (RSS -22%, POM -24%),\nwhile attribute-name interning gains 5-14% on attribute-heavy\ndocuments and is neutral elsewhere.",
"is_bot": false,
"headline": "perf(sax): intern attribute names in the engine hot path",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-19T20:11:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e99d913577fa389ce58be11ad97ed6dc1e8684a2",
"body": "Prepare Release v0.1.5",
"is_bot": false,
"headline": "Merge pull request #14 from evoactivity/release-preview",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-19T19:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e7595681f8c9bf825bb98a6e9933f54322070b",
"body": null,
"is_bot": true,
"headline": "Prepare Release v0.1.5 using 'release-plan'",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-19T19:15:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1d59f348e89f24fc762b6aeff75c99f84fb51db",
"body": "perf(parser): specialized fast path for default-option parsing",
"is_bot": false,
"headline": "Merge pull request #15 from evoactivity/perf/tree-parser",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-19T19:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c83098a55dc94d8bd4ccd27cc75adfce884cd522",
"body": "Routes default-option parse() calls to a module-level loop with option\nchecks constant-folded and no per-call closures. Adds deferred\nignorable-whitespace handling, offset-based close-tag verification,\nfused text scanning, and an inline name=\"value\" attribute fast path.\n1.2-1.6x faster across fixtures; verified against the previous parser\nwith a 30k-case differential fuzz across option combinations.",
"is_bot": false,
"headline": "perf(parser): specialized fast path for default-option parsing",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-19T19:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "968c9f476e6d2af62518f8caebaec23599db3120",
"body": "feat: update SSR handling and dependencies in demo app",
"is_bot": false,
"headline": "Merge pull request #13 from evoactivity/fix-demo-app-ssg",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-19T01:36:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf4c1587080899f1610d90ee39973aff713d1118",
"body": null,
"is_bot": false,
"headline": "feat: update SSR handling and dependencies in demo app",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-19T01:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "252b1b41d2aacf4f7a00ea86edd10bd6093264a5",
"body": "Prepare Release v0.1.4",
"is_bot": false,
"headline": "Merge pull request #11 from evoactivity/release-preview",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-19T00:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9489445338a40072927223a2f305ffc6586d9bba",
"body": null,
"is_bot": true,
"headline": "Prepare Release v0.1.4 using 'release-plan'",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-19T00:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2774b090719c5df5d097d37be04518b89b4b0c2",
"body": "perf: use plain records to avoid V8 IC churn from null prototypes",
"is_bot": false,
"headline": "Merge pull request #12 from evoactivity/perf/attr-object-map-churn",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-19T00:27:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4355608a1b1ffe10f36a6dc140b5ffd7dc95d818",
"body": "Rerun of the full suite on Node 24 after the plain-record perf fix.\nAdds the attr-heavy synthetic column to the parsing, streaming, and\ntokenization tables. Serialization table reordered: with the fix,\neksml (validate: false) now leads every fixture, so tXml no longer\nholds the small/SOAP/Atom/EPG leads.",
"is_bot": false,
"headline": "docs: refresh benchmark numbers, add attr-heavy fixture results",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-19T00:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc80707a775c199c68524b5de8699f8c8bb0c0e",
"body": "Byte-identical to the ~10 KB document generated by\n@tuananh/sax-parser's benchmark: 158 tiny elements with one attribute\neach. This attribute-dense shape exposed the null-prototype IC churn\ncliff that the existing attribute-light real-world fixtures never\ntriggered. Wired into the tokenize, parse, and stream comparison\nsuites as a regression guard.",
"is_bot": false,
"headline": "bench: add attr-heavy synthetic fixture mirroring sax-parser's benchmark",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-19T00:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd03b6afac719497c4d73fc98b61a07c5e2e8301",
"body": "Null-prototype objects (Object.create(null) and { __proto__: null }\nliterals) get a unique dictionary-mode map per object in V8, making\nthe record store site's inline cache churn on every element. On the\nlarge parse functions this permanently blocks TurboFan (\"delaying\noptimization, IC changed\"), co\n[…]\nlain objects would have\nmatched inherited keys like `constructor`.\n\n1-attr cliff, before -> after (ops/s, 10KB doc):\n sax 3.1k -> 20.4k, parse 3.5k -> 14.1k,\n stream 2.6k -> 9.6k, lossy 1.9k -> 9.0k",
"is_bot": false,
"headline": "perf: use plain records to avoid V8 IC churn from null prototypes",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-19T00:09:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58da64418e1a23504ca386fb3621be324fbd0c70",
"body": "Rows in the other three tables were already ordered by their first\ncolumn; the serialization table listed the Eksml rows first.",
"is_bot": false,
"headline": "docs: order serialization table fastest to slowest",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T23:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10cd1026204cbabc9c2774e8b88075fb834dfe5d",
"body": "Prepare Release v0.1.3",
"is_bot": false,
"headline": "Merge pull request #1 from evoactivity/release-preview",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-18T23:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dae0f937387b6d1e847933c585a5728ddf0f782f",
"body": null,
"is_bot": true,
"headline": "Prepare Release v0.1.3 using 'release-plan'",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-18T22:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f18fbc09a9648f9fdb3ab62fbf7096f1db2868c",
"body": "chore: exclude changelogs from prettier",
"is_bot": false,
"headline": "Merge pull request #10 from evoactivity/chore/prettier-ignore-changelog",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c134f08622c3aba171c042cac5764fd78c95f23",
"body": "release-plan generates CHANGELOG.md in its own format; prettier\nreformatting it fails the release PR's lint check.",
"is_bot": false,
"headline": "chore: exclude changelogs from prettier",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc8f735d381af77e5d1263d85d7d6e7683f5c6c3",
"body": "bench: measure eksml SAX through the public createSaxParser API",
"is_bot": false,
"headline": "Merge pull request #9 from evoactivity/bench/public-sax-api",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65054052f4fa57910eff37acdeb6208f2bdd808d",
"body": "easysax parses attributes lazily via a getAttr() thunk, so no-op\nhandlers let it skip work every other parser does unconditionally for\nopen-tag events. The tokenize benchmark now invokes getAttr() so all\nparsers do equivalent work, and the tables reflect the equal-work\ncomparison.",
"is_bot": false,
"headline": "bench: make easysax materialize attributes in the tokenize suite",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e64beb7a2e6ff50a4f895b125167989f81386ec3",
"body": "The SAX benchmarks imported the internal saxEngine directly while every\ncompetitor was measured through its public API, advertising numbers\nusers cannot obtain. The eksml SAX rows now go through createSaxParser,\nthe @eksml/xml/sax export. Tables and claims regenerated; the tokenize\nXMLTV cell is now an even match with easysax, whose lazy getAttr()\nskips attribute work in the no-op-callback suite.",
"is_bot": false,
"headline": "bench: measure eksml SAX through the public createSaxParser API",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "141986195df182a9d8c2ee3fc148d2dc45c3008d",
"body": "perf(sax): direct dispatch for single-listener events",
"is_bot": false,
"headline": "Merge pull request #7 from evoactivity/perf/sax-wrapper-dispatch",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "118f0349ab4f5b646148681acfa8ac803e753e20",
"body": "demo: stream benchmark handlers consume event data",
"is_bot": false,
"headline": "Merge pull request #8 from evoactivity/demo/fair-stream-benchmark",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b933d4dac2f86e1f7d920b0d1e91ba7991e1b9d",
"body": "Ignore-everything handlers let easysax skip attribute materialization\nentirely (its getAttr() is lazy), making the stream comparison measure\ndifferent work per parser. Handlers now consume tag names, attribute\nvalues, and text for every parser, and the sink escapes with the result\nso the work cannot be optimized away.",
"is_bot": false,
"headline": "demo: stream benchmark handlers consume event data",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:27:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f507d493ee0330672d47bfaf5259e01f51653893",
"body": "createSaxParser kept a Set per event type and iterated it for every\nevent, allocating a Set iterator per token even with one listener\nregistered. Each event slot now holds a single function dispatched with\na direct call, creating a Set lazily only when a second listener\nregisters for the same event. Set semantics preserved: duplicate adds\nare ignored and removal collapses back to direct dispatch.",
"is_bot": false,
"headline": "perf(sax): direct dispatch for single-listener events",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:25:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eadfa665b371cdb5ab0b50932f4be6b4ba7b14b7",
"body": "demo: add easysax to benchmark and GitHub link to homepage",
"is_bot": false,
"headline": "Merge pull request #6 from evoactivity/demo/easysax-and-github-link",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8b0ec105d700c485d632d44ae9b531c38695700",
"body": "Adds easysax to the stream suite of the browser benchmark (worker\nrunner plus parser definition). Adds a View on GitHub link to the\nlanding page, which hides the nav and previously had no repository\nlink.",
"is_bot": false,
"headline": "demo: add easysax to benchmark and GitHub link to homepage",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bbd877817638c31d46103cec6e64a6da0420ed3",
"body": "perf(writer): faster serialization and a validate option",
"is_bot": false,
"headline": "Merge pull request #4 from evoactivity/perf/writer-serialization",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4450e564eed4dfff91a4d64843956b1fb4b5178e",
"body": "Speeds up the compact writer 1.3-1.5x: memoizes tag and attribute name\nvalidation in bounded value-keyed Sets, folds attribute validation into\nthe write loop (removing a second Object.keys pass per node), adds a\nclassifying tag cache so the element hot path costs one Set lookup,\nfuses single-append \n[…]\ntion now beats txml on POM and RSS and ties it on Atom with\nvalidate: false. Verified with a 30k-case differential fuzz against the\nprevious writer (identical output and errors) plus new option tests.",
"is_bot": false,
"headline": "perf(writer): faster serialization and a validate option",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T22:02:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9162faa034744ab2dd48f4b558eca806524e5bcf",
"body": "ci: run CI on pull requests targeting any branch",
"is_bot": false,
"headline": "Merge pull request #5 from evoactivity/ci/run-on-all-pr-bases",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-18T21:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd436eeb98e80de78956a8ec82748424ebbada0c",
"body": "The pull_request base-branch filter meant stacked PRs (based on another\nPR's branch instead of main) never ran CI. Drop the filter so every PR\ngets CI regardless of its base.",
"is_bot": false,
"headline": "ci: run CI on pull requests targeting any branch",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T21:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a56d93e91b160994ca8efdf56f0f899960ce26f",
"body": "perf(sax): Improve performance of SAX parser",
"is_bot": false,
"headline": "Merge pull request #3 from evoactivity/perf/sax-attribute-overhead",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-18T21:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c49e1913b47cc4ba12b31e46861fbfedba43dd44",
"body": "Regenerate the DOM parsing, SAX streaming, raw tokenization, and\nserialization tables from one full-suite run so every table reflects\nthe same engine, methodology, and environment. Adjust the claims to\nmatch, including the serialization section where tXml leads on most\nfixtures.",
"is_bot": false,
"headline": "docs: refresh all benchmark tables from a single run",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T21:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d8b7970d30ea64512353845690627fd029b66b4",
"body": "Refresh the SAX streaming and raw tokenization tables with results from\nthe new engine and the parser-reuse benchmark methodology, and add the\neasysax and @tuananh/sax-parser rows. Document the reuse policy in the\nmethodology section.",
"is_bot": false,
"headline": "docs: update SAX benchmark results",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T21:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4349502120af3e33f8fb7c13bae2c9670dceef70",
"body": "Restructures the SAX engine's hot flow (text, tag name, attributes) as\ninline loops over chunk-local indices, falling back to the original\nstate machine for rare constructs and chunk-boundary spills. Trim is\nfused into the text boundary scan so whitespace-only text allocates\nnothing, and the attribu\n[…]\n4x faster than easysax across fixtures and chunk sizes, up from\n0.7-0.9x before. Verified against the previous engine with a 30k-case\ndifferential fuzz across random documents, chunkings, and options.",
"is_bot": false,
"headline": "perf(sax): straight-line fast path for in-chunk tokens",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T21:56:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b5533c0627bda5435ea0fe46df8d1588b28e3419",
"body": "Replaces Object.create(null), which forces slow V8 dictionary mode, with\nthe { __proto__: null } literal. Keeps the null prototype and its\nprototype-pollution protection while enabling fast in-object properties,\nmaking attributed parsing about 1.65x faster.\n\nAdds bench/attr-penalty.bench.ts comparing the SAX engine on ~10 KB\ndocuments with and without id attributes.",
"is_bot": false,
"headline": "perf(sax): use { __proto__: null } for attribute objects",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T21:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04188ff699d45e46c326ba3682829d8f28106ac9",
"body": "bench: add @tuananh/sax-parser and easysax to sax benchmarks",
"is_bot": false,
"headline": "Merge pull request #2 from evoactivity/bench/add-tuananh-sax-parser",
"author_name": "Liam",
"author_login": "evoactivity",
"committed_at": "2026-07-18T21:20:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6f90eeaacf29fe3953c2326b1dac81f729e89fd",
"body": "All SAX parsers in the benchmarks support reuse across documents\n(verified by parsing twice and comparing event streams), so construct\neach once at module scope instead of every iteration. This measures\nsteady-state parse throughput rather than constructor cost and gives\nthe JIT stable callback targ\n[…]\nteration\nbecause web streams are single-use. Chunk arrays are precomputed so\nslicing is not timed either.\n\nAlso adds minimal type declarations for easysax and @tuananh/sax-parser,\nwhich ship no types.",
"is_bot": false,
"headline": "bench: reuse parser instances across iterations",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T20:38:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fe0d14e57908c8f635fbc094c743baa40b7fd19c",
"body": "Add both parsers as SAX competitors in the tokenize and stream\nbenchmarks across all four fixtures.",
"is_bot": false,
"headline": "bench: add @tuananh/sax-parser and easysax to sax benchmarks",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-07-18T19:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ec994408c1235646f2db4b7fd181ddb1f87dfb3",
"body": "…npm-lock.yaml",
"is_bot": false,
"headline": "update vite-ember-ssr to version 0.1.0-alpha.10 in package.json and p…",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-08T11:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "292872af0804d815e4f755483d9106c2965d1968",
"body": null,
"is_bot": false,
"headline": "only deploy to github pages if demo or library source files change",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-06T13:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc9ac9926f9ef2b4ad8ce93fb9c34691a34d169",
"body": null,
"is_bot": false,
"headline": "add prepublishOnly script",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-06T12:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba0c7c788512e8999317b5b090a9842c116c8486",
"body": null,
"is_bot": false,
"headline": "format run",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-06T12:42:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d58eac3a6a6fc33e7219eecf823723576de27258",
"body": null,
"is_bot": false,
"headline": "setup release-plan",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-06T12:37:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3332e95a0aafbdf7d2e701e0a1a6b910c30e2322",
"body": null,
"is_bot": false,
"headline": "Fix visualiser top-level node count to exclude whitespace text",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-06T11:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a797ef2bff08b5465190fa89b4c6141cb9214ca",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.1.2",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-06T10:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc27e06bc598fcb7de65d5ea19a6c8f9bcbd8131",
"body": "Visualise route: interactive step-by-step XML parser animation with\nsource highlighting, playback controls (play/pause/prev/next/reset),\nspeed slider, timeline scrubber, parser state display (phase badge,\ncurrent tag, attributes, element stack with split element/text counts).\nStepper is a direct cop\n[…]\nted.\n\nParser: strict mode now throws 'Text content outside of a tag' for\nnon-whitespace text before, after, or between root-level elements.\nNon-strict mode is unchanged (forgiving). 6 new tests added.",
"is_bot": false,
"headline": "Add visualise route and strict mode text-outside-tag validation",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-06T10:58:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85c7ffd6499edc15ff7515c83db455b3c23a338f",
"body": null,
"is_bot": false,
"headline": "correct profile for tobias",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T22:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9473c09c09b65598a740d349f6047eb515f9fed",
"body": null,
"is_bot": false,
"headline": "Remove redundant comments from parser and SAX engine",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T22:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdbfaad1fcbe38e44f6a743da4af24ce104f880a",
"body": "…s, run prettier and lint",
"is_bot": false,
"headline": "remove commented out code, remove useless llm section divider comment…",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T22:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c101a91bbf9d0e9db645b78e3bcbcb402bfeba5b",
"body": null,
"is_bot": false,
"headline": "add github link to demo app",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T22:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "296a13962955adf4ffa91f968a740cc7e6f0dbff",
"body": null,
"is_bot": false,
"headline": "run prettier",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T22:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8582466061275ca80f3c66efd9a9b40cb7a273d",
"body": "Add 84 new tests (741 → 825) covering parser edge cases, SAX engine\nstate transitions, writer output paths, converter branches, and\nXmlParseStream modes. Mark confirmed unreachable/defensive code paths\nwith v8 ignore comments for accurate coverage reporting.",
"is_bot": false,
"headline": "Increase test coverage to 99.87% statements / 99.93% lines",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T22:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5baad90b5cb814d5fc5075736dc59deac8791271",
"body": null,
"is_bot": false,
"headline": "Add code coverage with vitest v8 and dynamic badge via gist",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T21:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e394bf309afa973107e0a42891e26c25cf90c6b",
"body": null,
"is_bot": false,
"headline": "Add Node 18 smoke test and build step to CI",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T21:19:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f69260d764b9be5f1c3ebd9121901ac7d35799",
"body": "…flash of hover styles on index cards when loading fresh",
"is_bot": false,
"headline": "guard hover effects on demo app to try to combat strange firefox ios …",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T20:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b43bf858ae2dc951d36918ea358d8f455d44e0c",
"body": null,
"is_bot": false,
"headline": "Add removeCrossOrigin plugin to clean crossorigin attributes from HTML",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T20:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "645ec7768e3c73f64ab046151070915a5f4c428e",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T16:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2734dd1bcb57de74bcf8294d612757c5bf06f8f",
"body": null,
"is_bot": false,
"headline": "update logo url to fix npm/symlinked nature",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T16:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e003f578f4e6abdde2f515b52aa0042afca915c6",
"body": null,
"is_bot": false,
"headline": "lint issues",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T16:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bc52839134722a0ec3f5aaa4e17fcefa009c32c",
"body": null,
"is_bot": false,
"headline": "remove double title in index.html",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T16:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38585ffcf732d689ecfddea921189774ad104ee7",
"body": "…ghts\n\nOn mobile, the 100vh constraint made editor panes tiny when the\non-screen keyboard appeared. The page now scrolls naturally with\neach pane at a fixed 400px height.",
"is_bot": false,
"headline": "Fix mobile layout: remove viewport height lock and use fixed pane hei…",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T16:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a87081fea90ba2814e38e7c20a092890d2cc0f87",
"body": "npm rejected 'eksml' as too similar to 'esm'. The scoped name\n@eksml/xml is used for the package identity, imports, and all\ndocumentation. The brand name 'Eksml', directory name, and GitHub\nrepo URL are unchanged.",
"is_bot": false,
"headline": "Rename npm package from eksml to @eksml/xml",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T16:32:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "715279b2933a2ddc573935067306a489a3458d4a",
"body": "The three existing overloads each required a specific output literal\n('dom', 'lossy', 'lossless'). When options was typed as the base\nXmlParseStreamOptions (with the full output union), no overload matched.\nAdd a fourth overload accepting the base type for dynamic usage.\n\nAlso includes demo fixes: conditional nav on index, SAX camelCase event\nnames, import reordering, and type narrowing cleanup.",
"is_bot": false,
"headline": "Add general constructor overload to XmlParseStream for dynamic options",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T15:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9856a6592a7ac7d3e9210fb5abbec958a02ed294",
"body": null,
"is_bot": false,
"headline": "update light logo",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T05:02:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63f588100a82b640e12f813099322819ed2ed45b",
"body": null,
"is_bot": false,
"headline": "remove rootURL from visit url",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T04:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af5bf61a652556bd8803c10c247e39490622689f",
"body": null,
"is_bot": false,
"headline": "re-add rootURL for ember",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T04:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4b4d952138fbe856cffb41b3fb5ff05028cbab0",
"body": "tsdown, rolldown, vitest 4, and vite 8 all require Node 20+.",
"is_bot": false,
"headline": "Drop Node 18 from CI matrix",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T04:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92d79aa29b9ed3228f6afa79253a429ea983b80d",
"body": null,
"is_bot": false,
"headline": "remove rootURL from ember config",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T04:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f5e7cf74c1548fd158b92b7e5291a203f33a6e7",
"body": "- Add base: '/eksml/' to Vite config\n- Update Ember rootURL to '/eksml/' in app config\n- Import logo as URL via Vite ?url suffix instead of hardcoded path",
"is_bot": false,
"headline": "Set rootURL to /eksml/ for GitHub Pages deployment",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T04:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0adb6efc921b45f93e5076482328296193f6c346",
"body": "…and clean up test suite\n\n- Fix strictError() reporting 'line 1, column 1' for unclosed comments and\n close tags by passing the saved position before indexOf() clobbers pos to -1\n- Add 8 strict mode error message tests (unclosed tag, comment, CDATA, close\n tag, declaration, mismatched close tag, m\n[…]\nufferSize test, add single-char\n tag name validation tests for >, \", '\n- Fix BENCHMARKS.md link in README (relative -> absolute GitHub URL)\n- Add ESM-only note to README\n- Remove combinations.test.ts",
"is_bot": false,
"headline": "Fix strictError position for unclosed constructs, add missing tests, …",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T04:11:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "980e63245c446e4d0ea7255d3e0639d2d2c9524f",
"body": "…ers, and writer name injection\n\n- Use Object.create(null) for SAX attribute objects to prevent prototype\n pollution via __proto__, constructor, or toString attribute names\n- Track trailing whitespace in RAW_END_3 state so false close-tag\n mismatches preserve the original whitespace in raw text ou\n[…]\nuotes, whitespace) to prevent XML injection;\n skip attribute validation for DOCTYPE declarations whose keys are\n quoted identifiers\n- Add 39 new tests covering all five issues plus regression guards",
"is_bot": false,
"headline": "Fix SAX prototype pollution, raw text whitespace loss, unbounded buff…",
"author_name": "Liam Potter",
"author_login": "evoactivity",
"committed_at": "2026-04-05T03:43:59Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 204,
"latest_release_at": "2026-07-20T12:36:28Z",
"latest_release_tag": "v0.2.0-@eksml/xml",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 4,
"days_since_latest_release": 6,
"mean_days_between_releases": 0.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@eksml/xml",
"exists": true,
"license": "MIT",
"keywords": [
"xml",
"html",
"parser",
"serializer",
"sax",
"streaming",
"transform-stream",
"dom",
"fast",
"lightweight"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@eksml/xml",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://github.com/evoactivity/eksml",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 16567,
"first_published_at": "2026-04-05T16:44:50.604000Z",
"latest_published_at": "2026-07-20T12:36:27.046000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 4,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"demo/tsconfig.json",
"eksml/tsconfig.json"
],
"toolchain_manifests": [
"eksml/test/fixtures/pom.xml"
],
"largest_source_bytes": 65759,
"source_files_sampled": 82,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"demo/package.json",
"eksml/package.json",
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "npm:@eksml/xml@0.2.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "entities",
"manifest": "eksml/package.json",
"ecosystem": "npm",
"version_constraint": "^8.0.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 27,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "evoactivity",
"commits": 199,
"avatar_url": "https://avatars.githubusercontent.com/u/83799?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"deploy.yml",
"plan-release.yml",
"publish.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"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": 9,
"reason": "12 out of 13 merged PRs checked by a CI test -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/10 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 5,
"reason": "dependency not pinned by hash detected -- score normalized to 5",
"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": 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": 0,
"reason": "51 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "518718dd213a6a036731851b83a3ab335239ed4a",
"ran_at": "2026-07-26T19:48:07Z",
"aggregate_score": 4.4,
"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-23T08:59:11Z",
"oldest_open_prs": [
{
"number": 25,
"created_at": "2026-07-22T10:06:57Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-23T08:58:03Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/evoactivity/eksml",
"host": "github.com",
"name": "eksml",
"owner": "evoactivity"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 55,
"vitality": 80,
"community": 48,
"governance": 56,
"engineering": 85
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 204,
"human_commit_share": 0.95,
"days_since_last_push": 3,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "204 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 204
}
}
],
"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": "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": 100,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.2.0-@eksml/xml",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 0.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"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": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"forks": 0,
"stars": 4,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 70,
"inputs": {
"packages": [
"@eksml/xml"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 16567
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "16,567 downloads/month across npm",
"points": 56.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 16567,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"merged_prs": 27,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "27/28 decided PRs merged",
"points": 36.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 27,
"decided": 28
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/10 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 54,
"owner_type": "User",
"is_verified": null,
"owner_login": "evoactivity",
"public_repos": 182,
"account_age_days": 6284
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "54 followers of evoactivity",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 54,
"login": "evoactivity"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "182 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 182
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@eksml/xml"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 85,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "12 out of 13 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://evoactivity.github.io/eksml/",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://evoactivity.github.io/eksml/",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.4
},
"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": "12 out of 13 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/10 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 2.5,
"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": 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": "51 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@eksml/xml@0.2.0 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@eksml/xml@0.2.0",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.737,
"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": "70 of 95 human commits state their intent (structured subject or explanatory body)",
"points": 39.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 70,
"sampled": 95
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"demo/tsconfig.json",
"eksml/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"eksml/test/fixtures/pom.xml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "eksml/test/fixtures/pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "eksml/test/fixtures/pom.xml"
}
}
],
"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": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "demo/tsconfig.json, eksml/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "demo/tsconfig.json, eksml/tsconfig.json"
}
}
],
"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": "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 5",
"points": 5,
"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": "TypeScript",
"largest_source_bytes": 65759,
"source_files_sampled": 82,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/82 source files over 60KB",
"points": 53.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 82,
"oversized": 2
}
}
],
"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.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T19:48:21.459884Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/evoactivity/eksml.svg",
"full_name": "evoactivity/eksml",
"license_state": "standard",
"license_spdx": "MIT"
}