Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"psm",
"propensity-score-matching",
"python"
],
"is_fork": false,
"size_kb": 9891,
"has_wiki": true,
"homepage": "https://miaohancheng.com/pysmatch/",
"languages": {
"Python": 123860,
"Jupyter Notebook": 35821
},
"pushed_at": "2026-03-08T07:02:10Z",
"created_at": "2021-04-19T06:46:06Z",
"owner_type": "User",
"updated_at": "2026-07-13T13:05:55Z",
"description": "Propensity Score Matching(PSM) on python",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python",
"Jupyter Notebook"
]
},
"owner": {
"blog": "miaohancheng.com",
"name": "miaohancheng",
"type": "User",
"login": "miaohancheng",
"company": "PDD Holdings (Nasdaq: PDD) ",
"location": null,
"followers": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/20981711?v=4",
"created_at": "2016-08-12T02:16:00Z",
"is_verified": null,
"public_repos": 14,
"account_age_days": 3643
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.1.2",
"kind": "patch",
"published_at": "2026-03-08T07:03:37Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2026-02-25T07:58:19Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2026-02-25T07:41:17Z"
},
{
"tag": "v2.0",
"kind": "other",
"published_at": "2025-05-29T06:15:35Z"
},
{
"tag": "v1.9",
"kind": "other",
"published_at": "2025-05-25T12:59:16Z"
},
{
"tag": "v1.8",
"kind": "other",
"published_at": "2025-05-25T12:29:26Z"
},
{
"tag": "v1.6",
"kind": "other",
"published_at": "2025-04-02T16:04:28Z"
},
{
"tag": "v1.5",
"kind": "other",
"published_at": "2025-04-02T15:56:55Z"
},
{
"tag": "v1.4",
"kind": "other",
"published_at": "2025-04-02T15:42:01Z"
},
{
"tag": "v1.3",
"kind": "other",
"published_at": "2025-04-02T15:29:21Z"
},
{
"tag": "v1.2",
"kind": "other",
"published_at": "2025-03-09T06:31:02Z"
},
{
"tag": "v1.1",
"kind": "other",
"published_at": "2025-01-16T06:56:03Z"
},
{
"tag": "v1.0",
"kind": "other",
"published_at": "2025-01-06T14:12:16Z"
},
{
"tag": "v0.9",
"kind": "other",
"published_at": "2024-12-18T03:39:44Z"
},
{
"tag": "v0.8",
"kind": "other",
"published_at": "2024-11-24T11:53:01Z"
},
{
"tag": "v0.7",
"kind": "other",
"published_at": "2024-11-13T06:29:49Z"
},
{
"tag": "v0.6",
"kind": "other",
"published_at": "2024-11-10T07:55:49Z"
},
{
"tag": "v0.5",
"kind": "other",
"published_at": "2024-11-08T07:02:49Z"
},
{
"tag": "v0.4",
"kind": "other",
"published_at": "2024-11-01T04:06:33Z"
},
{
"tag": "v0.3",
"kind": "other",
"published_at": "2024-09-20T05:57:14Z"
},
{
"tag": "v0.2",
"kind": "other",
"published_at": "2024-09-19T10:29:15Z"
},
{
"tag": "v0.1",
"kind": "other",
"published_at": "2024-09-18T14:53:11Z"
}
],
"recent_commits": [
{
"oid": "afed05ce8e2b4d5696e2e685575ad79f1d985494",
"body": null,
"is_bot": false,
"headline": "improve match speed",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2026-03-08T06:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3894662bac3e169db753a282845a8644e0bb2198",
"body": null,
"is_bot": false,
"headline": "docs: add linkify-it-py for MyST linkify extension in CI",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2026-02-25T08:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc46f21e5eff2d9b5ab02aa37aac0ae726738073",
"body": "- add scripts/sync_readme_to_docs.py with strict --check mode\n- standardize EN/ZH README H2 sections for deterministic slicing\n- generate tracked docs artifacts: readme mirrors + section pages\n- rebuild docs navigation to consume generated pages\n- update readme entry shells to sync-oriented stubs\n- prevent Sphinx .rst/.md basename collision via conf exclude_patterns\n- add CI gates in deploy-docs and python-publish workflows to fail on README/docs drift\"",
"is_bot": false,
"headline": "\"docs: enforce README as single source and auto-sync to docs",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2026-02-25T08:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b572eb68b14c6ba19448e5f6433a98cc16bf9cf",
"body": null,
"is_bot": false,
"headline": "Fix Matcher pandas import error",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2026-02-25T08:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a1cd013452895350d0df2bc59122159be849be8",
"body": null,
"is_bot": false,
"headline": "fix: dependency alignment and release/doc metadata cleanup",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2026-02-25T07:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "815fe769c12c6637ff6cab623b6df81d5863b763",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/miaohancheng/pysmatch",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2026-02-25T07:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de66e651a787d6289aceec4c682d7de45abf2dbc",
"body": null,
"is_bot": false,
"headline": "upgrade",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2026-02-25T07:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8308c11a067b983c56aa6e33057a3491188f79f2",
"body": "Remove `numpy<2.0.0` requirement restriction",
"is_bot": false,
"headline": "Merge pull request #10 from acarril/dev-numpy2",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-08-25T16:22:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4cfe4387de52a2077b7fedefd627d066d7bafd6",
"body": null,
"is_bot": false,
"headline": "remove numpy<2.0.0 requirement",
"author_name": "Alvaro Carril",
"author_login": "acarril",
"committed_at": "2025-08-25T15:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2edf23e21562426193d040cd8d5e5e8544fdca41",
"body": null,
"is_bot": false,
"headline": "update deprecated use of np.number in favor of 'number'",
"author_name": "Alvaro Carril",
"author_login": "acarril",
"committed_at": "2025-08-25T15:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a97195a7c75c3a76b3eda4c10d7280395c3cf47e",
"body": null,
"is_bot": false,
"headline": "updated example",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-06-04T14:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcfd630fd6ea33fd75ba9cf26d37a9981efe2c17",
"body": null,
"is_bot": false,
"headline": "Update Example.ipynb",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-06-04T14:02:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd5c8e93976a679e8e73805be0147c090371295d",
"body": null,
"is_bot": false,
"headline": "updated example",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-06-04T12:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfa5cbb7223b41985426718f22ac6681abc878ea",
"body": null,
"is_bot": false,
"headline": "Update Example.ipynb",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-06-04T12:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce573a98f84475c469e1e56a7cf528ea8b2c36c",
"body": null,
"is_bot": false,
"headline": "updated modeling",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-05-29T06:11:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "832094eee4b6bb785b95f9166f3ee417ed620a29",
"body": null,
"is_bot": false,
"headline": "Adjust",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-05-25T12:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d38e847f2ab97dce0c4c0ac7f2321ca7a403a5",
"body": null,
"is_bot": false,
"headline": "add exhaustive_matching",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-05-25T12:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb816112832430a107577eac4aba03b3ae8b33d",
"body": null,
"is_bot": false,
"headline": "Update test_matcher.py",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-05-25T12:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3772e129f285f71bf118635df9822d4f9811aeaf",
"body": null,
"is_bot": false,
"headline": "exhaustive_matching",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-05-25T11:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b17f5ca45437d9bc8cd0760481bae038a49b150e",
"body": null,
"is_bot": false,
"headline": "Update index.rst",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-04-22T09:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebc8bd672537caca027ddcf15cff95cbc1b61777",
"body": null,
"is_bot": false,
"headline": "updated doc",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-04-22T09:47:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f127aa2117d55f808594f89dd022f140585cc3a",
"body": null,
"is_bot": false,
"headline": "add doc",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-04-22T09:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7bd8315658768b1f13dd9f02e2b1673a0f2d7a9",
"body": null,
"is_bot": false,
"headline": "del file",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-04-08T15:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3be1feffba8bb9a4188a9c1410c59515598e2ae",
"body": null,
"is_bot": false,
"headline": "update feature",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-04-02T15:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "192aee0d283513a57205d0d96146d22d26365187",
"body": null,
"is_bot": false,
"headline": "update feature",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-04-02T15:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41155614687c7f079bb34753b4eacaa6e852d228",
"body": null,
"is_bot": false,
"headline": "update feature",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-04-02T15:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df42cf05b07222b72dabe7a8903c778a8985b439",
"body": null,
"is_bot": false,
"headline": "update feature",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-04-02T15:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b42c0f344f5f95ba50be4c75423731a527058f7",
"body": null,
"is_bot": false,
"headline": "update feature",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-04-02T15:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2b31b6f465a38edb93f1b6a1cc92f6e13aaf9f5",
"body": null,
"is_bot": false,
"headline": "update feature",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-04-02T15:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "793a302ea9eaee8725e7dded18498351eb4989ae",
"body": null,
"is_bot": false,
"headline": "Plot propensity score distributions after matching",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-03-09T06:25:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "761c4fe06ad16e495a3fdcb5aff93fad658a24a4",
"body": null,
"is_bot": false,
"headline": "Update python-publish.yml",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-02-05T09:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b37b937c2def4b6a5f87f5cb1b4a422623b6e420",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-02-05T03:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea97ae2642d9919da82c0223d3931496cb705f57",
"body": null,
"is_bot": false,
"headline": "Enhance initialization speed",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-01-16T06:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e75741e09d5ccb6bfdf22446bd83e981619d838",
"body": null,
"is_bot": false,
"headline": "add coverage",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-01-12T05:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c25ae294865fc4035805bb3e4e3e5958d6f8043",
"body": null,
"is_bot": false,
"headline": "add codecov",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-01-12T05:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "734add1c8683b01b8b27c16ec45a0be8ea431fe6",
"body": null,
"is_bot": false,
"headline": "Update python-publish.yml",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-01-12T05:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7201452e48a8b76314dd3d117c4ada36f3e1078",
"body": null,
"is_bot": false,
"headline": "add Pytest",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-01-12T05:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa0f421491361ab0e2b7ab0d507226b48516a91",
"body": null,
"is_bot": false,
"headline": "del files",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-01-06T14:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3db88ab1bc2018a3dfcb2f5d73fb44e97051f75",
"body": null,
"is_bot": false,
"headline": "Update utils.py",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-01-06T14:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f878ef4240fe03699f7d9a960b301a677aad74",
"body": null,
"is_bot": false,
"headline": "refactor code & optuna",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-01-06T14:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c14dc562d740e3604e804fb5bc94105b99193e88",
"body": null,
"is_bot": false,
"headline": "Utilize pipline",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2025-01-06T12:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a50452dbfd0e9d109365e35b125152d7dd3808fd",
"body": null,
"is_bot": false,
"headline": "Btree match",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-12-18T03:38:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "922546eb662505d0eb8fd0757b538755d46b74f6",
"body": null,
"is_bot": false,
"headline": "Delete dist directory",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-26T15:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6cfb44acf08ce36fb9f038ccad3a72fc10c681b",
"body": null,
"is_bot": false,
"headline": "add feature",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-24T11:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d84f0da13e44d54d66b9bf3d08190432e420fd2",
"body": null,
"is_bot": false,
"headline": "Update README_CHINESE.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-20T14:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e700a8e0ea9ffcefd5db68daf773d2a22358d0aa",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-20T14:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f21fc682e81b99f6ae9df800ec06f0aa8da3e9a6",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-20T14:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "124a1dc2272af1388a0ac57eebe53ba931c7b6c2",
"body": null,
"is_bot": false,
"headline": "Update README_CHINESE.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-13T16:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c136ee3a275f9f3253c98b5df73e77d9716d2fcb",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-13T16:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ecd293d84de920b3e4d18ccdfd9c3e1d76acf08",
"body": null,
"is_bot": false,
"headline": "fix output bug",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-13T06:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5024f264aa99d36bf20228246933678ddb1612fd",
"body": null,
"is_bot": false,
"headline": "Update python-publish.yml",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-10T07:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddcdc2a9d0099fa6f94e466ce2946045ec87b498",
"body": null,
"is_bot": false,
"headline": "Update setup.py",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-10T07:47:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc8c4b4e8e51953a953eb0180fcfff8b8e3e7fe",
"body": null,
"is_bot": false,
"headline": "Replace print with logging.",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-10T07:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a42d5c09f29af0590ab98f23f9c79f5c67a72f4b",
"body": null,
"is_bot": false,
"headline": "Update setup.py",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-08T09:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3986126ea32cc205af29a0a839325a5e7e3234f",
"body": null,
"is_bot": false,
"headline": "Update python-publish.yml",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-08T09:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1ed89c806a8cbf5243f6c7d1f87afde96039ce9",
"body": null,
"is_bot": false,
"headline": "Update README_CHINESE.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-08T07:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a2a53ad813c293feb640584ce42e1aad5b512ff",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-08T07:35:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdb25224d5cc4b2583991d581ae7492fd4b06c6a",
"body": null,
"is_bot": false,
"headline": "Add new match processing features",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-08T07:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ba7f698dbf5dabb61ce584b85131e09e32a7d40",
"body": null,
"is_bot": false,
"headline": "Update Example.py",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-11-01T07:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78129bde08ddb387624938d422a511209de09005",
"body": "Support KNN model",
"is_bot": false,
"headline": "Support KNN model",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-10-31T15:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86092ccbabced6e8bcf04a205a55c6fe5ddcb8d9",
"body": null,
"is_bot": false,
"headline": "Update README_CHINESE.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-10-07T15:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6e616ff09ce6131e09a857a442c54f0250daf37",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-10-07T15:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "338cb67ecefce1165ec3f21f4141f0daf5828ed9",
"body": null,
"is_bot": false,
"headline": "Update README_CHINESE.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-29T12:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55ba84166cb27f6e38bf34707bd5d8dddacc7afa",
"body": null,
"is_bot": false,
"headline": "Update README_CHINESE.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-29T12:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "244b3651e19d615569a5397896136d06dde69c6f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-29T12:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51dd61b31ad8021b6bc0efff08d012d66186ebfa",
"body": null,
"is_bot": false,
"headline": "Remove ineffective methods",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-20T06:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e7ea8401e991ce7c5ed7d7c44014b38f8d21c88",
"body": null,
"is_bot": false,
"headline": "release v0.3",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T13:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a3015c2b7c365d97010c80ab852dbd69a5609a5",
"body": null,
"is_bot": false,
"headline": "long des",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T13:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb946aeafe8430d331719cde0d0877edefe4c34a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/miaohancheng/pysmatch",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T13:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8572ae0cb276ac5f5dc0e13abcb0fa0517847e0d",
"body": null,
"is_bot": false,
"headline": "Optimize code performance",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T13:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62404e800a03f1f243f6f7b1ba7e10cd3f7848db",
"body": null,
"is_bot": false,
"headline": "Create python-publish.yml",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T12:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "962ac7f0b8538678a479d8555e66f86391666dde",
"body": null,
"is_bot": false,
"headline": "Update README_CHINESE.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T12:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ad69a6c11e205b3d4d8868e7e4248d12a6083d7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T12:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c317ff922dd85052bf9763fec0646730dd94cbe2",
"body": null,
"is_bot": false,
"headline": "Update Example.ipynb",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T10:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9d10ae74bdb142a8d7f6bfe13d316c9dc77fc98",
"body": "Use logistic regression",
"is_bot": false,
"headline": "change concurrency and optimize calculations",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T10:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a657271e1f359954c78afd37a7ed2c4524316a88",
"body": null,
"is_bot": false,
"headline": "Update README_CHINESE.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T09:01:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2c74ffef7318a346e5538a8981642068d83213e",
"body": null,
"is_bot": false,
"headline": "Update README_CHINESE.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T09:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc0e5a963563b83fca27e1a102ef63290f805930",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T09:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca6d06273d702c7a455a8978a8c65fb9636f52c6",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T08:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "843c44f32b8d93b463fc17b53d1e3b5a7867473a",
"body": null,
"is_bot": false,
"headline": "Update README_CHINESE.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T08:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2405628073b4f62e9928e83a6f34936c57e03016",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T08:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69f41d39996dc5cd8f33f29ad51966885132c5f3",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-19T08:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0334f45d603c88f3597dda2d6af5c010481f0b5a",
"body": null,
"is_bot": false,
"headline": "del useless files",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-18T14:57:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca8fb95c8147cecf637f2fba088c97cafe5f7066",
"body": null,
"is_bot": false,
"headline": "release 0.1",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-18T14:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c45cd2da58c5280364dbcb86c2ed8132f008fe8",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-18T14:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7631b96d2e11d06ccaa852534262abda596554",
"body": "support pandas 2.0",
"is_bot": false,
"headline": "support pandas 2.0",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-18T14:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "716d4868c9d3295949a4428b00eb539c60af6d6d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-05T14:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c506d955ba690492f9ce271c7eb30f427e0e081",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2024-09-04T07:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a58bc98276dfba95a4b182cc4bdf5e78598590ae",
"body": null,
"is_bot": false,
"headline": "version 0.0.0.5",
"author_name": "dengdeng",
"author_login": null,
"committed_at": "2021-04-19T11:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61a72bdb8cb274bb934def27fecd884b32dd523c",
"body": null,
"is_bot": false,
"headline": "fix bug",
"author_name": "dengdeng",
"author_login": null,
"committed_at": "2021-04-19T09:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a8f4d6085c8e55b6338999e5a6e85abf45ceeb2",
"body": null,
"is_bot": false,
"headline": "upadte readme",
"author_name": "dengdeng",
"author_login": null,
"committed_at": "2021-04-19T08:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92787a8e4db5df9a4d960f4f2a7892aa02bbb073",
"body": null,
"is_bot": false,
"headline": "add chinese readme",
"author_name": "dengdeng",
"author_login": null,
"committed_at": "2021-04-19T08:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fbe2e54c9910845c70f5f42d300249766bfc56c",
"body": null,
"is_bot": false,
"headline": "version 0.0.3",
"author_name": "dengdeng",
"author_login": null,
"committed_at": "2021-04-19T08:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba6317680bd2ad961e826885cff59f70af7456ee",
"body": null,
"is_bot": false,
"headline": "version 0.0.2",
"author_name": "dengdeng",
"author_login": null,
"committed_at": "2021-04-19T07:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9db3075569f7fb5db3a76b6b687cece5edf1778",
"body": null,
"is_bot": false,
"headline": "add tree model",
"author_name": "dengdeng",
"author_login": null,
"committed_at": "2021-04-19T07:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccfd4baef8a51345a501dcf96034c0f0b9bcc3c0",
"body": null,
"is_bot": false,
"headline": "fix the usage",
"author_name": "dengdeng",
"author_login": null,
"committed_at": "2021-04-19T07:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1ddcc1cb4bf5832bf21130befa18184f15b861d",
"body": null,
"is_bot": false,
"headline": "first upload",
"author_name": "dengdeng",
"author_login": null,
"committed_at": "2021-04-19T06:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad199f60f303d818c7729feb35ef933781a4038a",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "miaohancheng",
"author_login": "miaohancheng",
"committed_at": "2021-04-19T06:46:07Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 10,
"latest_release_at": "2026-03-08T07:03:37Z",
"latest_release_tag": "v2.1.2",
"releases_from_tags": false,
"days_since_last_push": 148,
"active_weeks_last_year": 3,
"days_since_latest_release": 148,
"mean_days_between_releases": 37.7
},
"artifacts": {
"collected": true,
"structure": [
"tree.notebook"
],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"badge.fury.io",
"codecov.io",
"shields.io"
],
"total": 3,
"header": 3,
"collected": true,
"has_inspect_badge": false
},
"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": "pysmatch",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "pypi",
"categories": [],
"matches_repo": true,
"registry_url": "https://pypi.org/project/pysmatch/",
"declared_type": null,
"is_deprecated": false,
"latest_version": "2.1.2",
"repository_url": "https://github.com/miaohancheng/pysmatch",
"versions_count": 28,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 407,
"first_published_at": "2021-04-19T06:53:09.267349Z",
"latest_published_at": "2026-03-08T07:03:36.386076Z",
"latest_version_yanked": null,
"days_since_latest_publish": 148
}
]
},
"popularity": {
"forks": 21,
"stars": 119,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2024-09-04",
"count": 1
},
{
"date": "2024-09-05",
"count": 2
},
{
"date": "2024-09-07",
"count": 2
},
{
"date": "2024-09-08",
"count": 2
},
{
"date": "2024-09-09",
"count": 3
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2026-01-12",
"count": 1
},
{
"date": "2026-03-08",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
}
],
"complete": true,
"collected": 21,
"total_forks": 21
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"notebooks"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"docs/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 35581,
"source_files_sampled": 16,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"docs/requirements.txt",
"pyproject.toml",
"requirements.txt",
"setup.cfg",
"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": 22,
"malicious_count": 0,
"assessed_package": "pypi:pysmatch@2.1.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "catboost",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "imbalanced-learn",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "ipykernel",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "linkify-it-py",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "matplotlib",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "myst-parser",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "nbsphinx",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "optuna",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pandas",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "scikit-learn",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "scipy",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "seaborn",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sphinx-design",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sphinx-rtd-theme",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "statsmodels",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 17,
"direct_count": 0,
"indirect_count": 17
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 1,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 9,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "miaohancheng",
"commits": 87,
"avatar_url": "https://avatars.githubusercontent.com/u/20981711?v=4"
},
{
"type": "User",
"login": "acarril",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/9773292?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.978
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"deploy-docs.yml",
"python-publish.yml"
],
"has_docs_dir": true,
"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": 10,
"reason": "1 out of 1 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 1/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "afed05ce8e2b4d5696e2e685575ad79f1d985494",
"ran_at": "2026-08-04T02:12:07Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 1,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-03-08T07:03:40Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-08-25T16:22:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/miaohancheng/pysmatch",
"host": "github.com",
"name": "pysmatch",
"owner": "miaohancheng"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 56 is calibrated to 59 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 56,
"calibrated": 59,
"calibration": "2026-08-02"
}
}
],
"value": 59,
"inputs": {
"security": 50,
"vitality": 49,
"community": 47,
"governance": 58,
"calibration": "2026-08-02",
"engineering": 81,
"ai_readiness": 31,
"weighted_overall_raw": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 49,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"commits_last_year": 10,
"human_commit_share": 1,
"days_since_last_push": 148,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 148 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 148
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "10 commits in the last year",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 10
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 90,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v2.1.2",
"releases_from_tags": false,
"days_since_latest_release": 148,
"mean_days_between_releases": 37.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 148 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 148
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~37.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 37.7
}
}
],
"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": 149,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 149 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 149
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 47,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"forks": 21,
"stars": 119,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "119 stars",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 119
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "21 forks",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 21
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"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": 3,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"badge.fury.io",
"codecov.io",
"shields.io"
],
"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": "weak",
"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": 43,
"inputs": {
"packages": [
"pysmatch"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 407
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "407 downloads/month across pypi",
"points": 34.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 407,
"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": 58,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.978
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 98% of commits",
"points": 0.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"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": 83,
"inputs": {
"merged_prs": 1,
"open_issues": 0,
"closed_issues": 9,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"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": "1/1 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"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 1/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 20,
"owner_type": "User",
"is_verified": null,
"owner_login": "miaohancheng",
"public_repos": 14,
"account_age_days": 3643
},
"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": "20 followers of miaohancheng",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 20,
"login": "miaohancheng"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "14 public repos, account ~9 yr old",
"points": 20.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 14
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"pysmatch"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 148
},
"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 148 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 148
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "28 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 28
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 81,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"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": 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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "exceptional",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"psm",
"propensity-score-matching",
"python"
],
"has_wiki": true,
"homepage": "https://miaohancheng.com/pysmatch/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://miaohancheng.com/pysmatch/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.7
},
"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": "1 out of 1 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 1/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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": 0,
"status": "missed",
"details": [],
"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:pysmatch@2.1.2 runtime dependency closure — what installing the published package pulls in — 22 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:pysmatch@2.1.2",
"assessed": 22
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 22,
"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": 22,
"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": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 31,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 2,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.041,
"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": "4 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 4,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"docs/Makefile"
],
"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": "docs/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/Makefile"
}
}
],
"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 98",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 98
}
}
],
"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": 35581,
"source_files_sampled": 16,
"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/16 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"notebooks"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "notebooks",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "notebooks"
}
}
],
"max_points": 40
}
]
}
],
"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": {
"library": 6,
"notebook": 3
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:pypi",
"weight": 6
},
{
"tier": "structure",
"label": "notebook",
"source": "tree.notebook",
"weight": 3
}
],
"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-08-04T02:12:27.403425Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/miaohancheng/pysmatch.svg",
"full_name": "miaohancheng/pysmatch",
"license_state": "standard",
"license_spdx": "MIT"
}