Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 292,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 1707,
"Python": 81639
},
"pushed_at": "2026-07-25T08:53:55Z",
"created_at": "2013-07-23T09:49:59Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T08:51:40Z",
"description": "DHCP OMAPI protocol implemented in pure Python",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "Cygnus Networks GmbH",
"type": "Organization",
"login": "CygnusNetworks",
"company": null,
"location": "Bonn, Germany",
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3418113?v=4",
"created_at": "2013-01-29T15:15:40Z",
"is_verified": null,
"public_repos": 56,
"account_age_days": 4924
},
"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": "v1.0",
"kind": "other",
"published_at": "2026-07-25T08:53:55Z"
},
{
"tag": "v0.8",
"kind": "other",
"published_at": "2022-05-09T14:34:21Z"
},
{
"tag": "v0.7",
"kind": "other",
"published_at": "2022-05-09T14:34:47Z"
},
{
"tag": "v0.6",
"kind": "other",
"published_at": "2022-05-09T14:35:00Z"
},
{
"tag": "v0.5",
"kind": "other",
"published_at": "2022-05-09T14:35:15Z"
},
{
"tag": "v0.4",
"kind": "other",
"published_at": "2015-07-02T09:32:56Z"
}
],
"recent_commits": [
{
"oid": "ff6645902ab5c04cb76373800c7fb2a2ef9256ee",
"body": "Implement graceful shutdown (#8) and classless static routes helper (#31)",
"is_bot": false,
"headline": "Merge pull request #47 from CygnusNetworks/issues-and-badges",
"author_name": "cygnusb",
"author_login": "cygnusb",
"committed_at": "2026-07-25T08:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a4a8b10f08e8a1e0aeb2633a084a81ea77568d",
"body": "Issue #31 (classless static routes):\n- add encode_classless_static_routes(): turns (destination_cidr, gateway)\n pairs into the RFC 3442 / MS option 249 colon-hex byte string dhcpd wants\n- add_host_supersede() gains an optional `statements` argument for extra raw\n ISC DHCP statements (verified end \n[…]\nblished)\n- CI uploads coverage.xml to Codecov (non-blocking) and the integration\n dhcpd.conf now defines the ms-classless-static-routes option\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Implement issues #8 and #31, add badges and coverage upload",
"author_name": "cygnusb",
"author_login": "cygnusb",
"committed_at": "2026-07-25T08:43:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d28dd64aadc89ee218d8eb5ec4eb389dff4db814",
"body": "Add comprehensive test coverage (unit, in-process e2e, real dhcpd)",
"is_bot": false,
"headline": "Merge pull request #46 from CygnusNetworks/test-coverage",
"author_name": "cygnusb",
"author_login": "cygnusb",
"committed_at": "2026-07-25T08:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb25d7fb529dca8ed3458bdfecb7f26cdee67044",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: unload dhcpd AppArmor profile so the integration job can start dhcpd",
"author_name": "cygnusb",
"author_login": "cygnusb",
"committed_at": "2026-07-25T07:52:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d7977347f2ab843a146fb068c52ac870ced6eda2",
"body": "Previously only a handful of pure-function tests existed (~61% coverage).\nThis adds three layers of tests, raising line coverage to 98%.\n\n- tests/test_protocol.py: buffers (bounds/size limits), message\n serialize/parse roundtrip incl. signatures, named constructors,\n authenticators, pack/unpack er\n[…]\nally against\n dhcpd in a container (add/lookup/delete/supersede over authenticated OMAPI).\n\nCI now measures coverage with --cov-fail-under=95.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add comprehensive test coverage (unit, in-process e2e, real dhcpd)",
"author_name": "cygnusb",
"author_login": "cygnusb",
"committed_at": "2026-07-25T07:50:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f7bafdf84bcc024057ac66cd9a92d09e9cb6e753",
"body": "Modernize deb/rpm packaging and build packages on release",
"is_bot": false,
"headline": "Merge pull request #45 from CygnusNetworks/packaging-modernization",
"author_name": "cygnusb",
"author_login": "cygnusb",
"committed_at": "2026-07-25T07:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5693ede85ad007e301dc9ca4a3d0c5dd56add5e",
"body": "Package building was outdated and there was no CI package build. This\nmodernizes both distro packagings and automates artifact building on release.\n\nDebian:\n- Use debhelper-compat 13 (drop debian/compat), Standards-Version 4.7.0\n- Add pybuild-plugin-pyproject so the pyproject.toml build is used\n- Ru\n[…]\n release tag.\n\nAll targets verified by real container builds (Debian 12/13, Ubuntu 24.04,\nFedora, Rocky 9) plus twine check of the sdist/wheel.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Modernize deb/rpm packaging and add release build workflow",
"author_name": "cygnusb",
"author_login": "cygnusb",
"committed_at": "2026-07-25T07:08:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "31810dc956163c23e28055e164fb7dfc67b30dbe",
"body": "Integrates the Python 3.11+ modernization (drop Py2, type hints, pyproject,\nGitHub Actions, pytest suite, bug fixes) plus the failover-state feature.\nResolves .tito/pypureomapi.spec in favor of the modernized versions.\n\n# Conflicts:\n#\tpypureomapi.spec",
"is_bot": false,
"headline": "Merge modernized master (PR #44) into internal master",
"author_name": "cygnusb",
"author_login": "cygnusb",
"committed_at": "2026-07-25T06:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f84c5cfc06d447ff14024937470354a9dbf25b95",
"body": "Modernize for Python 3.11+ (drop Python 2, type hints, pyproject)",
"is_bot": false,
"headline": "Merge pull request #44 from CygnusNetworks/modernize-py3",
"author_name": "cygnusb",
"author_login": "cygnusb",
"committed_at": "2026-07-25T06:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6bcc90f9bdb672eb9db5316f955be3507f9631f",
"body": "Drop all Python 2 compatibility and modernize the codebase:\n\n- Remove Py2 shims (basestring, bytes_to_int_seq/int_seq_to_bytes,\n coding header, redundant object base classes)\n- Add full PEP 484 type hints; replace epytext @type/@rtype docstrings;\n make parse_map generic\n- Convert %/.format() to f-\n[…]\ny2 example, fix bytes usage\n\nVerified: pytest (39 passed), module doctests (44 passed), mypy clean,\npip install from pyproject in a clean venv.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Modernize for Python 3.11+ (drop Python 2, type hints, pyproject)",
"author_name": "cygnusb",
"author_login": "cygnusb",
"committed_at": "2026-07-25T06:05:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0fadec587dea811a9a471a3d6393752e3896a90b",
"body": "Created by command:\n\n/usr/bin/tito tag",
"is_bot": false,
"headline": "Automatic commit of package [python-pypureomapi] release [0.8-2].",
"author_name": "Peter Adam",
"author_login": "p3dda",
"committed_at": "2026-07-25T06:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23e5b4cf51920bd6ae5f36db1d97bcc708ef5eb3",
"body": null,
"is_bot": false,
"headline": "Fix description",
"author_name": "Peter Adam",
"author_login": "p3dda",
"committed_at": "2026-07-25T06:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dda93a7e178ed85ea702de1491a23dca56863276",
"body": null,
"is_bot": false,
"headline": "Fix description",
"author_name": "Peter Adam",
"author_login": "p3dda",
"committed_at": "2026-07-25T06:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f211c72f61cbe9fe51f2a2aa52abae732a95c478",
"body": null,
"is_bot": false,
"headline": "Fix specfile order",
"author_name": "Peter Adam",
"author_login": "p3dda",
"committed_at": "2026-07-25T06:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0718357b9d45fb57fc24af74220f96866b3d0db2",
"body": null,
"is_bot": false,
"headline": "Fix build for centos8",
"author_name": "Peter Adam",
"author_login": "p3dda",
"committed_at": "2026-07-25T06:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2284ae6f45bbc56561e0c046b70889212dbd120",
"body": "Failover state object",
"is_bot": false,
"headline": "Merge pull request #41 from jonjacs/failover-state-object",
"author_name": "Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2022-05-09T14:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c456e02f4f5a58dc2c554bb8db27bb4c7dc1054",
"body": null,
"is_bot": false,
"headline": "Merge branch 'CygnusNetworks:master' into failover-state-object",
"author_name": "Jonas Jacobsson",
"author_login": "jonjacs",
"committed_at": "2022-05-09T14:12:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96f6389bfdd75e20c2096023b8b467948080faa1",
"body": "The previous commit which added lookup of failover-state object attributes was missing this.",
"is_bot": false,
"headline": "Add failover-state as a valid ltype",
"author_name": "Jonas Jacobsson",
"author_login": "jonjacs",
"committed_at": "2022-05-09T14:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "367605425692d8925ec54fccfc002b408b20af9b",
"body": null,
"is_bot": false,
"headline": "Add pylint exceptions",
"author_name": "Dr. Torge Valerius",
"author_login": "cygnusb",
"committed_at": "2022-05-09T14:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72bbb1797c66ae2c9cc7af0582cd51f61d3ca428",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:CygnusNetworks/pypureomapi",
"author_name": "Dr. Torge Valerius",
"author_login": "cygnusb",
"committed_at": "2022-05-09T14:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77d6bf5229f9e176d3968123394f8ede8cc2bb15",
"body": null,
"is_bot": false,
"headline": "Add pylint exceptions",
"author_name": "Dr. Torge Valerius",
"author_login": "cygnusb",
"committed_at": "2022-05-09T14:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "183fb677e0fb03b66d809d44ecc5a99c64010ad2",
"body": "Support for fetching failover-state object attribute",
"is_bot": false,
"headline": "Merge pull request #40 from jonjacs/failover-state-object",
"author_name": "Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2022-05-09T13:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7c02124c6ccdf46e94f14412ce4524d59748711",
"body": null,
"is_bot": false,
"headline": "Support for fetching failover-state object attribute",
"author_name": "Jonas Jacobsson",
"author_login": "jonjacs",
"committed_at": "2022-05-09T13:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9f3a14ad1441e862e79685633fcae5439333faf",
"body": null,
"is_bot": false,
"headline": "pep8: Fix trailing whitespaces",
"author_name": "Dr. Torge Valerius",
"author_login": "cygnusb",
"committed_at": "2022-05-04T17:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2733d219f8d8798d1e34fb911ef00726f42688e2",
"body": null,
"is_bot": false,
"headline": "Fix indent",
"author_name": "Dr. Torge Valerius",
"author_login": "cygnusb",
"committed_at": "2022-05-04T17:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a334152c5d656d5d7a11e345be5615e0df14ef57",
"body": "Created by command:\n\n/usr/bin/tito tag",
"is_bot": false,
"headline": "Automatic commit of package [python-pypureomapi] release [0.8-2].",
"author_name": "Peter Adam",
"author_login": "p3dda",
"committed_at": "2021-11-10T09:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24620af86fd7df28596ba83bbc82101fd5e41ad6",
"body": null,
"is_bot": false,
"headline": "Fix description",
"author_name": "Peter Adam",
"author_login": "p3dda",
"committed_at": "2021-11-09T09:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e45adada5f0932771a82d76c7a1efb51223c1bad",
"body": null,
"is_bot": false,
"headline": "Fix description",
"author_name": "Peter Adam",
"author_login": "p3dda",
"committed_at": "2021-11-09T09:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65525a938cc6e4969866c31994c4cb96da3bb9be",
"body": null,
"is_bot": false,
"headline": "Fix specfile order",
"author_name": "Peter Adam",
"author_login": "p3dda",
"committed_at": "2021-11-09T09:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c437d8aedae18a73cc8680c329a4ca224fa79eae",
"body": null,
"is_bot": false,
"headline": "Fix build for centos8",
"author_name": "Peter Adam",
"author_login": "p3dda",
"committed_at": "2021-11-08T14:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79923c16a6548b962590bf1d05a5a7f51e1b26de",
"body": "Add function for lookups host by ip",
"is_bot": false,
"headline": "Merge pull request #38 from Vatson112/add-lookup-host-by-ip",
"author_name": "Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2021-10-22T14:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5af9a6b2e1b4b57260fa40bc22dac102381f96d9",
"body": "Add function for lookups host by ip",
"is_bot": false,
"headline": "Add function for lookups host by ip",
"author_name": "Maxim",
"author_login": "Vatson112",
"committed_at": "2021-10-22T10:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03b27e9e276b9212082d7b1fc0948f01f291d994",
"body": "Fix TypeError: a bytes-like object is required, not 'str'",
"is_bot": false,
"headline": "Merge pull request #37 from Vatson112/fix-add_host_supersede",
"author_name": "Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2021-10-21T14:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e34c2b6837f6d62421ce63e7b1802172066c1fc8",
"body": "Using add_host_supersede raise traceback with Type Error.\r\n\r\n\r\nTraceback (most recent call last):\r\n File \"manage_dhcp.py\", line 99, in <module>\r\n main(sys.argv)\r\n File \"manage_dhcp.py\", line 92, in main\r\n add_soft_lease(omapi, lease)\r\n File \"manage_dhcp.py\", line 65, in add_soft_lease\r\n \n[…]\neschenko/Yandex.Disk/Work/Projects/dhcp-manage/venv/lib/python3.6/site-packages/pypureomapi.py\", line 145, in add\r\n self.buff.write(data)\r\nTypeError: a bytes-like object is required, not 'str'\r\n```",
"is_bot": false,
"headline": "Fix TypeError: a bytes-like object is required, not 'str'",
"author_name": "Maxim",
"author_login": "Vatson112",
"committed_at": "2021-10-21T14:11:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1319a33ff6f9c33200b483c8fd99e0d6696c87c6",
"body": null,
"is_bot": false,
"headline": "Fix example",
"author_name": "Dr. Torge Valerius",
"author_login": "cygnusb",
"committed_at": "2021-10-13T17:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e41afe5f01327d74e6b71f64092ccf999f44b0f4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of git.cygnusnet.de:pypureomapi",
"author_name": "Dr. Torge Valerius",
"author_login": "cygnusb",
"committed_at": "2021-09-24T13:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "289ff9cfa14ca84ca68de3d5ca5235e08d509944",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:CygnusNetworks/pypureomapi",
"author_name": "Dr. Torge Valerius",
"author_login": "cygnusb",
"committed_at": "2021-09-24T13:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcd817f70de1a8c5d084f88b8da10dbd7d53fd45",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of git.cygnusnet.de:pypureomapi",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2021-02-12T16:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9249d03eed038de2f0ae81a37610fb2f71d252ac",
"body": "Update .travis.yml",
"is_bot": false,
"headline": "Merge pull request #36 from nageshlop/master",
"author_name": "Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-12-10T19:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b946d0dd15ec409b70ff1ed33c7ad70eb894261",
"body": "added support for ppc64",
"is_bot": false,
"headline": "Update .travis.yml",
"author_name": "Nagesh A T",
"author_login": "nageshlop",
"committed_at": "2020-12-09T14:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dc55beaf8898e94f266a4fec9d4f4e1e7285ff0",
"body": null,
"is_bot": false,
"headline": "Change to native format for our internal Jenkins",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-10-27T13:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75ac8554d3ed2773a33cbccd7f89edce7d962161",
"body": null,
"is_bot": false,
"headline": "Change to UNRELEASED",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-10-27T13:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb3c2b962089f30b644e3ed08bf22c3c6a10f37",
"body": null,
"is_bot": false,
"headline": "Jenkins trigger",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-10-27T12:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e844e049afb650d376a5aaba562beb4dd4f4d0fc",
"body": "Fix for underscore to dash conversion",
"is_bot": false,
"headline": "Merge pull request #34 from mrd000/patch-1",
"author_name": "Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-07-01T11:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33237cd39b7a6475ab80fcdc1f982139b6b28132",
"body": "DHCP OMAPI normally uses dashes as a separator for field words. Python does not accept dashes in kwarg keys, so there is a conversion in the __lookup function to convert _ to -. However, there seems to be a bug that prevents that conversion to be actually used for some parameters.",
"is_bot": false,
"headline": "Fix for underscore to dash conversion",
"author_name": "Pavel Merdin",
"author_login": "mrd000",
"committed_at": "2020-07-01T08:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "370567434f524f6fb93d72ca5c789562b879a34a",
"body": null,
"is_bot": false,
"headline": "Bump dephelper version to 10",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2020-02-02T09:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1a748adda7631ef7a9af12da71355f2462530c2",
"body": null,
"is_bot": false,
"headline": "Fix description removing pyomapic reference.",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2020-02-02T09:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbfd9988e1faa83836fabd487554429b150e488b",
"body": null,
"is_bot": false,
"headline": "Sync with Debian mentors upload",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-01-29T10:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "417a68cac3b9b58bbb28574beaab3cc9f49b224a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:CygnusNetworks/pypureomapi",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-01-29T08:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36728ea31aac5626b0ecd4c1e710c55990db5e80",
"body": null,
"is_bot": false,
"headline": "Fix debian packaging for sid update",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-01-29T08:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7857c9211fac139996b21931f222b037e6af6e4b",
"body": "Add a Codacy badge to README.md",
"is_bot": false,
"headline": "Merge pull request #32 from codacy-badger/codacy-badge",
"author_name": "Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-01-17T14:45:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a7dc6703b753cd85e8f132b43111a29b6df86ec",
"body": null,
"is_bot": false,
"headline": "Add Codacy badge",
"author_name": "The Codacy Badger",
"author_login": "codacy-badger",
"committed_at": "2020-01-17T14:44:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c91ea98dff2e4d40c647051432baf921107d0d26",
"body": null,
"is_bot": false,
"headline": "Fix markdown issues",
"author_name": "Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-01-17T14:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1b71bb91a1cab640b260385f15a2b122a218c07",
"body": null,
"is_bot": false,
"headline": "Remove old python versions",
"author_name": "Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-01-17T14:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23962074afab777391a317795e081c602c08b40b",
"body": null,
"is_bot": false,
"headline": "Fix markdown issues",
"author_name": "Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-01-17T14:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e087f1f3b2f3211d3988a11205d2cb4c42fd6c10",
"body": null,
"is_bot": false,
"headline": "Disable line-too-long inspection",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-01-17T14:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e60797d4006539e8978ac5d206b5f418024d7318",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:CygnusNetworks/pypureomapi",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2020-01-17T14:27:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7799ce4f6f20f7b6c1d01be7065bdf80d34c4097",
"body": null,
"is_bot": false,
"headline": "Update pylint exceptions to new version",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2019-10-23T16:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f45fbaf413b7bd0a8d000482f4b3454a2f50143",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of git.cygnusnet.de:pypureomapi",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2019-10-23T16:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd7c9173890cfb5aec3af359433ff0c5d386884",
"body": null,
"is_bot": false,
"headline": "Add file to coverage",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2019-10-23T16:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff4459678ec023fd56e64ce518a86860efec26bf",
"body": null,
"is_bot": false,
"headline": "Add Python 3 and Python 2 examples",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2019-04-05T16:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a25294735717a4fcd794d0bc37e298a5af92d76",
"body": null,
"is_bot": false,
"headline": "Remove check for none, done already in Omapi",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2019-04-05T16:56:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b01aee133c9465118d25f2ef84a1e05b309fa0c9",
"body": null,
"is_bot": false,
"headline": "Add assertions for bytes user and key",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2019-04-05T16:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff943dd6bda6d41f7475a96ffc0934ec9d967f6",
"body": null,
"is_bot": false,
"headline": "Add to ignore",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2019-04-05T16:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc02900dbcd85761a733a3d27c77764c623d2b0c",
"body": null,
"is_bot": false,
"headline": "Fix version number",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-03-26T11:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acf06b2f54c701278d468413ba7e7e4b4a41af61",
"body": null,
"is_bot": false,
"headline": "Automatic commit of package [python-pypureomapi] release [0.8-1].",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2019-02-12T14:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e6951f0074bbc89e46dcf1f4bfc9eaa4c00c2c4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of git.cygnusnet.de:pypureomapi",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2019-02-12T14:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df1057b0a1f910f90166fde53d74271233c658b5",
"body": null,
"is_bot": false,
"headline": "Change debian version to unreleased",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-12T13:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a142940a72121c3f7bf3ff3231958c07923e43b7",
"body": null,
"is_bot": false,
"headline": "Fix new exception",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-12T12:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44276756da9e4977c9453e20e517791c639519a3",
"body": null,
"is_bot": false,
"headline": "Fix exception call",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-12T12:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e2cb3ab70376690ea8ece1f743c72c1c268a01",
"body": null,
"is_bot": false,
"headline": "Fix debian packaging using doc",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-12T12:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7476ecf52a8f8354cd52acb9268687677762b44",
"body": null,
"is_bot": false,
"headline": "Fix changelog line",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T12:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a15b20bd76ca1446500ae05a59eb87387597605f",
"body": null,
"is_bot": false,
"headline": "Puppet lint fixes",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T12:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e29c11912941ef5ea76bf62e04cb3c82e891f739",
"body": null,
"is_bot": false,
"headline": "Update debian files",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T12:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c868e7cc19a1b40645d6349570e104c9cb90c25f",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T12:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be95a44bb8363775aa063ede9031bbad21e1fb24",
"body": null,
"is_bot": false,
"headline": "Improve documentation and add new generic lookup functions",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T12:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0b0fb18aaa84a58c75551cb4530e3b6be019dcb",
"body": null,
"is_bot": false,
"headline": "Add functions from documentation directly",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T12:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6b9f3b73ae1c98cd2374301d0b9e201fc420f1e",
"body": "allow query of raw data by specifying raw=True",
"is_bot": false,
"headline": "Add automatic conversion of received data",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T12:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a189ae2081491efb1dc59441d9c06d7b767d590d",
"body": null,
"is_bot": false,
"headline": "Move del function to end",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T11:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ef8ad15572356b1abce653c45e3fb41ef8f3a20",
"body": null,
"is_bot": false,
"headline": "Move add_host function to other add functions",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T11:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3686ec9edabfe0f053c9316dc1f83fce07b1c258",
"body": null,
"is_bot": false,
"headline": "Add documentation for OmapiErrorAttributeNotFound exceptions",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T11:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b40d3e1bdaae126d112659b3a0e9ce23ae0c29c6",
"body": null,
"is_bot": false,
"headline": "Fix lookup on omapi DHCP type parameters",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T10:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d820b3da01b036bdb7eaaf9bf73d8304374c7c2b",
"body": "Allows distinguish between a not found lease or a found lease\nbut missing the attribute searched for.\nException is subclass of not found exception, which makes it\nbackwards compatible",
"is_bot": false,
"headline": "Add exception for attribute not found",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T10:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ad51d634034c12869a75f957c0df849926b748",
"body": "Added generic lookup function, which allows to query all\npossible selectors and also allows handing over DHCP\noriginal attribute names.",
"is_bot": false,
"headline": "Cleanup lookup functions and remove duplicate code",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-02-11T10:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edd6ca58bcd7620bd40a705d7c862060d3dca621",
"body": null,
"is_bot": false,
"headline": "NOCHECK: ignore github change",
"author_name": "Dr. Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2019-01-23T14:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c26259fb77684ba3ed8d63ce704b668757963099",
"body": null,
"is_bot": false,
"headline": "Fix deprecated HMAC call without digestmod",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2018-11-03T17:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89a5075b47847d6fcf81bb390c14a91451aa7f9e",
"body": null,
"is_bot": false,
"headline": "Change lookup to generic lookup function",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2018-11-03T17:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1d23d4a8db8b1f7f37eec5b2718af45c5a074a0",
"body": null,
"is_bot": false,
"headline": "unify strings",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2018-11-03T17:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4daed1675848728f07348fd3f1c89c94d98d3a4",
"body": null,
"is_bot": false,
"headline": "Change lookup_hostname to new generic function",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2018-11-03T16:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d119c30a02a736f4db6255ae15f585cb3c6b892b",
"body": null,
"is_bot": false,
"headline": "Add assertion",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2018-11-03T16:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33df4aadb25d47981a451c008795424d28a77139",
"body": null,
"is_bot": false,
"headline": "Reorder lookup function",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2018-11-03T16:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c0e12a4e288a0238449648ae4ce325b17866f15",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:CygnusNetworks/pypureomapi",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2018-11-03T16:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b616d1f0599df55cd6052ab2b7da0da32daceda3",
"body": "add host lookup from mac address. Add generic lookup",
"is_bot": false,
"headline": "Merge pull request #28 from jacobweinstock/master",
"author_name": "Torge Szczepanek",
"author_login": "cygnusb",
"committed_at": "2018-11-03T16:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dac144868bb52734d13c357853da69f32e190ae",
"body": null,
"is_bot": false,
"headline": "Add local test to ignore. Remove atlassian",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2018-11-03T16:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0634ab77354bfc98af15c1ec3df26335c82eb5c5",
"body": null,
"is_bot": false,
"headline": "update docstring",
"author_name": "Jacob Weinstock",
"author_login": "jacobweinstock",
"committed_at": "2018-11-02T19:51:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b1aecff9632afaf028345df0ce663e2bf0b11b6",
"body": "…y existing api",
"is_bot": false,
"headline": "return a string for single value lookup request so as to not break an…",
"author_name": "Jacob Weinstock",
"author_login": "jacobweinstock",
"committed_at": "2018-11-02T19:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0fac4d63acc66081e79facf58ae67c61b067934",
"body": null,
"is_bot": false,
"headline": "add generic lookup function.",
"author_name": "Jacob Weinstock",
"author_login": "jacobweinstock",
"committed_at": "2018-11-02T19:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95fed596c0100ace5446d51be12555eaf5e2d929",
"body": null,
"is_bot": false,
"headline": "fix indent",
"author_name": "Jacob Weinstock",
"author_login": "jacobweinstock",
"committed_at": "2018-11-02T15:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "691a501fd67eaa44ed6de13832ff1f07423643a4",
"body": null,
"is_bot": false,
"headline": "add host lookup using mac address",
"author_name": "Jacob Weinstock",
"author_login": "jacobweinstock",
"committed_at": "2018-11-02T15:34:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f63a3b8bfa7793985227eeee58cbcfaf55eafd2",
"body": null,
"is_bot": false,
"headline": "lint exception",
"author_name": "Dr. Torge Szczepanek",
"author_login": null,
"committed_at": "2018-09-21T13:38:30Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2026-07-25T08:53:55Z",
"latest_release_tag": "v1.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 0,
"days_since_latest_release": 0,
"mean_days_between_releases": 808.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "pypureomapi",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"isc",
"dhcp",
"omapi",
"dhcpd",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Networking"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/pypureomapi/",
"is_deprecated": false,
"latest_version": "1.0",
"repository_url": "https://github.com/CygnusNetworks/pypureomapi",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2013-08-26T21:06:28.285255Z",
"latest_published_at": "2026-07-25T08:54:43.591343Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 29,
"stars": 56,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2014-04-22",
"count": 1
},
{
"date": "2014-11-24",
"count": 1
},
{
"date": "2015-05-21",
"count": 1
},
{
"date": "2015-05-29",
"count": 1
},
{
"date": "2015-06-02",
"count": 1
},
{
"date": "2015-06-29",
"count": 1
},
{
"date": "2015-09-08",
"count": 2
},
{
"date": "2015-11-23",
"count": 1
},
{
"date": "2016-02-02",
"count": 1
},
{
"date": "2016-08-25",
"count": 1
},
{
"date": "2016-08-29",
"count": 1
},
{
"date": "2017-05-03",
"count": 1
},
{
"date": "2017-09-01",
"count": 1
},
{
"date": "2017-12-08",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-09-17",
"count": 1
},
{
"date": "2018-11-02",
"count": 1
},
{
"date": "2019-05-01",
"count": 1
},
{
"date": "2019-06-12",
"count": 1
},
{
"date": "2020-03-02",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-12-09",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-07-22",
"count": 1
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2022-05-09",
"count": 1
},
{
"date": "2024-12-19",
"count": 1
}
],
"complete": true,
"collected": 29,
"total_forks": 29
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 43572,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 1,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 0,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 22,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 19,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "cygnusb",
"commits": 83,
"avatar_url": "https://avatars.githubusercontent.com/u/2878247?v=4"
},
{
"type": "User",
"login": "p3dda",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/2871413?v=4"
},
{
"type": "User",
"login": "neirbowj",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/1879063?v=4"
},
{
"type": "User",
"login": "jacobweinstock",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/12081036?v=4"
},
{
"type": "User",
"login": "jagter",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/3060892?v=4"
},
{
"type": "User",
"login": "jonjacs",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/30898404?v=4"
},
{
"type": "User",
"login": "wmturner",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/10918018?v=4"
},
{
"type": "User",
"login": "harlowja",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/970458?v=4"
},
{
"type": "User",
"login": "Vatson112",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/55401893?v=4"
},
{
"type": "User",
"login": "sagarun",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/151255?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.643
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.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": 6,
"reason": "4 out of 6 merged PRs checked by a CI test -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 2/11 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 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": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "ff6645902ab5c04cb76373800c7fb2a2ef9256ee",
"ran_at": "2026-07-25T08:55:30Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T08:54:24Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-25T08:51:10Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/CygnusNetworks/pypureomapi",
"host": "github.com",
"name": "pypureomapi",
"owner": "CygnusNetworks"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 43,
"vitality": 55,
"community": 47,
"governance": 66,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 55,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "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": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v1.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 808.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~808.2 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 808.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"forks": 29,
"stars": 56,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "56 stars",
"points": 28.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 56
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "29 forks",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 29
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 16,
"top_contributor_share": 0.643
},
"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 64% of commits",
"points": 8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 64
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 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": 22,
"open_issues": 0,
"closed_issues": 19,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "22/28 decided PRs merged",
"points": 30.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 22,
"decided": 28
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/11 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"followers": 2,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "CygnusNetworks",
"public_repos": 56,
"account_age_days": 4924
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of CygnusNetworks",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "CygnusNetworks"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "56 public repos, account ~13 yr old",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 56
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"pypureomapi"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 6 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"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": "at_risk",
"name": "Security",
"value": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 4.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 6 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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 2/11 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 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 not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "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": 8
},
"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": "critical",
"name": "AI Readiness",
"value": 29,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.23,
"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": "23 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.05,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "5 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 43572,
"source_files_sampled": 6,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index pypi:pypureomapi@1.0; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-25T08:55:49.800079Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/CygnusNetworks/pypureomapi.svg",
"full_name": "CygnusNetworks/pypureomapi",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}