Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 95,
"has_wiki": true,
"homepage": null,
"languages": {
"Haskell": 70616
},
"pushed_at": "2019-03-25T09:15:48Z",
"created_at": "2012-03-23T00:19:29Z",
"owner_type": "User",
"updated_at": "2020-04-27T05:12:06Z",
"description": "picklers for xml-types",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Haskell",
"significant_languages": [
"Haskell"
]
},
"owner": {
"blog": null,
"name": "Philipp Balzarek",
"type": "User",
"login": "Philonous",
"company": null,
"location": "Malmö, Sweden",
"followers": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/558171?v=4",
"created_at": "2011-01-11T21:09:52Z",
"is_verified": null,
"public_repos": 91,
"account_age_days": 5674
},
"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": "v0.3.5",
"kind": "patch",
"published_at": "2014-03-28T12:10:54Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2013-10-29T12:33:43Z"
},
{
"tag": "0.3.2",
"kind": "patch",
"published_at": "2013-04-04T16:31:01Z"
},
{
"tag": "0.3.1",
"kind": "patch",
"published_at": "2013-03-05T13:45:42Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2013-01-10T13:21:37Z"
},
{
"tag": "0.2.2",
"kind": "patch",
"published_at": "2012-07-05T09:56:40Z"
}
],
"recent_commits": [
{
"oid": "887e5416b5e61c589cadf775d82013eb87751ea2",
"body": null,
"is_bot": false,
"headline": "fix prop_xpAttribute test",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2016-08-22T14:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a9cf337e5eff3ceb09bb092f9d4e6f9cc1e862",
"body": null,
"is_bot": false,
"headline": "add stack.yaml",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2016-08-22T12:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc3a362def73518569fbf290fe2191ea3df0057e",
"body": null,
"is_bot": false,
"headline": "update .travis.yml",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2016-08-22T12:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf704ff36e7f415ac5ccd8ff90997f471795f2e7",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2015-04-01T17:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcec1d644808d4c582f24f89e1e1baffbb488029",
"body": null,
"is_bot": false,
"headline": "add Applicative instance for UnpickleResult",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2015-04-01T17:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd3d712285532a2ff5e929d25b202af88f47d76b",
"body": null,
"is_bot": false,
"headline": "collaps identical trace steps in ppUnpickleError",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2014-08-02T12:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac87af74ea7c2277f16dd0ff27131030c7c34ad4",
"body": null,
"is_bot": false,
"headline": "bump package version",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2014-03-28T12:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77bdbd8c514b318179f6511dd7240d0805f01a44",
"body": "Limited test suite and minor fixes",
"is_bot": false,
"headline": "Merge pull request #3 from jonkri/master",
"author_name": "Philonous",
"author_login": "Philonous",
"committed_at": "2014-03-28T12:04:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbaac2b43146dd70d49ce4caa7d82bea72fa37dc",
"body": "This commit fixes a couple of bugs as revealed by the recently added\ntest suite. The following bugs were fixed:\n\n1. `xpAttribute' matched against a ContentText singleton, and failed\n to unpickle attributes with different text content.\n\n2. `flattenContent' throwed an `UnresolvedEntityException' on\n comments.\n\n3. `xpContent' could possibly return an XML comment.",
"is_bot": false,
"headline": "Make Haddock documentation more coherent and fix three minor bugs",
"author_name": "Jon Kristensen",
"author_login": null,
"committed_at": "2014-03-27T19:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bd4f4a5ffdd0d29b515ece01c5d59bd0f760300",
"body": "I commented out the previous tests as they were broken (and I could\nnot find the time to fix them). I also switched to using Tasty, and\nadded the suite to the Cabal file (along with the -fhpc option).",
"is_bot": false,
"headline": "Add limited test suite (using primarily QuickCheck)",
"author_name": "Jon Kristensen",
"author_login": null,
"committed_at": "2014-03-27T19:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0183a9fecf21805757e9e90c30744bbd5efe12dc",
"body": null,
"is_bot": false,
"headline": "bump version (0.3.4)",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-10-29T12:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5992c1e0c19a1914e373e9442adc36ecf3e311d",
"body": null,
"is_bot": false,
"headline": "add xpChoice",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-10-29T12:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbeed6392d629dfe4b0da134cf71c269c6c4c479",
"body": "Basic to contain data types and helper functions\nPicklers to contain only actual pickler definitions\nTuples to contain tuple picklers and helpers",
"is_bot": false,
"headline": "add modules for structure",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-10-29T12:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd85198dfc805b9a67cf3de49973e1e2ea5e840c",
"body": null,
"is_bot": false,
"headline": "Small haddock typos fixed",
"author_name": "Kirill Zaborsky",
"author_login": "qrilka",
"committed_at": "2013-06-12T08:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10e39bb2914c74d76128d3b0cc54c806057a490d",
"body": null,
"is_bot": false,
"headline": "add README.md",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-06-08T14:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a733e3ada9d36fb5c1996faf326489c630ef0c8",
"body": null,
"is_bot": false,
"headline": "add .travis.yml",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-06-08T14:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e471ebf1026ffca08cf4457ab4919a55cf812093",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-06-08T13:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1390a3e6a2fac5eac2acec733a767d0e9f78e63e",
"body": null,
"is_bot": false,
"headline": "add xpPartial",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-06-08T13:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53cd5f672cc8c5a0c4b4fbd373b8be6843f80f13",
"body": null,
"is_bot": false,
"headline": "fix hlint warnings",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-06-08T13:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8480f67c11509c9c6d1584ca53db16fe5123ff14",
"body": null,
"is_bot": false,
"headline": "fix ghc warnings",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-06-08T13:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bee085bdb0ab0f27dca10e6db825cf835c2953e",
"body": null,
"is_bot": false,
"headline": "bump version number",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-04-04T16:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64039db6a31517a7787beb0578ed155917b2f841",
"body": null,
"is_bot": false,
"headline": "add xpBool",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-03-06T13:06:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6892cd5510836763f6836436d2be48d421f3184d",
"body": null,
"is_bot": false,
"headline": "bump version for bugfix release",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-03-05T13:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd18002c30fe794a71b2e06fa52e8ef9f9b4a0f",
"body": null,
"is_bot": false,
"headline": "add error string to xpElemBlank and xpElemExists",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-03-05T13:44:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a02840f1c33bc0a3a8adf4c75b3d45ed77fc8e8b",
"body": null,
"is_bot": false,
"headline": "use monad interface in xpFindFirst",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-03-01T21:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "969e1bef20498df9d9eca3e87ccf9ee0ca0d82c4",
"body": "apply child node pickler on child node, not on siblings\nadd actual element name to error messages",
"is_bot": false,
"headline": "fix xpElemByNamespace",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-03-01T21:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bba88029872245b9aee18a94de811ccb4bda2ad",
"body": null,
"is_bot": false,
"headline": "add xpFindFirst",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-02-28T11:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c62e2210f43287d86936e33c18cf9646d47223af",
"body": null,
"is_bot": false,
"headline": "improve documentation",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-02-28T10:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6864e1a1789d70812705a049df42657b59c6faa",
"body": null,
"is_bot": false,
"headline": "update cabal file for new release",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-02-18T14:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "106a9afa25e0a29312971a1fdc1d743586c91c7b",
"body": "add error message to xpAll\nflattenContent removes all-whitespace ContectTexts",
"is_bot": false,
"headline": "add missing picklers to export list",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-02-18T14:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76e5ca50d1019cbac6f9cb9765baaf951d5256b0",
"body": null,
"is_bot": false,
"headline": "add xpFst, xpSnd, xpMayFail",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-01-11T15:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2d1347701e75af477db49f2734ae5d6e7c537fe",
"body": null,
"is_bot": false,
"headline": "fix some bugs",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-01-11T15:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e52b4049f33c25d386abf70729efab7793f6f4",
"body": null,
"is_bot": false,
"headline": "bump package version",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-01-10T13:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e35d2ff06345f368d63ea4945f0d5542013695ee",
"body": "fix unsoundnes of xpOption and related picklers\nremove cleannes checking (picklers now check for leftovers themselves)",
"is_bot": false,
"headline": "refactor unpickle Result from Either to UnpickleResult",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-01-10T11:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "014d6392a8efb4169162118282eb4268cbb3a816",
"body": null,
"is_bot": false,
"headline": "add xpIso, xpConst",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2013-01-04T12:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a503f7da88fb445ef006179b9c66b81e9783cc00",
"body": null,
"is_bot": false,
"headline": "add -XOverloadedStrings to generic",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-12-11T00:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aea9e4a844ef9a41502107d97a40fa802ac14e9b",
"body": null,
"is_bot": false,
"headline": "Add syb-generic Pickler",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-12-10T22:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbeb4f2bb2e7acbf25b4bbe75ed7898392f18915",
"body": null,
"is_bot": false,
"headline": "add xpElemText",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-12-10T22:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdbfbf9d57c114c74a1c7ab4f385bd083165c339",
"body": "add xpString",
"is_bot": false,
"headline": "add xpAllByNamespace",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-07-24T14:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea9a6324b0663cb2885e1371701ee9e15a3cba3e",
"body": "fix xpElems trying to apply xpElem to all elements indiscriminately\nfix recursive clean-nes property for xpAll\nadd branch error cases to xp2Tuple",
"is_bot": false,
"headline": "version bump",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-07-05T09:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3387f4cab688f356ce75a1f6dc7b2bdd3bf61d95",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-07-05T09:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "489fb004dfca143d966ce1670fdaf3ea1b3f1387",
"body": "move UnpickleError Show instance to ppUnpickleError\nderive UnpickleError Show instance\nadd error branches to xpAll, xp[n]Tuple",
"is_bot": false,
"headline": "fix xpText",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-07-04T20:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb6bef13f0b600cf2955bbadc954ab24c11dd2b7",
"body": null,
"is_bot": false,
"headline": "Version bump to 0.2",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-07-03T11:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31655026185cfdab2a09b58c6569ef377e8096e9",
"body": "Add error data type that contains a backtrace",
"is_bot": false,
"headline": "Overhaul error systen",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-07-02T19:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e20b6b50877fa6df04ff527365cda554e1d1b7f",
"body": "add xpElems",
"is_bot": false,
"headline": "add xpSubsetAll",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-07-02T13:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1117559380711ed30d1b83a9fcfc636e20be2fd5",
"body": null,
"is_bot": false,
"headline": "rename to xml-picklers",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-06-30T16:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9d639a35102be3028e249462a027049868eb7a",
"body": "add xpText",
"is_bot": false,
"headline": "add xpAssert",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-06-30T14:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0afdfea348e7dac04a13b946775be8e0feb2209",
"body": null,
"is_bot": false,
"headline": "add xpElems",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-05-09T13:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28ae772884d65465d937a6e8bb355408bdade89b",
"body": null,
"is_bot": false,
"headline": "Added Category instance",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-04-21T16:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91143ff6cfe1c3f4aeaed948222c7298477f886d",
"body": null,
"is_bot": false,
"headline": "Fixed xpElemByNamespace",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-04-20T09:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f8caedfe389646647354badc7700eccf40442f",
"body": null,
"is_bot": false,
"headline": "pretty print names",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-04-14T19:26:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1140a26b9a7b386956a635ab4f62d4efb114dfd8",
"body": null,
"is_bot": false,
"headline": "Fixed xpElemByNamespace errormessage",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-04-14T18:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e417f9ddc6cc74dc06fabadad810da10b8e25d84",
"body": null,
"is_bot": false,
"headline": "export Attribute",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-04-11T15:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c74e1b284281ce2f4ac44eb5dae0f3d959860eb",
"body": null,
"is_bot": false,
"headline": "added xpElemByNamespace",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-04-11T14:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "950653f0e4266ff4eb1573959b1d584f4e3062a1",
"body": null,
"is_bot": false,
"headline": "fixed xpPrim, better error messages for xpAlt, xpElem documentation",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-04-01T18:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1606d7ce102c69203bb58b0e458c12ecdd41b588",
"body": null,
"is_bot": false,
"headline": "infix tuple",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-03-24T19:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1086197bfda6ebc4821a9a4ccfdf7792038d000e",
"body": "…might actually not consume anything)",
"is_bot": false,
"headline": "tuples don't check whether there are elements left (because picklers …",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-03-24T17:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cde2343d9e634b8a6bc6ecd1da82f70b4bff7faa",
"body": null,
"is_bot": false,
"headline": "more documentation",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-03-24T15:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00af60dd4e81b31b46f4cd55ec79ef95cd4910d2",
"body": null,
"is_bot": false,
"headline": "xpIsolate, xpElemExists",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-03-24T14:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ef939e00c9e0bd3040a8775d9577d9e91cbf2ce",
"body": null,
"is_bot": false,
"headline": "improved documentation, added a few more combinators",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-03-24T13:43:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1d951f0ea23e072bae4cc7e32045149970f47ce",
"body": null,
"is_bot": false,
"headline": "cabal",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-03-23T10:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807989a59c1a53a8f33bc62c8cc6f90597bd273d",
"body": null,
"is_bot": false,
"headline": "initial version",
"author_name": "Philipp Balzarek",
"author_login": "Philonous",
"committed_at": "2012-03-23T00:17:37Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2014-03-28T12:10:54Z",
"latest_release_tag": "v0.3.5",
"releases_from_tags": true,
"days_since_last_push": 2679,
"active_weeks_last_year": 0,
"days_since_latest_release": 4502,
"mean_days_between_releases": 126.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 4,
"stars": 5,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2013-06-10",
"count": 1
},
{
"date": "2013-06-12",
"count": 1
},
{
"date": "2015-11-08",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": "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": 2,
"open_issues": 1,
"closed_ratio": 0.5,
"closed_issues": 1,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Philonous",
"commits": 59,
"avatar_url": "https://avatars.githubusercontent.com/u/558171?v=4"
},
{
"type": "User",
"login": "qrilka",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/70110?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.983
},
"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": [],
"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": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 2/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "887e5416b5e61c589cadf775d82013eb87751ea2",
"ran_at": "2026-07-25T22:49:47Z",
"aggregate_score": 3.2,
"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": null,
"oldest_open_prs": [
{
"number": 7,
"created_at": "2019-03-25T09:15:48Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2014-03-28T12:04:02Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 5,
"created_at": "2015-01-30T10:25:42Z",
"last_comment_at": "2025-02-22T02:54:05Z",
"last_comment_author": "alexfmpe"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Philonous/xml-picklers",
"host": "github.com",
"name": "xml-picklers",
"owner": "Philonous"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 13,
"inputs": {
"security": 16,
"vitality": 13,
"community": 31,
"governance": 36,
"engineering": 34,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 26,
"overall_after_jurisdiction_multiplier": 13
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 2679,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2679 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 2679
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 32,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.3.5",
"releases_from_tags": true,
"days_since_latest_release": 4502,
"mean_days_between_releases": 126.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4502 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 4502
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~126.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 126.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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 1,
"days_since_last_merged_pr": 4502,
"days_since_last_human_commit": 3624,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 3624 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 3624,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"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": 31,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"forks": 4,
"stars": 5,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 36,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.983
},
"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 98% of commits",
"points": 0.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"merged_prs": 2,
"open_issues": 1,
"closed_issues": 1,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2/4 decided PRs merged",
"points": 19.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 4
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/29 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": 58,
"inputs": {
"followers": 36,
"owner_type": "User",
"is_verified": null,
"owner_login": "Philonous",
"public_repos": 91,
"account_age_days": 5674
},
"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": "36 followers of Philonous",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 36,
"login": "Philonous"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "91 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 91
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
}
],
"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": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"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": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": "critical",
"name": "Security",
"value": 16,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 16,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.2,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 16,
"security_posture_before_jurisdiction": 32
},
"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": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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 fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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": "high_risk_jurisdiction_exposure",
"band": "moderate",
"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": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"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": 38,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.129,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "8 of 62 human commits state their intent (structured subject or explanatory body)",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 8,
"sampled": 62
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"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": 37,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Haskell (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Haskell"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 62",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 62
}
}
],
"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": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"primary_language": "Haskell",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Haskell (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Haskell"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T22:49:53.235440Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/Philonous/xml-picklers.svg",
"full_name": "Philonous/xml-picklers",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}