原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 250,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 231085,
"C++": 36919,
"Python": 13824,
"Objective-C": 9230
},
"pushed_at": "2024-07-04T02:23:24Z",
"created_at": "2016-04-23T05:03:52Z",
"owner_type": "User",
"updated_at": "2026-07-21T11:15:15Z",
"description": "Python interface to the WebRTC Voice Activity Detector ",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "C",
"significant_languages": [
"C",
"C++"
]
},
"owner": {
"blog": "https://heavymeta.org/",
"name": "John Wiseman",
"type": "User",
"login": "wiseman",
"company": "Walt Disney Imagineering R&D",
"location": "Los Angeles",
"followers": 332,
"avatar_url": "https://avatars.githubusercontent.com/u/52466?v=4",
"created_at": "2009-02-06T22:38:56Z",
"is_verified": null,
"public_repos": 192,
"account_age_days": 6373
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.0.10",
"kind": "patch",
"published_at": "2017-01-07T23:05:00Z"
},
{
"tag": "2.0.9",
"kind": "patch",
"published_at": "2016-12-16T22:51:53Z"
},
{
"tag": "2.0.8",
"kind": "patch",
"published_at": "2016-06-19T01:46:59Z"
},
{
"tag": "2.0.7",
"kind": "patch",
"published_at": "2016-04-27T06:49:36Z"
},
{
"tag": "1.0.7",
"kind": "patch",
"published_at": "2016-04-24T04:51:51Z"
},
{
"tag": "1.0.6",
"kind": "patch",
"published_at": "2016-04-24T04:49:42Z"
},
{
"tag": "1.0.5",
"kind": "patch",
"published_at": "2016-04-24T04:47:47Z"
},
{
"tag": "1.0.4",
"kind": "patch",
"published_at": "2016-04-24T04:45:05Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2016-04-24T04:43:14Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2016-04-24T04:41:08Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2016-04-24T04:34:25Z"
}
],
"recent_commits": [
{
"oid": "e283ca41df3a84b0e87fb1f5cb9b21580a286b09",
"body": "Avoid reading outside of memory in WebRtcVad_FindMinimum",
"is_bot": false,
"headline": "Merge pull request #67 from CAIQT/master",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2021-02-15T20:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cc9ba0d4f4efae7d867736585b6d68eb9cd9e4d",
"body": null,
"is_bot": false,
"headline": "fix bug fixed by webrtc",
"author_name": "caiqutang",
"author_login": "CAIQT",
"committed_at": "2021-01-19T02:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6451b2c9db9ed27a5bd30b38ee9fd5d3bcb3df16",
"body": "added: powerpc platforms support",
"is_bot": false,
"headline": "Merge pull request #58 from smaarn/fix/adding-ppc-support",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2020-10-12T01:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bd761332a9404f5c9276105070ee814c4428342",
"body": null,
"is_bot": false,
"headline": "added: powerpc platforms support",
"author_name": "Smaarn",
"author_login": "smaarn",
"committed_at": "2020-10-11T21:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b39545dbb026d998bf407f1cb86e0ed6192a5a6",
"body": "Updated Readme to avoid TypeError in Python3.5+",
"is_bot": false,
"headline": "Merge pull request #32 from saiprabhakar/patch-1",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2019-05-16T22:25:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "197dfb6fd7d8957f580ed43a4e08d3b937821cbe",
"body": "Converted to `int` to avoid\r\n```\r\nTypeError Traceback (most recent call last)\r\n sample_rate = 16000\r\n frame_duration = 10 # ms\r\n----> frame = b'\\x00\\x00' * (sample_rate * frame_duration / 1000)\r\n print('Contains speech:', vad.is_speech(frame, sample_rate))\r\n\r\nTypeError: can't multiply sequence by non-int of type 'float'\r\n```",
"is_bot": false,
"headline": "Updated Readme to avoid TypeError in Python3.5+",
"author_name": "Sai Prabhakar",
"author_login": "saiprabhakar",
"committed_at": "2019-05-15T21:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e86f2fdb17671ca617724ddcc97fe1c4014b7815",
"body": "Update example.py to accept 48kHz files",
"is_bot": false,
"headline": "Merge pull request #18 from rahimnathwani/rahimnathwani-patch-1",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2018-11-27T23:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04c6c5a8023fc0e0cbf1124923d3b5b9af513ad4",
"body": "Update webrtc",
"is_bot": false,
"headline": "Merge pull request #28 from mooncake4132/master",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2018-11-27T22:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a00eb3beab523b0c11f3b488b0bda0e3be8b933",
"body": null,
"is_bot": false,
"headline": "python 3.7 workaround for travis",
"author_name": "mooncake4132",
"author_login": "mooncake4132",
"committed_at": "2018-11-24T02:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03025008a5a242fd65ba353e7dd9dbecc44c2eae",
"body": null,
"is_bot": false,
"headline": "Added c++11 for linux build & mark python 3.6 and 3.7 as supported",
"author_name": "mooncake4132",
"author_login": "mooncake4132",
"committed_at": "2018-11-24T02:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbc7febad9ad9a73edcbdf85d6450ded297251eb",
"body": null,
"is_bot": false,
"headline": "updated webrtc",
"author_name": "mooncake4132",
"author_login": "mooncake4132",
"committed_at": "2018-11-24T02:05:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe9d953217932c319070a6aeeeb6860aeb1c474e",
"body": null,
"is_bot": false,
"headline": "Update example.py to accept 48kHz files",
"author_name": "rahimnathwani",
"author_login": "rahimnathwani",
"committed_at": "2018-05-04T05:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f369cdfde307f736be245d4ccea761e3f27468ea",
"body": null,
"is_bot": false,
"headline": "Only call is_voiced once per frame. Fixes #15.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2018-01-30T01:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ba97cdb84bfe1f6ca24bc94088ff54ab3621117",
"body": null,
"is_bot": false,
"headline": "Fixed comment in vad_collector.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2017-11-28T18:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0f53c7c58f959f8db329c6201a043b9f63a660c",
"body": null,
"is_bot": false,
"headline": "Added comments to example.py. Fixes #10.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2017-11-28T18:44:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28921bc8d17ba781463f9859d2ef4d27426d1fdb",
"body": null,
"is_bot": false,
"headline": "Added note about support of 48 KHz sample rate.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2017-04-10T05:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e79dbc84154443e630ab1e3adcdd3a0d55c7fd",
"body": null,
"is_bot": false,
"headline": "Fixed typo.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2017-01-08T07:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecb040a4548228774fbbb6eb4afb0907fe742f2e",
"body": null,
"is_bot": false,
"headline": "Don't support Python 3.2.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2017-01-08T07:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9af9499a85e246bc5d62a3527796950bd41a6f0e",
"body": null,
"is_bot": false,
"headline": "Removed undescribed release.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2017-01-08T06:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07bc8d1e095250c38e5222e8c542a157c982d86b",
"body": null,
"is_bot": false,
"headline": "Added release history to README.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2017-01-08T06:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5796385c8046fd1827ee55a777cb552feb6f9b4f",
"body": null,
"is_bot": false,
"headline": "Back to development: 2.0.11",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2017-01-07T23:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb429dac1a686807c69b916f03dd843fa10b0927",
"body": null,
"is_bot": false,
"headline": "Preparing release 2.0.10",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2017-01-07T23:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "562473052dc843330a6bacdc503e97f236d6d7c1",
"body": null,
"is_bot": false,
"headline": "De-linting.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2017-01-07T23:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b526e3a8735a969f1cf8b9b881d1b706650b114c",
"body": "Python 3.X: memory leak in an is_speech() method has been fixed",
"is_bot": false,
"headline": "Merge pull request #6 from bond005/master",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2017-01-07T22:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d129fc3ffe5b6d1e44c8e60da3eba7fa2d59fc7",
"body": null,
"is_bot": false,
"headline": "Requirements has been added for test_leak() unit test.",
"author_name": "Ivan Yu. Bondarenko",
"author_login": "bond005",
"committed_at": "2017-01-07T19:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c364dd9e94989b8b341791f62bd25a179f0549d",
"body": "…cted. Also, a test_leak() unit test has been added in WebRtcVadTests class for testing of this error's absence.",
"is_bot": false,
"headline": "The memory leak error observed in a is_speech() method has been corre…",
"author_name": "Ivan Yu. Bondarenko",
"author_login": "bond005",
"committed_at": "2017-01-07T18:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ef5eec3a9c3069c6a6ebf6d7cce2983abc91f40",
"body": null,
"is_bot": false,
"headline": "Back to development: 2.0.10",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-12-16T22:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b727e274f890d6b5fe33f9166833a63278894060",
"body": null,
"is_bot": false,
"headline": "Preparing release 2.0.9",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-12-16T22:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa024b0657cd459a380ebaf323ed33a26c084e9",
"body": null,
"is_bot": false,
"headline": "Added WebRTC license.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-10-15T20:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa643a5a4769be5feb61b6d7483553324549e204",
"body": null,
"is_bot": false,
"headline": "Fixed timestamp and duration calculation.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-08-20T05:49:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da4df13e6771cc82ec01dfab5be600c4eccbb96",
"body": null,
"is_bot": false,
"headline": "In example.py, print timestamp of start and end trigger times.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-08-20T05:31:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91289585487b80383a0ad8458f2d9deae880db1a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:wiseman/py-webrtcvad",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-06-19T01:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28b0e47e665d69f9dcaee8fb1f4fa3f2e413ecb6",
"body": null,
"is_bot": false,
"headline": "Back to development: 2.0.9",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-06-19T01:47:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "143d1b016f4520103649a9709274166368377291",
"body": null,
"is_bot": false,
"headline": "Preparing release 2.0.8",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-06-19T01:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21584644c3f0b471ba35e25ea5fc832fd13f70c5",
"body": null,
"is_bot": false,
"headline": "Fixed code formatting.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-06-19T01:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431da9c5a6387d9fb38b8b5f699442db1d511664",
"body": "fix windows compile errors",
"is_bot": false,
"headline": "Merge pull request #2 from xiongyihui/master",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-06-19T01:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e03f7fa763f670634ec9e9ab26e3ec560fcd0a1",
"body": null,
"is_bot": false,
"headline": "Added instructions on running unit tests.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-06-19T01:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5e542415e8436c12eadbbd73efd33d2e17948d1",
"body": null,
"is_bot": false,
"headline": "fix windows compile errors",
"author_name": "Yihui Xiong",
"author_login": null,
"committed_at": "2016-06-13T06:02:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b18817d1c2664809d4ca46e8a74e75b4838dce",
"body": null,
"is_bot": false,
"headline": "Back to development: 2.0.8",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-27T06:50:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5e0e200ac9ed99f4e232c4f3c6e5048bab9ab47",
"body": null,
"is_bot": false,
"headline": "Renamed is_voiced -> is_speech.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-27T06:49:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4b342c066646411df6cc8ed67a0e505299c2ea4",
"body": null,
"is_bot": false,
"headline": "Preparing release 1.0.7",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fb5a97797b7d0e816d5eec3c945ba2fdf7a94f2",
"body": null,
"is_bot": false,
"headline": "Ha.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:51:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3a48fcc0e03a20dca635c4cb8ac079125491512",
"body": null,
"is_bot": false,
"headline": "Back to development: 1.0.7",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:51:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6bbc291cf06919c22dc4454362ce6300c01937",
"body": null,
"is_bot": false,
"headline": "Preparing release 1.0.6",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df902c73b8d8d4b5a437e64c7f11c5cbe97898b3",
"body": null,
"is_bot": false,
"headline": "Back to development: 1.0.6",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4004993a3a7fc837f6b2a3c85a017e87fb27020e",
"body": null,
"is_bot": false,
"headline": "Trying to make the pypi link parser happy.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7ee8c62d280918233b753839f1d0585bfa26e68",
"body": null,
"is_bot": false,
"headline": "Preparing release 1.0.5",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c616aa8889ea3b4cbe3cbb9931227cdb410d8bc",
"body": null,
"is_bot": false,
"headline": "Back to development: 1.0.5",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "844b1dbefea3a7ec22c107a0dd50cefa34ae082b",
"body": null,
"is_bot": false,
"headline": "Pypi can't handle a relative link in the description :(",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b73536cfdaada63624412b9d30881cb0f8d7c87e",
"body": null,
"is_bot": false,
"headline": "Preparing release 1.0.4",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e4f44051087d4fce42d539932446b3cc8c69fc",
"body": null,
"is_bot": false,
"headline": "Back to development: 1.0.4",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52214a1c45c59aeadd80fbc46b24020c64d8c90b",
"body": null,
"is_bot": false,
"headline": "README edits.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d428bd3426f44e78c3ef63d8dcdb61e321fe041",
"body": null,
"is_bot": false,
"headline": "Added more metadata.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee5b1ca1e2acf40c9817dd0b3516024d318cc4e1",
"body": null,
"is_bot": false,
"headline": "Fixed formatting bug.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f68936303eec0f304a0d08494d01c275b1d8b3c",
"body": null,
"is_bot": false,
"headline": "Added note about example.py.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f49942447c87a5d910cdb52d42114a0d298fe841",
"body": null,
"is_bot": false,
"headline": "Bumped version.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8fa10f38c0da361e6d18b86db163cb45929ef68",
"body": null,
"is_bot": false,
"headline": "Tweaked README.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9295d4c69683d2ab6d8a6fe4f3858e505504acce",
"body": null,
"is_bot": false,
"headline": "FIxed badge in README.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff007d1da2a8f0e18615789bed495c97f35daf7b",
"body": null,
"is_bot": false,
"headline": "Preparing for deployment to pypi.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfc28cd7b81d13235f0a8352b374a75d2dbdb494",
"body": null,
"is_bot": false,
"headline": "Preparing for deploying to pypi.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1c51fe64b347be0304a02f4935bdd1786de1c2e",
"body": null,
"is_bot": false,
"headline": "Added example.py.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5422f58991fbbb29a164f7880898bc9f29484b9",
"body": null,
"is_bot": false,
"headline": "README edits.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d11686c54ac80f97e41a2e68638453d1af870464",
"body": null,
"is_bot": false,
"headline": "Fixed package name in setup.py.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-24T04:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44356a037563e8fae949b5e23bbd7b2a4d4a44fc",
"body": null,
"is_bot": false,
"headline": "Formatting README.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T22:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cc363cccae299f88f9a63722f89dcb655a2ea69",
"body": null,
"is_bot": false,
"headline": "Working on README formatting.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T22:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94434055afa3ad3a193d830709fcf410f3b158e2",
"body": null,
"is_bot": false,
"headline": "rst test.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T22:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99d9db70a6220d947ad0e0cf7bf83ae9cffe354f",
"body": null,
"is_bot": false,
"headline": "Docs WIP.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T22:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c300ccd23e81404fee23aee7ce9612aa64332f5",
"body": null,
"is_bot": false,
"headline": "Docs WIP.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T22:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59f229a09e7281f3a50b1ca4e4d7ac462bfc3556",
"body": null,
"is_bot": false,
"headline": "Formatting fixes.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T21:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56c3cb303522fe8c30623c2c5e2d0b37de2b8148",
"body": "_Is_ compatible with 2.7, 3.2, 3.3, 3.4, 3.5.",
"is_bot": false,
"headline": "Not compatible with Python 2.6.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T21:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de138d0f50a27960d9697ecd0e47eb9ca46f1df6",
"body": null,
"is_bot": false,
"headline": "Modified C glue to be compatible with Python 2 as well as Python 3.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T21:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4568c9b13ad889dad106ccb2a23e89ea1af20f7c",
"body": null,
"is_bot": false,
"headline": "Deleted README.md. Using README.rst now.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T18:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a9b23ae502678d333a4d872a7577be317f91786",
"body": null,
"is_bot": false,
"headline": "Fixed format string.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T18:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa4a77f39913478a462ae5d795890550c4aeb3ff",
"body": null,
"is_bot": false,
"headline": "Fixed test script in travis config.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T18:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c61367b45cc0b4e5868ad45aef321d4c1512e8",
"body": null,
"is_bot": false,
"headline": "Ignore emacs backup files.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T18:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "448a4c259e0968c0106c9040430072072748fa7a",
"body": null,
"is_bot": false,
"headline": "Added .travis.yml for CI.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T18:08:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cea3fd37a1a1fa4b28802c22b7ada5d158f5d805",
"body": null,
"is_bot": false,
"headline": "It works.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T18:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cc1618351489551433de2b70c2d4a7d121a78fa",
"body": null,
"is_bot": false,
"headline": "Initial commit of C code.",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T05:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9144e8be920290f485bd7afd4784d64268394af",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "John Wiseman",
"author_login": "wiseman",
"committed_at": "2016-04-23T05:03:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 0,
"latest_release_at": "2017-01-07T23:05:00Z",
"latest_release_tag": "2.0.10",
"releases_from_tags": true,
"days_since_last_push": 747,
"active_weeks_last_year": 0,
"days_since_latest_release": 3481,
"mean_days_between_releases": 28.8
},
"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": "webrtcvad",
"exists": true,
"license": "MIT",
"keywords": [
"speechrecognition",
"asr",
"voiceactivitydetection",
"vad",
"webrtc",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
"Topic :: Scientific/Engineering :: Information Analysis"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/webrtcvad/",
"is_deprecated": false,
"latest_version": "2.0.10",
"repository_url": "https://github.com/wiseman/py-webrtcvad",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 451343,
"first_published_at": "2016-04-24T04:33:30.858204Z",
"latest_published_at": "2017-01-07T23:05:18.732212Z",
"latest_version_yanked": null,
"days_since_latest_publish": 3481
}
]
},
"popularity": {
"forks": 429,
"stars": 2492,
"watchers": 48,
"fork_history": {
"days": [
{
"date": "2016-05-09",
"count": 1
},
{
"date": "2016-06-02",
"count": 1
},
{
"date": "2016-06-07",
"count": 1
},
{
"date": "2016-06-13",
"count": 1
},
{
"date": "2016-06-24",
"count": 1
},
{
"date": "2016-07-04",
"count": 1
},
{
"date": "2016-07-09",
"count": 1
},
{
"date": "2016-07-19",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-08-25",
"count": 1
},
{
"date": "2016-08-29",
"count": 1
},
{
"date": "2016-09-22",
"count": 1
},
{
"date": "2016-10-06",
"count": 1
},
{
"date": "2016-10-08",
"count": 1
},
{
"date": "2016-11-17",
"count": 1
},
{
"date": "2017-01-07",
"count": 1
},
{
"date": "2017-02-02",
"count": 1
},
{
"date": "2017-04-18",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-05-22",
"count": 1
},
{
"date": "2017-06-09",
"count": 1
},
{
"date": "2017-06-12",
"count": 1
},
{
"date": "2017-07-07",
"count": 1
},
{
"date": "2017-07-11",
"count": 1
},
{
"date": "2017-07-13",
"count": 1
},
{
"date": "2017-07-18",
"count": 1
},
{
"date": "2017-07-20",
"count": 1
},
{
"date": "2017-07-31",
"count": 1
},
{
"date": "2017-08-02",
"count": 1
},
{
"date": "2017-08-08",
"count": 1
},
{
"date": "2017-08-21",
"count": 1
},
{
"date": "2017-09-18",
"count": 1
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2017-09-21",
"count": 1
},
{
"date": "2017-10-04",
"count": 1
},
{
"date": "2017-11-03",
"count": 1
},
{
"date": "2017-11-08",
"count": 1
},
{
"date": "2017-11-09",
"count": 1
},
{
"date": "2017-11-22",
"count": 1
},
{
"date": "2017-12-08",
"count": 1
},
{
"date": "2017-12-19",
"count": 1
},
{
"date": "2017-12-22",
"count": 1
},
{
"date": "2017-12-25",
"count": 1
},
{
"date": "2018-01-01",
"count": 1
},
{
"date": "2018-01-06",
"count": 1
},
{
"date": "2018-01-22",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-02-20",
"count": 1
},
{
"date": "2018-02-22",
"count": 2
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-03-29",
"count": 2
},
{
"date": "2018-04-01",
"count": 1
},
{
"date": "2018-04-04",
"count": 2
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-04-18",
"count": 1
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2018-05-06",
"count": 1
},
{
"date": "2018-05-15",
"count": 1
},
{
"date": "2018-05-18",
"count": 1
},
{
"date": "2018-05-26",
"count": 1
},
{
"date": "2018-06-08",
"count": 2
},
{
"date": "2018-07-03",
"count": 1
},
{
"date": "2018-07-27",
"count": 1
},
{
"date": "2018-07-28",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-08-06",
"count": 1
},
{
"date": "2018-08-18",
"count": 1
},
{
"date": "2018-08-19",
"count": 1
},
{
"date": "2018-08-27",
"count": 1
},
{
"date": "2018-09-07",
"count": 1
},
{
"date": "2018-09-24",
"count": 1
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2018-10-17",
"count": 1
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-10-29",
"count": 3
},
{
"date": "2018-10-30",
"count": 1
},
{
"date": "2018-11-04",
"count": 1
},
{
"date": "2018-11-07",
"count": 2
},
{
"date": "2018-11-14",
"count": 1
},
{
"date": "2018-11-16",
"count": 1
},
{
"date": "2018-11-19",
"count": 1
},
{
"date": "2018-11-21",
"count": 2
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-11-26",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2018-12-14",
"count": 1
},
{
"date": "2018-12-23",
"count": 1
},
{
"date": "2018-12-25",
"count": 1
},
{
"date": "2018-12-27",
"count": 1
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-01-07",
"count": 1
},
{
"date": "2019-01-08",
"count": 1
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-01-21",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-11",
"count": 2
},
{
"date": "2019-03-01",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-04-03",
"count": 1
},
{
"date": "2019-04-06",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-04-17",
"count": 1
},
{
"date": "2019-04-18",
"count": 1
},
{
"date": "2019-04-19",
"count": 1
},
{
"date": "2019-04-20",
"count": 1
},
{
"date": "2019-04-28",
"count": 1
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-05-04",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-05-10",
"count": 1
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-05-31",
"count": 1
},
{
"date": "2019-06-03",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-06-24",
"count": 1
},
{
"date": "2019-06-27",
"count": 2
},
{
"date": "2019-06-28",
"count": 1
},
{
"date": "2019-07-02",
"count": 1
},
{
"date": "2019-07-06",
"count": 1
},
{
"date": "2019-07-07",
"count": 1
},
{
"date": "2019-07-10",
"count": 1
},
{
"date": "2019-07-13",
"count": 1
},
{
"date": "2019-07-23",
"count": 2
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-08-06",
"count": 1
},
{
"date": "2019-08-26",
"count": 1
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-09-15",
"count": 1
},
{
"date": "2019-09-19",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-09-22",
"count": 2
},
{
"date": "2019-10-14",
"count": 1
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2019-11-06",
"count": 1
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2019-11-12",
"count": 1
},
{
"date": "2019-11-21",
"count": 1
},
{
"date": "2019-11-23",
"count": 1
},
{
"date": "2019-11-24",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-11-29",
"count": 1
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2019-12-07",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-20",
"count": 1
},
{
"date": "2019-12-28",
"count": 1
},
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-01-28",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-02-16",
"count": 1
},
{
"date": "2020-02-20",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-02-29",
"count": 1
},
{
"date": "2020-03-12",
"count": 1
},
{
"date": "2020-03-21",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-04-09",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-16",
"count": 1
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-04-25",
"count": 1
},
{
"date": "2020-05-01",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-05-16",
"count": 1
},
{
"date": "2020-05-25",
"count": 1
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2020-05-31",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-14",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2020-06-27",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-06",
"count": 1
},
{
"date": "2020-07-30",
"count": 1
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2020-08-06",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2020-08-16",
"count": 1
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2020-08-24",
"count": 1
},
{
"date": "2020-09-07",
"count": 1
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2020-09-21",
"count": 2
},
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-10-16",
"count": 1
},
{
"date": "2020-10-28",
"count": 1
},
{
"date": "2020-11-07",
"count": 1
},
{
"date": "2020-11-10",
"count": 1
},
{
"date": "2020-11-13",
"count": 1
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2020-11-22",
"count": 1
},
{
"date": "2020-11-23",
"count": 1
},
{
"date": "2020-11-26",
"count": 2
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2020-12-08",
"count": 1
},
{
"date": "2020-12-14",
"count": 1
},
{
"date": "2020-12-16",
"count": 1
},
{
"date": "2020-12-17",
"count": 2
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2020-12-23",
"count": 1
},
{
"date": "2020-12-26",
"count": 1
},
{
"date": "2020-12-27",
"count": 1
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-01-09",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-02-18",
"count": 1
},
{
"date": "2021-02-23",
"count": 1
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-10",
"count": 1
},
{
"date": "2021-03-27",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-14",
"count": 2
},
{
"date": "2021-04-21",
"count": 2
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-04-28",
"count": 1
},
{
"date": "2021-04-30",
"count": 1
},
{
"date": "2021-05-14",
"count": 1
},
{
"date": "2021-05-25",
"count": 1
},
{
"date": "2021-05-27",
"count": 1
},
{
"date": "2021-05-31",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-06-21",
"count": 2
},
{
"date": "2021-06-26",
"count": 2
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-07-12",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-07-22",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-09-21",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2021-10-12",
"count": 1
},
{
"date": "2021-10-14",
"count": 1
},
{
"date": "2021-10-26",
"count": 2
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-08",
"count": 1
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-18",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-01",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-03-12",
"count": 2
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-04-01",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-04-29",
"count": 1
},
{
"date": "2022-05-01",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-11",
"count": 1
},
{
"date": "2022-05-31",
"count": 1
},
{
"date": "2022-06-04",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-07-08",
"count": 1
},
{
"date": "2022-07-19",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-08-12",
"count": 1
},
{
"date": "2022-08-22",
"count": 1
},
{
"date": "2022-08-24",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-28",
"count": 1
},
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2022-10-17",
"count": 2
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-13",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-16",
"count": 1
},
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-03-01",
"count": 2
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-04-22",
"count": 1
},
{
"date": "2023-05-02",
"count": 1
},
{
"date": "2023-05-21",
"count": 1
},
{
"date": "2023-06-02",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-07-16",
"count": 1
},
{
"date": "2023-08-09",
"count": 1
},
{
"date": "2023-08-15",
"count": 1
},
{
"date": "2023-08-26",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-20",
"count": 2
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2024-09-15",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-22",
"count": 2
},
{
"date": "2025-02-06",
"count": 2
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-04-02",
"count": 2
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-07-07",
"count": 2
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-10-02",
"count": 1
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2026-01-18",
"count": 1
},
{
"date": "2026-02-17",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
}
],
"complete": true,
"collected": 419,
"total_forks": 429
},
"star_history": {
"days": [
{
"date": "2022-11-16",
"count": 2
},
{
"date": "2022-11-17",
"count": 2
},
{
"date": "2022-11-18",
"count": 2
},
{
"date": "2022-11-19",
"count": 2
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-06",
"count": 1
},
{
"date": "2022-12-07",
"count": 1
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2022-12-11",
"count": 1
},
{
"date": "2022-12-14",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2022-12-20",
"count": 2
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-22",
"count": 2
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-08",
"count": 1
},
{
"date": "2023-01-09",
"count": 3
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-01-16",
"count": 2
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-01-20",
"count": 1
},
{
"date": "2023-01-25",
"count": 2
},
{
"date": "2023-01-28",
"count": 1
},
{
"date": "2023-01-29",
"count": 1
},
{
"date": "2023-01-30",
"count": 2
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-02-01",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-02-05",
"count": 1
},
{
"date": "2023-02-07",
"count": 1
},
{
"date": "2023-02-16",
"count": 2
},
{
"date": "2023-02-18",
"count": 1
},
{
"date": "2023-02-19",
"count": 3
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-24",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-01",
"count": 3
},
{
"date": "2023-03-02",
"count": 2
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-03-08",
"count": 3
},
{
"date": "2023-03-09",
"count": 2
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-13",
"count": 2
},
{
"date": "2023-03-14",
"count": 2
},
{
"date": "2023-03-16",
"count": 2
},
{
"date": "2023-03-17",
"count": 1
},
{
"date": "2023-03-18",
"count": 2
},
{
"date": "2023-03-19",
"count": 2
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-03-22",
"count": 5
},
{
"date": "2023-03-27",
"count": 4
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-03-30",
"count": 1
},
{
"date": "2023-04-02",
"count": 1
},
{
"date": "2023-04-03",
"count": 2
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-12",
"count": 3
},
{
"date": "2023-04-16",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-04-22",
"count": 1
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-04-24",
"count": 1
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-04-27",
"count": 1
},
{
"date": "2023-04-28",
"count": 3
},
{
"date": "2023-05-02",
"count": 1
},
{
"date": "2023-05-09",
"count": 2
},
{
"date": "2023-05-10",
"count": 2
},
{
"date": "2023-05-12",
"count": 1
},
{
"date": "2023-05-13",
"count": 1
},
{
"date": "2023-05-18",
"count": 2
},
{
"date": "2023-05-21",
"count": 2
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-27",
"count": 1
},
{
"date": "2023-05-31",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-08",
"count": 1
},
{
"date": "2023-06-09",
"count": 1
},
{
"date": "2023-06-11",
"count": 1
},
{
"date": "2023-06-12",
"count": 2
},
{
"date": "2023-06-14",
"count": 2
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-06-19",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-06-21",
"count": 3
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-06-27",
"count": 1
},
{
"date": "2023-06-29",
"count": 2
},
{
"date": "2023-06-30",
"count": 3
},
{
"date": "2023-07-02",
"count": 1
},
{
"date": "2023-07-03",
"count": 2
},
{
"date": "2023-07-04",
"count": 1
},
{
"date": "2023-07-06",
"count": 2
},
{
"date": "2023-07-10",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-07-14",
"count": 1
},
{
"date": "2023-07-15",
"count": 2
},
{
"date": "2023-07-16",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-27",
"count": 3
},
{
"date": "2023-07-28",
"count": 1
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-03",
"count": 2
},
{
"date": "2023-08-04",
"count": 1
},
{
"date": "2023-08-05",
"count": 1
},
{
"date": "2023-08-06",
"count": 1
},
{
"date": "2023-08-07",
"count": 2
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-08-09",
"count": 3
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-11",
"count": 3
},
{
"date": "2023-08-12",
"count": 1
},
{
"date": "2023-08-14",
"count": 2
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-08-17",
"count": 2
},
{
"date": "2023-08-18",
"count": 2
},
{
"date": "2023-08-19",
"count": 1
},
{
"date": "2023-08-22",
"count": 1
},
{
"date": "2023-08-27",
"count": 1
},
{
"date": "2023-08-29",
"count": 2
},
{
"date": "2023-08-31",
"count": 1
},
{
"date": "2023-09-02",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2023-09-18",
"count": 1
},
{
"date": "2023-09-21",
"count": 2
},
{
"date": "2023-09-25",
"count": 4
},
{
"date": "2023-09-26",
"count": 1
},
{
"date": "2023-09-27",
"count": 2
},
{
"date": "2023-09-29",
"count": 1
},
{
"date": "2023-09-30",
"count": 1
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2023-10-04",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-10-11",
"count": 2
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-16",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-18",
"count": 2
},
{
"date": "2023-10-23",
"count": 2
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-10-29",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2023-10-31",
"count": 1
},
{
"date": "2023-11-07",
"count": 1
},
{
"date": "2023-11-09",
"count": 2
},
{
"date": "2023-11-10",
"count": 1
},
{
"date": "2023-11-11",
"count": 1
},
{
"date": "2023-11-12",
"count": 2
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-15",
"count": 2
},
{
"date": "2023-11-20",
"count": 2
},
{
"date": "2023-11-22",
"count": 2
},
{
"date": "2023-11-23",
"count": 3
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-11-26",
"count": 1
},
{
"date": "2023-11-27",
"count": 2
},
{
"date": "2023-11-29",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2023-12-03",
"count": 2
},
{
"date": "2023-12-04",
"count": 2
},
{
"date": "2023-12-05",
"count": 2
},
{
"date": "2023-12-07",
"count": 1
},
{
"date": "2023-12-09",
"count": 2
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-13",
"count": 2
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-15",
"count": 1
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2023-12-18",
"count": 2
},
{
"date": "2023-12-19",
"count": 2
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2023-12-21",
"count": 2
},
{
"date": "2023-12-22",
"count": 2
},
{
"date": "2023-12-23",
"count": 1
},
{
"date": "2023-12-25",
"count": 2
},
{
"date": "2023-12-26",
"count": 1
},
{
"date": "2023-12-27",
"count": 1
},
{
"date": "2023-12-28",
"count": 2
},
{
"date": "2023-12-30",
"count": 1
},
{
"date": "2023-12-31",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-01-13",
"count": 2
},
{
"date": "2024-01-14",
"count": 1
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-01-16",
"count": 2
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-01-26",
"count": 1
},
{
"date": "2024-01-29",
"count": 1
},
{
"date": "2024-01-30",
"count": 2
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-01",
"count": 1
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-04",
"count": 1
},
{
"date": "2024-02-06",
"count": 2
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-02-09",
"count": 2
},
{
"date": "2024-02-11",
"count": 1
},
{
"date": "2024-02-13",
"count": 3
},
{
"date": "2024-02-14",
"count": 2
},
{
"date": "2024-02-15",
"count": 1
},
{
"date": "2024-02-19",
"count": 2
},
{
"date": "2024-02-23",
"count": 2
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-03-03",
"count": 2
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-03-09",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-03-22",
"count": 2
},
{
"date": "2024-03-23",
"count": 1
},
{
"date": "2024-03-24",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-04-03",
"count": 2
},
{
"date": "2024-04-04",
"count": 1
},
{
"date": "2024-04-08",
"count": 2
},
{
"date": "2024-04-09",
"count": 2
},
{
"date": "2024-04-10",
"count": 2
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-04-17",
"count": 1
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-04-20",
"count": 1
},
{
"date": "2024-04-22",
"count": 1
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2024-04-25",
"count": 3
},
{
"date": "2024-04-26",
"count": 2
},
{
"date": "2024-04-28",
"count": 2
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-05-05",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-08",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-15",
"count": 2
},
{
"date": "2024-05-16",
"count": 2
},
{
"date": "2024-05-18",
"count": 1
},
{
"date": "2024-05-20",
"count": 2
},
{
"date": "2024-05-21",
"count": 3
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-05-25",
"count": 2
},
{
"date": "2024-05-26",
"count": 1
},
{
"date": "2024-05-27",
"count": 3
},
{
"date": "2024-05-28",
"count": 3
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-05-30",
"count": 1
},
{
"date": "2024-05-31",
"count": 2
},
{
"date": "2024-06-03",
"count": 4
},
{
"date": "2024-06-04",
"count": 2
},
{
"date": "2024-06-05",
"count": 2
},
{
"date": "2024-06-06",
"count": 2
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-06-09",
"count": 1
},
{
"date": "2024-06-10",
"count": 2
},
{
"date": "2024-06-11",
"count": 1
},
{
"date": "2024-06-13",
"count": 2
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-06-18",
"count": 2
},
{
"date": "2024-06-19",
"count": 2
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-26",
"count": 3
},
{
"date": "2024-06-27",
"count": 2
},
{
"date": "2024-06-29",
"count": 2
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-05",
"count": 2
},
{
"date": "2024-07-06",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-07-09",
"count": 3
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-07-14",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-07-17",
"count": 1
},
{
"date": "2024-07-18",
"count": 1
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2024-07-24",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-07-27",
"count": 2
},
{
"date": "2024-07-28",
"count": 1
},
{
"date": "2024-07-29",
"count": 4
},
{
"date": "2024-07-30",
"count": 1
},
{
"date": "2024-07-31",
"count": 2
},
{
"date": "2024-08-01",
"count": 1
},
{
"date": "2024-08-02",
"count": 2
},
{
"date": "2024-08-04",
"count": 1
},
{
"date": "2024-08-06",
"count": 2
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-08-10",
"count": 1
},
{
"date": "2024-08-11",
"count": 2
},
{
"date": "2024-08-12",
"count": 2
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-14",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-18",
"count": 2
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-20",
"count": 2
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-08-22",
"count": 3
},
{
"date": "2024-08-27",
"count": 1
},
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2024-08-29",
"count": 2
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-09-02",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-09-06",
"count": 2
},
{
"date": "2024-09-08",
"count": 1
},
{
"date": "2024-09-09",
"count": 2
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2024-09-15",
"count": 1
},
{
"date": "2024-09-17",
"count": 3
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-21",
"count": 2
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-09-26",
"count": 1
},
{
"date": "2024-09-28",
"count": 1
},
{
"date": "2024-09-29",
"count": 1
},
{
"date": "2024-09-30",
"count": 1
},
{
"date": "2024-10-01",
"count": 2
},
{
"date": "2024-10-03",
"count": 3
},
{
"date": "2024-10-04",
"count": 2
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-14",
"count": 4
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-10-17",
"count": 2
},
{
"date": "2024-10-22",
"count": 2
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-10-24",
"count": 2
},
{
"date": "2024-10-25",
"count": 1
},
{
"date": "2024-10-26",
"count": 1
},
{
"date": "2024-10-27",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-10-29",
"count": 2
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-10-31",
"count": 1
},
{
"date": "2024-11-05",
"count": 1
},
{
"date": "2024-11-06",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-11-08",
"count": 3
},
{
"date": "2024-11-09",
"count": 1
},
{
"date": "2024-11-12",
"count": 2
},
{
"date": "2024-11-13",
"count": 2
},
{
"date": "2024-11-15",
"count": 2
},
{
"date": "2024-11-18",
"count": 2
},
{
"date": "2024-11-21",
"count": 1
},
{
"date": "2024-11-22",
"count": 2
},
{
"date": "2024-11-25",
"count": 2
},
{
"date": "2024-11-27",
"count": 3
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-03",
"count": 2
},
{
"date": "2024-12-04",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2024-12-07",
"count": 2
},
{
"date": "2024-12-09",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2024-12-19",
"count": 3
},
{
"date": "2024-12-21",
"count": 1
},
{
"date": "2024-12-22",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2024-12-25",
"count": 1
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2024-12-31",
"count": 1
},
{
"date": "2025-01-02",
"count": 2
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-08",
"count": 2
},
{
"date": "2025-01-09",
"count": 1
},
{
"date": "2025-01-10",
"count": 2
},
{
"date": "2025-01-12",
"count": 1
},
{
"date": "2025-01-13",
"count": 5
},
{
"date": "2025-01-14",
"count": 2
},
{
"date": "2025-01-15",
"count": 2
},
{
"date": "2025-01-16",
"count": 4
},
{
"date": "2025-01-19",
"count": 2
},
{
"date": "2025-01-20",
"count": 3
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-01-25",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-01-31",
"count": 2
},
{
"date": "2025-02-02",
"count": 1
},
{
"date": "2025-02-06",
"count": 2
},
{
"date": "2025-02-08",
"count": 2
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-02-15",
"count": 4
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-02-27",
"count": 2
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-03-04",
"count": 3
},
{
"date": "2025-03-06",
"count": 2
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-03-11",
"count": 2
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-03-15",
"count": 2
},
{
"date": "2025-03-16",
"count": 3
},
{
"date": "2025-03-17",
"count": 4
},
{
"date": "2025-03-21",
"count": 2
},
{
"date": "2025-03-22",
"count": 1
},
{
"date": "2025-03-23",
"count": 1
},
{
"date": "2025-03-24",
"count": 2
},
{
"date": "2025-03-26",
"count": 2
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-03-29",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-04-03",
"count": 2
},
{
"date": "2025-04-04",
"count": 3
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-04-09",
"count": 4
},
{
"date": "2025-04-12",
"count": 2
},
{
"date": "2025-04-14",
"count": 2
},
{
"date": "2025-04-16",
"count": 1
},
{
"date": "2025-04-17",
"count": 1
},
{
"date": "2025-04-19",
"count": 1
},
{
"date": "2025-04-21",
"count": 2
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-04-25",
"count": 3
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-04-28",
"count": 2
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-04-30",
"count": 1
},
{
"date": "2025-05-02",
"count": 4
},
{
"date": "2025-05-04",
"count": 1
},
{
"date": "2025-05-05",
"count": 3
},
{
"date": "2025-05-06",
"count": 2
},
{
"date": "2025-05-07",
"count": 2
},
{
"date": "2025-05-08",
"count": 2
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-10",
"count": 1
},
{
"date": "2025-05-11",
"count": 1
},
{
"date": "2025-05-12",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-05-17",
"count": 1
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-05-22",
"count": 2
},
{
"date": "2025-05-24",
"count": 1
},
{
"date": "2025-05-25",
"count": 2
},
{
"date": "2025-05-26",
"count": 2
},
{
"date": "2025-05-28",
"count": 2
},
{
"date": "2025-05-30",
"count": 5
},
{
"date": "2025-06-01",
"count": 2
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-04",
"count": 2
},
{
"date": "2025-06-05",
"count": 1
},
{
"date": "2025-06-07",
"count": 2
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-13",
"count": 3
},
{
"date": "2025-06-14",
"count": 2
},
{
"date": "2025-06-16",
"count": 2
},
{
"date": "2025-06-17",
"count": 2
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-06-19",
"count": 3
},
{
"date": "2025-06-21",
"count": 1
},
{
"date": "2025-06-22",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-06-25",
"count": 3
},
{
"date": "2025-06-27",
"count": 2
},
{
"date": "2025-06-28",
"count": 1
},
{
"date": "2025-06-30",
"count": 3
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-07-07",
"count": 2
},
{
"date": "2025-07-09",
"count": 3
},
{
"date": "2025-07-11",
"count": 2
},
{
"date": "2025-07-12",
"count": 1
},
{
"date": "2025-07-14",
"count": 2
},
{
"date": "2025-07-16",
"count": 3
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-22",
"count": 2
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2025-07-25",
"count": 1
},
{
"date": "2025-07-28",
"count": 1
},
{
"date": "2025-07-29",
"count": 3
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-08-01",
"count": 5
},
{
"date": "2025-08-02",
"count": 1
},
{
"date": "2025-08-03",
"count": 1
},
{
"date": "2025-08-04",
"count": 1
},
{
"date": "2025-08-05",
"count": 2
},
{
"date": "2025-08-06",
"count": 1
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-09",
"count": 1
},
{
"date": "2025-08-10",
"count": 1
},
{
"date": "2025-08-11",
"count": 2
},
{
"date": "2025-08-12",
"count": 2
},
{
"date": "2025-08-14",
"count": 2
},
{
"date": "2025-08-17",
"count": 2
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-08-25",
"count": 2
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-09-04",
"count": 2
},
{
"date": "2025-09-07",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-09-12",
"count": 2
},
{
"date": "2025-09-14",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
},
{
"date": "2025-09-21",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-09-27",
"count": 2
},
{
"date": "2025-09-28",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-10-01",
"count": 2
},
{
"date": "2025-10-05",
"count": 1
},
{
"date": "2025-10-08",
"count": 2
},
{
"date": "2025-10-09",
"count": 3
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-15",
"count": 1
},
{
"date": "2025-10-16",
"count": 2
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-18",
"count": 2
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2025-10-31",
"count": 3
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-06",
"count": 2
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2025-11-10",
"count": 2
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-18",
"count": 2
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-04",
"count": 2
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2025-12-11",
"count": 2
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-24",
"count": 2
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2026-01-02",
"count": 1
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-20",
"count": 2
},
{
"date": "2026-01-22",
"count": 2
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-02",
"count": 2
},
{
"date": "2026-02-03",
"count": 3
},
{
"date": "2026-02-06",
"count": 2
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-10",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-08",
"count": 1
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-12",
"count": 2
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-24",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-03-30",
"count": 2
},
{
"date": "2026-04-01",
"count": 3
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-16",
"count": 2
},
{
"date": "2026-04-17",
"count": 2
},
{
"date": "2026-04-20",
"count": 3
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-04-25",
"count": 2
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-04-28",
"count": 2
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-27",
"count": 2
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-09",
"count": 2
},
{
"date": "2026-06-12",
"count": 2
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-07-11",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 2492
},
"open_issues_and_prs": 51
},
"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": 59710,
"source_files_sampled": 47,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"setup.py"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"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": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 7,
"open_issues": 45,
"closed_ratio": 0.471,
"closed_issues": 40,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "wiseman",
"commits": 69,
"avatar_url": "https://avatars.githubusercontent.com/u/52466?v=4"
},
{
"type": "User",
"login": "mooncake4132",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/33011824?v=4"
},
{
"type": "User",
"login": "bond005",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6292651?v=4"
},
{
"type": "User",
"login": "saiprabhakar",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5102884?v=4"
},
{
"type": "User",
"login": "smaarn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6731341?v=4"
},
{
"type": "User",
"login": "CAIQT",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3953402?v=4"
},
{
"type": "User",
"login": "rahimnathwani",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/891558?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.885
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 6/21 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e283ca41df3a84b0e87fb1f5cb9b21580a286b09",
"ran_at": "2026-07-21T22:35:43Z",
"aggregate_score": 2.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 49,
"created_at": "2020-04-25T03:54:17Z",
"last_comment_at": "2024-09-05T01:39:22Z",
"last_comment_author": "daanzu"
},
{
"number": 87,
"created_at": "2023-04-09T11:00:32Z",
"last_comment_at": "2024-09-05T01:43:19Z",
"last_comment_author": "daanzu"
},
{
"number": 89,
"created_at": "2023-06-02T14:39:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 93,
"created_at": "2024-07-04T02:23:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 95,
"created_at": "2025-07-07T13:35:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 96,
"created_at": "2025-08-18T10:19:27Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2021-02-15T20:33:36Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 8,
"created_at": "2017-07-26T15:20:09Z",
"last_comment_at": "2017-07-26T18:18:31Z",
"last_comment_author": "wiseman"
},
{
"number": 19,
"created_at": "2018-05-14T04:10:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 20,
"created_at": "2018-06-15T04:45:09Z",
"last_comment_at": "2020-01-22T06:40:06Z",
"last_comment_author": "Sadam1195"
},
{
"number": 23,
"created_at": "2018-10-01T17:29:32Z",
"last_comment_at": "2021-11-14T11:45:45Z",
"last_comment_author": "jaafaralshall"
},
{
"number": 31,
"created_at": "2019-04-11T17:39:35Z",
"last_comment_at": "2021-01-21T04:16:51Z",
"last_comment_author": "snakers4"
},
{
"number": 33,
"created_at": "2019-06-24T04:34:58Z",
"last_comment_at": "2020-02-09T02:59:12Z",
"last_comment_author": "daanzu"
},
{
"number": 34,
"created_at": "2019-07-09T13:51:39Z",
"last_comment_at": "2025-08-08T05:38:58Z",
"last_comment_author": "hongbo-miao"
},
{
"number": 36,
"created_at": "2019-08-04T11:36:56Z",
"last_comment_at": "2020-05-11T10:29:41Z",
"last_comment_author": "matanox"
},
{
"number": 40,
"created_at": "2019-11-11T23:52:48Z",
"last_comment_at": "2024-06-27T13:33:18Z",
"last_comment_author": "shipshipliucixin1"
},
{
"number": 45,
"created_at": "2020-02-25T06:26:02Z",
"last_comment_at": "2020-03-02T05:55:28Z",
"last_comment_author": "AmeeraMilibari"
},
{
"number": 47,
"created_at": "2020-04-17T09:57:20Z",
"last_comment_at": "2020-05-11T10:26:39Z",
"last_comment_author": "matanox"
},
{
"number": 48,
"created_at": "2020-04-20T11:31:02Z",
"last_comment_at": "2020-05-17T19:51:29Z",
"last_comment_author": "wiseman"
},
{
"number": 50,
"created_at": "2020-05-10T17:52:04Z",
"last_comment_at": "2022-12-04T19:37:41Z",
"last_comment_author": "sedatkestepe"
},
{
"number": 51,
"created_at": "2020-05-15T09:27:14Z",
"last_comment_at": "2025-08-08T05:41:17Z",
"last_comment_author": "hongbo-miao"
},
{
"number": 52,
"created_at": "2020-06-22T10:00:05Z",
"last_comment_at": "2020-06-22T10:04:27Z",
"last_comment_author": "matanox"
},
{
"number": 53,
"created_at": "2020-07-03T00:45:17Z",
"last_comment_at": "2021-01-21T04:05:22Z",
"last_comment_author": "snakers4"
},
{
"number": 55,
"created_at": "2020-07-24T14:08:36Z",
"last_comment_at": "2020-08-04T21:58:09Z",
"last_comment_author": "Thierryonre"
},
{
"number": 56,
"created_at": "2020-09-07T09:16:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2020-09-16T00:03:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2020-10-12T08:49:31Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/wiseman/py-webrtcvad",
"host": "github.com",
"name": "py-webrtcvad",
"owner": "wiseman"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 20,
"inputs": {
"security": 14,
"vitality": 20,
"community": 73,
"governance": 54,
"engineering": 34,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 40,
"overall_after_jurisdiction_multiplier": 20
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 20,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 747,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 747 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 747
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"releases_count": 11,
"latest_release_tag": "2.0.10",
"releases_from_tags": true,
"days_since_latest_release": 3481,
"mean_days_between_releases": 28.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3481 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3481
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~28.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 28.8
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 6,
"unanswered_open_issues": 18,
"days_since_last_merged_pr": 1982,
"days_since_last_human_commit": 1982,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1982 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1982,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 73,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"forks": 429,
"stars": 2492,
"watchers": 48,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,492 stars",
"points": 55.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2492
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "429 forks",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 429
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "48 watchers",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 48
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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": "excellent",
"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": 94,
"inputs": {
"packages": [
"webrtcvad"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 451343
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "451,343 downloads/month across pypi",
"points": 75.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 451343,
"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": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.885
},
"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 88% of commits",
"points": 2.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"merged_prs": 7,
"open_issues": 45,
"closed_issues": 40,
"issue_closed_ratio": 0.471,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "47% of issues closed",
"points": 22,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 47
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/7 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/21 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"followers": 332,
"owner_type": "User",
"is_verified": null,
"owner_login": "wiseman",
"public_repos": 192,
"account_age_days": 6373
},
"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": "332 followers of wiseman",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 332,
"login": "wiseman"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "192 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 192
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"webrtcvad"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 3481
},
"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 3481 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 3481
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 14,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 14,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.9,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 14,
"security_posture_before_jurisdiction": 29
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/21 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "moderate",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 3,
"country": "Russia"
},
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (3); Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 3,
"country": "Russia"
}
},
{
"code": "jurisdiction_exposure_next",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 38,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.152,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "12 of 79 human commits state their intent (structured subject or explanatory body)",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 79
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"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 79",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 79
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 59710,
"source_files_sampled": 47,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/47 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 47,
"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": [],
"report_type": "repository",
"generated_at": "2026-07-21T22:35:57.165926Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/wiseman/py-webrtcvad.svg",
"full_name": "wiseman/py-webrtcvad",
"license_state": "custom",
"license_spdx": null
}