JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1570,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 87414
},
"pushed_at": "2026-07-22T12:30:20Z",
"created_at": "2023-03-07T10:38:41Z",
"owner_type": "User",
"updated_at": "2026-07-22T12:30:04Z",
"description": "Tool to interact with Anki Cards",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "Haeata-Ash",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/57158452?v=4",
"created_at": "2019-10-29T22:47:44Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 2457
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2026-07-22T12:28:57Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2026-07-22T10:39:52Z"
},
{
"tag": "0.2.3",
"kind": "patch",
"published_at": "2026-07-02T08:50:09Z"
},
{
"tag": "0.2.2",
"kind": "patch",
"published_at": "2026-07-02T08:35:30Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2026-07-01T09:49:54Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2026-07-01T08:54:05Z"
},
{
"tag": "0.1.4",
"kind": "patch",
"published_at": "2026-06-30T15:27:07Z"
},
{
"tag": "0.1.3",
"kind": "patch",
"published_at": "2026-06-30T09:30:07Z"
},
{
"tag": "0.1.2",
"kind": "patch",
"published_at": "2026-06-24T16:08:46Z"
},
{
"tag": "0.1.1",
"kind": "patch",
"published_at": "2026-06-24T09:10:27Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2026-06-24T08:40:16Z"
},
{
"tag": "0.1.0-dev1",
"kind": "prerelease",
"published_at": "2026-06-24T08:34:25Z"
},
{
"tag": "0.1.0-dev0",
"kind": "prerelease",
"published_at": "2026-06-24T07:32:54Z"
},
{
"tag": "0.0.4",
"kind": "patch",
"published_at": "2024-06-01T00:25:08Z"
},
{
"tag": "0.0.3",
"kind": "patch",
"published_at": "2024-05-31T09:57:43Z"
},
{
"tag": "0.0.2",
"kind": "patch",
"published_at": "2024-05-29T23:33:59Z"
}
],
"recent_commits": [
{
"oid": "d86a433f9e297b0483b9a353b343055434a63fdc",
"body": "Add verbose flag",
"is_bot": false,
"headline": "Merge pull request #53 from Haeata-Ash/add_verbose_flag",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T12:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f65a5508dc5da9259b48e768d9a6e9256b6d542f",
"body": null,
"is_bot": false,
"headline": "update readme with verbose flag",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T12:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c002902a329c6e5ad04bb2451a020be9dd81f3",
"body": null,
"is_bot": false,
"headline": "Test verbose flag and associated report class changes",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T12:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "186b66833a90fbf312f97efa9098db504ff0d5e9",
"body": "…print for card dictionaries. Add card dicts at the end of pipeline runs to report when in verbose mode",
"is_bot": false,
"headline": "Update report classes to hold card info for verbose runs. Add pretty …",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T12:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "984db92176ce7d629f298467a65897fec48c0500",
"body": null,
"is_bot": false,
"headline": "Add verbose flag",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T12:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cdca6272955dad6ed1152ad9f2ed6a1dd1a6054",
"body": null,
"is_bot": false,
"headline": "Remove dumped field dictionary in missing field error message",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T11:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42420b1c39a4b17a3ee6f45764a2bb7cae5006d9",
"body": "Add dry run flag",
"is_bot": false,
"headline": "Merge pull request #52 from Haeata-Ash/add_dry_run",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T11:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95b322160b1348d5e7b8db952eb291e6966854ab",
"body": null,
"is_bot": false,
"headline": "Removed stale version",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T11:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb2b8961f884626cde30d519fa328f6dd0c22896",
"body": null,
"is_bot": false,
"headline": "update readme with dry-run flag",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T11:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2a97ddd44e2bde207711e1da496cf587ce2e938",
"body": null,
"is_bot": false,
"headline": "Test dry run flag",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T11:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1825bb42dad06ed63bea1bf1245eb4e4029b63cf",
"body": null,
"is_bot": false,
"headline": "Add dry run flag",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T11:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05a2e3acec9b63d850c76a5dd705ffffd74a25d5",
"body": "Update publishing section of readme",
"is_bot": false,
"headline": "Merge pull request #51 from Haeata-Ash/update_readme_publishing",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T10:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae96838fac055042f5d8609d7c57ebb40d001357",
"body": null,
"is_bot": false,
"headline": "Update publishing section of readme",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T10:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c093ad330865a8d0431355d0c1764f04d8a452c4",
"body": "Add publish workflow",
"is_bot": false,
"headline": "Merge pull request #50 from Haeata-Ash/add_publish_workflow",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T10:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18ff72dc73ae9ee95928ba2ea8734fe473d3000c",
"body": null,
"is_bot": false,
"headline": "Add publish workflow",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T10:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5337a7ce2aae22f71272f99bd056e0dc94feb3b8",
"body": "Use hatch vcs for releases",
"is_bot": false,
"headline": "Merge pull request #49 from Haeata-Ash/add_hatch_vcs",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T10:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee6c535eb3f558ac29a1799e58e05481982519d0",
"body": null,
"is_bot": false,
"headline": "Move to hatch vcs",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-22T10:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10df90a0bc833f0d7033a7f21d269cd3d9d6bccf",
"body": null,
"is_bot": false,
"headline": "use hatch vcs instead of manually changed version",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-09T13:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7520522a17abfa4b16de85f18a43deb43d424b9a",
"body": "Remove bump-my-version tool",
"is_bot": false,
"headline": "Merge pull request #48 from Haeata-Ash/remove_bump_my_version",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-09T13:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7852aec2aa18ccaeaf21d72b11dfcbc17135adac",
"body": null,
"is_bot": false,
"headline": "Remove bump-my-version tool as it didn't meet reqs",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-09T13:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c91ce6fddb6deacd42115f5ca2e1ac957b3e01b",
"body": "Add bump-my-version tool",
"is_bot": false,
"headline": "Merge pull request #47 from Haeata-Ash/add_bump_my_version",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-09T09:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57de84655897ccf95428ee2538fd8d1313014427",
"body": null,
"is_bot": false,
"headline": "Add bump-my-version tool",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-09T09:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ea81c50fce4c99dcdbfcfe3c59b1e3024b84d01",
"body": "Demo doc tweaks",
"is_bot": false,
"headline": "Merge pull request #46 from Haeata-Ash/demo_doc_tweaks",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-08T15:43:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb77932f78ca22a732a4eff1b6b3ffc638d12d47",
"body": null,
"is_bot": false,
"headline": "Bump versions",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-08T15:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "197190495850fe426bd19e68147e3fab73e0c56b",
"body": null,
"is_bot": false,
"headline": "Update docstring and readme to better explain highlighter demo",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-08T15:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3381aa9742c822211e1325191ac61700896e3b5",
"body": "Add demo computer vision pipeline",
"is_bot": false,
"headline": "Merge pull request #45 from Haeata-Ash/add_demo_computer_vision_pipeline",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-08T12:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e143aa661614daaf3c357be0aa59d501d0d7f9c",
"body": null,
"is_bot": false,
"headline": "Bump version for new demo",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-08T12:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f72905ff8d1e4a18089964e87ced007395be235",
"body": null,
"is_bot": false,
"headline": "Add a new demo which showcases a usecase with computer vision",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-08T12:37:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dca0daa99557ed4b8e1b04c5d5d2a8259243c55",
"body": "Fix scrape demo",
"is_bot": false,
"headline": "Merge pull request #44 from Haeata-Ash/fix_scrape_demo",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-07T09:01:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6ccb8bedf5d31fa5e009e003e1593d6b6daf0a2",
"body": null,
"is_bot": false,
"headline": "Bump dev version",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-07T08:55:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "540d420c8164964ba468f4b9f80a2c98bd9c41c5",
"body": null,
"is_bot": false,
"headline": "Stop tracking demo deps in one large group",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-07T08:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "005ce11fd61764e4fdebc7864a8fb03b56be69a6",
"body": null,
"is_bot": false,
"headline": "Select 5 not 20 since there is less than 20 words in example dict",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-07T08:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6b465c7bd5680e2f58d3d854244edf6c7fe9f6b",
"body": null,
"is_bot": false,
"headline": "Update scraping headers",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-07T08:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3e511f2534f1b593278a3eede56518ea3f375b3",
"body": null,
"is_bot": false,
"headline": "Update demo urls in readme to point for new demo dir structure",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-07T08:42:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d45d39a001c95886bf34f621e78f19aebc94026",
"body": null,
"is_bot": false,
"headline": "Move each demo into its own folder with its own requirements.txt",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-07T08:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f242dafdf9bfc11d63dfd946c8c1889c1067f32",
"body": null,
"is_bot": false,
"headline": "Remove config used for debugging",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-07T08:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e0217bd9fcd09297e9b0a10c64662f3e195c8f7",
"body": "…choose translation if there are multiple",
"is_bot": false,
"headline": "Make word reference think we are a normal browser, add capability to …",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-07T08:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81aec4aba86e35947ea36f3f2c8ae4afe4e5a3fa",
"body": "Bump version to 0.3.0.dev3",
"is_bot": false,
"headline": "Merge pull request #43 from Haeata-Ash/chore/bump_versions",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T16:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83df010ca26e5063598e08c50f867f9f86596151",
"body": "…testing\n\nDemo/make demo importable for testing",
"is_bot": false,
"headline": "Merge pull request #42 from Haeata-Ash/demo/make_demo_importable_for_…",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T16:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f791b2fd5b9034979d1720e4d441f594833df6",
"body": null,
"is_bot": false,
"headline": "Bump version as forgot to do so in last pull request",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T16:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d29835566408d4a42453bfeae243b97a23480950",
"body": null,
"is_bot": false,
"headline": "update comments",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T16:46:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ad5ee29e506f13850ccd3071277a2e418cbf01a",
"body": "…sting in future",
"is_bot": false,
"headline": "Add __name__ == __main__ guards to demos so we can import them for te…",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T16:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "155cf59d63a5891d6f50d13621854849c67ccfe0",
"body": "Docs/readme processor contract",
"is_bot": false,
"headline": "Merge pull request #41 from Haeata-Ash/docs/readme_processor_contract",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:59:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c1eb2ddad7987755b4d3e89450f19d655ab2470",
"body": null,
"is_bot": false,
"headline": "Bump dev version for doc changes",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cec6f545099e8fc26d068318f07ee052637fb85",
"body": "…processor contract section.",
"is_bot": false,
"headline": "Add clarity around how to specify the model, remove uneeded detailin …",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a9d1ced7ea208f7ff1cffe05a7f9571fdb259bd",
"body": "- rename ModelProcessor -> CardProcessor\n- CardProcessor functions no longer specify a model, instead the model is specified across the whole pipeline\n- The pipeline class accepts a model\n- model commandline arg is now optional",
"is_bot": false,
"headline": "Merge pull request #40 from Haeata-Ash/make_processors_model_agnostic",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a557166d45ea424d6787ff5fe7fc3e294cd042ce",
"body": null,
"is_bot": false,
"headline": "Bump dev version",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3f83f3048e8a7df21d6e4464bcb5eb498ecc0e9",
"body": null,
"is_bot": false,
"headline": "Updated tests to reflect ModelProcessor -> CardProcessor name change",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b15ea594fdfa418a13523ecc9dc260e6842251c",
"body": "Remove deprecated",
"is_bot": false,
"headline": "Merge pull request #39 from Haeata-Ash/remove_deprecated",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "261ebcb5cd9e5bb6cd6eae389dc64f3bd556a543",
"body": "… all processors",
"is_bot": false,
"headline": "update docs to show how to specify model at pipeline level and not on…",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "588a3fc6f8b534b8ad1664b3bda861f6d3d78982",
"body": null,
"is_bot": false,
"headline": "Updated demos to specify model at pipeline level",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32c446d622bb28563ef60564eeddaaab0e483eae",
"body": "deprecations fail but this change will be part of 0.3.0 so they will be\nremoved",
"is_bot": false,
"headline": "Updated tests to support new way of specifying models. Tests on",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "881238489c33aa40c5e2f2392bbcb8bb897b0b91",
"body": "…del. The model is now specified at the pipeline level",
"is_bot": false,
"headline": "Remove support for specifying card processors against a particular mo…",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef776831cda70bdaec99998456dc1749d81ac47f",
"body": null,
"is_bot": false,
"headline": "Bump to 0.3.0.dev0",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9526af6958f564d7073ff60dec7408c81bb55640",
"body": null,
"is_bot": false,
"headline": "remove deprecation tests",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d188639e178ced215b35279a3b3d656cd93561d9",
"body": null,
"is_bot": false,
"headline": "Remove deprecated classes, methods, args for 0.3.0",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-06T10:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d92f841a44b8f15190a6acc5ee4a9cd49b09c12",
"body": "Remove tos dep",
"is_bot": false,
"headline": "Merge pull request #38 from Haeata-Ash/remove_tos_dep",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-02T08:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431c28320638d94bfdff13fcbffb11c78f918c51",
"body": null,
"is_bot": false,
"headline": "remove reference to optional tos dep in ci workflow",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-02T08:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f203fe1a35efaceb146fc7508e5d4ba3f27a44a",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-02T08:38:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0fc01cab8d33b6f316aeb207bc5c8a1c38e7398",
"body": null,
"is_bot": false,
"headline": "Remove optional tos group as it was unused",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-02T08:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36acff35ccf11cc50ac481793f86f26c1180c31b",
"body": "Catch cli exceptions",
"is_bot": false,
"headline": "Merge pull request #37 from Haeata-Ash/catch_cli_exceptions",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-02T08:35:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faf3364b32b22dd54f3cd723165bd3d673b22de9",
"body": null,
"is_bot": false,
"headline": "Test UnsupportedFileTypeError and ModelNotFoundError changes",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-02T08:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bd94c7a9e78c5c56825f7c862eccc7a9a2713a3",
"body": "…ass. Migrate KeyError raised when a anki model exists to subclass of HankyException.",
"is_bot": false,
"headline": "Migrate ValueError raised in import functions to HankyException subcl…",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-02T08:29:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7da15c28754f528b283fdc1d779db56fc93f0409",
"body": null,
"is_bot": false,
"headline": "Bump version for api change",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-02T08:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c209b45fb464c92a44a18e59f86e928c1b2f2058",
"body": null,
"is_bot": false,
"headline": "test custom hanky cli exception",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-02T08:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19770de0eb1d438cd760c4ff058fc7971709dc08",
"body": "…tion safety check error from runtime to hanky cli exception. Catch exceptions when library run as cli tool and print nice error msg",
"is_bot": false,
"headline": "Add custom hanky exception for user facing cli errors. Convert collec…",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-02T08:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a62af4b85a71588525d10397ab02d663866202a",
"body": null,
"is_bot": false,
"headline": "Release 0.2.1",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T09:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7af473c798516ec238c063045a37fc4676a8b15",
"body": "…learer\n\nfeature/make cli arg intent clearer",
"is_bot": false,
"headline": "Merge pull request #36 from Haeata-Ash/refactor/make_cli_arg_intent_c…",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T09:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa3dfe11029a626e5da0fe0239c195a7c74c113a",
"body": null,
"is_bot": false,
"headline": "Update docs to show new cli interface",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T09:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9688cd4a39a768b7172925bae4f43e4bcfb9df2",
"body": null,
"is_bot": false,
"headline": "test cli and test warnings of deprecated cli interface",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T09:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8abf61d4574d4530f8b04d455bba5186de571960",
"body": null,
"is_bot": false,
"headline": "Add new cli interface parser, deprecate old parser with warnings",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T09:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "debe319e273c5425b969f5a727090bfc147ff89a",
"body": "Add details to license",
"is_bot": false,
"headline": "Merge pull request #35 from Haeata-Ash/chore/update_license",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T09:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e53d2c3194de4028625e3a4007cfd9a322ab4cd",
"body": null,
"is_bot": false,
"headline": "Add details to license",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T08:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1355cae85f6636f2ddbd7c752408c538430d525f",
"body": "Refactor/make etl logic clearer",
"is_bot": false,
"headline": "Merge pull request #34 from Haeata-Ash/refactor/make_etl_logic_clearer",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T08:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c312ceba539e028f0d82b6961d63f1f39b1906d",
"body": null,
"is_bot": false,
"headline": "update demos and readme to reflect api change",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T08:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92b42d6f03e64b1b01537952765fc51a84d7ec44",
"body": null,
"is_bot": false,
"headline": "Bump version for api change",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T08:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82f3877516d3d9cd7eb57bd5e9e0b28bbc08b0d3",
"body": null,
"is_bot": false,
"headline": "Quick tests for deprecation warnings",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T08:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d328f8de9a775a3cc5817a89167f9bdd21cb9f9",
"body": null,
"is_bot": false,
"headline": "Update tests to use new names and objects",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T08:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbdb72807b1c24dda457b78984b891566f610a9c",
"body": "…ky in favour of HankyPipeline. This more accurately portrays the ETL style pipeline logic to the user.",
"is_bot": false,
"headline": "Deprecated load* methods in favour of import* methods, deprecated Han…",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T08:41:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baf0e33550f0c6219ef848f7c33383491fc15d42",
"body": "Add tests for the collection session context manager",
"is_bot": false,
"headline": "Merge pull request #33 from Haeata-Ash/test_session",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T08:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3531aaabd23d17ea04c5f1a45c9fbb7128e72da",
"body": null,
"is_bot": false,
"headline": "Add tests for the collection session context manager",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-07-01T07:56:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4395be7b681ec9c60effc4a6caa4be519ad884cd",
"body": "Test media temp refs are rewritten and media actually added to col",
"is_bot": false,
"headline": "Merge pull request #32 from Haeata-Ash/test_media",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T17:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec5d13bcea91b41633b016ed9488c6c628e324c1",
"body": null,
"is_bot": false,
"headline": "Test media refs are rewritten and media actually added to col",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T17:09:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea5ae31b281f20e239e60d7f0bd090542f2e32ab",
"body": "Test load_dir method naming and recursive behaviour",
"is_bot": false,
"headline": "Merge pull request #31 from Haeata-Ash/test_load_dir",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T17:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33744596e935ce0978b0c3cd3084dee76e815950",
"body": null,
"is_bot": false,
"headline": "Test load_dir method naming and recursive behaviour",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T16:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf5eadb1689fe1f1071667e201040e90bf66fc11",
"body": null,
"is_bot": false,
"headline": "Release 0.1.4",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T15:27:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd9f347ad5eff6aec8f0f43440779f49e4c928e",
"body": "Updated wording in several sections, added full hyperlinks to demo fi…",
"is_bot": false,
"headline": "Merge pull request #30 from Haeata-Ash/docs/improve_processor_docs",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T15:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "961528ffef086adb4612b5b3f9ee2f5f49958caa",
"body": "…les so the readme no longer breaks on pypi",
"is_bot": false,
"headline": "Updated wording in several sections, added full hyperlinks to demo fi…",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T14:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6524d179302951378440f1019533b995ba40872d",
"body": "Add contribution section",
"is_bot": false,
"headline": "Merge pull request #29 from Haeata-Ash/docs/addd_contribution_section",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T09:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6791cfa2bedbd000b54bf3a11dddf3a77dbb43",
"body": null,
"is_bot": false,
"headline": "Add contribution section",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T09:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d79b614a698e7c0c50719174fd3d0f8ffd144b77",
"body": null,
"is_bot": false,
"headline": "Release 0.1.3",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T09:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52127d60fc4d56e8399fde7b546ca780fc811a0a",
"body": "Release 0.1.3",
"is_bot": false,
"headline": "Merge pull request #28 from Haeata-Ash/develop",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T09:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "912a92867fb2c7fcf5040a27fba073e26ccfa444",
"body": "Bugfix/close anki col",
"is_bot": false,
"headline": "Merge pull request #27 from Haeata-Ash/bugfix/close_anki_col",
"author_name": "Haeata-Ash",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T09:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7635c3a9881b72cf0debf279269838fbddd5297a",
"body": null,
"is_bot": false,
"headline": "Fix outdated publishing section in readme",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T09:24:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d18e0889f4516998cf5af9ad45bb80c9ea3c094",
"body": null,
"is_bot": false,
"headline": "Update readme to reflect actual backup behaviour",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T09:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9bf2b7c0cc6c0f3936c1c5be3821365f5ccb70",
"body": "…ameter",
"is_bot": false,
"headline": "Update docstrings in anki_utils methods to reflect new collection par…",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T09:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c87be357ceb4633e24dfc281e53c3a4ea83832f4",
"body": null,
"is_bot": false,
"headline": "update tests post refactor, add new test file for new anki_util module",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T09:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12bcde710ba40edf8f65ddfaf70dcefaf6c23450",
"body": "…act with anki collection. Decouples anki functionality from the public hanky api",
"is_bot": false,
"headline": "Refactored functions from Hanky class to private module used to inter…",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T09:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd241b6634fcf5fda1a17ce079ad33ef444481e",
"body": "…sts for backup method",
"is_bot": false,
"headline": "We no only backup on hanky.run(). Remove test for old logic, added te…",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T08:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b992eded04311e72f50168924dd9cd37368d49f",
"body": null,
"is_bot": false,
"headline": "Update tests to reflect new collection scoping",
"author_name": "Haeata",
"author_login": "Haeata-Ash",
"committed_at": "2026-06-30T08:57:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 171,
"latest_release_at": "2026-07-22T12:28:57Z",
"latest_release_tag": "0.4.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 6,
"days_since_latest_release": 0,
"mean_days_between_releases": 3.1
},
"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": "hanky",
"exists": true,
"license": null,
"keywords": [
"anki",
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Operating System :: Unix",
"Programming Language :: Python :: 3"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/hanky/",
"is_deprecated": false,
"latest_version": "0.4.0",
"repository_url": "https://github.com/Haeata-Ash/hanky",
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2373,
"first_published_at": "2024-05-29T05:50:15.866370Z",
"latest_published_at": "2026-07-22T12:30:32.427763Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 20712,
"source_files_sampled": 35,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"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": [
"pypi"
],
"dependencies": [
{
"name": "anki",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "psutil",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
}
],
"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": 0,
"merged_prs": 53,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Haeata-Ash",
"commits": 228,
"avatar_url": "https://avatars.githubusercontent.com/u/57158452?v=4"
},
{
"type": "User",
"login": "jrdwe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/107820511?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.996
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"uv.lock"
],
"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": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/10 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 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": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 9,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d86a433f9e297b0483b9a353b343055434a63fdc",
"ran_at": "2026-07-22T12:31:20Z",
"aggregate_score": 5.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T12:30:35Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T12:28:57Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Haeata-Ash/hanky",
"host": "github.com",
"name": "hanky",
"owner": "Haeata-Ash"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 53,
"vitality": 76,
"community": 32,
"governance": 50,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 171,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "171 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 171
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 16,
"latest_release_tag": "0.4.0",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 3.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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": "moderate",
"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": 56,
"inputs": {
"packages": [
"hanky"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 2373
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,373 downloads/month across pypi",
"points": 45,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2373,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"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.996
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 53,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "53/53 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 53,
"decided": 53
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/10 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 35,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "Haeata-Ash",
"public_repos": 2,
"account_age_days": 2457
},
"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": "1 followers of Haeata-Ash",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "Haeata-Ash"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~6 yr old",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"hanky"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "23 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 23
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 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": "moderate",
"name": "Security",
"value": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/10 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 dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file 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": "detected GitHub workflow tokens with excessive permissions",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.32,
"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": "32 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 32,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"uv.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"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": 11,
"status": "met",
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": 20712,
"source_files_sampled": 35,
"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/35 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 35,
"oversized": 0
}
}
],
"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",
"deps.dev does not index pypi:hanky@0.4.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T12:31:40.580923Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/Haeata-Ash/hanky.svg",
"full_name": "Haeata-Ash/hanky",
"license_state": "standard",
"license_spdx": "MIT"
}