Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"python",
"openid"
],
"is_fork": false,
"size_kb": 5547,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 2892,
"Python": 904057,
"Makefile": 885
},
"pushed_at": "2024-11-05T16:41:28Z",
"created_at": "2012-12-03T20:01:17Z",
"owner_type": "User",
"updated_at": "2025-04-10T17:02:32Z",
"description": "Python 3 port of the python-openid library",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "http://necaris.net",
"name": "Rami Chowdhury",
"type": "User",
"login": "necaris",
"company": null,
"location": null,
"followers": 102,
"avatar_url": "https://avatars.githubusercontent.com/u/460769?v=4",
"created_at": "2010-10-30T14:08:21Z",
"is_verified": null,
"public_repos": 100,
"account_age_days": 5750
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.9",
"kind": "patch",
"published_at": "2015-11-21T14:17:18Z"
},
{
"tag": "v3.0.6",
"kind": "patch",
"published_at": "2015-08-02T14:12:35Z"
},
{
"tag": "v3.0.3",
"kind": "patch",
"published_at": "2015-06-24T12:58:53Z"
}
],
"recent_commits": [
{
"oid": "fbc7f6a2dc5159b890119a044215a6aee4cefc8d",
"body": "…ON) serializable\n\nBoth objects end up as data in a serialized object, when used with\ndjango-openid-auth. Django switched to JSONSerializer that can no longer\nserialize these objects (in contrast to the Picke-based serializer) and\nhence throws an error. The easiest solution is to base both on dict\no\n[…]\ninterfering with `dict` built-in methods (particularly `__len__` and `__iter__`), but these seem little-used so it seems safe from the tests.\n\nAlso, fix a couple of bugs in parsing things `_from_dict`",
"is_bot": false,
"headline": "Derive YadisServiceManager and OpenIDServiceEndpoint to make them (JS…",
"author_name": "Oliver Falk",
"author_login": "ofalk",
"committed_at": "2024-11-05T16:41:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e142fb9ea786f67a06aed2a3d0256ad7ff848a29",
"body": "Closes #60",
"is_bot": false,
"headline": "Fix missing format parameter bug in XML parsing",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2024-10-27T01:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d83694ffc763696d713972970dbd991351ad86c",
"body": "`cgi` and `cgitb` are removed as of Python 3.13; closes #69.",
"is_bot": false,
"headline": "Remove deprecated modules",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2024-10-27T00:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3364502131f04ddefbb5fe6305b4e4985023cb94",
"body": null,
"is_bot": false,
"headline": "Decode 'uniq' part of 'assoc_handle' from byte to string",
"author_name": "Martin Rehr",
"author_login": "Martin-Rehr",
"committed_at": "2024-10-26T20:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a65b2dea6221a93041d284a04a2f2408711ea90d",
"body": "When importing defusedxml's ElementTree use the non-deprecated import\npath first to avoid warnings.",
"is_bot": false,
"headline": "Use non-deprecated defusedxml ElementTree first",
"author_name": "Richard Connon",
"author_login": "riconnon",
"committed_at": "2024-10-26T20:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90065958a42131c2434c2a1b0a151724178e9635",
"body": "Newer versions of GitHub Actions want a `requirements.txt` file, so we now provide one, and have updated the `setup.py` and `dev-requirements.txt` for compatibility as well. While we're at it, we also need to tweak the GitHub Actions workflows to make things work correctly on older Pythons and on PyPy.",
"is_bot": false,
"headline": "Update dependencies, test actions",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2024-10-26T20:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19e9419a7c33db54af1e77d5067686264d2615d8",
"body": "Include Python 3.12, PyPy 3.9 and PyPy 3.10 in the testing matrix",
"is_bot": false,
"headline": "Merge pull request #67 from jorenham/py312-tests",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2024-10-25T15:54:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8958eebd6065aeca625e3feff39560a04fdef5cd",
"body": "Fix `SyntaxWarning` on Python 3.12",
"is_bot": false,
"headline": "Merge pull request #66 from jorenham/fix-py312-warning",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2024-10-25T15:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f91760640c645a8852d2261b62a1090e6f46e62a",
"body": null,
"is_bot": false,
"headline": "cache apt installed apt packages",
"author_name": "Joren Hammudoglu",
"author_login": "jorenham",
"committed_at": "2024-02-05T16:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "844fbb23d0e111c407a3baf8c0960a445a0c96ef",
"body": null,
"is_bot": false,
"headline": "combine the pip commands",
"author_name": "Joren Hammudoglu",
"author_login": "jorenham",
"committed_at": "2024-02-05T16:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4101a3f9c89b51b76da9dc899f54e6b0312c5b68",
"body": null,
"is_bot": false,
"headline": "enable the pip cache for faster runs",
"author_name": "Joren Hammudoglu",
"author_login": "jorenham",
"committed_at": "2024-02-05T16:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "995e2c9c0975e936c45e02900c159986925bf111",
"body": null,
"is_bot": false,
"headline": "upgrade actions to their latest version",
"author_name": "Joren Hammudoglu",
"author_login": "jorenham",
"committed_at": "2024-02-05T16:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa7b7465a5234d28c007be0dabb90f2e48448cb6",
"body": null,
"is_bot": false,
"headline": "add pypy3.9 and pypy3.10 to the test matrix",
"author_name": "Joren Hammudoglu",
"author_login": "jorenham",
"committed_at": "2024-02-05T16:30:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a7f10386ede2c8f38b2e1e89f5a29d44d18f992",
"body": null,
"is_bot": false,
"headline": "add py312 to the test matrix",
"author_name": "Joren Hammudoglu",
"author_login": "jorenham",
"committed_at": "2024-02-05T16:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b36c16d48919883ccf4556170a6350bd6738185",
"body": null,
"is_bot": false,
"headline": "Fix `SyntaxWarning` on Python 3.12",
"author_name": "Joren Hammudoglu",
"author_login": "jorenham",
"committed_at": "2024-02-05T16:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92235252f0a18b702bc86f17c0c5f5a9d68967a7",
"body": "Fix GitHub Actions",
"is_bot": false,
"headline": "Merge pull request #63 from necaris/fix/gha-workflows",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-09T18:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a83ffa290edc474df335a5c54497a9eb7093362",
"body": "...and allow PyPy and -dev builds to fail",
"is_bot": false,
"headline": "Don't fail fast",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-09T18:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a412267aa35c87f2a93003bc40f495f0c6b46e1",
"body": null,
"is_bot": false,
"headline": "Uncomment versions",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-09T18:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "735f5d26485b8639951a8d928c7fd77ac1513aa4",
"body": null,
"is_bot": false,
"headline": "Fix little bugs in GHA setup",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-09T18:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f05cd3d2f9b00bbaf344d93a844ff5cf340aa7",
"body": null,
"is_bot": false,
"headline": "Move badge to GHA",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-09T18:00:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb98a10e59dd5f187e43c874084183b22bdc4a96",
"body": "Test in more recent versions of Python",
"is_bot": false,
"headline": "Merge pull request #62 from necaris/update-versions-in-tests",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-09T17:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf82282435b19055d603438c2af230825eabdec1",
"body": "Since Travis is no longer as friendly as it used to be. As a bonus, this\nalso allows testing with many more recent Pythons.",
"is_bot": false,
"headline": "Move tests to GitHub Actions",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-09T17:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6117176c4a78ceb99698d5698bcd59b2fedab77",
"body": null,
"is_bot": false,
"headline": "Test in more recent versions of Python",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-08T21:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b03bd601b43ce123121f9adf34fb97eb0ac401f6",
"body": "Set daemon attribute in Python >= 3.10",
"is_bot": false,
"headline": "Merge pull request #61 from necaris/fix/set-daemon-attribute",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-08T21:06:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0afb7cb42bf1600aa04691e267f1771f22fa2cd",
"body": null,
"is_bot": false,
"headline": "Set daemon attribute in Python >= 3.10",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-08T21:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1355f624cbb0e17845f05ff6f9942efe44b2a4b5",
"body": "Fixed link to issue tracker",
"is_bot": false,
"headline": "Merge pull request #59 from pbx/master",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-08T20:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03c26716e0c997845ea49c40700720f2c0616303",
"body": "AddingPowerSupport_CI/Testing",
"is_bot": false,
"headline": "Merge pull request #56 from santosh653/master",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2022-07-08T20:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9123d853268b919012ba9270b5bb1ec83fb89117",
"body": null,
"is_bot": false,
"headline": "Fixed link to issue tracker",
"author_name": "Paul Bissex",
"author_login": "pbx",
"committed_at": "2021-12-07T17:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168760791d388208fe5175ae541a50be3e9fd5d0",
"body": "Adding Power Support.",
"is_bot": false,
"headline": "Update .travis.yml",
"author_name": "santosh653",
"author_login": "santosh653",
"committed_at": "2020-12-23T04:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c7f8f8fa4d2a0124516046ab2f84130eb8c10cb",
"body": "Fix error handling for loading modules",
"is_bot": false,
"headline": "Merge pull request #55 from honzap/error-syntax-fix",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-08-02T23:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "728ff9bc9e5903bc675e3bb1dbd1f0eee71b0a39",
"body": null,
"is_bot": false,
"headline": "fix error handling for loading modules",
"author_name": "Jan Pecek",
"author_login": "honzap",
"committed_at": "2020-07-28T13:07:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a98dbc41a0003a3fa5955043f9f4e5e36ccbe9d9",
"body": null,
"is_bot": false,
"headline": "Tag v3.2.0",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-06-29T12:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10425bb8d34feaa7d9c026b7f5be554242cc8cdc",
"body": "Clean up build matrix",
"is_bot": false,
"headline": "Merge pull request #52 from necaris/fix/run-only-appropriate-tests",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T18:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b41dbe00b5f0c7f56e9723abce18bcf267347fd",
"body": null,
"is_bot": false,
"headline": "Add dependency on GnuTLS-dev",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T18:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48380a4ea9f66bc4ab863ad47e92e88300a51ea6",
"body": "Don't try to manage the Travis build matrix manually",
"is_bot": false,
"headline": "Use `tox-travis` to run appropriate tests",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T18:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f875f005d2523d5448b97e3f8a3be72d65db86a",
"body": "Update @bkmgit's PR",
"is_bot": false,
"headline": "Merge pull request #51 from necaris/bkmgit-master",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T18:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2af3fa02f97eda388a457426168458cc83d8abff",
"body": null,
"is_bot": false,
"headline": "Acknowledge @bkmgit's contributions",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T18:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1c25e8dfc3fe7e13b866b6910b0ce14d86b141f",
"body": null,
"is_bot": false,
"headline": "Import randomString from cryptutil rather than reimplementing",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T18:36:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f531f3696c4399bc60a40e7ec90f3cda1b9702fd",
"body": "…o bkmgit-master\n\n* 'master' of https://github.com/bkmgit/python3-openid:\n Update consumer.py\n Update server.py\n Update consumer.py",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/bkmgit/python3-openid int…",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T18:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be7f0d1e6e5b7141699309fd0c39be570db8a09c",
"body": "Use non-root logger",
"is_bot": false,
"headline": "Merge pull request #50 from necaris/fix/use-non-root-logger",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T17:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f542eaa799dc7941c7b0219a41085ccb75ad65c7",
"body": "Addresses #43",
"is_bot": false,
"headline": "Use non-root logger",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T17:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "380ba32ec76d9a04b29f8b7f974e430ddadb7958",
"body": "Update: incorporate recent PRs, update testing matrix",
"is_bot": false,
"headline": "Merge pull request #49 from necaris/update/202004",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T17:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c11cb44070bbbcc9e622ef1455b75a37f03bea4f",
"body": null,
"is_bot": false,
"headline": "Format README",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T17:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65782b3d9e2ceb3062f835c8143b5cb36a7e33fe",
"body": null,
"is_bot": false,
"headline": "Acknowledge @vstoykov as a contributor",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T17:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4657e452af78825f080c45053ced11127517c591",
"body": "Explicit is better than implicit :-)",
"is_bot": false,
"headline": "Add extras for MySQL / Postgres support",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T17:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dec1833123a7fdf0408b7465aab34509bff46dc2",
"body": null,
"is_bot": false,
"headline": "Move PostgreSQL package's import to class PostgreSQLStore",
"author_name": "Bright Chen",
"author_login": "earthday",
"committed_at": "2020-04-12T17:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac0a7e8552912c94ed76b04c6f1846712bf328cf",
"body": "Even if it is in the tests it's better to not have warnings",
"is_bot": false,
"headline": "Fix resource warning",
"author_name": "Venelin Stoykov",
"author_login": "vstoykov",
"committed_at": "2020-04-12T17:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96fed8d98dd5e321b9951731be3ab634abdc4be",
"body": null,
"is_bot": false,
"headline": "Fix collection.abc deprecationwarning",
"author_name": "Venelin Stoykov",
"author_login": "vstoykov",
"committed_at": "2020-04-12T17:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2693d23392a5f5093334500b816f173e752b1ca2",
"body": null,
"is_bot": false,
"headline": "Fix regular expression deprecaation warnings",
"author_name": "Venelin Stoykov",
"author_login": "vstoykov",
"committed_at": "2020-04-12T17:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f42ada63d399ab5a18cc50c84e3bd2cb569b533c",
"body": null,
"is_bot": false,
"headline": "Update Python versions in Travis",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2020-04-12T16:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9af707c530784aa737bb3edfe53934ecbe8087e4",
"body": "Fix some errors",
"is_bot": false,
"headline": "Update consumer.py",
"author_name": "Benson Muite",
"author_login": "bkmgit",
"committed_at": "2020-04-12T12:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0809e6631b902ce7a1e74aca6a5c521945936154",
"body": "Use html.escape instead of cgi.escape",
"is_bot": false,
"headline": "Update server.py",
"author_name": "Benson Muite",
"author_login": "bkmgit",
"committed_at": "2020-04-12T10:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d0d9deec27013b0787acb8d93466af8bbc87c8",
"body": "* Remove randomString importation as no longer in that module\r\n* Replace cgi.parse with html.parse\r\n* Use urllib.parse.parse_qsl",
"is_bot": false,
"headline": "Update consumer.py",
"author_name": "Benson Muite",
"author_login": "bkmgit",
"committed_at": "2020-04-12T10:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4911bbc196dfd6f9eda7155df9903d668720ecbf",
"body": null,
"is_bot": false,
"headline": "Clean up publishing flow",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-02-22T16:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc2399df456f93acc231afcf2be9ae8ed4bf83a7",
"body": null,
"is_bot": false,
"headline": "Version 3.1.0",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-02-22T15:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3df64262e037fd942fbdbf9c03b37d5b3f33791b",
"body": null,
"is_bot": false,
"headline": "Reformat with YAPF",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-02-22T15:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d4ae1ad33f68695d5f3ae7cc1a950d8851ca6e2",
"body": "Since it doesn't play well with `conda`. Also a formatting change to one of the\ntests.",
"is_bot": false,
"headline": "Don't use tox for local tests",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-02-22T15:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15835458b995e00e3c79b11f0a4fe3e03e66c2fd",
"body": "Easier releases with wheels",
"is_bot": false,
"headline": "Merge pull request #36 from necaris/easier-releases-with-wheels",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2017-02-22T14:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f9c74a9f0a718720e8c716cd5214ee1f6987843",
"body": "Fix error parsing XML from #19",
"is_bot": false,
"headline": "Merge pull request #37 from necaris/fix-xml-valueerror",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2017-02-22T00:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3157d8e8c9e68ade1e949cd617e51bc06aef592",
"body": null,
"is_bot": false,
"headline": "Fix error parsing XML from #19",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-02-22T00:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c10182334b01fc3105e1f5554c896760cdfd35be",
"body": null,
"is_bot": false,
"headline": "Allow failures on PyPy, mention testing CPython 3.6",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-02-21T23:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c07b4c26d99b8a1da7ff6b70355f8a745ed6051",
"body": null,
"is_bot": false,
"headline": "Fix install requirement, don't allow py36 failures",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-02-21T23:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1302b30a032d9e49fe753f8390547c214fe5911",
"body": "Closes #35",
"is_bot": false,
"headline": "Update `defusedxml` dependency",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-02-21T23:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "682afb75df4ea1bf492d91e15e2eb1300b74e005",
"body": null,
"is_bot": false,
"headline": "Clean up scripts, remove unused ones",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-02-21T23:23:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6292a03aafb72338365aa46fa11182ac2e028121",
"body": "Introduce a Makefile to automate various tasks, including building (with wheels)\nand uploading.",
"is_bot": false,
"headline": "Add Makefile",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-02-21T23:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30bfb8a1e25773a1f22b13298a1d05dc312dced2",
"body": null,
"is_bot": false,
"headline": "Update copyright info",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-02-21T13:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55249c25953f39ae805b2846e464dcdc2e87068",
"body": "Closes #33",
"is_bot": false,
"headline": "Implement ordering for `openid.Association`s",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2017-01-15T03:24:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1618cdf048ef5bb36171fb2b3edafec6a3d8cf46",
"body": "Run travis tests with tox and reveals that python3.6 is not supported yet",
"is_bot": false,
"headline": "Merge pull request #34 from ticosax/py36",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2017-01-10T15:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54bb793e6946c757cdacaad67c2e6af370d1845b",
"body": null,
"is_bot": false,
"headline": "pypy3 can't even be bootstrapped properly",
"author_name": "Nicolas Delaby",
"author_login": "ticosax",
"committed_at": "2017-01-06T09:42:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad443e3d5edc39be84ca7df789d708065fb387a8",
"body": "… yet.",
"is_bot": false,
"headline": "Run travis tests with tox and reveals that python3.6 is not supported…",
"author_name": "Nicolas Delaby",
"author_login": "ticosax",
"committed_at": "2017-01-06T09:37:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ffbcaade433f143ea1dfbf16fed78af8bdffdc0",
"body": "Fix pycurl with proxy",
"is_bot": false,
"headline": "Merge pull request #29 from lutostag/fix_pycurl_with_proxy",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2016-07-27T20:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f5357b6f9c3b41044da39bd0cd4d6d65481a37",
"body": null,
"is_bot": false,
"headline": "use a byte literal if comparing lines before decoding",
"author_name": "Greg Lutostanski",
"author_login": "lutostag",
"committed_at": "2016-07-27T20:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c9214df5acb8fb01542718a4eadd74f3969a68c",
"body": null,
"is_bot": false,
"headline": "fix for using pycurl with a proxy",
"author_name": "Greg Lutostanski",
"author_login": "lutostag",
"committed_at": "2016-07-27T19:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64a5636623e9cbc7fa773218d598f36aeca179a8",
"body": null,
"is_bot": false,
"headline": "3.0.10",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2016-03-30T03:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a91a88dc83aabae0df4c5759d16e1cd2ffade84b",
"body": null,
"is_bot": false,
"headline": "Less shouty README",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2016-03-30T03:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57ca5b2697c076617562a1869df5304ad55dd790",
"body": null,
"is_bot": false,
"headline": "Drop Python 3.2 support",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2016-03-30T03:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1861536d3f1f9bdc45d46a803ad87e7baf3bbd95",
"body": "Including an update of Django to 1.8, which _is_ Python 3.5\ncompatible. Closes #25",
"is_bot": false,
"headline": "Update requirements",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2016-03-30T03:38:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef8c9a01ca608287c23c71169f72d7af1641051c",
"body": "Handle skiptest in admin/runtests.",
"is_bot": false,
"headline": "Merge pull request #20 from ralphbean/master",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2016-03-30T03:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdcf29b5cbf179262312d2499f7af4f9f23279d5",
"body": "Update association.py",
"is_bot": false,
"headline": "Merge pull request #26 from gabn88/patch-3",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2016-03-30T03:37:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b947d98b4059ef5ecd4ece644af0fdb4655d448d",
"body": "django.test.simple has been removed",
"is_bot": false,
"headline": "Merge pull request #21 from misli/test-django",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2016-03-17T12:36:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54dfad17d36fc28338eb351b8af081a0a62d2e68",
"body": "port https://github.com/jnicolson/python-openid/commit/f78b6328eae21a…",
"is_bot": false,
"headline": "Merge pull request #28 from abloch/master",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2016-03-17T12:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86575b9da5660c2f4b91d41b9b70865e9f37d8ec",
"body": "…9e6c9542323281b748a111162f",
"is_bot": false,
"headline": "port https://github.com/jnicolson/python-openid/commit/f78b6328eae21a…",
"author_name": "Akiva Bloch",
"author_login": null,
"committed_at": "2016-03-14T10:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69270e430b8ef7c3a11b7ab234136f76e432a62a",
"body": null,
"is_bot": false,
"headline": "Update __init__.py",
"author_name": "gabn88",
"author_login": "gabn88",
"committed_at": "2016-01-18T13:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcebf8690cf81f62419cb2222c47d5d4d96ddc0a",
"body": null,
"is_bot": false,
"headline": "Update __init__.py",
"author_name": "gabn88",
"author_login": "gabn88",
"committed_at": "2016-01-18T13:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0774b69b0e2bc8dcc50e8e97c4549b135e048f3",
"body": null,
"is_bot": false,
"headline": "Update association.py",
"author_name": "gabn88",
"author_login": "gabn88",
"committed_at": "2016-01-18T13:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b45cda31ea71c0e22e09cf7e1d42ee51f309d1c5",
"body": "The tests for django didn't work for Django >= 1.6.\nNow, it doesn't work for Django < 1.7.\nI haven't managed to make the tests run with Django 1.6.x.\nI could keep compatibility with Django 1.5.x,\nbut it does not seem to be reasonable.",
"is_bot": false,
"headline": "django.test.simple has been removed",
"author_name": "Jakub Dorňák",
"author_login": null,
"committed_at": "2015-11-19T11:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d5deab9c6af0b3520dedd6287cee259ab344228",
"body": "These never got handled in 42bf0e05da6c9a326287ef2404b545c97c8a9e41.",
"is_bot": false,
"headline": "Handle skiptest in admin/runtests.",
"author_name": "Ralph Bean",
"author_login": "ralphbean",
"committed_at": "2015-11-15T21:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2e6d36f1737c51b71301b24987d1002409b5fc8",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2015-11-09T01:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9518a1f3702853fdbb046bc90938d21a9db7bb67",
"body": "Tweak Travis configuration",
"is_bot": false,
"headline": "Merge pull request #18 from necaris/tweak-travis-config",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2015-11-09T01:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c49bb8e7580cc16deb694ad2b2087683f2f051e",
"body": null,
"is_bot": false,
"headline": "Tweak Travis configuration",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2015-11-09T01:34:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebceefa29680f291bb4915c4724b8d5f40144626",
"body": null,
"is_bot": false,
"headline": "Pass `strict` to `HTMLParser` if Python <= 3.2",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2015-11-08T22:28:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d02c1b980fea5c91e3cc5c5d3ce1e74f64468ef9",
"body": null,
"is_bot": false,
"headline": "Add coverage badge, acknowledge @moreati's contributions",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2015-11-08T22:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b849d74e78f2ae2d49a475c0bd240335f84b7043",
"body": "Report test coverage under Tox and Travis",
"is_bot": false,
"headline": "Merge pull request #12 from moreati/test_coverage",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2015-11-08T22:08:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a534b9b83a2593dc99d5eaf095693d0ed657b338",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2015-11-08T21:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bf17420f4a403e41d16b45b1ddce469dab913f8",
"body": "Remove unused `strict` argument from `YadisHTMLParser`",
"is_bot": false,
"headline": "Merge pull request #17 from necaris/remove-strict-from-parser",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2015-11-08T21:25:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beff8decafa9cab32d6b621bd8a6827f611001da",
"body": null,
"is_bot": false,
"headline": "Remove unused strict argument. Closes #16",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2015-11-08T21:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7409a39e7956e33e7bd34f04d5f0e941841cbda",
"body": null,
"is_bot": false,
"headline": "Bump version with Python 3.5 compatibility fix",
"author_name": "Rami Chowdhury",
"author_login": null,
"committed_at": "2015-09-15T19:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39c53845b9f8233932a31fc471bf5f785683cb6c",
"body": "Remove HTMLParseError, which is never thrown. Closes #14",
"is_bot": false,
"headline": "Merge pull request #15 from blazaid/master",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2015-09-15T19:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d85c821db456d5e5845f2ca2961bd3f180d0b9d",
"body": "HTMLParserError is no longer thrown by HTMLParser and thus was removed. The dependency and except blocks were removed.",
"is_bot": false,
"headline": "#14 Import error due release 3.5 of Python",
"author_name": "blazaid",
"author_login": "blazaid",
"committed_at": "2015-09-15T18:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58d8f8d840fd81e7dc31515162d68ccd52ddc515",
"body": "Cleanup console output when running tests",
"is_bot": false,
"headline": "Merge pull request #13 from moreati/master",
"author_name": "Rami Chowdhury",
"author_login": "necaris",
"committed_at": "2015-08-02T23:55:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 0,
"latest_release_at": "2015-11-21T14:17:18Z",
"latest_release_tag": "v3.0.9",
"releases_from_tags": false,
"days_since_last_push": 629,
"active_weeks_last_year": 0,
"days_since_latest_release": 3902,
"mean_days_between_releases": 75
},
"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": "python3-openid",
"exists": true,
"license": null,
"keywords": [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Systems Administration :: Authentication/Directory"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/python3-openid/",
"is_deprecated": false,
"latest_version": "3.2.0",
"repository_url": "http://github.com/necaris/python3-openid",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2012-12-25T16:02:57.611830Z",
"latest_published_at": "2020-06-29T12:15:49.026621Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2220
}
]
},
"popularity": {
"forks": 41,
"stars": 46,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2013-04-08",
"count": 1
},
{
"date": "2013-08-16",
"count": 1
},
{
"date": "2014-07-15",
"count": 1
},
{
"date": "2014-08-19",
"count": 1
},
{
"date": "2015-02-21",
"count": 1
},
{
"date": "2015-07-10",
"count": 2
},
{
"date": "2015-08-01",
"count": 1
},
{
"date": "2015-11-15",
"count": 1
},
{
"date": "2016-01-18",
"count": 1
},
{
"date": "2016-03-14",
"count": 1
},
{
"date": "2016-06-24",
"count": 1
},
{
"date": "2016-07-11",
"count": 1
},
{
"date": "2016-07-27",
"count": 1
},
{
"date": "2016-09-16",
"count": 1
},
{
"date": "2016-10-14",
"count": 1
},
{
"date": "2017-01-05",
"count": 1
},
{
"date": "2017-04-03",
"count": 1
},
{
"date": "2017-04-10",
"count": 1
},
{
"date": "2017-07-12",
"count": 1
},
{
"date": "2018-09-03",
"count": 1
},
{
"date": "2018-09-17",
"count": 1
},
{
"date": "2019-01-13",
"count": 1
},
{
"date": "2019-08-12",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-12-23",
"count": 1
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-07-29",
"count": 1
},
{
"date": "2023-10-13",
"count": 1
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
}
],
"complete": true,
"collected": 39,
"total_forks": 41
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 83385,
"source_files_sampled": 107,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"requirements.txt",
"setup.cfg",
"setup.py"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "pypi:python3-openid@3.2.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "-",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "coverage",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "coveralls",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "defusedxml",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "django",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "httplib2",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "mysqlclient",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psycopg2",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psycopg2cffi",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pycrypto",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pycurl",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 0,
"indirect_count": 11
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 35,
"open_issues": 4,
"closed_ratio": 0.875,
"closed_issues": 28,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "necaris",
"commits": 275,
"avatar_url": "https://avatars.githubusercontent.com/u/460769?v=4"
},
{
"type": "User",
"login": "moreati",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/174450?v=4"
},
{
"type": "User",
"login": "willnorris",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/1112?v=4"
},
{
"type": "User",
"login": "jorenham",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/6208662?v=4"
},
{
"type": "User",
"login": "msabramo",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/305268?v=4"
},
{
"type": "User",
"login": "redice",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/266496?v=4"
},
{
"type": "User",
"login": "gabn88",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/7912953?v=4"
},
{
"type": "User",
"login": "ziima",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/331955?v=4"
},
{
"type": "User",
"login": "vstoykov",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/902381?v=4"
},
{
"type": "User",
"login": "temoto",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/27057?v=4"
}
],
"contributors_sampled": 29,
"top_contributor_share": 0.795
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"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 14 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": 5,
"reason": "Found 7/14 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 17 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "fbc7f6a2dc5159b890119a044215a6aee4cefc8d",
"ran_at": "2026-07-28T14:49:53Z",
"aggregate_score": 4.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2024-11-05T16:41:28Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 74,
"created_at": "2024-11-15T06:42:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 75,
"created_at": "2025-02-21T09:13:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 76,
"created_at": "2025-02-22T14:30:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 77,
"created_at": "2025-03-22T14:50:50Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/necaris/python3-openid",
"host": "github.com",
"name": "python3-openid",
"owner": "necaris"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 40,
"inputs": {
"security": 54,
"vitality": 21,
"community": 47,
"governance": 60,
"engineering": 53,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 47,
"overall_after_abandonment_multiplier": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 21,
"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": 629,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 629 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 629
}
}
],
"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": "moderate",
"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": 52,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v3.0.9",
"releases_from_tags": false,
"days_since_latest_release": 3902,
"mean_days_between_releases": 75
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3902 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3902
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~75 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 75
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"dependencies_clean"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 4,
"days_since_last_merged_pr": 629,
"days_since_last_human_commit": 629,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 629 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 629,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"forks": 41,
"stars": 46,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "46 stars",
"points": 26.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 46
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "41 forks",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 41
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 29,
"top_contributor_share": 0.795
},
"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 80% of commits",
"points": 4.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 80
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "29 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 29
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 17 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 35,
"open_issues": 4,
"closed_issues": 28,
"issue_closed_ratio": 0.875,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "88% of issues closed",
"points": 40.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 88
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "35/45 decided PRs merged",
"points": 29.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 35,
"decided": 45
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/14 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"followers": 102,
"owner_type": "User",
"is_verified": null,
"owner_login": "necaris",
"public_repos": 100,
"account_age_days": 5750
},
"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": "102 followers of necaris",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 102,
"login": "necaris"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "100 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 100
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"python3-openid"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 2220
},
"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 2220 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2220
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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 14 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": 60,
"inputs": {
"topics": [
"python",
"openid"
],
"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": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.2
},
"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 14 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 7/14 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 17 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:python3-openid@3.2.0 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:python3-openid@3.2.0",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.38,
"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": "38 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 83385,
"source_files_sampled": 107,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/107 source files over 60KB",
"points": 52.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 107,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T14:50:22.565133Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/necaris/python3-openid.svg",
"full_name": "necaris/python3-openid",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}