Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"python",
"sre-team"
],
"is_fork": false,
"size_kb": 161,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 43760,
"Makefile": 450
},
"pushed_at": "2026-07-22T15:23:02Z",
"created_at": "2018-09-05T16:59:26Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T15:24:21Z",
"description": "A client for staff-sso",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://www.gov.uk/dbt",
"name": "Department for Business and Trade",
"type": "Organization",
"login": "uktrade",
"company": null,
"location": "United Kingdom",
"followers": 156,
"avatar_url": "https://avatars.githubusercontent.com/u/15107524?v=4",
"created_at": "2015-10-13T13:42:16Z",
"is_verified": null,
"public_repos": 37,
"account_age_days": 3935
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v5.3.3",
"kind": "patch",
"published_at": "2026-07-22T15:24:02Z"
},
{
"tag": "v5.3.2",
"kind": "patch",
"published_at": "2026-07-21T10:04:15Z"
},
{
"tag": "v5.3.1",
"kind": "patch",
"published_at": "2026-07-17T13:34:54Z"
},
{
"tag": "v5.3.0",
"kind": "minor",
"published_at": "2026-07-09T13:03:25Z"
},
{
"tag": "v5.0.0",
"kind": "major",
"published_at": "2025-07-29T10:38:26Z"
},
{
"tag": "v4.2.1",
"kind": "patch",
"published_at": "2023-10-02T09:33:54Z"
},
{
"tag": "v4.0.1",
"kind": "patch",
"published_at": "2022-06-21T12:00:45Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2022-04-12T12:49:27Z"
}
],
"recent_commits": [
{
"oid": "e3c35a08c9bce991e8cc17010bade5ce17334b00",
"body": "Signed-off-by: DBT pre-commit check\n\n# Description\n\nCurrent logic doesn't get `next` url from session when user isn't logged\nin, which means it always defaults to `settings.LOGIN_REDIRECT_URL`\n\n## Contributors\n\nLet's acknowledge the people who contributed to the work.\n\n## Type of change\n\n- [ ] Refac\n[…]\nhe documentation\n- [x] My changes generate no new warnings\n\n## Reviewer Checklist\n\n- [ ] I have reviewed the PR and ensured no secret values are present\n\n---------\n\nSigned-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "fix: Next URL lost from session on user login (#71)",
"author_name": "Gabe Naughton",
"author_login": "gabelton",
"committed_at": "2026-07-22T15:22:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c3e53f1cb14bcdc8b13738bd3dc03956eefceb84",
"body": "Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to\n9.0.3.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/pytest-dev/pytest/releases\">pytest's\nreleases</a>.</em></p>\n<blockquote>\n<h2>9.0.3</h2>\n<h1>pytest 9.0.3 (2026-04-07)</h1>\n<h2>Bug fixe\n[…]\nithub.com>\nSigned-off-by: DBT pre-commit check\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Gabe Naughton <gabriel.naughton@digital.trade.gov.uk>",
"is_bot": true,
"headline": "Bump pytest from 7.4.4 to 9.0.3 (#61)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-22T14:18:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a3d9352877d00cab207c76e32cf499c9bb4d9120",
"body": "# Description\n\nEnsures callback view checks not only that user is authenticated, but\nthat they were authenticated with authbroker backend.\n\nOtherwise One Login or django admin auth will allow users to bypass\nstaff-sso protected views.\n\n## Contributors\n\nLet's acknowledge the people who contributed to\n[…]\nhe documentation\n- [x] My changes generate no new warnings\n\n## Reviewer Checklist\n\n- [ ] I have reviewed the PR and ensured no secret values are present\n\n---------\n\nSigned-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "fix: add check for backend auth type (#69)",
"author_name": "Gabe Naughton",
"author_login": "gabelton",
"committed_at": "2026-07-21T09:57:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ecd113c0ba1172cf02c543d4517615a91b69ebe3",
"body": "# Description\n\nAuthCallbackView throws an unhandled error when user isn't authenticated\nbecause `state_data` is accessed like a dict when in non-cache mode it\nwill be a string. This PR adds a helper to address that issue and fixes\ntests that should've caught it.\n\n## Contributors\n\nLet's acknowledge t\n[…]\nhe documentation\n- [x] My changes generate no new warnings\n\n## Reviewer Checklist\n\n- [ ] I have reviewed the PR and ensured no secret values are present\n\n---------\n\nSigned-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "fix: callback view expects state data dict (#70)",
"author_name": "Gabe Naughton",
"author_login": "gabelton",
"committed_at": "2026-07-16T15:31:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e6f1788a569701358b4237b76fadf233dbba537",
"body": "Signed-off-by: DBT pre-commit check\n\n# Description\n\nThis PR attempts to fix a low rate (2-3%) of 500 errors seen on Digital\nWorkspace and other services, which we believe is caused by the state\nkey being clobbered by simultaneous auth flows.\n\nProblem: \nThe prior PR to add enhanced logging has reveal\n[…]\nhe documentation\n- [ ] My changes generate no new warnings\n\n## Reviewer Checklist\n\n- [ ] I have reviewed the PR and ensured no secret values are present\n\n---------\n\nSigned-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "Handle concurrent auth flows (#68)",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2026-07-08T14:33:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4db523843c14898ba5cf863d427a072e4950b1cd",
"body": "Signed-off-by: DBT pre-commit check\n\n# Description\n\nPlease include a summary of the changes and the related issue including\nrelevant motivation and context. Please also include a link to the\ncorresponding JIRA ticket this merge request addresses.\n\n## Contributors\n\nLet's acknowledge the people who co\n[…]\nhanges to the documentation\n- [ ] My changes generate no new warnings\n\n## Reviewer Checklist\n\n- [ ] I have reviewed the PR and ensured no secret values are present\n\nSigned-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "Improve logging to diagnose auth failures (#67)",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2026-06-30T09:11:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c4163280b7f88face38abc8f07cb2c902e8f884",
"body": "# Description\n\nThis commit removes the CircleCI workflows in favour of GitHub Actions.\n\nI've replicated the behaviour, removing the flake8 check but something\nsimilar can be added back in if required.\n\nI've updated the release workflow to only publish to PyPI when a new\nrelease is created from the r\n[…]\neas\n- [ ] I have made corresponding changes to the documentation\n- [x] My changes generate no new warnings\n\n## Reviewer Checklist\n\n- [x] I have reviewed the PR and ensured no secret values are present",
"is_bot": false,
"headline": "ci: Replace CircleCI with GitHub Actions (#65)",
"author_name": "Aadam Ali",
"author_login": "aadam-ali",
"committed_at": "2026-05-20T10:37:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1e767f284ea399b3c672785f9dc2e4a75b26e8d9",
"body": "# Description\n\nAs we have now migrated from Sentry, this PR removes it as a dependency.\n\n## Contributors\n\nLet's acknowledge the people who contributed to the work.\n\n## Type of change\n\n- [ ] Refactoring (made code better without changing its behaviour)\n- [ ] Bug fix (non-breaking change which fixes a\n[…]\nhe documentation\n- [ ] My changes generate no new warnings\n\n## Reviewer Checklist\n\n- [ ] I have reviewed the PR and ensured no secret values are present\n\n---------\n\nSigned-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "chore: Remove dependency on Sentry (#60)",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2026-04-24T08:57:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c660d832f57098b6461f791f6cdb25c728af12c6",
"body": "feat: update release branch to 'main'",
"is_bot": false,
"headline": "Merge pull request #59 from uktrade/f-release-branch",
"author_name": "Sam Wild",
"author_login": "SamW94",
"committed_at": "2026-03-05T13:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b8ea7a4de013cb7eb22687b51e4e08649ed6741",
"body": null,
"is_bot": false,
"headline": "chore: update tests",
"author_name": "SamW94",
"author_login": "SamW94",
"committed_at": "2026-03-05T12:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "238bc9edc823185124a0dbb7b4030a459e9a540d",
"body": null,
"is_bot": false,
"headline": "chore: update version.py with minor update",
"author_name": "SamW94",
"author_login": "SamW94",
"committed_at": "2026-03-05T12:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de5877eb596170bf969afb879fbdb5944ffd002",
"body": null,
"is_bot": false,
"headline": "feat: update release branch to 'main'",
"author_name": "SamW94",
"author_login": "SamW94",
"committed_at": "2026-03-05T12:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f99f3d50db3127ef027d3b7a5aa7d64f8de032b1",
"body": "feat: Django 6 support",
"is_bot": false,
"headline": "Merge pull request #58 from uktrade/feat/django-6-support",
"author_name": "Michal Charemza",
"author_login": "michalc",
"committed_at": "2026-03-05T12:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b752781212c5b6d7815f562c1d765a078e9530e5",
"body": "Signed-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "feat: Django 6 support",
"author_name": "Michal Charemza",
"author_login": "michalc",
"committed_at": "2026-03-04T16:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae675aa8c6c71774b35b4212ee379d2e46f06350",
"body": "Signed-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "chore: update to latest pre-commit",
"author_name": "Michal Charemza",
"author_login": "michalc",
"committed_at": "2026-03-04T16:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f1bd700496f1e434cbf45723c40cb4bc2ee4c5e",
"body": "feat: complete security checklist",
"is_bot": false,
"headline": "Merge pull request #55 from uktrade/f-security-standards2",
"author_name": "Sam Wild",
"author_login": "SamW94",
"committed_at": "2026-01-15T15:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "707cf159fc562d20e06ecbc88770c767614e3c0f",
"body": "Signed-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "feat: remove redundant django3 tests",
"author_name": "SamW94",
"author_login": "SamW94",
"committed_at": "2026-01-15T14:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad64c1f3d4958eb38dd1039df905cda9ffa48573",
"body": "Signed-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "feat: run through security checklist (4)",
"author_name": "SamW94",
"author_login": "SamW94",
"committed_at": "2026-01-15T14:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1a8da9484b64e25d2b30625b293eda0d355db07",
"body": "Signed-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "feat: run through security checklist (3)",
"author_name": "SamW94",
"author_login": "SamW94",
"committed_at": "2026-01-15T14:03:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2faa1fa5cfbeb31ca3189f32a8805fa4faafb952",
"body": "Signed-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "feat: run through security checklist (2)",
"author_name": "SamW94",
"author_login": "SamW94",
"committed_at": "2026-01-15T13:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f358d0e1e30b466613a8d18d29a7a59e1d2dd2fb",
"body": "Signed-off-by: DBT pre-commit check",
"is_bot": false,
"headline": "feat: run through security checklist",
"author_name": "SamW94",
"author_login": "SamW94",
"committed_at": "2026-01-15T11:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e754c7b4841bf26d8856f4cf9d84ec973bb71bd",
"body": "…n-bump\n\nbumped to 5.1.0",
"is_bot": false,
"headline": "Merge pull request #51 from uktrade/FEATURE-PLOPS-2750-prep-for-pytho…",
"author_name": "Bobby Stearman",
"author_login": "bobby-didcoding",
"committed_at": "2025-09-23T09:46:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "591ec9e09d696cf18378870d54ab06aa91c6b92d",
"body": null,
"is_bot": false,
"headline": "bumped to 5.1.0",
"author_name": "bobby-didcoding",
"author_login": "bobby-didcoding",
"committed_at": "2025-09-23T09:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47c3b934fbbbf0da0d42a49074770453cef85fa9",
"body": null,
"is_bot": false,
"headline": "bumped to 5.1.0",
"author_name": "bobby-didcoding",
"author_login": "bobby-didcoding",
"committed_at": "2025-09-23T09:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84cebfc6384cd8ad373514a4b33ea7977bbe8bf3",
"body": "…n-bump\n\nbumped python",
"is_bot": false,
"headline": "Merge pull request #50 from uktrade/FEATURE-PLOPS-2750-prep-for-pytho…",
"author_name": "Bobby Stearman",
"author_login": "bobby-didcoding",
"committed_at": "2025-09-22T18:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f97a31c7fe2b53435a8b1457760d020e205cd9",
"body": null,
"is_bot": false,
"headline": "bumped python",
"author_name": "bobby-didcoding",
"author_login": "bobby-didcoding",
"committed_at": "2025-09-22T18:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1626279d3828248d2ece70e3682185eb91d94399",
"body": "This can't be automatically pulled from the request object, as the\nlogging in happens before the request.user field is populated.\n\nInstead pass it in specifically.",
"is_bot": false,
"headline": "fix: Print the SSO username for a \"Logon\" event",
"author_name": "Adrian Clay",
"author_login": "adrianclay",
"committed_at": "2025-08-06T09:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aeedc3f7db5ed63cf457028da1e1b8b972e15d7",
"body": "Logs are generated to standard output in ASIM Authentication format\n- When a user successfully authenticates using an SSO token\n- When a user tries to authenticate using an invalid SSO token (failure)\n- When a user logs out while having a valid SSO token\n\nThe first two are implemented within the Dja\n[…]\n if a valid\ntoken exists within the Session.\nThe reason for this token check is to prevent a user who authenticated\nusing a different mechanism (e.g. Username/Password) from generating a\nlogout event.",
"is_bot": false,
"headline": "feat: Add automatic logging of Authentication events in ASIM format",
"author_name": "Adrian Clay",
"author_login": "adrianclay",
"committed_at": "2025-07-25T09:55:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4131eff465d13b876a6747285b8c8adcb9e7d66a",
"body": "Version 8 drops Python 3.7 support, so can't upgrade without\ndropping support for Python 3.7",
"is_bot": false,
"headline": "chore: Upgrade pytest to latest version on 7 branch",
"author_name": "Adrian Clay",
"author_login": "adrianclay",
"committed_at": "2025-07-24T15:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a1731f07edeca42d0961f455e6a392898acd9f1",
"body": null,
"is_bot": false,
"headline": "chore: Upgrade flake8 to bring support for Python 3.13",
"author_name": "Adrian Clay",
"author_login": "adrianclay",
"committed_at": "2025-07-22T14:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "289cc91cbf0f61ff28690b319d991f0e2b9b7b58",
"body": "Update package version to 4.4.1",
"is_bot": false,
"headline": "Merge pull request #45 from uktrade/bump-version-443",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T16:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f21ee91035ed3146113b611ea9ed80fbb6aecf2d",
"body": null,
"is_bot": false,
"headline": "Tweak changelog",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T16:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d45ea38bf3752267e4fff3d49884334a563e52a",
"body": null,
"is_bot": false,
"headline": "Auto stash before checking out \"origin/master\"",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T16:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a79a0d0b53876eb77011ca332519760a880845df",
"body": "Only expose failed resolved paths to authenticated users",
"is_bot": false,
"headline": "Merge pull request #44 from uktrade/hide-unauthenticated-404s",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2025-07-02T15:18:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6a048f18e978e985384f59e4ae04cc71f37304",
"body": null,
"is_bot": false,
"headline": "Fix the url check",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T12:25:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7db17b8e4ed452d39dbbe041b86dcbd465829ea",
"body": null,
"is_bot": false,
"headline": "Fix url check",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T12:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e92864e1104ccc1b8265f59af3d64bd4343d5b0",
"body": null,
"is_bot": false,
"headline": "Remove unused ref",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T12:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3c38d18a852bb8d2ead5fbc04335422d24035cc",
"body": null,
"is_bot": false,
"headline": "Fix indentation and remove unused arg",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T12:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2675ac908b5f41b5dbd21f20a6fed95673976768",
"body": null,
"is_bot": false,
"headline": "Remove patch",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T12:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccb2ee1ec020fc0081d81ea885bb921a2b8c1f2b",
"body": null,
"is_bot": false,
"headline": "Expect to raise the exception",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T12:13:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83c3461398cd9bf44815c009d641c4d0706acc41",
"body": null,
"is_bot": false,
"headline": "Attach a user to the test requests",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T12:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dad1d8a7e886bc334ece8c365dfca344b1471f39",
"body": null,
"is_bot": false,
"headline": "Add tests",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T12:06:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e20fcca1f4c5b16e22a0903d3a75fe18a9ee57dc",
"body": null,
"is_bot": false,
"headline": "Only expose failed resolved paths to authenticated users",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2025-07-02T11:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f206f50c483fd4a49bc9f8f387fac6482a634951",
"body": "chore: update version from 4.3.0 to 4.4.0",
"is_bot": false,
"headline": "Merge pull request #43 from uktrade/chore/upgrade-version",
"author_name": "Michal Charemza",
"author_login": "michalc",
"committed_at": "2025-03-05T09:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cea8786c36d5423c30a98023ee8841134ffb5f1",
"body": "Going for a minor version update because the only change is the addition of a\nbackwards-compatible option.",
"is_bot": false,
"headline": "chore: update version from 4.3.0 to 4.4.0",
"author_name": "Michal Charemza",
"author_login": "michalc",
"committed_at": "2025-03-05T06:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "457bde3c9fb54cc98abfb687320e8d47c1b9c394",
"body": "feat: add AUTHBROKER_INTERNAL_URL",
"is_bot": false,
"headline": "Merge pull request #42 from uktrade/feat/internal-url",
"author_name": "Michal Charemza",
"author_login": "michalc",
"committed_at": "2025-03-04T14:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a2054a307fd6bacca030fc4c9576c388ec5465b",
"body": "This adds the setting AUTHBROKER_INTERNAL_URL. This is the URL that the client\nuses internally to fetch and check tokens, i.e. not exposed to the user.\n\nThis is primarily for easier local development with\nhttps://github.com/uktrade/mock-sso using Docker compose. While working with\nmock-sso is possib\n[…]\nparate\nmeans you don't have to make any /etc/hosts changes.\n\nThis should also ease future changes to the client where communication with\nStaff SSO on the server side is _not_ over the public internet.",
"is_bot": false,
"headline": "feat: add AUTHBROKER_INTERNAL_URL",
"author_name": "Michal Charemza",
"author_login": "michalc",
"committed_at": "2025-03-04T14:45:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1e638dd22cdb7ae8c34069362f32976d47e03c4c",
"body": "Update Django to allow versions 5.X",
"is_bot": false,
"headline": "Merge pull request #38 from uktrade/update-django",
"author_name": "Adam Wozencroft",
"author_login": "adamwozencroft",
"committed_at": "2024-06-13T14:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb685efa9d5e91858b3c408ac6972e246f0d5a95",
"body": null,
"is_bot": false,
"headline": "Add some comments",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2024-06-12T14:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b8a563867333fb286aa0547b3e3e39d7d6b0f13",
"body": null,
"is_bot": false,
"headline": "Remove all the newline changes",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2024-06-12T14:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b9b4d74fa5eb51107d6a10c90d3c272c279eaec",
"body": null,
"is_bot": false,
"headline": "Add some newlines to the python files to try and trigger codecov",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2024-06-12T14:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf70a6972c703e8317c3d3fe2c404cb42ce66b37",
"body": null,
"is_bot": false,
"headline": "empty",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2024-06-12T08:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9f0e528f1e07869e068526eb4a778c32ec36366",
"body": null,
"is_bot": false,
"headline": "Fix changelog",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2024-06-11T15:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a1a3436d35025c2bf3c01dfe30e87dbc8953461",
"body": null,
"is_bot": false,
"headline": "Change version to 4.3.0 after discussion",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2024-06-11T13:29:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bff981919d0f11324fcdd73384cf25098a0b7072",
"body": null,
"is_bot": false,
"headline": "Bump version to 4.2.3",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2024-06-11T13:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44ba2f905a1e3e736852efc57554bb6e50439dfc",
"body": null,
"is_bot": false,
"headline": "Correct the latest Django version",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2024-06-10T10:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85f7e402a080add5fe478beaabfc5ac6edcde99d",
"body": null,
"is_bot": false,
"headline": "Drop cimg/python version",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2024-06-10T10:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4d9c39ffbe4b6806e6babf0066a326ba902a880",
"body": null,
"is_bot": false,
"headline": "Add a Django 5 test and lock the 3/4 tests",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2024-06-10T10:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5da9a7b3f4d98a55e156b44b9ccc3bd4552d87f5",
"body": null,
"is_bot": false,
"headline": "Update to allow Django versions 5.X",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2024-06-10T10:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65d7772fb7a53c9d18d812ca8e4936c5f3e05be7",
"body": "Upgrade/kls 1948 bump django 4.2.10",
"is_bot": false,
"headline": "Merge pull request #37 from uktrade/upgrade/KLS-1948-Bump-Django-4.2.10",
"author_name": "David Urquhart",
"author_login": "davidu1975",
"committed_at": "2024-02-21T11:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3a623edb9f5c8f24835c47de2ccaddaad04ad3",
"body": null,
"is_bot": false,
"headline": "edited changelog",
"author_name": "davidu1975",
"author_login": "davidu1975",
"committed_at": "2024-02-21T11:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4720ba90ead99e70b51059c27cba7933f4c38f49",
"body": null,
"is_bot": false,
"headline": "fix test_version test",
"author_name": "davidu1975",
"author_login": "davidu1975",
"committed_at": "2024-02-21T11:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a66bc77201f8347141f4a7489249e1611c72d179",
"body": null,
"is_bot": false,
"headline": "Bump Django to 4.2.10 minimum",
"author_name": "davidu1975",
"author_login": "davidu1975",
"committed_at": "2024-02-21T11:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6cc0df669a15d7ca40080a3a03a43491fc2c638",
"body": null,
"is_bot": false,
"headline": "Fix overly-restrictive Django version requirement",
"author_name": "Sam Dudley",
"author_login": "SamDudley",
"committed_at": "2023-10-02T08:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58417b06f3fe90aa1775c3514fe893b7d4bf6d76",
"body": "Upgrade/upgrade django 4.2",
"is_bot": false,
"headline": "Merge pull request #35 from uktrade/upgrade/upgrade-django-4.2",
"author_name": "davidu1975",
"author_login": "davidu1975",
"committed_at": "2023-05-23T14:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b58f9c798e8a15f1b8f5326cd2de9c5af907c41",
"body": null,
"is_bot": false,
"headline": "Fix test",
"author_name": "davidu1975",
"author_login": "davidu1975",
"committed_at": "2023-05-23T14:29:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692ec7362d450089cfec7fd564ed88e56771334a",
"body": null,
"is_bot": false,
"headline": "edited changelog",
"author_name": "davidu1975",
"author_login": "davidu1975",
"committed_at": "2023-05-23T14:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "014e5c71f45892016a5c044bb0362a7f752026ee",
"body": null,
"is_bot": false,
"headline": "edited changelog",
"author_name": "davidu1975",
"author_login": "davidu1975",
"committed_at": "2023-05-23T14:21:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfaddbfea7d115117c7629bf001107cb3c65427d",
"body": null,
"is_bot": false,
"headline": "Bump Django to 4.2",
"author_name": "davidu1975",
"author_login": "davidu1975",
"committed_at": "2023-05-23T14:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eba89ce86fff7e154eb4fe415227025fc384737",
"body": null,
"is_bot": false,
"headline": "Bump to Django 4.2",
"author_name": "davidu1975",
"author_login": "davidu1975",
"committed_at": "2023-05-23T13:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce4e3845c4a5153ad7efb4395dbf0246b99d6b4",
"body": "Add support for Django 4.1",
"is_bot": false,
"headline": "Merge pull request #34 from uktrade/SamDudley/issue32",
"author_name": "Shehzad Ali",
"author_login": "shehzadashiq",
"committed_at": "2022-11-18T10:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18bac34745662470f3fac9ecc98e6121b1f5ab3c",
"body": null,
"is_bot": false,
"headline": "Add support for Django 4.1",
"author_name": "Sam Dudley",
"author_login": "SamDudley",
"committed_at": "2022-11-18T09:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b75a4b769ba3203854473f2b27271e83b09306e8",
"body": "Bump the version to 4.0.1",
"is_bot": false,
"headline": "Merge pull request #31 from uktrade/bump-version-to-4.0.1",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2022-06-21T11:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e9164e476f7add3e8c4f05dcdb85d2c7d55086",
"body": null,
"is_bot": false,
"headline": "Bump the version to 4.0.1",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2022-06-21T11:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bfe12450f1c9b68a9263b1af948e2fcee9c6a80",
"body": "Add ability to mark a url/view as anonymous",
"is_bot": false,
"headline": "Merge pull request #30 from uktrade/feature/add-anon-url-names",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2022-06-17T15:04:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40157bacec9512c457a9efe3c348add7586891ac",
"body": null,
"is_bot": false,
"headline": "Fix flake8",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2022-06-16T15:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2249c86b3241a4a1441a17e18799297999eec2c1",
"body": null,
"is_bot": false,
"headline": "Add ability to mark a url/view as anonymous",
"author_name": "Cameron Lamb",
"author_login": "CamLamb",
"committed_at": "2022-06-16T15:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d40cc465b8861c5db633e8f8f7382e0a8be41dd",
"body": "Fix the publish_to_pypi CircleCI job",
"is_bot": false,
"headline": "Merge pull request #29 from uktrade/fix-publish",
"author_name": "Dhaval Vadgama",
"author_login": "dvadgama",
"committed_at": "2022-04-12T12:35:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f9b6ebcc72dd78aee48c157c85f93450a9b6f46",
"body": null,
"is_bot": false,
"headline": "Fix the publish_to_pypi CircleCI job",
"author_name": "Sam Dudley",
"author_login": "SamDudley",
"committed_at": "2022-04-12T12:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e247cb17eb4bc9c3fb14a76be6d9810454e743c",
"body": "Add support for Django 4 and Python 3.10",
"is_bot": false,
"headline": "Merge pull request #28 from uktrade/27-add-support-for-django-4",
"author_name": "Dhaval Vadgama",
"author_login": "dvadgama",
"committed_at": "2022-04-12T12:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aba5cf55452ce78f25c822cce85f7a92d32c272",
"body": "This commit also modernises how distributions are generated.",
"is_bot": false,
"headline": "Add support for Django 4 and Python 3.10",
"author_name": "Sam Dudley",
"author_login": "SamDudley",
"committed_at": "2022-04-12T10:11:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2305cd64bcfef846bce4b24d5f4c688044503f6b",
"body": "Create a source distribution for pypi",
"is_bot": false,
"headline": "Merge pull request #26 from uktrade/include_source_distro",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2021-09-30T15:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d7c4f6f94c829c5624af9a500f74c1401a1915",
"body": null,
"is_bot": false,
"headline": "update pip to latest version before building",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2021-09-30T15:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b523d427350705473d190cdfcdda7b8a89d5843",
"body": null,
"is_bot": false,
"headline": "use latest circleci python build image",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2021-09-30T15:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad1d5309da5970a110df0393abf386a36df027a0",
"body": null,
"is_bot": false,
"headline": "Create a source distribution for pypi",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2021-09-30T14:49:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5136dbb13342c3145cadb88b3bc282835bb760f",
"body": "Redirect to the ?next= url after authenticating",
"is_bot": false,
"headline": "Merge pull request #25 from uktrade/fix_next_url_redirect",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2020-11-27T12:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b693ddfdfbb9a8927fb9aaff5dc22fb8004dc7a6",
"body": null,
"is_bot": false,
"headline": "Test for unsure urls",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2020-11-26T17:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b5bdba59da44fc8044d067177ad3dbe4c31fd80",
"body": null,
"is_bot": false,
"headline": "Redirect to the ?next= url after authenticating",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2020-11-26T09:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c807c59e66079d2714397193fcd09f280864730f",
"body": "Add email id support",
"is_bot": false,
"headline": "Merge pull request #22 from uktrade/add_email_id_support",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2020-08-26T08:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a696e90879100d0a38d85334ea1e435007c5fc6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into add_email_id_support",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2020-08-26T08:03:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7706b9a4c6f59a4279a2bc109f96da260d19964",
"body": "make get_or_create user defaults configurable\n\nimprove override logic and add docs",
"is_bot": false,
"headline": "add support for email_user_id",
"author_name": "Lyndon Garvey",
"author_login": "lgarvey",
"committed_at": "2020-08-25T13:32:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b40d9434d3705fba10e716b1bbb538291d684041",
"body": "Bump version and update readme.",
"is_bot": false,
"headline": "Update version number and docs",
"author_name": "Tash Boyse",
"author_login": "nboyse",
"committed_at": "2020-08-04T10:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec40b4a6d3351b343264f34ca5c30c49af6fd5c4",
"body": null,
"is_bot": false,
"headline": "Update docs",
"author_name": "nboyse",
"author_login": "nboyse",
"committed_at": "2020-08-04T10:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d01cf055a1560c8ac5bfde1a49ef683c08f3d859",
"body": "Allow the definition of paths which will not be not be checked by SSO middleware. For example, a Pingdom endpoint.",
"is_bot": false,
"headline": "Middleware for anonymous user",
"author_name": "Tash Boyse",
"author_login": "nboyse",
"committed_at": "2020-08-03T13:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eed1c436361faf84bfc4b5859ab899b233ac3c7",
"body": null,
"is_bot": false,
"headline": "Swap bool for string to make test logic clearer",
"author_name": "nboyse",
"author_login": "nboyse",
"committed_at": "2020-08-03T12:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc768ac427ee29e04d920c1b112cf959629729b9",
"body": null,
"is_bot": false,
"headline": "flake8",
"author_name": "nboyse",
"author_login": "nboyse",
"committed_at": "2020-08-03T11:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05aa459573a09235021ea1464df42c9ac42e9637",
"body": null,
"is_bot": false,
"headline": "Amend test based on review",
"author_name": "nboyse",
"author_login": "nboyse",
"committed_at": "2020-08-03T11:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b4be321f51ef1b7d47a084e78d010f060b4b09a",
"body": null,
"is_bot": false,
"headline": "flake8",
"author_name": "nboyse",
"author_login": "nboyse",
"committed_at": "2020-07-31T15:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0901728d550f2050fbf0a9aafc93f54634f1bd41",
"body": null,
"is_bot": false,
"headline": "flake8",
"author_name": "nboyse",
"author_login": "nboyse",
"committed_at": "2020-07-31T15:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55f4e1720e43cd66a2a335e5f86be6db89e6f374",
"body": null,
"is_bot": false,
"headline": "flake8",
"author_name": "nboyse",
"author_login": "nboyse",
"committed_at": "2020-07-31T14:59:34Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 26,
"latest_release_at": "2026-07-22T15:24:02Z",
"latest_release_tag": "v5.3.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 10,
"days_since_latest_release": 0,
"mean_days_between_releases": 223.2
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "django_staff_sso_client",
"exists": true,
"license": "MIT",
"keywords": [
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Framework :: Django :: 5.2",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/django_staff_sso_client/",
"is_deprecated": false,
"latest_version": "5.3.3",
"repository_url": "https://github.com/uktrade/django-staff-sso-client/",
"versions_count": 33,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 37315,
"first_published_at": "2019-04-01T14:42:22.806391Z",
"latest_published_at": "2026-07-22T15:24:37.418872Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 1,
"stars": 1,
"watchers": 23,
"fork_history": {
"days": [
{
"date": "2026-04-23",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"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": 10509,
"source_files_sampled": 23,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"setup.cfg",
"setup.py"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 2,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 11,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "build",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "codecov",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "django",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "django-log-formatter-asim",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "flake8",
"direct": false,
"version": "5.0.4",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.0.3",
"ecosystem": "pypi"
},
{
"name": "pytest-cov",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-django",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests-mock",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests-oauthlib",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "twine",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "wheel",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 13,
"direct_count": 0,
"indirect_count": 13
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 54,
"open_issues": 1,
"closed_ratio": 0.8,
"closed_issues": 4,
"closed_unmerged_prs": 11
},
"bus_factor": 4,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "CamLamb",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/4086447?v=4"
},
{
"type": "User",
"login": "lgarvey",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/237923?v=4"
},
{
"type": "User",
"login": "nboyse",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/57753415?v=4"
},
{
"type": "User",
"login": "sdonk",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/2109971?v=4"
},
{
"type": "User",
"login": "SamW94",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/114504758?v=4"
},
{
"type": "User",
"login": "davidu1975",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/56790506?v=4"
},
{
"type": "User",
"login": "michalc",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/13877?v=4"
},
{
"type": "User",
"login": "ababic",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/7779588?v=4"
},
{
"type": "User",
"login": "saruniitr",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/2622464?v=4"
},
{
"type": "User",
"login": "WillTaylor22",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/7004983?v=4"
}
],
"contributors_sampled": 22,
"top_contributor_share": 0.16
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yaml",
"tests.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "17 out of 17 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 9,
"reason": "Found 15/16 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 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": 10,
"reason": "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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"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": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "e3c35a08c9bce991e8cc17010bade5ce17334b00",
"ran_at": "2026-07-22T18:08:45Z",
"aggregate_score": 7.7,
"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-22T15:24:42Z",
"oldest_open_prs": [
{
"number": 62,
"created_at": "2026-04-30T14:59:39Z",
"last_comment_at": "2026-04-30T15:00:00Z",
"last_comment_author": "github-actions"
}
],
"last_merged_pr_at": "2026-07-22T15:22:18Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 33,
"created_at": "2022-11-17T15:40:22Z",
"last_comment_at": "2022-11-18T10:10:01Z",
"last_comment_author": "stuaxo"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/uktrade/django-staff-sso-client",
"host": "github.com",
"name": "django-staff-sso-client",
"owner": "uktrade"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"security": 82,
"vitality": 71,
"community": 33,
"governance": 84,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 26,
"human_commit_share": 0.99,
"days_since_last_push": 0,
"active_weeks_last_year": 10
},
"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": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "26 commits in the last year",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 26
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 84,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v5.3.3",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 223.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"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 ~223.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 223.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"forks": 1,
"stars": 1,
"watchers": 23,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "23 watchers",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 23
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"packages": [
"django_staff_sso_client"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 37315
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "37,315 downloads/month across pypi",
"points": 61,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 37315,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 84,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 22,
"top_contributor_share": 0.16
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 16% of commits",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 16
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "22 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 22
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 54,
"open_issues": 1,
"closed_issues": 4,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 11
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "54/65 decided PRs merged",
"points": 31.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 54,
"decided": 65
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 15/16 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 156,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "uktrade",
"public_repos": 37,
"account_age_days": 3935
},
"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": "156 followers of uktrade",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 156,
"login": "uktrade"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "37 public repos, account ~10 yr old",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 37
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"django_staff_sso_client"
],
"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": "33 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 33
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "17 out of 17 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"python",
"sre-team"
],
"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": "good",
"name": "Security",
"value": 82,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"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": 77,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 7.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "17 out of 17 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 15/16 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 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": "update tool detected",
"points": 7.5,
"status": "met",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"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 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 2 resolved dependencies against OSV; 11 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 2
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 11
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"unassessed_packages": 11,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": 2,
"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": 10
},
"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": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.455,
"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": "45 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 45,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.01
},
"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": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": 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": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"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": 10509,
"source_files_sampled": 23,
"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/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"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:django_staff_sso_client@5.3.3; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T18:09:11.939863Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/uktrade/django-staff-sso-client.svg",
"full_name": "uktrade/django-staff-sso-client",
"license_state": "absent",
"license_spdx": null
}