Public record
Software health reportschema 0.27.0 · metrics 1.13.0 · 2026-07-28 14:47 UTC

nedbat / cog

Small bits of Python computation for static files

PythonMIT★ 407 stars⑂ 36 forkssince Mar 2019View on GitHub ↗

nedbat/cog holds a health index of 32 out of 100, placing it in the At risk band. It scores highest on Engineering Quality (91/100) and lowest on Security (44/100). It was last updated 1 day ago. A single contributor accounts for most of its recent work.

32
overall / 100
At risk

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At risk ceiling of 49. AI Readiness sits outside the overall score.

32
Excellent85-100Exemplary; meets essentially all checked criteria
Good70-84Healthy; minor gaps
Moderate50-69Acceptable with notable gaps; review recommended
At risk30-49Significant weaknesses; adoption warrants caution
Critical1-29Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.

Ownership

Ned BatchelderPersonal account
2,433 followers142 public repossince Sep 2008

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publish
PyPIcogapp3.6.0-15309 days ago

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

66Moderate · 22% of overall
How it's scored
36/36Push recency — last push 1 days ago
20.1/36Commit cadence — 29/52 weeks with commits
14.8/18Commit volume — 44 commits in the last year
5/10OpenSSF Scorecard: Maintained — 7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Inputs used
commits_last_year44
human_commit_share0.72
days_since_last_push1
active_weeks_last_year29
How it's scored
16.2/27Ships releases — 10 version tags (no GitHub releases)
16.2/36Release recency — latest release 309 days ago
12.6/27Release cadence — a release every ~362.1 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count10
latest_release_tagv3.6.0
releases_from_tagsyes
days_since_latest_release309
mean_days_between_releases362.1
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

55Moderate · 18% of overall
How it's scored
42.3/60Stars — 407 stars
12.9/25Forks — 36 forks
4.3/15Watchers — 7 watchers
Inputs used
forks36
stars407
watchers7
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (MIT)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
has_contributingno
has_issue_templateno
has_code_of_conductno
has_pull_request_templateno

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

62Moderate · 24% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
1.9/22.5Commit distribution — top contributor authored 92% of commits
13.5/13.5Contributor breadth — 17 contributors
10/10OpenSSF Scorecard: Contributors — project has 4 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled17
top_contributor_share0.915
How it's scored
21.4/46.8Issue resolution — 46% of issues closed
34.6/38.3PR acceptance — 47/52 decided PRs merged
4.5/15OpenSSF Scorecard: Code-Review — Found 4/12 approved changesets -- score normalized to 3
Inputs used
merged_prs47
open_issues19
closed_issues16
issue_closed_ratio0.457
closed_unmerged_prs5
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
24.3/25Owner reach — 2,433 followers of nedbat
25/25Track record — 142 public repos, account ~17 yr old
Inputs used
followers2,433
owner_typeUser
is_verified
owner_loginnedbat
public_repos142
account_age_days6,531
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.
How it's scored
25/25Published & resolvable — 1 package(s) on pypi
26/35Publish recency — latest publish 309 days ago
20/20Version history — 15 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagescogapp
ecosystemspypi
any_deprecatedno
min_days_since_publish309

Engineering Quality

Are baseline engineering and documentation practices in place?

91Excellent · 20% of overall
How it's scored
24/24CI workflows — 1 workflow(s)
24/24Tests present
16/16Linter config — tox.ini
9.6/9.6Pre-commit hooks
6.4/6.4.editorconfig
18/20OpenSSF Scorecard: CI-Tests — 20 out of 22 merged PRs checked by a CI test -- score normalized to 9
Inputs used
has_ciyes
has_testsyes
has_editorconfigyes
has_linter_configyes
has_precommit_configyes
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage site — https://cog.readthedocs.io
10/10Repository description
0/10Topics
0/10Wiki
Inputs used
topics
has_wikino
homepagehttps://cog.readthedocs.io
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

44At risk · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
2.2/2.5CI-Tests — 20 out of 22 merged PRs checked by a CI test -- score normalized to 9
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
2.2/7.5Code-Review — Found 4/12 approved changesets -- score normalized to 3
2.5/2.5Contributors — project has 4 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
3.8/7.5Maintained — 7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
0/5Packaging — no data
2.5/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 5
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
7.5/7.5Token-Permissions — GitHub workflow tokens follow principle of least privilege
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate6
high_risk_jurisdiction_cap49
high_risk_jurisdiction_multiplier50
security_posture_after_multiplier30
security_posture_before_jurisdiction60
Excluded from scoring (no data or not applicable): packaging, signed_releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier and gives Security posture an At risk ceiling of 49.
How it's scored
35/35Direct dependencies free of known advisories — no direct dependency carries a known advisory
0/25Indirect dependencies free of known advisories — transitive set not separable from development and test dependencies in this scope
0/40No advisories left outstanding — no advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages60
unassessed_packages1
affected_by_severitynone
direct_affected_packages0
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 60 resolved dependencies against OSV. 1 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.

AI Readiness

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.

53Moderate · 0% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
40/40Legible commit history — 68 of 72 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.944
agent_instruction_files
agent_instruction_max_bytes
How it's scored
18/18One-command bootstrap — Makefile, docs/Makefile
22/22Automated tests
11/11Lint / format config — tox.ini
0/11Static type checking
0/10Reproducible environment
0/10Demonstrated agent practice — no agent-authored commits among the last 100
8/8Automated maintenance — 28 of the last 100 commits are automated dependency updates
5/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 5
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileno
typed_languageno
bootstrap_filesMakefile, docs/Makefile
has_devcontainerno
has_linter_configyes
typecheck_configs
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0.28
How it's scored
0/45Type-checkable code — Python without a type-check config
50.8/55Manageable file sizes — 1/13 source files over 60KB
Inputs used
primary_languagePython
largest_source_bytes91,333
source_files_sampled13
oversized_source_files1

Key facts

407GitHub stars
17contributors
44commits, last 12 months
1days since last push
10releases
1bus factor
19open issues
PyPIpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

More detail

Star and fork history 0 ★ / 36 ⇿
0Stars
36Forks
9Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

01325383632019-042022-102026-04
Major 1Minor 6Patch 2

Each point covers 7 days.

OpenSSF Scorecard 6.0 / 10
6.0aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-07-28 14:47 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
9CI-Tests20 out of 22 merged PRs checked by a CI test -- score normalized to 9
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
3Code-ReviewFound 4/12 approved changesets -- score normalized to 3
10Contributorsproject has 4 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
5Maintained7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
n/aPackagingpackaging workflow not detected
5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 5
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
10Token-PermissionsGitHub workflow tokens follow principle of least privilege
10Vulnerabilities0 existing vulnerabilities detected
All dependencies 61

Full resolved dependency set from the GitHub dependency graph: 0 direct and 61 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
PyPIalabaster1.0.0indirect
PyPIbabel2.17.0indirect
PyPIbackports-tarfile1.2.0indirect
PyPIbuild1.4.0indirect
PyPIcachetools6.2.6indirect
PyPIcertifi2026.1.4indirect
PyPIcffi2.0.0indirect
PyPIchardet5.2.0indirect
PyPIcharset-normalizer3.4.4indirect
PyPIcheck-manifest0.51indirect
PyPIcolorama0.4.6indirect
PyPIcoverage7.13.4indirect
PyPIcryptography48.0.1indirect
PyPIdistlib0.4.0indirect
PyPIdocutils0.21.2indirect
PyPIfilelock3.20.3indirect
PyPIid1.5.0indirect
PyPIidna3.15indirect
PyPIimagesize1.4.1indirect
PyPIimportlib-metadata8.7.1indirect
PyPIjaraco-classes3.4.0indirect
PyPIjaraco-context6.1.0indirect
PyPIjaraco-functools4.4.0indirect
PyPIjeepney0.9.0indirect
PyPIjinja23.1.6indirect
PyPIkeyring25.7.0indirect
PyPImarkdown-it-py4.0.0indirect
PyPImarkupsafe3.0.3indirect
PyPImdurl0.1.2indirect
PyPImore-itertools10.8.0indirect
PyPInh30.3.2indirect
PyPIpackaging26.0indirect
PyPIplatformdirs4.5.1indirect
PyPIpluggy1.6.0indirect
PyPIpycparser3.0indirect
PyPIpygments2.20.0indirect
PyPIpyproject-api1.10.0indirect
PyPIpyproject-hooks1.2.0indirect
PyPIreadme-renderer44.0indirect
PyPIrequests2.33.0indirect
PyPIrequests-toolbelt1.0.0indirect
PyPIrfc39862.0.0indirect
PyPIrich14.3.1indirect
PyPIsecretstorage3.5.0indirect
PyPIsetuptoolsindirect
PyPIsnowballstemmer3.0.1indirect
PyPIsphinx8.1.3indirect
PyPIsphinxcontrib-applehelp2.0.0indirect
PyPIsphinxcontrib-devhelp2.0.0indirect
PyPIsphinxcontrib-htmlhelp2.1.0indirect
PyPIsphinxcontrib-jsmath1.0.1indirect
PyPIsphinxcontrib-qthelp2.0.0indirect
PyPIsphinxcontrib-serializinghtml2.0.0indirect
PyPItomli2.4.0indirect
PyPItox4.34.1indirect
PyPItox-gh1.6.1indirect
PyPItwine6.2.0indirect
PyPItyping-extensions4.15.0indirect
PyPIurllib32.7.0indirect
PyPIvirtualenv20.36.1indirect
PyPIzipp3.23.0indirect
Dependency advisories 0

This repository publishes no package the index resolves, so its own dependency graph was assessed — 60 packages, which also include development and test pins that never ship: 0 carry known advisories, of which 0 are direct. 1 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list.

No known advisories affect the assessed dependencies.

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable
{
  "data": {
    "repo": {
      "topics": [],
      "is_fork": false,
      "size_kb": 383,
      "has_wiki": false,
      "homepage": "https://cog.readthedocs.io",
      "languages": {
        "Python": 141476,
        "Makefile": 3687
      },
      "pushed_at": "2026-07-27T09:54:01Z",
      "created_at": "2019-03-08T12:14:00Z",
      "owner_type": "User",
      "updated_at": "2026-07-26T12:42:23Z",
      "description": "Small bits of Python computation for static files",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "MIT",
      "default_branch": "main",
      "license_spdx_raw": "MIT",
      "primary_language": "Python",
      "significant_languages": [
        "Python"
      ]
    },
    "owner": {
      "blog": "https://nedbatchelder.com",
      "name": "Ned Batchelder",
      "type": "User",
      "login": "nedbat",
      "company": null,
      "location": "Boston, MA, USA",
      "followers": 2433,
      "avatar_url": "https://avatars.githubusercontent.com/u/23789?v=4",
      "created_at": "2008-09-09T10:48:29Z",
      "is_verified": null,
      "public_repos": 142,
      "account_age_days": 6531
    },
    "license": {
      "state": "standard",
      "spdx_id": "MIT",
      "raw_spdx": "MIT",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v3.6.0",
          "kind": "minor",
          "published_at": "2025-09-21T15:46:21Z"
        },
        {
          "tag": "v3.5.1",
          "kind": "patch",
          "published_at": "2025-06-10T12:40:20Z"
        },
        {
          "tag": "v3.5.0",
          "kind": "minor",
          "published_at": "2025-06-05T15:16:41Z"
        },
        {
          "tag": "v3.4.1",
          "kind": "patch",
          "published_at": "2024-03-07T19:05:22Z"
        },
        {
          "tag": "v3.4.0",
          "kind": "minor",
          "published_at": "2024-03-07T13:24:47Z"
        },
        {
          "tag": "v3.3.0",
          "kind": "minor",
          "published_at": "2021-11-19T17:26:21Z"
        },
        {
          "tag": "v3.2.0",
          "kind": "minor",
          "published_at": "2021-11-07T16:22:09Z"
        },
        {
          "tag": "v3.1.0",
          "kind": "minor",
          "published_at": "2021-08-31T21:22:27Z"
        },
        {
          "tag": "v3.0.0",
          "kind": "major",
          "published_at": "2019-04-02T10:55:06Z"
        },
        {
          "tag": "v2.5.1",
          "kind": "patch",
          "published_at": "2016-10-19T23:23:29Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "f823a8545bff62c32487976ba1d5f346f0fd00af",
          "body": "Bumps the action-dependencies group with 1 update: [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action).\n\n\nUpdates `astral-sh/ruff-action` from 4.0.0 to 4.1.0\n- [Release notes](https://github.com/astral-sh/ruff-action/releases)\n- [Commits](https://github.com/astral-sh/ruff-action/compar\n[…]\nupdate:semver-minor\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump astral-sh/ruff-action in the action-dependencies group (#90)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-14T17:04:29Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "7da3bd8d557b7cef5e26d4094ed4503e2ad94085",
          "body": "Bumps the action-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).\n\n\nUpdates `actions/setup-python` from 6.2.0 to 6.3.0\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/a30\n[…]\nupdate:semver-minor\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump actions/setup-python in the action-dependencies group (#89)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-06T10:21:03Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "80440db9103bef9e980cbe918e8460ad7bf9efd2",
          "body": "Bumps the action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Co\n[…]\nupdate:semver-major\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump actions/checkout in the action-dependencies group (#88)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-29T10:40:49Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "67329cf4a36dfe562e30408604f2b4b2cd4a65c4",
          "body": "Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.1.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n  dependency-version: 48.0.1\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump cryptography from 46.0.7 to 48.0.1 (#87)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-20T13:29:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c0419cf618b46af4224994a0a82759c04e27531b",
          "body": "Bumps the action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 6.0.2 to 6.0.3\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Co\n[…]\nupdate:semver-patch\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump actions/checkout in the action-dependencies group (#86)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-15T10:50:21Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "0f22e3e4bd8ff89ee6bc6551e99f2b5fc38c233c",
          "body": "Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15.\n- [Release notes](https://github.com/kjd/idna/releases)\n- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)\n- [Commits](https://github.com/kjd/idna/compare/v3.11...v3.15)\n\n---\nupdated-dependencies:\n- dependency-name: idna\n  dependency-version: '3.15'\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump idna from 3.11 to 3.15 (#85)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-05-19T23:48:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "53acae71d5d6fd3c45b7ee38c33a2c22a52121fe",
          "body": "Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0)\n\n---\nupdated-dependenc\n[…]\nib3\n  dependency-version: 2.7.0\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump urllib3 from 2.6.3 to 2.7.0 (#84)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-05-17T13:08:19Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "207b02f0707c22b459074919f7270e991b938cf0",
          "body": "Bumps the action-dependencies group with 2 updates: [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact).\n\n\nUpdates `astral-sh/ruff-action` from 3.6.1 to 4.0.0\n- [Release notes](https://github.com/astral-sh/ruff-a\n[…]\nupdate:semver-patch\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump the action-dependencies group with 2 updates (#83)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-04-20T11:32:43Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e647f86ffc815f0f53887897b9e9b2636126c7f5",
          "body": "Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.6 to 46.0.7.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/46.0.6...46.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n  dependency-version: 46.0.7\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump cryptography from 46.0.6 to 46.0.7 (#82)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-04-09T00:45:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7317da9420c8d37b9140e9afec2d77ca83e13108",
          "body": "Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.\n- [Release notes](https://github.com/pygments/pygments/releases)\n- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)\n- [Commits](https://github.com/pygments/pygments/compare/2.19.2...2.20.0)\n\n---\nupdate\n[…]\nts\n  dependency-version: 2.20.0\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump pygments from 2.19.2 to 2.20.0 (#81)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-03-31T21:34:24Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "91f9a3d6e395a933c90f7f31251e97e671486d04",
          "body": "Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n  dependency-version: 46.0.6\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump cryptography from 46.0.5 to 46.0.6 (#80)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-03-29T23:39:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b2fdcdc4e1a95dd10f1a3322d22061c6c5cf64a7",
          "body": "Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0.\n- [Release notes](https://github.com/psf/requests/releases)\n- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)\n- [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0)\n\n---\nupdated-dependencies:\n-\n[…]\nts\n  dependency-version: 2.33.0\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump requests from 2.32.5 to 2.33.0 (#79)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-03-26T21:35:41Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "05842d65800458b1a18eba89770d8cb705cb503a",
          "body": "…p (#78)\n\nBumps the action-dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact).\n\n\nUpdates `actions/download-artifact` from 8.0.0 to 8.0.1\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/ac\n[…]\nupdate:semver-patch\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump actions/download-artifact in the action-dependencies grou…",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-03-23T12:44:11Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "1570249b4465ddfd6c457fe0949f0d7927f92976",
          "body": "Bumps the action-dependencies group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).\n\n\nUpdates `actions/upload-artifact` from 6.0.0 to 7.0.0\n- [Release notes](https://github.com/action\n[…]\npendency-version: 8.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "chore: bump the action-dependencies group with 2 updates",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-03-10T12:12:14Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "1fe566767189e8e13b3803efdc02ccb4abf8306b",
          "body": "cog got a --verbosity flag in commit 3d34d8aa on 2015-01-07, and a paragraph of documentation about the flag in commit 4b89400b on 2015-01-11. Except that paragraph said --verbose.\r\n\r\nThis paragraph has been moved from index.px to running.rst in commit 0e8b06ec on 2023-01-29 as part of the migration\n[…]\n- 'The .*--verbose'\r\n\r\nAfter this 4 line change, the only remaining --verbose's are the twine commands in Makefile and the CHANGELOG.rst entry for 2.4 dated \"January 11 2015\".\r\n\r\ngit grep -- --verbose",
          "is_bot": false,
          "headline": "Change --verbose to --verbosity in documentation",
          "author_name": "Ellie",
          "author_login": "ellieayla",
          "committed_at": "2026-02-25T23:21:22Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d240b6b41c5e03e44a25fea771efbd32d7ce3fbc",
          "body": null,
          "is_bot": false,
          "headline": "refactor: use pytest.parametrize",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2026-02-14T14:45:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc4b7decb63fa27703112b1bdcd5c77b51bc4966",
          "body": "Avoids https://github.com/HypothesisWorks/hypothesis/issues/4660",
          "is_bot": false,
          "headline": "fix(internal): use ModuleType so that sys.modules values can be hashed",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2026-02-12T13:59:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "632659f21a495e224e2ab4c37d8fc91852002021",
          "body": "Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.4 to 46.0.5.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/46.0.4...46.0.5)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n  dependency-version: 46.0.5\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "chore: bump cryptography from 46.0.4 to 46.0.5",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-02-11T12:53:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bf19afd76b2500d11c764473b99be682676b636b",
          "body": "Bumps the action-dependencies group with 1 update: [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action).\n\n\nUpdates `astral-sh/ruff-action` from 3.5.1 to 3.6.1\n- [Release notes](https://github.com/astral-sh/ruff-action/releases)\n- [Commits](https://github.com/astral-sh/ruff-action/compar\n[…]\npendency-version: 3.6.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "chore: bump astral-sh/ruff-action in the action-dependencies group",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-02-09T13:11:54Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "56caac3042ab7e33ecda84d38812459d7e7dc3e8",
          "body": null,
          "is_bot": false,
          "headline": "build: we need latest coverage to avoid 'set changed size' error",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2026-02-09T13:07:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1aa0698abe8b163ff3aebfa24ba7e8518a2ff3a2",
          "body": null,
          "is_bot": false,
          "headline": "chore: make upgrade (10-day delay)",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2026-02-09T13:07:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0cb5327fb4c199ca1850908e2a48af82d945dbd8",
          "body": "Bumps the action-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).\n\n\nUpdates `actions/setup-python` from 6.1.0 to 6.2.0\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/836\n[…]\npendency-version: 6.2.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "chore: bump actions/setup-python in the action-dependencies group",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-02-02T11:27:13Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "54d741c5f5f2fb72703ef7ff6e045ee713a98835",
          "body": null,
          "is_bot": false,
          "headline": "build: dev-dependencies.txt with uv",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2026-01-27T14:06:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "376fd1e74eaa7733eac946bdd40a58f4c436332b",
          "body": null,
          "is_bot": false,
          "headline": "refactor(build): re-organize the Makefile",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2026-01-27T13:54:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fa4f750a143204801b11306e7ede12c31ed29b29",
          "body": null,
          "is_bot": false,
          "headline": "docs: thanks, Kurt McKee",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2026-01-26T23:27:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ca46694f31e4e9c1201145b62e1d64d365adc32b",
          "body": "Fixes #52",
          "is_bot": false,
          "headline": "Stop raising exceptions on unexpected `]]]` characters",
          "author_name": "Kurt McKee",
          "author_login": "kurtmckee",
          "committed_at": "2026-01-26T23:18:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "99ab4e83d9aad9bc03fb3e3c1f9af89e4eb52b50",
          "body": null,
          "is_bot": false,
          "headline": "chore: pyupgrade --py310-plus **/*.py",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2026-01-26T23:07:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1762dafde49e53b790f53e981eb321dab22d3c55",
          "body": "Bumps the action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 6.0.1 to 6.0.2\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Co\n[…]\nupdate:semver-patch\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump actions/checkout in the action-dependencies group (#70)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-01-26T11:11:45Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "8a0f936ae2d74a42081fdac843c3516f34b02f60",
          "body": "In order to indicate that `-I` adds to the list of added paths but does\nnot replace/disable this addition, worded as \"by default...only\".",
          "is_bot": false,
          "headline": "doc: `-I` picks up on `dirname(infile)` (#62)",
          "author_name": "Stephen Rosen",
          "author_login": "sirosen",
          "committed_at": "2026-01-08T12:16:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4c01061324de11c45fe382e280b940446d32cfe6",
          "body": "* refactor: switch from optparse to argparse\n\nrebased and updated 2026-01.\n\n* fix: use assertRegex instead of assertStartsWith\n\nAppears to be unavailable in prior versions of Python\n\n* fix: ruff format",
          "is_bot": false,
          "headline": "refactor: switch from optparse to argparse (#38)",
          "author_name": "Tim Vergenz",
          "author_login": "vergenzt",
          "committed_at": "2026-01-08T12:10:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0921814fa8a6a70486323d116bdb71e3b03022f5",
          "body": null,
          "is_bot": false,
          "headline": "pin one last action",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2026-01-06T12:06:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f04133ae17fa2510307c71883e0733dc125c0a38",
          "body": "Bumps the action-dependencies group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).\n\n\nUpdates `actions/upload-artifact` from 5 to 6\n- [Release notes](https://github.com/actions/upload\n[…]\nupdate:semver-major\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump the action-dependencies group with 2 updates (#65)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-12-22T10:22:13Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "20b14ff07b1382531befb9fea214c764df4c8180",
          "body": "Bumps the action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 6.0.0 to 6.0.1\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Co\n[…]\nupdate:semver-patch\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump actions/checkout in the action-dependencies group (#64)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-12-15T12:08:33Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f5d02073e4e5b80d13d0e9db7e00abb26eb23192",
          "body": "Bumps the action-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).\n\n\nUpdates `actions/setup-python` from 6.0.0 to 6.1.0\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/e79\n[…]\nupdate:semver-minor\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump actions/setup-python in the action-dependencies group (#63)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-12-08T10:52:14Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "86d8f30cf8ea4833b3a738bb0baa1238f850d931",
          "body": null,
          "is_bot": false,
          "headline": "build: dependabot cooldown",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-11-25T11:51:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d2f96feb149c2ba65c610c3a39bd23ac29c33fb9",
          "body": "Bumps the action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 5.0.0 to 6.0.0\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Co\n[…]\nupdate:semver-major\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump actions/checkout in the action-dependencies group (#60)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-11-24T10:33:16Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "9f995ad89a8337b2999a08540aa6cae0a392fde1",
          "body": null,
          "is_bot": false,
          "headline": "build: drop Python 3.9",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-10-31T18:34:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c28c80f24ccdddd82c77970330d932deb33d8a19",
          "body": "Bumps the action-dependencies group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).\n\n\nUpdates `actions/upload-artifact` from 4 to 5\n- [Release notes](https://github.com/actions/upload\n[…]\nupdate:semver-major\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump the action-dependencies group with 2 updates (#58)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-10-27T10:42:52Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "badd4c31d77dec54f745c03ae673e753df47163d",
          "body": null,
          "is_bot": false,
          "headline": "build: prep release",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-09-21T15:46:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ee6d1ea00cf7e454a1e50e8d6685c20de4224c8b",
          "body": null,
          "is_bot": false,
          "headline": "feat: --check-fail-msg",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-09-21T14:53:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a53a8e4bf47759d1bd4e3c11124ecdfdb80b72bc",
          "body": "Necessary to support `license` property changes",
          "is_bot": false,
          "headline": "Update setuptools requirement to version 80 or higher (#57)",
          "author_name": "Mike Fiedler",
          "author_login": "miketheman",
          "committed_at": "2025-09-19T13:01:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "20302488418a119147de3dad2f972752f8e4191c",
          "body": null,
          "is_bot": false,
          "headline": "Add support for Python 3.14 (#54)",
          "author_name": "Hugo van Kemenade",
          "author_login": "hugovk",
          "committed_at": "2025-09-13T18:43:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ee7de9f4b8037fd4d50010c4fd280005f405e694",
          "body": "Bumps the action-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).\n\n\nUpdates `actions/setup-python` from 5.6.0 to 6.0.0\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/a26\n[…]\nupdate:semver-major\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump actions/setup-python in the action-dependencies group (#55)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-09-13T18:38:40Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "84f488ef6bddd60ab920610c26767fe4470fb1eb",
          "body": "…pdates (#51)\n\nBumps the action-dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) and [actions/download-artifact](https://github.com/actions/download-artifact).\n\n\nUpdates `a\n[…]\nupdate:semver-major\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump the action-dependencies group across 1 directory with 3 u…",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-08-31T16:38:26Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "0ff1d7c1ce8331a6ebcd733523e7587df858aebd",
          "body": null,
          "is_bot": false,
          "headline": "workflow jobs should have names",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-26T22:19:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3ac1e2c337a2f124a66b3c623d551975b624f3cc",
          "body": "…rong",
          "is_bot": false,
          "headline": "docs: get rid of a version mention that is just another place to be w…",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-10T13:43:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7a6b76918633fd517d3f3d156e78503f895e7f58",
          "body": "…y enough",
          "is_bot": false,
          "headline": "build: make a dist during check_release so we find dist problems earl…",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-10T12:49:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "55524abcad45c5016f36731a42e158e761f2efc3",
          "body": null,
          "is_bot": false,
          "headline": "build: use the modern style of license",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-10T12:48:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "01400075981bceae02edafbbf61a77876f578b8a",
          "body": null,
          "is_bot": false,
          "headline": "docs: we updated the docs",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-10T12:40:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "80811435c221ed925e7e4b1cac11c8227bac1e1f",
          "body": "Bumps the action-dependencies group with 1 update: [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action).\n\n\nUpdates `astral-sh/ruff-action` from 3.3.1 to 3.4.0\n- [Release notes](https://github.com/astral-sh/ruff-action/releases)\n- [Commits](https://github.com/astral-sh/ruff-action/compar\n[…]\nupdate:semver-minor\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump astral-sh/ruff-action in the action-dependencies group (#46)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-06-10T12:10:39Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "129f53355769718f1c474cab9769bb8771b7b17a",
          "body": null,
          "is_bot": false,
          "headline": "refactor: new ruff wants this",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-10T12:09:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4471677c2ae09f7a0515a686d7f3d35f454c8b8e",
          "body": null,
          "is_bot": false,
          "headline": "docs: don't use 'generator' to describe the Python code anymore",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-10T11:58:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f99ab0827b25e772e82bc5ebd1e7ffc780544679",
          "body": null,
          "is_bot": false,
          "headline": "docs: oops, forgot to update the changelog header",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-10T11:33:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "315b06062f37598e7830d85c2851eabffe159dd4",
          "body": null,
          "is_bot": false,
          "headline": "build: add two new files to the manifest",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-05T15:16:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "94d94a11325a4ef833ccf4cb84d8182c882eff9f",
          "body": null,
          "is_bot": false,
          "headline": "build: release automation",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-05T15:14:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a4ba4bb5fe03cef23eec5062ca2513b1843e0cbe",
          "body": null,
          "is_bot": false,
          "headline": "feat: accept --help, finally",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-05T15:02:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "03058f82e5e0fdea025608f7e817c93a95483115",
          "body": "This was coded entirely by Claude Code.",
          "is_bot": false,
          "headline": "feat: shorter hashes for less visual noise",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-05T14:53:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "599624d19b3424c10fc1c2dde4245ae29edd4a80",
          "body": null,
          "is_bot": false,
          "headline": "refactor: move hash logic",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-05T13:19:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c08fe643bae32d12964071269a54f16bf33b051a",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump version",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-04T21:38:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c84566bfcf430a8c206e09d4e336a27486200c92",
          "body": null,
          "is_bot": false,
          "headline": "build: use --check --diff in CI",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-04T18:10:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f0e4c06bdff07765d121184708484004a06d4e39",
          "body": null,
          "is_bot": false,
          "headline": "feat: --diff to show what failed --check",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-04T18:10:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a863dfb7f5db68d284a759beed97b530026fce44",
          "body": null,
          "is_bot": false,
          "headline": "refactor: a little new-hashing pre-work",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-04T17:03:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6dbbc3ee131dd6c2daa977ee751f0798e30054b0",
          "body": "Without this fix, if the user code changed the directory, then cog\nwouldn't be able to write the output file.",
          "is_bot": false,
          "headline": "fix: cog restores the current directory",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-02T12:10:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "10de5fb7147f5666cae4909dd7f89537380ca78b",
          "body": "Bumps the action-dependencies group with 1 update: [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action).\n\n\nUpdates `astral-sh/ruff-action` from 3.3.0 to 3.3.1\n- [Release notes](https://github.com/astral-sh/ruff-action/releases)\n- [Commits](https://github.com/astral-sh/ruff-action/compar\n[…]\nupdate:semver-patch\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump astral-sh/ruff-action in the action-dependencies group (#45)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-06-02T10:47:43Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "a520c1a6a1f259b3421fde2349b761fde9727c05",
          "body": null,
          "is_bot": false,
          "headline": "refactor: no need for pre-3.9 code",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-06-02T10:46:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3e0634b69d25f111078a6df8bfb93db7d7fcc46f",
          "body": "Bumps the action-dependencies group with 3 updates: [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action), [actions/setup-python](https://github.com/actions/setup-python) and [actions/download-artifact](https://github.com/actions/download-artifact).\n\n\nUpdates `astral-sh/ruff-action` from\n[…]\nupdate:semver-minor\n  dependency-group: action-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump the action-dependencies group with 3 updates (#42)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-05-12T10:24:25Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "6e31158a37912eb7dd5adcac3cea6013f58bdc0c",
          "body": null,
          "is_bot": false,
          "headline": "style: ruff wants this",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-04-20T10:51:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8a09fe1c33f4682141e6de66e485c22af97a8515",
          "body": null,
          "is_bot": false,
          "headline": "build: pin all actions",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-04-20T10:45:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7d0bc00973c65d9fc48d21610fd227e37462d6b2",
          "body": null,
          "is_bot": false,
          "headline": "docs: more badges",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2025-04-02T23:12:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9c547bd11847a5cbdf5ece8eee0ccb5d62b2aaee",
          "body": null,
          "is_bot": false,
          "headline": "build: allow a file upload I explicitly requested",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-11-02T10:53:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3d524873655dd8048b27eecdbfa41d6a8eaf8459",
          "body": null,
          "is_bot": false,
          "headline": "build: drop 3.7/3.8, and add 3.13",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-11-02T10:45:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0d280fe300101c03bb6196e2dea64a2e581331dd",
          "body": null,
          "is_bot": false,
          "headline": "more secure actions, due to zizmor",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-10-28T14:07:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1ef2543fe49f4b322736f37bb9959579e440d56d",
          "body": "Purposes:\r\n1. To match typical modern Python coding styles (recommended by PEP 8)\r\n2. To prepare for argparse usage, which uses snake_case for default dests\r\n\r\nVia https://ast-grep.github.io/, with rule:\r\n\r\n```\r\nid: _\r\nlanguage: python\r\n\r\nrule:\r\n  pattern: $ID\r\n  kind: identifier\r\n  all:\r\n  - regex:\n[…]\n   source: $ID\r\n      toCase: snakeCase\r\n  UNDERSCORE:\r\n    replace:\r\n      source: $ID\r\n      replace: '^(_)?.*'\r\n      by: '$1'\r\n\r\nfix: $UNDERSCORE$ID_SNAKE\r\n```\r\n\r\nplus manual review of all changes",
          "is_bot": false,
          "headline": "refactor: convert camelCase to snake_case (#37)",
          "author_name": "Tim Vergenz",
          "author_login": "vergenzt",
          "committed_at": "2024-05-01T10:39:46Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "5a6f8c1bec2518b4b0b6434dc46fe93f3c449d55",
          "body": "Except for:\r\n- `sOut`, for backwards compatibility, since it's included in public API\r\n\r\nVia VSCode find and replace of:\r\n\r\n- patt: `\\b[bs](?!File)([A-Z]\\w+)(?<!sOut)\\b`\r\n  with: `\\l$1`\r\n- patt: `\\b[bs]File([A-Z]\\w+)(?<!sOut)\\b`\r\n  with: `fileName$1`\r\n- patt: `sFile`\r\n  with: `fname`\r\n- patt: `\\bf([A-Z]\\w+)\\b`\r\n  with: `file$1`",
          "is_bot": false,
          "headline": "refactor: eliminate ^{s,b,f} hungarian notation (#36)",
          "author_name": "Tim Vergenz",
          "author_login": "vergenzt",
          "committed_at": "2024-04-30T23:00:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b3f39c47e367da41089a9db21f9efeb3bb49a25f",
          "body": null,
          "is_bot": false,
          "headline": "refactor: add ruff linting & fix initial violations",
          "author_name": "Tim Vergenz",
          "author_login": "vergenzt",
          "committed_at": "2024-04-26T18:22:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "48557d0e3a3198fca4fd02255906f3ae4ca57921",
          "body": null,
          "is_bot": false,
          "headline": "style: use good docstring style",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-04-26T11:33:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8873116b8abe11044378eaebfc48d60d6745c4f1",
          "body": null,
          "is_bot": false,
          "headline": "docs: thanks, Tim Vergenz",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-04-26T11:16:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1159cd68923b154c862418e1c15cf72293865524",
          "body": "Per https://github.com/nedbat/cog/issues/32#issuecomment-2077793648",
          "is_bot": false,
          "headline": "refactor: add .git-blame-ignore-revs",
          "author_name": "Tim Vergenz",
          "author_login": "vergenzt",
          "committed_at": "2024-04-26T11:02:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "773bedf73658e4e7f3e49fe63193d6bf67002231",
          "body": null,
          "is_bot": false,
          "headline": "refactor: add code formatting to ci",
          "author_name": "Tim Vergenz",
          "author_login": "vergenzt",
          "committed_at": "2024-04-26T11:02:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e591c4d3557974f1aa41070c60f1c95e2f949b75",
          "body": null,
          "is_bot": false,
          "headline": "refactor: reformat Python code via ruff",
          "author_name": "Tim Vergenz",
          "author_login": "vergenzt",
          "committed_at": "2024-04-26T11:02:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7b8e4cab8da3dd746c3c256c586d46a040ca546c",
          "body": "Also:\n\n- Update to latest versions of actions.\n\n- Artifact upload/download had breaking changes.",
          "is_bot": false,
          "headline": "build: macos-13 is needed for older Pythons",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-04-25T22:20:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3e68d245041ed1adf1383b7e98b1b0dbbd51901b",
          "body": null,
          "is_bot": false,
          "headline": "docs: fix emphasis in source.rst",
          "author_name": "Tiago Nobrega",
          "author_login": "tigarmo",
          "committed_at": "2024-04-05T15:35:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cceb6cbbc67c7bb35758d5ba7772a8482d143b56",
          "body": null,
          "is_bot": false,
          "headline": "docs: update dates and version numbers",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-03-07T19:05:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ac58ba92184fa5ba195d06994dc202e0dedd4186",
          "body": null,
          "is_bot": false,
          "headline": "build: keep the manifest up to date",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-03-07T13:24:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1c148d9863573d137c98603341b12a17b3fdcaf8",
          "body": null,
          "is_bot": false,
          "headline": "docs: update the help",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-03-07T13:23:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "337366f85fef2b24ddf8bd508358322052a1be3f",
          "body": null,
          "is_bot": false,
          "headline": "build: also remove .ruff_cache .pytest_cache etc",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-03-07T13:17:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9c18524317312fbe89a48fa81ec5acfeb0298bfe",
          "body": null,
          "is_bot": false,
          "headline": "docs: long files are much faster. Thanks, Panayiotis Gavriil",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-03-07T12:33:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ca514d7085e8b18cc0c0ebd83547df345260a5cd",
          "body": "Storing the previous cog output present in the file as a list instead of a string",
          "is_bot": false,
          "headline": "Optimize handling of previous cog output",
          "author_name": "Panayiotis Gavriil",
          "author_login": "gavriil-deshaw",
          "committed_at": "2024-03-07T12:32:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c866df080b6b84c2910453872cc891a375986e51",
          "body": null,
          "is_bot": false,
          "headline": "docs: mention the docs move in the changelog",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2023-12-14T14:10:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c407f353fde3a458979fe457c79be90e4f68b59f",
          "body": null,
          "is_bot": false,
          "headline": "docs: be more specific: python3 instead of python",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2023-12-14T14:10:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f88d1e0e7c593b855d5c58294c7d29c8aae5954a",
          "body": null,
          "is_bot": false,
          "headline": "docs: update AUTHORS.txt",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2023-12-14T12:14:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "201ad15d95fd8f0b784005367c9eb19a47e624dc",
          "body": null,
          "is_bot": false,
          "headline": "build: next version is 3.4.0, no reason for 4.0.0",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2023-11-24T17:47:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1d6cd9c8105f4283131c81633638948e0ba3114e",
          "body": null,
          "is_bot": false,
          "headline": "test: finish pr #22, relative &filelist",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2023-11-24T17:47:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "08289eb874ad11a33289f4292b7f5e3c1a73f947",
          "body": null,
          "is_bot": false,
          "headline": "refactor: move utilities to utils.py",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2023-11-24T17:41:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "463b531bfd758fbdfb4a8e1c0e1193f147e92762",
          "body": "This differs from @FILELIST in that the working directory is changed to the directory of FILELIST before coging the files in the list.\r\nThis has the effect that files and directiories in the FILELIST are relative to the FILELIST instead of where cog is called.\r\n\r\nCo-authored-by: Ned Batchelder <ned@nedbatchelder.com>",
          "is_bot": false,
          "headline": "feat: added new file list call &FILELIST. (#22)",
          "author_name": "RA-Phil-K",
          "author_login": "RA-Phil-K",
          "committed_at": "2023-11-24T17:40:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dca3f2c1b9aed2595923bdae47e4e2600f71104c",
          "body": null,
          "is_bot": false,
          "headline": "refactor: use `with` to open files",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2023-11-24T11:54:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "55a8165f309efde6f31de386ce4406d9ae247b5a",
          "body": null,
          "is_bot": false,
          "headline": "test: a more convenient test target",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2023-11-24T11:54:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "38c318c790437735d8b7c2250fcf6e4c979b3458",
          "body": null,
          "is_bot": false,
          "headline": "docs: add fips mode change to the changelog",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2023-11-24T11:54:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9794d738c1ce1690f59be7a0420cc8807b19fdad",
          "body": "Computer systems can be configured to operate in compliance with the U.S.\nFederal Information Processing Standards. Such configuration restricts usage of\nMD5 due to its cryptographic insecurity. Trying to use `hashlib.md5()` on a FIPS\nsystem raises an exception:\n\n```\nValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS\n```\n\nIn Python 3.9 and newer, using MD5 for non-cryptographic purposes is allowed by\npassing `usedforsecurity=False`.",
          "is_bot": false,
          "headline": "Support FIPS mode where possible",
          "author_name": "Ryan Santos",
          "author_login": "khanfluence",
          "committed_at": "2023-11-24T11:43:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5eaf16d0c1501859a849bca6a2dad92df4bb3ff8",
          "body": null,
          "is_bot": false,
          "headline": "docs: .readthedocs.yaml",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2023-11-24T03:18:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 10,
      "commits_last_year": 44,
      "latest_release_at": "2025-09-21T15:46:21Z",
      "latest_release_tag": "v3.6.0",
      "releases_from_tags": true,
      "days_since_last_push": 1,
      "active_weeks_last_year": 29,
      "days_since_latest_release": 309,
      "mean_days_between_releases": 362.1
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 42,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "cogapp",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "Development Status :: 5 - Production/Stable",
            "Environment :: Console",
            "Intended Audience :: Developers",
            "Operating System :: OS Independent",
            "Programming Language :: Python :: 3.10",
            "Programming Language :: Python :: 3.11",
            "Programming Language :: Python :: 3.12",
            "Programming Language :: Python :: 3.13",
            "Programming Language :: Python :: 3.14",
            "Programming Language :: Python :: 3.9",
            "Topic :: Software Development :: Code Generators"
          ],
          "ecosystem": "pypi",
          "matches_repo": true,
          "registry_url": "https://pypi.org/project/cogapp/",
          "is_deprecated": false,
          "latest_version": "3.6.0",
          "repository_url": "http://github.com/nedbat/cog",
          "versions_count": 15,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": "2009-06-26T03:36:23.952937Z",
          "latest_published_at": "2025-09-21T15:54:13.553528Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 309
        }
      ]
    },
    "popularity": {
      "forks": 36,
      "stars": 407,
      "watchers": 7,
      "fork_history": {
        "days": [
          {
            "date": "2019-04-01",
            "count": 1
          },
          {
            "date": "2019-04-03",
            "count": 2
          },
          {
            "date": "2019-12-09",
            "count": 1
          },
          {
            "date": "2019-12-14",
            "count": 1
          },
          {
            "date": "2020-02-02",
            "count": 1
          },
          {
            "date": "2020-03-02",
            "count": 1
          },
          {
            "date": "2020-11-10",
            "count": 1
          },
          {
            "date": "2021-06-30",
            "count": 1
          },
          {
            "date": "2021-09-15",
            "count": 1
          },
          {
            "date": "2021-11-09",
            "count": 1
          },
          {
            "date": "2022-01-15",
            "count": 1
          },
          {
            "date": "2022-01-16",
            "count": 1
          },
          {
            "date": "2022-02-16",
            "count": 1
          },
          {
            "date": "2022-04-17",
            "count": 1
          },
          {
            "date": "2022-05-03",
            "count": 1
          },
          {
            "date": "2022-05-16",
            "count": 1
          },
          {
            "date": "2023-01-02",
            "count": 1
          },
          {
            "date": "2023-01-06",
            "count": 1
          },
          {
            "date": "2023-02-24",
            "count": 1
          },
          {
            "date": "2023-09-21",
            "count": 1
          },
          {
            "date": "2024-01-31",
            "count": 1
          },
          {
            "date": "2024-02-16",
            "count": 1
          },
          {
            "date": "2024-03-04",
            "count": 1
          },
          {
            "date": "2024-03-16",
            "count": 1
          },
          {
            "date": "2024-04-03",
            "count": 1
          },
          {
            "date": "2024-09-29",
            "count": 1
          },
          {
            "date": "2025-05-12",
            "count": 1
          },
          {
            "date": "2025-06-10",
            "count": 1
          },
          {
            "date": "2025-07-09",
            "count": 1
          },
          {
            "date": "2025-08-21",
            "count": 1
          },
          {
            "date": "2025-09-19",
            "count": 1
          },
          {
            "date": "2025-12-04",
            "count": 1
          },
          {
            "date": "2026-01-21",
            "count": 1
          },
          {
            "date": "2026-02-25",
            "count": 1
          },
          {
            "date": "2026-04-07",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 36,
        "total_forks": 36
      },
      "star_history": null,
      "open_issues_and_prs": 23
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [
        "Makefile",
        "docs/Makefile"
      ],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [],
      "toolchain_manifests": [],
      "largest_source_bytes": 91333,
      "source_files_sampled": 13,
      "oversized_source_files": 1,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "pyproject.toml"
      ],
      "advisories": {
        "error": null,
        "scope": "repository_graph",
        "source": "osv",
        "findings": [],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {},
        "advisory_count": 0,
        "affected_count": 0,
        "assessed_count": 60,
        "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": "alabaster",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "pypi"
          },
          {
            "name": "babel",
            "direct": false,
            "version": "2.17.0",
            "ecosystem": "pypi"
          },
          {
            "name": "backports-tarfile",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "pypi"
          },
          {
            "name": "build",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "pypi"
          },
          {
            "name": "cachetools",
            "direct": false,
            "version": "6.2.6",
            "ecosystem": "pypi"
          },
          {
            "name": "certifi",
            "direct": false,
            "version": "2026.1.4",
            "ecosystem": "pypi"
          },
          {
            "name": "cffi",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "pypi"
          },
          {
            "name": "chardet",
            "direct": false,
            "version": "5.2.0",
            "ecosystem": "pypi"
          },
          {
            "name": "charset-normalizer",
            "direct": false,
            "version": "3.4.4",
            "ecosystem": "pypi"
          },
          {
            "name": "check-manifest",
            "direct": false,
            "version": "0.51",
            "ecosystem": "pypi"
          },
          {
            "name": "colorama",
            "direct": false,
            "version": "0.4.6",
            "ecosystem": "pypi"
          },
          {
            "name": "coverage",
            "direct": false,
            "version": "7.13.4",
            "ecosystem": "pypi"
          },
          {
            "name": "cryptography",
            "direct": false,
            "version": "48.0.1",
            "ecosystem": "pypi"
          },
          {
            "name": "distlib",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "pypi"
          },
          {
            "name": "docutils",
            "direct": false,
            "version": "0.21.2",
            "ecosystem": "pypi"
          },
          {
            "name": "filelock",
            "direct": false,
            "version": "3.20.3",
            "ecosystem": "pypi"
          },
          {
            "name": "id",
            "direct": false,
            "version": "1.5.0",
            "ecosystem": "pypi"
          },
          {
            "name": "idna",
            "direct": false,
            "version": "3.15",
            "ecosystem": "pypi"
          },
          {
            "name": "imagesize",
            "direct": false,
            "version": "1.4.1",
            "ecosystem": "pypi"
          },
          {
            "name": "importlib-metadata",
            "direct": false,
            "version": "8.7.1",
            "ecosystem": "pypi"
          },
          {
            "name": "jaraco-classes",
            "direct": false,
            "version": "3.4.0",
            "ecosystem": "pypi"
          },
          {
            "name": "jaraco-context",
            "direct": false,
            "version": "6.1.0",
            "ecosystem": "pypi"
          },
          {
            "name": "jaraco-functools",
            "direct": false,
            "version": "4.4.0",
            "ecosystem": "pypi"
          },
          {
            "name": "jeepney",
            "direct": false,
            "version": "0.9.0",
            "ecosystem": "pypi"
          },
          {
            "name": "jinja2",
            "direct": false,
            "version": "3.1.6",
            "ecosystem": "pypi"
          },
          {
            "name": "keyring",
            "direct": false,
            "version": "25.7.0",
            "ecosystem": "pypi"
          },
          {
            "name": "markdown-it-py",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "pypi"
          },
          {
            "name": "markupsafe",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "pypi"
          },
          {
            "name": "mdurl",
            "direct": false,
            "version": "0.1.2",
            "ecosystem": "pypi"
          },
          {
            "name": "more-itertools",
            "direct": false,
            "version": "10.8.0",
            "ecosystem": "pypi"
          },
          {
            "name": "nh3",
            "direct": false,
            "version": "0.3.2",
            "ecosystem": "pypi"
          },
          {
            "name": "packaging",
            "direct": false,
            "version": "26.0",
            "ecosystem": "pypi"
          },
          {
            "name": "platformdirs",
            "direct": false,
            "version": "4.5.1",
            "ecosystem": "pypi"
          },
          {
            "name": "pluggy",
            "direct": false,
            "version": "1.6.0",
            "ecosystem": "pypi"
          },
          {
            "name": "pycparser",
            "direct": false,
            "version": "3.0",
            "ecosystem": "pypi"
          },
          {
            "name": "pygments",
            "direct": false,
            "version": "2.20.0",
            "ecosystem": "pypi"
          },
          {
            "name": "pyproject-api",
            "direct": false,
            "version": "1.10.0",
            "ecosystem": "pypi"
          },
          {
            "name": "pyproject-hooks",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "pypi"
          },
          {
            "name": "readme-renderer",
            "direct": false,
            "version": "44.0",
            "ecosystem": "pypi"
          },
          {
            "name": "requests",
            "direct": false,
            "version": "2.33.0",
            "ecosystem": "pypi"
          },
          {
            "name": "requests-toolbelt",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "pypi"
          },
          {
            "name": "rfc3986",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "pypi"
          },
          {
            "name": "rich",
            "direct": false,
            "version": "14.3.1",
            "ecosystem": "pypi"
          },
          {
            "name": "secretstorage",
            "direct": false,
            "version": "3.5.0",
            "ecosystem": "pypi"
          },
          {
            "name": "setuptools",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "snowballstemmer",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "pypi"
          },
          {
            "name": "sphinx",
            "direct": false,
            "version": "8.1.3",
            "ecosystem": "pypi"
          },
          {
            "name": "sphinxcontrib-applehelp",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "pypi"
          },
          {
            "name": "sphinxcontrib-devhelp",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "pypi"
          },
          {
            "name": "sphinxcontrib-htmlhelp",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "pypi"
          },
          {
            "name": "sphinxcontrib-jsmath",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "pypi"
          },
          {
            "name": "sphinxcontrib-qthelp",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "pypi"
          },
          {
            "name": "sphinxcontrib-serializinghtml",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "pypi"
          },
          {
            "name": "tomli",
            "direct": false,
            "version": "2.4.0",
            "ecosystem": "pypi"
          },
          {
            "name": "tox",
            "direct": false,
            "version": "4.34.1",
            "ecosystem": "pypi"
          },
          {
            "name": "tox-gh",
            "direct": false,
            "version": "1.6.1",
            "ecosystem": "pypi"
          },
          {
            "name": "twine",
            "direct": false,
            "version": "6.2.0",
            "ecosystem": "pypi"
          },
          {
            "name": "typing-extensions",
            "direct": false,
            "version": "4.15.0",
            "ecosystem": "pypi"
          },
          {
            "name": "urllib3",
            "direct": false,
            "version": "2.7.0",
            "ecosystem": "pypi"
          },
          {
            "name": "virtualenv",
            "direct": false,
            "version": "20.36.1",
            "ecosystem": "pypi"
          },
          {
            "name": "zipp",
            "direct": false,
            "version": "3.23.0",
            "ecosystem": "pypi"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 61,
        "direct_count": 0,
        "indirect_count": 61
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 4,
        "merged_prs": 47,
        "open_issues": 19,
        "closed_ratio": 0.457,
        "closed_issues": 16,
        "closed_unmerged_prs": 5
      },
      "bus_factor": 1,
      "bot_contributors": 1,
      "top_contributors": [
        {
          "type": "User",
          "login": "nedbat",
          "commits": 269,
          "avatar_url": "https://avatars.githubusercontent.com/u/23789?v=4"
        },
        {
          "type": "User",
          "login": "vergenzt",
          "commits": 7,
          "avatar_url": "https://avatars.githubusercontent.com/u/1725615?v=4"
        },
        {
          "type": "User",
          "login": "dmurdin",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/16084733?v=4"
        },
        {
          "type": "User",
          "login": "dhellmann",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/43312?v=4"
        },
        {
          "type": "User",
          "login": "don-pit",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/1307323?v=4"
        },
        {
          "type": "User",
          "login": "boxed",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/332428?v=4"
        },
        {
          "type": "User",
          "login": "ellieayla",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/1447600?v=4"
        },
        {
          "type": "User",
          "login": "hughperkins",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/123560?v=4"
        },
        {
          "type": "User",
          "login": "hugovk",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/1324225?v=4"
        },
        {
          "type": "User",
          "login": "kurtmckee",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/39996?v=4"
        }
      ],
      "contributors_sampled": 17,
      "top_contributor_share": 0.915
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "ci.yml"
      ],
      "has_docs_dir": true,
      "linter_configs": [
        "tox.ini"
      ],
      "has_editorconfig": true,
      "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": 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": 9,
            "reason": "20 out of 22 merged PRs checked by a CI test -- score normalized to 9",
            "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": 3,
            "reason": "Found 4/12 approved changesets -- score normalized to 3",
            "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": 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": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 5,
            "reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
            "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": 5,
            "reason": "dependency not pinned by hash detected -- score normalized to 5",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 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": "f823a8545bff62c32487976ba1d5f346f0fd00af",
        "ran_at": "2026-07-28T14:47:15Z",
        "aggregate_score": 6,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": true
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-07-27T09:54:05Z",
      "oldest_open_prs": [
        {
          "number": 40,
          "created_at": "2024-09-29T03:13:05Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 44,
          "created_at": "2025-05-12T15:16:04Z",
          "last_comment_at": "2025-05-13T10:39:48Z",
          "last_comment_author": "kstrafe"
        },
        {
          "number": 48,
          "created_at": "2025-07-09T03:00:33Z",
          "last_comment_at": "2025-07-12T12:01:30Z",
          "last_comment_author": "thejcannon"
        },
        {
          "number": 91,
          "created_at": "2026-07-27T09:54:02Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ],
      "last_merged_pr_at": "2026-07-14T17:04:29Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 7,
          "created_at": "2019-12-08T21:27:41Z",
          "last_comment_at": "2020-01-11T11:13:51Z",
          "last_comment_author": "42sol-eu"
        },
        {
          "number": 8,
          "created_at": "2019-12-08T21:36:05Z",
          "last_comment_at": "2019-12-09T06:13:44Z",
          "last_comment_author": "42sol-eu"
        },
        {
          "number": 9,
          "created_at": "2019-12-11T15:05:34Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 11,
          "created_at": "2019-12-14T04:22:00Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 12,
          "created_at": "2020-03-30T16:56:02Z",
          "last_comment_at": "2026-01-09T22:52:32Z",
          "last_comment_author": "BrooksPettit"
        },
        {
          "number": 15,
          "created_at": "2021-02-26T22:34:02Z",
          "last_comment_at": "2021-02-27T22:33:43Z",
          "last_comment_author": "charanjith-anet"
        },
        {
          "number": 17,
          "created_at": "2021-11-18T16:39:47Z",
          "last_comment_at": "2024-02-05T21:03:22Z",
          "last_comment_author": "nedbat"
        },
        {
          "number": 19,
          "created_at": "2022-02-17T12:20:45Z",
          "last_comment_at": "2023-03-11T08:46:05Z",
          "last_comment_author": "dreftymac"
        },
        {
          "number": 21,
          "created_at": "2023-01-02T15:00:31Z",
          "last_comment_at": "2025-09-16T12:21:50Z",
          "last_comment_author": "webknjaz"
        },
        {
          "number": 23,
          "created_at": "2023-03-11T10:30:15Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 32,
          "created_at": "2024-04-25T02:29:03Z",
          "last_comment_at": "2025-05-10T08:53:13Z",
          "last_comment_author": "LecrisUT"
        },
        {
          "number": 39,
          "created_at": "2024-09-29T01:17:59Z",
          "last_comment_at": "2024-09-29T01:24:20Z",
          "last_comment_author": "nedbat"
        },
        {
          "number": 41,
          "created_at": "2025-01-15T17:00:50Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 53,
          "created_at": "2025-08-28T21:44:33Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 59,
          "created_at": "2025-11-18T18:29:05Z",
          "last_comment_at": "2026-01-27T11:46:46Z",
          "last_comment_author": "nedbat"
        },
        {
          "number": 66,
          "created_at": "2026-01-02T19:27:44Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 68,
          "created_at": "2026-01-04T19:55:56Z",
          "last_comment_at": "2026-01-05T12:36:24Z",
          "last_comment_author": "nedbat"
        },
        {
          "number": 74,
          "created_at": "2026-02-14T12:18:43Z",
          "last_comment_at": "2026-02-15T15:59:15Z",
          "last_comment_author": "nedbat"
        },
        {
          "number": 75,
          "created_at": "2026-02-14T12:21:17Z",
          "last_comment_at": "2026-02-15T15:57:16Z",
          "last_comment_author": "nedbat"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/nedbat/cog",
    "host": "github.com",
    "name": "cog",
    "owner": "nedbat"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "at_risk",
      "name": "Overall health",
      "note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
      "notes": [
        {
          "code": "jurisdiction_overall_adjustment",
          "params": {
            "cap": 49,
            "pct": 50
          }
        }
      ],
      "value": 32,
      "inputs": {
        "security": 44,
        "vitality": 66,
        "community": 55,
        "governance": 62,
        "engineering": 91,
        "high_risk_jurisdiction_cap": 49,
        "high_risk_jurisdiction_multiplier": 50,
        "weighted_overall_before_jurisdiction": 65,
        "overall_after_jurisdiction_multiplier": 32
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "moderate",
        "name": "Vitality",
        "value": 66,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "good",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 76,
            "inputs": {
              "commits_last_year": 44,
              "human_commit_share": 0.72,
              "days_since_last_push": 1,
              "active_weeks_last_year": 29
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 1 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 1
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "29/52 weeks with commits",
                "points": 20.1,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 29
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "44 commits in the last year",
                "points": 14.8,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 44
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
                "points": 5,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "moderate",
            "name": "Release discipline",
            "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 50,
            "inputs": {
              "releases_count": 10,
              "latest_release_tag": "v3.6.0",
              "releases_from_tags": true,
              "days_since_latest_release": 309,
              "mean_days_between_releases": 362.1
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "10 version tags (no GitHub releases)",
                "points": 16.2,
                "status": "partial",
                "details": [
                  {
                    "code": "version_tags_no_releases",
                    "params": {
                      "count": 10
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 309 days ago",
                "points": 16.2,
                "status": "partial",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 309
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~362.1 days",
                "points": 12.6,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 362.1
                    }
                  }
                ],
                "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": 152,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 152 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 152
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 55,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "moderate",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 60,
            "inputs": {
              "forks": 36,
              "stars": 407,
              "watchers": 7,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "407 stars",
                "points": 42.3,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 407
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "36 forks",
                "points": 12.9,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 36
                    }
                  }
                ],
                "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 (MIT)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "MIT"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 62,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "at_risk",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 34,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 17,
              "top_contributor_share": 0.915
            },
            "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 92% of commits",
                "points": 1.9,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 92
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "17 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 17
                    }
                  }
                ],
                "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": "moderate",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 60,
            "inputs": {
              "merged_prs": 47,
              "open_issues": 19,
              "closed_issues": 16,
              "issue_closed_ratio": 0.457,
              "closed_unmerged_prs": 5
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "46% of issues closed",
                "points": 21.4,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 46
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "47/52 decided PRs merged",
                "points": 34.6,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 47,
                      "decided": 52
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 4/12 approved changesets -- score normalized to 3",
                "points": 4.5,
                "status": "partial",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "good",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 74,
            "inputs": {
              "followers": 2433,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "nedbat",
              "public_repos": 142,
              "account_age_days": 6531
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "personal (user) account",
                "points": 10,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_personal",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": "not applicable to user accounts",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_applicable_to_user_accounts",
                    "params": {}
                  }
                ],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "2,433 followers of nedbat",
                "points": 24.3,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 2433,
                      "login": "nedbat"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "142 public repos, account ~17 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 142
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 17
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "excellent",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 91,
            "inputs": {
              "packages": [
                "cogapp"
              ],
              "ecosystems": "pypi",
              "any_deprecated": false,
              "min_days_since_publish": 309
            },
            "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 309 days ago",
                "points": 26,
                "status": "partial",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 309
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "15 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 15
                    }
                  }
                ],
                "max_points": 20
              },
              {
                "key": "not_deprecated",
                "name": "Not deprecated",
                "detail": "active, not deprecated or yanked",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "package_not_deprecated",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "excellent",
        "name": "Engineering Quality",
        "value": 91,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "excellent",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 98,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": true,
              "has_linter_config": true,
              "has_precommit_config": true
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "1 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": "tox.ini",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "tox.ini"
                    }
                  }
                ],
                "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": 6.4,
                "status": "met",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "20 out of 22 merged PRs checked by a CI test -- score normalized to 9",
                "points": 18,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "good",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 80,
            "inputs": {
              "topics": [],
              "has_wiki": false,
              "homepage": "https://cog.readthedocs.io",
              "has_readme": true,
              "has_docs_dir": true,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 25,
                "status": "met",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": "https://cog.readthedocs.io",
                "points": 15,
                "status": "met",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "at_risk",
        "name": "Security",
        "value": 44,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "at_risk",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "jurisdiction_posture_adjustment",
                "params": {
                  "cap": 49,
                  "pct": 50
                }
              }
            ],
            "value": 30,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "scorecard_aggregate": 6,
              "high_risk_jurisdiction_cap": 49,
              "high_risk_jurisdiction_multiplier": 50,
              "security_posture_after_multiplier": 30,
              "security_posture_before_jurisdiction": 60
            },
            "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": "20 out of 22 merged PRs checked by a CI test -- score normalized to 9",
                "points": 2.2,
                "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 4/12 approved changesets -- score normalized to 3",
                "points": 2.2,
                "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": "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 detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
                "points": 3.8,
                "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 5",
                "points": 2.5,
                "status": "partial",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "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 60 resolved dependencies against OSV; 1 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": 60
                }
              },
              {
                "code": "advisories_unassessed",
                "params": {
                  "count": 1
                }
              },
              {
                "code": "advisories_repo_graph_caveat",
                "params": {}
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "source": "osv",
              "advisories": 0,
              "affected_packages": 0,
              "assessed_packages": 60,
              "unassessed_packages": 1,
              "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": 60,
              "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": "moderate",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 50,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": true,
              "exposures": [
                {
                  "role": "top_contributor",
                  "count": 1,
                  "country": "Russia"
                }
              ],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 0,
              "assessed_self_published_locations": 19
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "Russia: top_contributor (1)",
                "points": 50,
                "status": "partial",
                "details": [
                  {
                    "code": "jurisdiction_exposure",
                    "params": {
                      "role": "top_contributor",
                      "count": 1,
                      "country": "Russia"
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "moderate",
        "name": "AI Readiness",
        "value": 53,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "at_risk",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.944,
              "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": "68 of 72 human commits state their intent (structured subject or explanatory body)",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 68,
                      "sampled": 72
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "moderate",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 64,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [],
              "has_dockerfile": false,
              "typed_language": false,
              "bootstrap_files": [
                "Makefile",
                "docs/Makefile"
              ],
              "has_devcontainer": false,
              "has_linter_config": true,
              "typecheck_configs": [],
              "agent_commit_share": 0,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": 0.28
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": "Makefile, docs/Makefile",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "Makefile, docs/Makefile"
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": "tox.ini",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "tox.ini"
                    }
                  }
                ],
                "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": "28 of the last 100 commits are automated dependency updates",
                "points": 8,
                "status": "met",
                "details": [
                  {
                    "code": "dependency_bot_commits",
                    "params": {
                      "count": 28,
                      "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 5",
                "points": 5,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "moderate",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 51,
            "inputs": {
              "primary_language": "Python",
              "largest_source_bytes": 91333,
              "source_files_sampled": 13,
              "oversized_source_files": 1
            },
            "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": "1/13 source files over 60KB",
                "points": 50.8,
                "status": "partial",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 13,
                      "oversized": 1
                    }
                  }
                ],
                "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"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-28T14:47:36.877794Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nedbat/cog.svg",
  "full_name": "nedbat/cog",
  "license_state": "standard",
  "license_spdx": "MIT"
}

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v1.13.0, schema v0.27.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsPyPI.