Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"python",
"yaml",
"serialization",
"pretty-print",
"formatter",
"human",
"readability"
],
"is_fork": false,
"size_kb": 184,
"has_wiki": false,
"homepage": null,
"languages": {
"Shell": 2187,
"Python": 56366
},
"pushed_at": "2026-07-04T00:34:12Z",
"created_at": "2012-12-14T10:32:49Z",
"owner_type": "User",
"updated_at": "2026-07-22T17:44:22Z",
"description": "PyYAML-based module to produce a bit more pretty and readable YAML-serialized data",
"is_archived": false,
"is_disabled": false,
"license_spdx": "WTFPL",
"default_branch": "master",
"license_spdx_raw": "WTFPL",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://fraggod.net",
"name": "Mike Kazantsev",
"type": "User",
"login": "mk-fg",
"company": null,
"location": "Yekaterinburg, RU",
"followers": 132,
"avatar_url": "https://avatars.githubusercontent.com/u/227121?v=4",
"created_at": "2010-03-21T03:27:08Z",
"is_verified": null,
"public_repos": 92,
"account_age_days": 5973
},
"license": {
"state": "standard",
"spdx_id": "WTFPL",
"raw_spdx": "WTFPL",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "26.7.0",
"kind": "minor",
"published_at": "2026-07-04T00:32:09Z"
},
{
"tag": "26.2.1",
"kind": "patch",
"published_at": "2026-02-06T13:48:25Z"
},
{
"tag": "26.2.0",
"kind": "minor",
"published_at": "2026-02-06T13:02:23Z"
},
{
"tag": "25.7.0",
"kind": "minor",
"published_at": "2025-07-10T18:44:02Z"
},
{
"tag": "25.5.0",
"kind": "minor",
"published_at": "2025-05-29T05:31:44Z"
},
{
"tag": "25.1.0",
"kind": "minor",
"published_at": "2025-01-01T14:52:21Z"
},
{
"tag": "24.12.1",
"kind": "patch",
"published_at": "2024-12-11T20:36:57Z"
},
{
"tag": "24.12.0",
"kind": "minor",
"published_at": "2024-12-11T15:46:52Z"
},
{
"tag": "24.9.0",
"kind": "minor",
"published_at": "2024-09-27T03:31:13Z"
},
{
"tag": "24.7.0",
"kind": "minor",
"published_at": "2024-07-18T13:00:40Z"
}
],
"recent_commits": [
{
"oid": "11b602208b4f83f507fcd2979d76d25f4db4ef16",
"body": "…check, should be TypeError on mismatch",
"is_bot": false,
"headline": "dump.write: don't trap AttributeError in dst.write(b'') str-or-bytes …",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2026-07-04T00:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "071ed00f2409f00b7e8d1ed8d6d2f8beb0c651b0",
"body": "fix: replace bare except clauses with except Exception",
"is_bot": false,
"headline": "Merge pull request #49 from koteshyelamati/patch-1",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2026-07-04T00:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c232775c1b04667a913e07032aea92d9e1728c6a",
"body": "Two bare `except:` clauses silently catch `BaseException`, including\r\n`KeyboardInterrupt` and `SystemExit`, which can prevent the program\r\nfrom responding to Ctrl-C or clean shutdown signals.\r\n\r\n- Line 138: changed to `except Exception:` to only catch non-fatal errors\r\n while still allowing `Keyboa\n[…]\ngate.\r\n- Line 270: changed to `except (TypeError, AttributeError):` because the\r\n `dst.write(b'')` probe can only raise those specific errors when `dst`\r\n is a text stream rather than a byte stream.",
"is_bot": false,
"headline": "fix: replace bare except clauses with except Exception",
"author_name": "Kotesh Kumar Yelamati",
"author_login": "koteshyelamati",
"committed_at": "2026-07-03T21:39:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f039db7dd33d953d6575b7a3b016d23d7295046",
"body": null,
"is_bot": false,
"headline": "cli: add -o/--out-file option",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2026-02-06T13:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e70be4ff1fe9ecdbcec525b91a39dc91b920cfb1",
"body": null,
"is_bot": false,
"headline": "cli: allow reading/replacing multiple input files",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2026-02-06T13:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "190d8e03c3a8ab8f57eb4d14fe8185d1ee207886",
"body": null,
"is_bot": false,
"headline": "Fix using \\Z instead of $ in regexps to avoid matching trailing newlines",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2026-01-28T07:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c50fa92881b56b51ce7e41ed36f64141b29b08ca",
"body": null,
"is_bot": false,
"headline": "Simpler force_embed flag implementation using Representer.ignore_aliases",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2025-10-14T16:15:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5962e8363d0e1589ba4dbb72bf307057e7f37079",
"body": null,
"is_bot": false,
"headline": "tests: still match module in addition to class name",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2025-07-10T18:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7835925f07e283e1b8936d34276a5f3a1d6351c",
"body": "Allowing the test suite to run independent from the source code",
"is_bot": false,
"headline": "Merge pull request #48 from andre-motta/test_case",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2025-07-10T18:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c039abf4fe451d9c526a2df0525aa3c1bcda9c10",
"body": "…t errors on the built .whl and not only from the source code",
"is_bot": false,
"headline": "editing test_repr_undefined to allow for the test suite to run withou…",
"author_name": "alustosa",
"author_login": "andre-motta",
"committed_at": "2025-07-10T18:06:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b2fca625b4b5e5992b4ceedb42767552aa1e9e6",
"body": "…ain strings\n\nOnly intended to keep e.g. \"<SomeClass ...> # python SomeType\" values that have\ncomments in them oneline, not all plain strings.",
"is_bot": false,
"headline": "Fix repr_unknown logic for not splitting long values affecting all pl…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2025-05-29T05:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4df64cbe4f77ec4738fa38377dad4d18610dcd7",
"body": null,
"is_bot": false,
"headline": "Version bump, restore __main__.main jic",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2025-01-01T14:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96229a6bd6e4cfa93e95f29fc73fe8a6eb2b4763",
"body": "Fix import error in pyaml script",
"is_bot": false,
"headline": "Merge pull request #46 from wojnilowicz/fix-import-error",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2025-01-01T14:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1ad0ce4f8f6122e66e4b567927190901d333bf9",
"body": "There is no main in _main_.py, so the import fails. This patch fixes it\nby redirecting the import to cli.py",
"is_bot": false,
"headline": "Fix import error in pyaml script",
"author_name": "Łukasz Wojniłowicz",
"author_login": "wojnilowicz",
"committed_at": "2025-01-01T14:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17b3234ad886c40386c07a5fd650a89bda466496",
"body": null,
"is_bot": false,
"headline": "githooks.pre-push: log when tags-push is skipped as well",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-12-14T11:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "880034f6c83ef380a9eb70a8b4aeb4a894cd47af",
"body": "…on for that",
"is_bot": false,
"headline": "Add pre-push hook to auto-push tags, since apparently git has no opti…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-12-11T21:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41d867b44ceffef8432269efc3173dad5c534f7d",
"body": null,
"is_bot": false,
"headline": "README: add new pyaml.debug() to pretty-print examples",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-12-11T20:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c628d09afae7d42d1c28beee25220e0c07743f9",
"body": null,
"is_bot": false,
"headline": "module: add debug() alias for pprint() with non-yaml types",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-12-11T20:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09eda7f5e5b94159539c6506edd885237afa3bce",
"body": null,
"is_bot": false,
"headline": "README: update repr_unknown example to name values consistently",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-12-11T15:54:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbe04d45de1065e4499582d998e8e0f273919717",
"body": null,
"is_bot": false,
"headline": "dump: add repr_unknown option for repr()-dumping non-YAML types",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-12-11T15:46:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f417b7559c575542334fc77c9712a0ebfaddb130",
"body": null,
"is_bot": false,
"headline": "Add post-commit hook to tag releases from pyproject.toml",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-09-27T22:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "606b2ea97a07b379433cb33f0f5630f47af04a46",
"body": "…: val\"",
"is_bot": false,
"headline": "vspacing.oneline_split: fix splitting list items starting with \"- key…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-09-27T03:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d827d092e9a321b1f81267c3eb0ac783bf38e54a",
"body": null,
"is_bot": false,
"headline": "cli.vspacing: add optional \"s\" flag for oneline_split=True",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-07-18T13:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16fe5be9a30e5d348886e8e8f9600cddc40e0592",
"body": "…neline_split is specified",
"is_bot": false,
"headline": "vspacing: keep long all-oneliner blocks together by default, unless o…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-07-18T13:00:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddc38ba343334c3da406dacdc068ef7c12be61df",
"body": null,
"is_bot": false,
"headline": "cli.safe_replacement: handle ENOTSUP when reading xattrs to copy",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-07-18T06:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92a13be70a1f2ccb9c2910bb77e5238e170a8c29",
"body": null,
"is_bot": false,
"headline": "cli: suppress BrokenPipe tracebacks for closed stdout",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-04-17T20:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04f4967f3a30d8cf5afe75f16ca97ffadfb79009",
"body": "…print json logs and such",
"is_bot": false,
"headline": "cli: support multi-doc input/output, add -l/--lines option to pretty-…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-04-17T20:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d9417ed426848bc56182f1102502b42d963895a",
"body": null,
"is_bot": false,
"headline": "README: correct simplier -> simpler misspelling",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2024-01-10T14:07:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3b0dff0dd338b7b2a95683bc422779db375bdad",
"body": "…ys are needed, fallback to pyyaml's generator instead",
"is_bot": false,
"headline": "anchor_node: don't require unidecode when &id anchors from unicode ke…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-12-25T18:08:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfba5e5afaa1e0143b7aef13e68340bc6b932359",
"body": null,
"is_bot": false,
"headline": "dump: use width=100 default, instead of pyaml's old width=80 default",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-09-29T13:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f5aa3c18ed776434f5f50305f16384f2217db62",
"body": null,
"is_bot": false,
"headline": "cli: have -r/--replace fail if no path is specified",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-09-13T04:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb926be20d369760c16ea258daeb689c4c4bf07f",
"body": null,
"is_bot": false,
"headline": "cli: add -q/--quiet option to suppress extra check/warning",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-09-09T18:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4baa338f7290f77ea1c1a665b68ab1cfc7de2016",
"body": "…data",
"is_bot": false,
"headline": "cli: add simple check and warning if pyaml seem to be corrupting the …",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-09-09T18:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd69ac1189cf3cb6eb086c6e7e27a309ec4d6e8c",
"body": "… separating oneliner values",
"is_bot": false,
"headline": "vspacing: add sort_dicts=PYAMLSort.oneline_group option to not bother…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-09-06T17:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18bed6436a7873d70204303a873ea9b16c707e59",
"body": "…id001",
"is_bot": false,
"headline": "tests.test_anchor_cutoff: check that ids are made from keys and not &…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-09-05T21:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c80e5dffc40f1cfa171ec1580378f29eb5c30dd6",
"body": null,
"is_bot": false,
"headline": "anchor_node: limit constructed anchor length to 30-40-ish chars",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-09-05T20:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e9dae35e52b1f623d6f398b93885267969e2e05",
"body": null,
"is_bot": false,
"headline": "pyproject: add \"pyaml\" via project.scripts for pipx and such",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-09-05T19:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "280daeae4d10e37ab03d48d51012879457668265",
"body": null,
"is_bot": false,
"headline": "dump_add_vspacing: minor raw-string usage consistency fix in regexps",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-09-04T00:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48a5713adc948e5d905c8d571d724c41e84607fa",
"body": null,
"is_bot": false,
"headline": "dump_add_vspacing: fix spacing for mapping starting on a list-item line",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-09-03T16:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c2351a0ffe24c0bc6ca5e4c36c3735df0228176",
"body": "…yaml API #44",
"is_bot": false,
"headline": "dump: support using stream= keyword, for better compatibility with py…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-09-03T15:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1efa7da1a3a0e70bd904b6119ddd3171755732b8",
"body": "…to be universally supported yet #43",
"is_bot": false,
"headline": "pyproject: restore setup.py file because pyproject.toml doesn't seem …",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-07-06T06:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c97dfad748d04b9c8eae3695a70b237039a5373",
"body": null,
"is_bot": false,
"headline": "pyproject: fix missing python 3.8+ version requirement #42",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-05-11T09:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b848a521b8fa337040262fda46dfe53c44c76327",
"body": null,
"is_bot": false,
"headline": "Fix for str(enum) printing .value instead of .name in py3.11 #41",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-05-06T07:44:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33962228ddc26387d086ad9b0a87b782ce181166",
"body": null,
"is_bot": false,
"headline": "Add comment with string-repr of enum value after value itself",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-05-05T13:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9b5dfa1c97b50b4368cf8f9d25bb365769cf22c",
"body": null,
"is_bot": false,
"headline": "Discard \"...\" at the end of single-value YAMLs",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-05-05T13:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f3b3d31bc5749af823aa7f99691ec8625b15263",
"body": null,
"is_bot": false,
"headline": "Serialize dataclass instances using dataclasses.asdict() converter",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-05-05T09:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "538512296cbfac27f155d0ff0af62a54f3ea4267",
"body": null,
"is_bot": false,
"headline": "Serialize enum values as their .value (most likely int)",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-05-05T09:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e8b000572febf15382874c908cdcc564550c032",
"body": "… that much of an issue\n\nCurrent string style selection might be safe, if not using overrides for it,\nbut I haven't looked into it or tested it much, so current \"safe\" value is\nsomething like \"maybe-true?\" in reality.",
"is_bot": false,
"headline": "Downgrade safe=False usage to deprecation warning, as it shouldn't be…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-05-05T08:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5704bc7d5a68a00ce005b12519369d8d0301c4ca",
"body": null,
"is_bot": false,
"headline": "Fix incorrect warning messages about old parameters",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-05-05T01:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df3785bddadc93f6caefeba3214bbed378c01f45",
"body": null,
"is_bot": false,
"headline": "README: add alt-repo links",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-05-05T00:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b9113e4616316c50c6b7a98c256eb46b2ffbd83",
"body": null,
"is_bot": false,
"headline": "Use modern pyproject.toml package metadata",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-05-05T00:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "455e73940bd3dfea3cd43ca15d6a6062ad2efdf2",
"body": "… below here\n\n- Python2 is no longer supported.\n\n- Default dump-funcs output is str, not bytes.\n\n- Remove UnsafeYAMLDumper class, rename PrettyYAMLDumper.\n\n Current PYAMLDumper class is unsafe, there is no replacement for more basic\n PrettyYAMLDumper, implementing which will need more work and tes\n[…]\ns sort_keys.\n\n- vspacing - now enabled by default, works a bit differently.\n\nUsing options in a deprecated way should issue DeprecationWarning,\nbut mostly work, where it is possible, without breaking.",
"is_bot": false,
"headline": "Update to py3-only version, with a bunch of breaking changes - listed…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2023-05-04T23:59:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "34581d45859ac7e38cdb26f4da5ce1782c3052d7",
"body": "… not just that it parses",
"is_bot": false,
"headline": "test.unqouted_spaces: check for actual unquoted string in the output,…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2021-10-09T23:38:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "975c69c4528fbfc7ad455fff72c1c1c1ab32d54f",
"body": null,
"is_bot": false,
"headline": "choose_scalar_style: don't put quotes around string values with spaces",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2021-10-09T23:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cca3c40447e47a766d618dbe1fb91bc814db833",
"body": null,
"is_bot": false,
"headline": "tests: use filename compatible with unittest discover command",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2021-10-09T22:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e1d2aa7b2a3561b7c075f1db8805d4c7eb7c045",
"body": null,
"is_bot": false,
"headline": "tests: fix python2 compat, in case someone still uses it",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2021-08-08T13:11:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe278854819d14450b13e8159c1f6751762b00ba",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2021-08-08T13:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63b76fdd39168d81fe4da4ca212ba9292ceae363",
"body": "Fix tests for Python 3.10: abstract base classes have moved",
"is_bot": false,
"headline": "Merge pull request #38 from sbraz/py310",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2021-08-08T13:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "707e14bd714e91dc53295393e2c8eea257aced5a",
"body": "As mentioned in the documentation:\n\"Deprecated since version 3.3, will be removed in version 3.10: Moved\nCollections Abstract Base Classes to the collections.abc module. For\nbackwards compatibility, they continue to be visible in this module through\nPython 3.9.\"",
"is_bot": false,
"headline": "Fix tests for Python 3.10: abstract base classes have moved",
"author_name": "Louis Sautier",
"author_login": "sbraz",
"committed_at": "2021-08-08T11:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f904b967b446bcbca6a186271321e6c114df15b2",
"body": null,
"is_bot": false,
"headline": "Quote strings with # in them, so that they won't end up as comments",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2020-04-02T09:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "170771c272bbb853c04147d42fa7a18504721d77",
"body": "…parser there instead",
"is_bot": false,
"headline": "Drop earlier special-case for ruamel.yaml and add note on using safe …",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2020-03-09T20:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e62bb950098f234f566f0c0ddf5fe9610c2d5f",
"body": "…s importable (#34)",
"is_bot": false,
"headline": "Add compatibility with ruamel.yaml ordereddict type, if that module i…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2020-03-09T19:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a302d648d5f187a97e10beca2a20adc9a3ccfd5",
"body": "Update github status URL in README",
"is_bot": false,
"headline": "Merge pull request #32 from StephenBrown2/patch-1",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2020-01-02T21:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be5fdf838473a315372f0302c7f562b5ab58d28",
"body": "It seems status.github.com has been moved to it's own domain, and accessing any sub-path redirects to the root of githubstatus.com. The API endpoints can be found by going to https://www.githubstatus.com/api",
"is_bot": false,
"headline": "Update github status URL in README",
"author_name": "Stephen Brown II",
"author_login": "StephenBrown2",
"committed_at": "2020-01-02T16:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ecfb29ac561009619e73c01645beb6df68d8477",
"body": null,
"is_bot": false,
"headline": "Add -r/--replace command-line option",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2019-12-07T04:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f087124ad26f032357127614c87050fabb3de6",
"body": null,
"is_bot": false,
"headline": "Make dump(..., multiple_docs=True) a full equivalent of dump_all",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2019-04-17T02:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5f2faa0277bca7118d6af66453aa4bd9315599d",
"body": null,
"is_bot": false,
"headline": "Add dump_all module function for dumping multiple documents",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2019-04-17T02:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b32816825b471d2234c2306f557a67c8a5869bd",
"body": "…ggested in #27",
"is_bot": false,
"headline": "Add sort_dicts option to disable sorting dicts for python 3.6+, as su…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2018-11-19T14:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "370130d6321b60b8f44585a27d487481772183ca",
"body": null,
"is_bot": false,
"headline": "Don't import/use unidecode for ascii",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2017-12-23T20:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe7b9c3a13237d8d4cf307dcdf31dc1be39b2534",
"body": null,
"is_bot": false,
"headline": "Add string-repr for pathlib.Path objects",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2017-12-23T19:28:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc8dc0b0063ce3e530cc1cd25fc4d47fb9b8cea",
"body": null,
"is_bot": false,
"headline": "README: add link to ruamel.yaml module as a parser counterpart",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2017-10-08T01:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6a6d1226445695a6ffb48634dba1ec0517f8fbf",
"body": null,
"is_bot": false,
"headline": "Represent numpy arrays as lists, as per #24",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2017-08-17T10:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3782375bae4d75c75edc0cdf5efa5bb2bb81c49",
"body": null,
"is_bot": false,
"headline": "Version bump, minor style fixes",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2017-07-28T04:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc76ca3e06a79d79d9866df5c46d34b3ffd9bcc",
"body": "allow line width to be passed in throguh cli",
"is_bot": false,
"headline": "Merge pull request #23 from dschaller/cli-width-argument",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2017-07-28T03:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24bdf845a60a7d6c7d459f36ef98352c01f59ae0",
"body": null,
"is_bot": false,
"headline": "allow line width to be passed in throguh cli",
"author_name": "Derek Schaller",
"author_login": null,
"committed_at": "2017-07-27T21:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47329c7c62be545ad52e5e4d657303d8c88f7e9e",
"body": "…from #20",
"is_bot": false,
"headline": "README: make Warning section more prominent and add concrete example …",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2016-12-11T10:10:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36d987ea4b476d6f98c55ff2c081c6a4f583020c",
"body": "…nfused with seq values",
"is_bot": false,
"headline": "Use \"literal\" style for single-dash strings, so that they won't be co…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2016-12-08T20:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2abc74ac155e0d59e447d5705e368f29e22c9a33",
"body": "…parsed as nulls",
"is_bot": false,
"headline": "Use \"literal\" style for empty strings, as otherwise these will be re-…",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2016-12-08T19:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e8382730e03be9474efd0143435638587d85ff3",
"body": null,
"is_bot": false,
"headline": "README: fix get-pip.py url",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2016-11-15T06:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8244028b4d7f189cd2c99f197445c19e5f8de0f",
"body": null,
"is_bot": false,
"headline": "setup: add py3.5 to a list of supported version",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2016-11-12T21:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c08f98e765069ffc76cbbfd7adce406fd4d594d",
"body": null,
"is_bot": false,
"headline": "setup.c -> setup.cfg",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2016-11-12T21:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f27796f9ef9ba40c1b654bb2b0ea51d1283f2e00",
"body": "allow the building of universal wheels",
"is_bot": false,
"headline": "Merge pull request #15 from graingert/patch-1",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2016-11-12T21:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49fb37404eace9bb9e9df2babf6f932371a6ee0c",
"body": null,
"is_bot": false,
"headline": "README: update Installation section",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2016-11-12T21:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "273981a4a6fff15e2e1319eb6b7205825fa4daa6",
"body": null,
"is_bot": false,
"headline": "setup: drop \"OSI Approved\" classifier, WTFPL is not",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2016-11-02T04:47:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3191e7dba0f6b63cea76a2b3ec5746ae62ef659",
"body": null,
"is_bot": false,
"headline": "setup: version bump",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2016-09-10T04:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64e1d344fb308bea4601df754a3295039a0e2647",
"body": "Strings starting with \"[\" need to be quoted as well.",
"is_bot": false,
"headline": "Merge pull request #17 from rosmo/fix-bracket",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2016-02-17T15:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd0208f4b5ff38ae73f1b2054afacf0e521ba9af",
"body": null,
"is_bot": false,
"headline": "Strings starting with \"[\" need to be quoted as well.",
"author_name": "Taneli Leppä",
"author_login": "rosmo",
"committed_at": "2016-02-16T19:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24d22267d854dd9a1b8052fe3737e0dc8c854b3d",
"body": null,
"is_bot": false,
"headline": "README: add note on PyYAML Dumper keywords",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2015-08-30T05:48:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e694fe7233f297fc9b877ead16613650e22bfb04",
"body": null,
"is_bot": false,
"headline": "Add passthrough for pyyaml dumper parameters",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2015-08-30T05:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c5be1e0ea9e7e779ba918b9cb0362b8eb407156",
"body": null,
"is_bot": false,
"headline": "Use dumper.best_width for string-width-related decisions",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2015-08-30T05:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0c762e39328690710027dbc39179b1a7579e27e",
"body": "Distribute using:\r\n\r\npython setup.py sdist bdist_wheel register upload",
"is_bot": false,
"headline": "allow the building of universal wheels",
"author_name": "Thomas Grainger",
"author_login": "graingert",
"committed_at": "2015-07-02T10:12:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5488a5504d8b216da956436f6b7cf763d3c7b6d4",
"body": null,
"is_bot": false,
"headline": "tests.ordereddict: use assertEqual",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2015-06-29T03:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab6ffcf97b3da604011b52c81a99dee4bdb7c4e9",
"body": null,
"is_bot": false,
"headline": "README: note on OrderedDict and nametuple keeping their ordering",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2015-06-29T03:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f50747c4ce3b9cf1c6bbe578b7634f5f944f91f4",
"body": "Preserve OrderedDict order",
"is_bot": false,
"headline": "Merge pull request #14 from orivej/master",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2015-06-29T03:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffb7b5a81ebbe75dfd29a119aff360dcdc4d35fb",
"body": null,
"is_bot": false,
"headline": "Preserve OrderedDict order.",
"author_name": "Orivej Desh",
"author_login": "orivej",
"committed_at": "2015-06-28T23:50:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8903e6f7bc2fbd522038934777e9689c914220b",
"body": null,
"is_bot": false,
"headline": "README: one more stab at it",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2015-05-19T18:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae39b9798528e148934a53f106146e4c0c61dca3",
"body": null,
"is_bot": false,
"headline": "README: +1 attempt to fix pypi README formatting",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2015-05-19T18:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf2799bb7f58357bb82886abe7787a2111a2adef",
"body": null,
"is_bot": false,
"headline": "setup: try to fix README on pypi with unicode -> bytes",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2015-05-19T18:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7f9ba382e1ac0abeafb00fce30fe2400412172",
"body": null,
"is_bot": false,
"headline": "Add MANIFEST.in to include README.rst",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2015-05-19T18:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd687a18a41383c49398e6fa9a4882ff6a125548",
"body": null,
"is_bot": false,
"headline": "README: convert to rst",
"author_name": "Mike Kazantsev",
"author_login": "mk-fg",
"committed_at": "2015-05-19T18:43:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 7,
"latest_release_at": "2026-07-04T00:32:09Z",
"latest_release_tag": "26.7.0",
"releases_from_tags": true,
"days_since_last_push": 24,
"active_weeks_last_year": 4,
"days_since_latest_release": 24,
"mean_days_between_releases": 79.5
},
"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": [
{
"name": "pyaml",
"exists": true,
"license": "WTFPL",
"keywords": [
"yaml",
"serialization",
"pretty-print",
"formatter",
"human",
"readability",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: Public Domain",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/pyaml/",
"is_deprecated": false,
"latest_version": "26.7.0",
"repository_url": "https://github.com/mk-fg/pretty-yaml",
"versions_count": 83,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 7241902,
"first_published_at": "2012-12-14T10:42:42.421414Z",
"latest_published_at": "2026-07-04T00:34:38.532684Z",
"latest_version_yanked": null,
"days_since_latest_publish": 24
}
]
},
"popularity": {
"forks": 32,
"stars": 138,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2013-05-22",
"count": 1
},
{
"date": "2013-07-19",
"count": 1
},
{
"date": "2014-06-12",
"count": 1
},
{
"date": "2014-08-19",
"count": 1
},
{
"date": "2014-10-30",
"count": 1
},
{
"date": "2014-12-05",
"count": 1
},
{
"date": "2015-02-25",
"count": 1
},
{
"date": "2015-06-28",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-10-24",
"count": 1
},
{
"date": "2015-11-10",
"count": 1
},
{
"date": "2015-12-28",
"count": 1
},
{
"date": "2016-02-16",
"count": 1
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-04-22",
"count": 1
},
{
"date": "2016-09-21",
"count": 1
},
{
"date": "2017-03-08",
"count": 1
},
{
"date": "2018-02-11",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2020-01-02",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-09-28",
"count": 1
},
{
"date": "2022-02-12",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2025-07-10",
"count": 1
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
}
],
"complete": true,
"collected": 31,
"total_forks": 32
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 24460,
"source_files_sampled": 7,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"setup.py"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "pypi:pyaml@26.7.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "PyYAML",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "pyyaml",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "dependencies",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 1,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 13,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 35,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mk-fg",
"commits": 135,
"avatar_url": "https://avatars.githubusercontent.com/u/227121?v=4"
},
{
"type": "User",
"login": "pR0Ps",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/466941?v=4"
},
{
"type": "User",
"login": "chrigl",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1122786?v=4"
},
{
"type": "User",
"login": "davidfischer-ch",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/829615?v=4"
},
{
"type": "User",
"login": "koteshyelamati",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/196373335?v=4"
},
{
"type": "User",
"login": "sbraz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4833332?v=4"
},
{
"type": "User",
"login": "orivej",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/101514?v=4"
},
{
"type": "User",
"login": "StephenBrown2",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1148665?v=4"
},
{
"type": "User",
"login": "rosmo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/988648?v=4"
},
{
"type": "User",
"login": "graingert",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/413772?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.9
},
"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 3 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": 1,
"reason": "Found 3/27 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"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": "11b602208b4f83f507fcd2979d76d25f4db4ef16",
"ran_at": "2026-07-28T14:49:05Z",
"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": "2026-07-04T00:35:09Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-04T00:29:25Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mk-fg/pretty-yaml",
"host": "github.com",
"name": "pretty-yaml",
"owner": "mk-fg"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "The weighted overall 50 is calibrated to 50 on the published index scale (record calibration 2026-08-02). High-Risk Jurisdiction Policy applies a 20% multiplier to weighted overall health and gives it an At Risk ceiling of 34.",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 50,
"calibrated": 50,
"calibration": "2026-08-02"
}
},
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 34,
"pct": 20
}
}
],
"value": 10,
"inputs": {
"security": 25,
"vitality": 57,
"community": 63,
"governance": 67,
"calibration": "2026-08-02",
"engineering": 34,
"ai_readiness": 29,
"weighted_overall_raw": 50,
"high_risk_jurisdiction_cap": 34,
"high_risk_jurisdiction_multiplier": 20,
"weighted_overall_before_jurisdiction": 50,
"overall_after_jurisdiction_multiplier": 10
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 57,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"commits_last_year": 7,
"human_commit_share": 1,
"days_since_last_push": 24,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 24 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 24
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "7 commits in the last year",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 7
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"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": 80,
"inputs": {
"releases_count": 10,
"latest_release_tag": "26.7.0",
"releases_from_tags": true,
"days_since_latest_release": 24,
"mean_days_between_releases": 79.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 24 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 24
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~79.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 79.5
}
}
],
"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": "exceptional",
"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": 31,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 31 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 31
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 63,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"forks": 32,
"stars": 138,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "138 stars",
"points": 34.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 138
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "32 forks",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 32
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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 (WTFPL)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "WTFPL"
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "exceptional",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"pyaml"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 7241902
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "7,241,902 downloads/month across pypi",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 7241902,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.9
},
"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 90% of commits",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 90
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 82,
"inputs": {
"merged_prs": 13,
"open_issues": 0,
"closed_issues": 35,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/14 decided PRs merged",
"points": 27.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 14
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/27 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"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": 63,
"inputs": {
"followers": 132,
"owner_type": "User",
"is_verified": null,
"owner_login": "mk-fg",
"public_repos": 92,
"account_age_days": 5973
},
"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": "132 followers of mk-fg",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 132,
"login": "mk-fg"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "92 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 92
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"pyaml"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 24
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 24 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 24
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "83 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 83
}
}
],
"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": 34,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"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 3 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": [
"python",
"yaml",
"serialization",
"pretty-print",
"formatter",
"human",
"readability"
],
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 25,
"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 20% multiplier to Security posture and gives it an At Risk ceiling of 34.",
"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": 34,
"pct": 20
}
}
],
"value": 6,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.2,
"high_risk_jurisdiction_cap": 34,
"high_risk_jurisdiction_multiplier": 20,
"security_posture_after_multiplier": 6,
"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 3 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 3/27 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"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": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"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": "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": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:pyaml@26.7.0 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:pyaml@26.7.0",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "at_risk",
"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": 20,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "owner",
"count": 1,
"country": "Russia"
},
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: owner (1); Russia: top_contributor (1)",
"points": 20,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "owner",
"count": 1,
"country": "Russia"
}
},
{
"code": "jurisdiction_exposure_next",
"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": 29,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.41,
"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": "41 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"sampled": 100
}
}
],
"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": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 24460,
"source_files_sampled": 7,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"cli": 2,
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:pypi",
"weight": 6
},
{
"tier": "tags",
"label": "cli",
"source": "tag:formatter",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T14:49:17.406818Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mk-fg/pretty-yaml.svg",
"full_name": "mk-fg/pretty-yaml",
"license_state": "standard",
"license_spdx": "WTFPL"
}