Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"xml",
"xpath",
"xpath2",
"go",
"golang"
],
"is_fork": false,
"size_kb": 289,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 455693
},
"pushed_at": "2026-07-21T19:19:45Z",
"created_at": "2021-11-02T13:43:02Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T19:20:13Z",
"description": "XPath 3.1 interpreter for Go",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://www.speedata.de",
"name": "speedata",
"type": "Organization",
"login": "speedata",
"company": null,
"location": "Berlin, Germany",
"followers": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/186227?v=4",
"created_at": "2010-01-20T14:44:01Z",
"is_verified": null,
"public_repos": 59,
"account_age_days": 6036
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.15",
"kind": "patch",
"published_at": "2026-07-21T18:25:32Z"
},
{
"tag": "v1.0.14",
"kind": "patch",
"published_at": "2026-07-21T08:06:33Z"
},
{
"tag": "v1.0.13",
"kind": "patch",
"published_at": "2026-06-28T14:57:46Z"
},
{
"tag": "v1.0.12",
"kind": "patch",
"published_at": "2026-05-01T19:12:30Z"
},
{
"tag": "v1.0.11",
"kind": "patch",
"published_at": "2026-04-10T11:32:25Z"
},
{
"tag": "v1.0.10",
"kind": "patch",
"published_at": "2026-04-07T11:42:47Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2026-03-27T08:29:16Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2026-03-20T09:57:11Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2026-03-20T09:30:32Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2026-02-25T12:52:45Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2026-02-20T12:55:30Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2025-12-29T19:29:28Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2025-04-24T15:04:34Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2024-12-29T14:22:17Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2024-11-27T18:39:58Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2024-10-15T12:26:10Z"
}
],
"recent_commits": [
{
"oid": "3c6e4b7e5e585eb286c7313573441fa890fde6ee",
"body": "Axis steps mutate ctx.sequence, so combinators that evaluate several\nsubexpressions against the same context must restore it before each\noperand. Comparisons, unions, function arguments and additive\nexpressions already did this; apply the same pattern to or/and\nexpressions, the comma operator, if co\n[…]\nand node comparisons.\n\nFixes e.g. 'self::A or self::B' (second operand saw an empty context\nafter the first failed) and '(@A, @B)[1]' (second attribute step was\nevaluated against the first attribute).",
"is_bot": false,
"headline": "Preserve context sequence across operands",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-07-21T18:25:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c59abb53ee5771fe4d8b0eba865b728d92717ed",
"body": "self::A returned the context item unfiltered, so the name test was\nignored and every element matched. Filter the context sequence with\nthe parsed test function like the other axes do.",
"is_bot": false,
"headline": "Apply node test on self axis",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-07-21T18:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77bb515a3f9a786acc9f2846f385d62cb83add6c",
"body": null,
"is_bot": false,
"headline": "Update golang.org/x/net,text",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-07-21T08:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3d5b70d3c60f806573b4c4bedc5e8e4909b8bda",
"body": null,
"is_bot": false,
"headline": "Update Readme",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-06-28T14:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c537bc8f989b3ce3814484b11e851c9a59b3c9",
"body": "Allows callers to save and restore variable bindings, e.g. around a\nscoped template parameter binding.",
"is_bot": false,
"headline": "Parser.GetVariable for reading variable bindings",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-06-28T14:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "960678f73cae69640ccfb42b0bd81e492f6c6118",
"body": "Three axes were missing a *goxml.Attribute case and fell through to\ntheir default branch (\"axis nyi *goxml.Attribute\") when an attribute\nended up in the context sequence. This surfaces in practice when an\nattribute name happens to collide with a reserved keyword (e.g.\n@float, @int, @double, @decimal\n[…]\n strict static\ntyping — a mode this engine doesn't implement. With the fix in place\nthose tests no longer match (the engine returns the empty sequence\ninstead of erroring), so the baseline drops them.",
"is_bot": false,
"headline": "Handle attribute on child / descendant axes",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-05-01T19:12:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0837384815bfd4197b8acdda9df7160fd490135d",
"body": "Introduce a Collation interface with codepoint (default), HTML ASCII\ncase-insensitive, and UCA (golang.org/x/text/collate) implementations,\nplus a registry and resolver for collation URIs. Context now carries a\nDefaultCollation, and string-handling fns (compare, contains,\ndistinct-values, deep-equal\n[…]\n ...) consult the collation argument or\ncontext default. Adds fn:collation-key. UCA parameters lang, strength,\nnumeric and fallback are honored; the rest are accepted lax (FOCH0002\nunder fallback=no).",
"is_bot": false,
"headline": "Add collation support",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-05-01T18:58:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "966560136e9e555f45dc9f3c99a0eb1362668619",
"body": "compileXPathRegex was called fresh on every fn:matches / fn:replace /\nfn:tokenize invocation, which is wasteful when these functions are\ncalled inside a loop with the same pattern. The XPath→Go regex\ntranslation, validation and Go regexp compile dominated profiles for\nsequence-heavy stylesheets.\n\nA simple sync.Map cache keyed by \"flags\\x00pattern\" makes repeated\ncalls effectively free. Measured ~5.5x speedup on the\nmisc/unicode-90 test set, which calls matches() 63454 times per test.",
"is_bot": false,
"headline": "Cache compiled XPath regex by (pattern, flags)",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-05-01T18:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c79603e48e9d9aae510d5470611cb183a4310230",
"body": "parseNodeTest incorrectly consumed tokens like \"text\", \"node\", \"attribute\"\nwhen they appeared as element name tests (not followed by \"(\"). This caused\nnil EvalFunc crashes when these names were used as attribute names inside\nfunction arguments, e.g. replace(@text, ...) or string-length(@text).\n\nAlso fix xs:decimal/xs:integer division by zero to correctly raise FOAR0001\ninstead of returning Infinity. Float/double division by zero still returns\n±Inf per spec.\n\nModernize and formatted the code",
"is_bot": false,
"headline": "Fix parseNodeTest and div by zero, code fix",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-04-10T11:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a82895f374f58772e2235e0e2b66ad6f73c3b9",
"body": "Major language features:\n- Simple map operator (!), lookup operator (?), arrow operator (=>)\n- Let expressions, named function references (fn#arity), inline functions\n- castable as, treat as, dynamic function calls\n- Square array constructor [1, 2, 3]\n\nTyped numeric system:\n- Introduce XSDouble, XSF\n[…]\nle (19,000+ test names)\n- Panic and pass-count regression guards\n\nLicense: clarify BSD-3-Clause (was incorrectly referenced as MIT in README)\n\nXPath-Tests:\n51% → 85% W3C QT3 (~19,000 of ~22,200 tests)",
"is_bot": false,
"headline": "Enhance XPath 3.1 conformance",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-04-07T11:42:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c61ac7fb4b2b58153a9d1678e6d84c0cda6ed4e",
"body": "Add fn:json-to-xml() and fn:xml-to-json() functions (jsontoxml.go).\nSupport Q{namespace}localname EQName syntax in tokenizer and element()\nkind tests. Fix FORG0001 for boolean comparisons and CharData/Comment\nnode types in compareFunc. Allow dot in QNames per XML spec. Simplify\nReadme.",
"is_bot": false,
"headline": "dd json-to-xml/xml-to-json, comparisons",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-03-27T08:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55157326e822b9af50f5159151b8e9e3e2190ed4",
"body": "EvalFunc closures captured mutable err variables from their enclosing\nparse functions. With the expression cache sharing closures across\ngoroutines, this caused data races. Each closure now declares its own\nlocal err variable.\n\nAdd concurrent evaluation test with race detector.",
"is_bot": false,
"headline": "Fix data race in cached XPath expression closures",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-03-20T09:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12e0b89af45f491ef9f20508d7c9b3044ef00f40",
"body": "dd expression cache (sync.Map) to avoid re-tokenizing and re-parsing\nthe same XPath string on every Evaluate() call. This gives a 3-10x\nspeedup for repeated expressions.\n\nRewrite CopyContext using maps.Clone/slices.Clone, fixing a bug where\nctxPositions was never copied (ctxLengths was overwritten instead).\n\nAdd ResetFrom method for zero-allocation context reuse in tight loops.",
"is_bot": false,
"headline": "Cache XPath expressions and optimize CopyContext",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-03-20T09:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bc30ca64b21516f3523c3523ba9c3233e3614f7",
"body": null,
"is_bot": false,
"headline": "Various bug fixes",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-02-25T12:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b66f1660c24976ef07bfdb312fe4aa69286e1383",
"body": null,
"is_bot": false,
"headline": "Implement more functions, lots of bug fixes",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-02-20T12:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c041c37cf0d2de5884a62d8c5d6c01ff6a8f374d",
"body": null,
"is_bot": false,
"headline": "Speedup and bugfix",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-02-20T12:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "501f9f268db7833a354b1e8c4af68c53dd87ea5d",
"body": null,
"is_bot": false,
"headline": "Implement more XPath functions",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2026-02-20T12:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f7fb48615af5456e158976fa2bb1b441ddd721e",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2025-12-29T19:29:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97a4906e5afad7a49865ea2377fd0880be9238c0",
"body": null,
"is_bot": false,
"headline": "comment and processing-instruction test",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2025-04-24T15:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af8d60aa38533d3423869c53507e4db977e33771",
"body": "+ update dependencies\n\nThis fixes #1",
"is_bot": false,
"headline": "/ must return the document node",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2025-04-24T12:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d811a1d9833629a7290efe99c8dc396f493964e",
"body": null,
"is_bot": false,
"headline": "B: fn:count string value",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2025-04-24T12:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4ffd21c3fba1dc1b4ab8988506718746df8e1ea",
"body": null,
"is_bot": false,
"headline": "Update to golang.org/x/net v0.33.0",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2024-12-29T14:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a671d394f1a34c494811f757456861e1ed40a79",
"body": null,
"is_bot": false,
"headline": "Namespace aware queries, more functions",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2024-11-27T18:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e13c55917af500872d6df3991aeb9efe75b177c",
"body": null,
"is_bot": false,
"headline": "Update to goxml 1.0.0",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2024-10-15T12:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "286767a75408dff47d3a8ac7c51fcfb19935a3de",
"body": null,
"is_bot": false,
"headline": "Update go.mod",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2024-08-05T10:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "744d7bd46a795696b78c7af040f6f55841dfb6f9",
"body": null,
"is_bot": false,
"headline": "B: kind test without paren, Readme",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2023-11-22T10:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "584dbe68253daaca491bc65956a9581eae20a540",
"body": null,
"is_bot": false,
"headline": "Few more XPath functions",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2023-11-21T10:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc6a734e844a11093a79f4ad86de679329ea7564",
"body": null,
"is_bot": false,
"headline": "Greatly enhance XPath implementation",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2023-11-20T12:34:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca75de231e9cb2d876aad0f81b388317b773dc53",
"body": null,
"is_bot": false,
"headline": "Minor documentation change",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2023-07-09T19:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b815cc5f3a1d46efecf3007d170e732269c243c",
"body": null,
"is_bot": false,
"headline": "Stringvalue of *node.HTML",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2023-07-09T19:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c391168ab40871e3b727a623075c4e622afc191",
"body": null,
"is_bot": false,
"headline": "Fix ToUpper()",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2023-06-07T13:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "391097602b06e1bc10a376e2c1ba9a85900411e5",
"body": "The SPrintf interprets % from the argument",
"is_bot": false,
"headline": "Bugfix: stringvalue() without format",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2023-05-27T13:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d151ae3283946b4c40968ba92a649ee036eeb18",
"body": null,
"is_bot": false,
"headline": "Rename Get/SetContext, add CopyContext",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2023-04-29T11:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c29eb7869ef42dcf82d247d4484e555b18c86958",
"body": "These will be truncated to int, but we are hopefully on a 64 bit\nsystem\n\nAlso better itemStringValue which calls Go string value as a default.",
"is_bot": false,
"headline": "Comparison of int64",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2023-04-21T07:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "641f20471de34795d6c174069438658e1310b48d",
"body": "After evaluation of an argument the context has changed so it must\nbe restored.",
"is_bot": false,
"headline": "B: restore context on every argument evaluation",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2023-03-13T15:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "417b6e9f100442a13ff88f7363ebe3b888c5e449",
"body": null,
"is_bot": false,
"headline": "IntValue for sequences",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2022-06-21T12:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7db6127442ec8512cfaceec122833365489ebd3b",
"body": null,
"is_bot": false,
"headline": "New Store variable in Context",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2022-05-01T19:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb2cebefd629a48d656e12b6229286f25aad76d",
"body": null,
"is_bot": false,
"headline": "Expose structs and functions, implement functions",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2022-03-07T12:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a57a53c743008d96c92290f6910e4f048f796757",
"body": null,
"is_bot": false,
"headline": "Cleanup directory structure",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2022-03-04T10:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12fad773ba4bbee05399f5ab71c93b17d2b6e253",
"body": "Start with child:: axis",
"is_bot": false,
"headline": "First axis handling",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2022-03-03T07:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0a81092c4c321dc4101e8f1a536ea2bd793e823",
"body": null,
"is_bot": false,
"headline": "Stringvalue for []XMLNode",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2022-03-01T13:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42093fc3765d394cf5b3c64ba57bc314ba388925",
"body": null,
"is_bot": false,
"headline": "Expose Stringvalue for Sequence",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-11-05T20:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d2bf02ec0926490d5b5caf386773274feacc290",
"body": null,
"is_bot": false,
"headline": "Adjust go.mod, go.sum for GitHub module",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-11-02T13:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69c22c7f87b2742683d7e1b4f1b9b3e219421e05",
"body": null,
"is_bot": false,
"headline": "Add License",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-11-02T13:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2f5fc696296a533e4ef60da5ee4862a20caf890",
"body": null,
"is_bot": false,
"headline": "function namespaces",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-26T19:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dc3cd2467836c7093a399b8caa693ea8e6e3374",
"body": null,
"is_bot": false,
"headline": "upper-case,string-join,...",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-26T18:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e57a2e7b38017424a6f6cdb3f9303145c4759ac",
"body": null,
"is_bot": false,
"headline": "stringvalue element",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-26T13:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62991909c155484559bbd84c90dd25ff7a196679",
"body": null,
"is_bot": false,
"headline": "context item (.)",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-26T11:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "804adc1ef831da9df827b89cca6f79c0f5026fbe",
"body": null,
"is_bot": false,
"headline": "empty,floor,local-name",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-26T09:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1565670ef60a8b808afe1522f4b90bc82357c32",
"body": null,
"is_bot": false,
"headline": "funcs abs/ceiling",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-25T19:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8885cb81452417b58ee3a3059c7496fb3c2ef5",
"body": null,
"is_bot": false,
"headline": "Some tests",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-25T13:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a313f465913aebd403cf827b080e4f6861137d5",
"body": null,
"is_bot": false,
"headline": "more prediates",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-25T10:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07968145031ef48ed780f2fc1313392f3c9a0115",
"body": null,
"is_bot": false,
"headline": "Attributes",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-25T08:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d1e6c6db697d5c09d627d55207b08ea105612d",
"body": null,
"is_bot": false,
"headline": "wildcard",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-25T06:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1851cb9328f7a64c1e048eb4c9c77c96112e34c0",
"body": null,
"is_bot": false,
"headline": "[1]predicate",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-24T15:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8471e21986c6432e137fd3a33fd709738fb07ce",
"body": null,
"is_bot": false,
"headline": "Positions",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-23T17:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5943a4adfc847b18699f52ac11555deb2bdfc5aa",
"body": null,
"is_bot": false,
"headline": "Better comparison",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-23T13:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c5c2599418f9ca565caea290ea4517d70251944",
"body": null,
"is_bot": false,
"headline": "position()",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-22T09:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "564ad9cf0c334a18bd22d7db04ba3b920c6360e2",
"body": null,
"is_bot": false,
"headline": "xmldoc",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-22T06:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff4b908f9390cf61f2a419c3b90f6ab7cedb8fea",
"body": null,
"is_bot": false,
"headline": "Navigator to main, fn call",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-21T17:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5bc29679366103576451e991352219a90f1e927",
"body": null,
"is_bot": false,
"headline": "Zwischenstand",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-21T11:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "607bd6bba654624d2622eb26d28a6daf6bd5e64a",
"body": null,
"is_bot": false,
"headline": "More interface",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-19T18:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "932fbd62b00365980aea1e8452f8933341a5a757",
"body": null,
"is_bot": false,
"headline": "for $.. in return",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-19T12:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e4986f1a97a3b7504e6086f392850d2e33397b6",
"body": null,
"is_bot": false,
"headline": "range expr",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-19T11:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17e4080f768647a363e187127ee3089face4ee7a",
"body": null,
"is_bot": false,
"headline": "context *",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-18T13:00:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f23075ad4fa7e0c3652164daea36dc0910d45b0",
"body": null,
"is_bot": false,
"headline": "start filter",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-18T12:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84f8d8dbaed8d7c29cffb2cb261e7232acdd26bd",
"body": null,
"is_bot": false,
"headline": "Shortcuts",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-17T18:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d0b20aabfaf8fc25fb0184b04c693c42bf94fe1",
"body": null,
"is_bot": false,
"headline": "ParenthesizedExpr",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-17T15:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35aa9bd5499ae12595f1764bb98fac2ba5b5c798",
"body": null,
"is_bot": false,
"headline": "variables",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-16T19:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dcc6e9501b20ee81b0c707f69e8f994387aa4f1",
"body": null,
"is_bot": false,
"headline": "More functions",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-16T14:22:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82a78ed4a5f231d9a4c1329a5adccda2c6674cdf",
"body": null,
"is_bot": false,
"headline": "OrExpr",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-16T12:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51d02c2888099c21dc971d2793e1a7af16381c66",
"body": null,
"is_bot": false,
"headline": "Comparisons",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-16T10:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0fd290a00c1043cb6a390b8463e12fb09b3b8b9",
"body": null,
"is_bot": false,
"headline": "Functions",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-16T07:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00f1d835414a026916f42f708c51a4be58931066",
"body": null,
"is_bot": false,
"headline": "Simple functions",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-15T15:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bc0d8278684267d22131859c61391b15cf3fb45",
"body": null,
"is_bot": false,
"headline": "First simple xpath evaluation",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-15T14:01:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267f9c0f6248fadf319a35ed6e0a376831a59267",
"body": null,
"is_bot": false,
"headline": "Tokenizer",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-15T09:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "989ceac19a02808aa4d7488c1f447f02ed002376",
"body": null,
"is_bot": false,
"headline": "initial import",
"author_name": "Patrick Gundlach",
"author_login": "pgundlach",
"committed_at": "2021-10-13T18:53:34Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 18,
"latest_release_at": "2026-07-21T18:25:32Z",
"latest_release_tag": "v1.0.15",
"releases_from_tags": true,
"days_since_last_push": 10,
"active_weeks_last_year": 9,
"days_since_latest_release": 10,
"mean_days_between_releases": 16.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/speedata/goxpath",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/speedata/goxpath",
"is_deprecated": false,
"latest_version": "v1.0.15",
"repository_url": "https://github.com/speedata/goxpath",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T18:25:32Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 0,
"stars": 11,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"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": [
"go.mod"
],
"largest_source_bytes": 149235,
"source_files_sampled": 22,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 3,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/speedata/goxml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.9"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.57.0"
},
{
"name": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.40.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/speedata/goxml",
"direct": true,
"version": "v1.0.9",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "v0.57.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.40.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 3,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "pgundlach",
"commits": 77,
"avatar_url": "https://avatars.githubusercontent.com/u/209434?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": null,
"reason": "no pull request found",
"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/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 4,
"reason": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "3c6e4b7e5e585eb286c7313573441fa890fde6ee",
"ran_at": "2026-08-01T05:38:13Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T19:19:46Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/speedata/goxpath",
"host": "github.com",
"name": "goxpath",
"owner": "speedata"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 46,
"vitality": 65,
"community": 32,
"governance": 60,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 65,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 18,
"human_commit_share": 1,
"days_since_last_push": 10,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 10 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "18 commits in the last year",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 18
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"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": 88,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v1.0.15",
"releases_from_tags": true,
"days_since_latest_release": 10,
"mean_days_between_releases": 16.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~16.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 16.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"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": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"forks": 0,
"stars": 11,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "11 stars",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 11
}
}
],
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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 (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"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 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"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": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"followers": 24,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "speedata",
"public_repos": 59,
"account_age_days": 6036
},
"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": "24 followers of speedata",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 24,
"login": "speedata"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "59 public repos, account ~16 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 59
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/speedata/goxpath"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 10
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"xml",
"xpath",
"xpath2",
"go",
"golang"
],
"has_wiki": false,
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"status": "partial",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 3 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 3,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 3,
"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": 3
},
"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": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.156,
"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": "12 of 77 human commits state their intent (structured subject or explanatory body)",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 77
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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 77",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 77
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 95,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 149235,
"source_files_sampled": 22,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/22 source files over 60KB",
"points": 50,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 22,
"oversized": 2
}
}
],
"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-08-01T05:38:18.073805Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/speedata/goxpath.svg",
"full_name": "speedata/goxpath",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}