Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-08-27 12:22 UTC

python-openapi / openapi-spec-validator

OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification.

PythonApache-2.0★ 407 stars⑂ 73 forkssince Sep 2017View on GitHub ↗
KindLibraryCommand-line toolhow this is determined

python-openapi/openapi-spec-validator holds a health index of 86 out of 100, placing it in the Excellent band. It scores highest on Engineering Quality (96/100) and lowest on Security (58/100). It was last updated 9 days ago. A single contributor accounts for most of its recent work.

86
overall / 100
Excellent

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

86
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe 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.

The weighted overall 72 is calibrated to 86 on the published index scale (record calibration 2026-08-02).

Ownership

OpenAPIOrganization
26 followers5 public repossince Feb 2023

This repository is backed by an organization — shared, accountable stewardship that can outlive any single maintainer.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
PyPIopenapi-spec-validator0.9.040,615,7204899 days agoopenapiswaggerschema

Metrics by category

Vitality

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

71Good · 21% of overall
How it's scored
28.8/36Push recencylast push 9 days ago
11.1/36Commit cadence16/52 weeks with commits
18/18Commit volume141 commits in the last year
0/10OpenSSF Scorecard: Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Inputs used
commits_last_year141
human_commit_share0.76
days_since_last_push9
active_weeks_last_year16
How it's scored
27/27Ships releases37 releases published
27/36Release recencylatest release 99 days ago
27/27Release cadencea release every ~38.5 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count37
latest_release_tag0.9.0
releases_from_tagsno
days_since_latest_release99
mean_days_between_releases38.5
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?

74Good · 17% of overall
How it's scored
42.3/60Stars407 stars
15.5/25Forks73 forks
4.7/15Watchers8 watchers
Inputs used
forks73
stars407
watchers8
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (Apache-2.0)
18/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges6
has_contributingyes
has_issue_templateno
has_code_of_conductno
readme_badge_servicesshields.io
has_pull_request_templateno
How it's scored
80/80Monthly downloads40,615,720 downloads/month across pypi
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagesopenapi-spec-validator
dependents
ecosystemspypi
total_downloads
monthly_downloads40,615,720
unverified_packages_excluded
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

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

60Moderate · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
3.1/22.5Commit distributiontop contributor authored 86% of commits
13.5/13.5Contributor breadth37 contributors
10/10OpenSSF Scorecard: Contributorsproject has 9 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled37
top_contributor_share0.861
How it's scored
29.6/42Issue resolution70% of issues closed
24.7/30PR acceptance306/372 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-ReviewFound 0/5 approved changesets -- score normalized to 0
Inputs used
merged_prs306
open_issues39
closed_issues93
prs_merged_7d0
prs_decided_7d0
prs_merged_30d0
prs_decided_30d0
issue_closed_ratio0.705
closed_unmerged_prs66
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.
How it's scored
30/30Ownership backingorganization-owned
0/20Verified domain
10.3/25Owner reach26 followers of python-openapi
12.7/25Track record5 public repos, account ~3 yr old
Inputs used
followers26
owner_typeOrganization
is_verifiedno
owner_loginpython-openapi
public_repos5
account_age_days1,277

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable1 package(s) on pypi
35/35Publish recencylatest publish 99 days ago
20/20Version history48 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesopenapi-spec-validator
ecosystemspypi
any_deprecatedno
min_days_since_publish99

Engineering Quality

Are baseline engineering and documentation practices in place?

96Exceptional · 19% of overall
How it's scored
24/24CI workflows5 workflow(s)
24/24Tests present
16/16Linter configpyproject.toml ([tool.black], [tool.isort]), tox.ini
9.6/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests16 out of 16 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configyes

Documentation

100Exceptional
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage sitehttps://openapi-spec-validator.readthedocs.io/en/latest/
10/10Repository description
10/10Topics11 topics
10/10Wiki
Inputs used
topicsopenapi, openapi3, swagger, oas, oas3, python, python-library, validation, specification, openapi2, openapi31
has_wikiyes
homepage
docs_sitehttps://openapi-spec-validator.readthedocs.io/en/latest/
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

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

58Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
0/7.5Branch-Protectionno data
2.5/2.5CI-Tests16 out of 16 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0/7.5Code-ReviewFound 0/5 approved changesets -- score normalized to 0
2.5/2.5Contributorsproject has 9 contributing companies or organizations
10/10Dangerous-Workflowno dangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
0/5Fuzzingproject is not fuzzed
2.5/2.5Licenselicense file detected
0/7.5Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
5/5Packagingpackaging workflow detected
0/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0/5SASTSAST tool is not run on all commits -- score normalized to 0
2/5Security-Policysecurity policy file detected
0/7.5Signed-Releasesno data
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
3/7.5Vulnerabilities6 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate4.7
Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisoriesno direct dependency carries a known advisory
25/25Indirect dependencies free of known advisoriesno indirect dependency carries a known advisory
0/40No advisories left outstandingno advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages19
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:openapi-spec-validator@0.9.0 runtime dependency closure — what installing the published package pulls in — 19 packages. Reachability is not analyzed.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

75Good · 4% of overall
How it's scored
45/45Agent instructionsAGENTS.md
0/15Machine-readable docs (llms.txt)
30.2/40Legible commit history43 of 76 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.566
agent_instruction_filesAGENTS.md
agent_instruction_max_bytes6,292
How it's scored
18/18One-command bootstrapMakefile
22/22Automated tests
11/11Lint / format configpyproject.toml ([tool.black], [tool.isort]), tox.ini
11/11Static type checkingopenapi_spec_validator/py.typed
10/10Reproducible environmentDockerfile, lockfile
2/10Demonstrated agent practice1 of the last 100 commits agent-authored or agent-credited
8/8Automated maintenance22 of the last 100 commits are automated dependency updates
0/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfilespoetry.lock
has_dockerfileyes
typed_languageno
bootstrap_filesMakefile
has_devcontainerno
has_linter_configyes
typecheck_configsopenapi_spec_validator/py.typed
agent_commit_share0.01
toolchain_manifests
dependency_bot_commit_share0.22
How it's scored
27/45Type-checkable codePython with type-check config (openapi_spec_validator/py.typed)
55/55Manageable file sizes0/37 source files over 60KB
Inputs used
primary_languagePython
largest_source_bytes25,174
source_files_sampled37
oversized_source_files0
How it's scored
40/40API schema (OpenAPI/GraphQL/proto)tests/integration/data/v3.0/parent-reference/openapi.yaml, tests/integration/data/v3.0/petstore-separate/spec/openapi.yaml
0/20MCP servernot applicable to this kind of software
0/40Runnable examples
Inputs used
example_dirs
has_mcp_signalno
api_schema_filestests/integration/data/v3.0/parent-reference/openapi.yaml, tests/integration/data/v3.0/petstore-separate/spec/openapi.yaml
interfaces_expected_of
Excluded from scoring (no data or not applicable): MCP server. Remaining weights renormalized.

Key facts

407GitHub stars
37contributors
141commits, last 12 months
9days since last push
37releases
1bus factor
39open 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 ★ / 73 ⇿
0Stars
73Forks
37Releases

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.

01325385063757332017-102022-022026-07
Major 0Minor 7Patch 22

Each point covers 8 days.

OpenSSF Scorecard 4.7 / 10
4.7aggregate

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-08-27 12:21 UTC

10Binary-Artifactsno binaries found in the repo
n/aBranch-Protectioninternal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
10CI-Tests16 out of 16 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/5 approved changesets -- score normalized to 0
10Contributorsproject has 9 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
0Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
10Packagingpackaging workflow detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
4Security-Policysecurity policy file detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
4Vulnerabilities6 existing vulnerabilities detected
Direct dependencies 6
RegistryPackageVersion constraintManifest
PyPIjsonschema>=4.26.0,<5.0.0pyproject.toml
PyPIopenapi-schema-validator>=0.9.0,<0.10.0pyproject.toml
PyPIjsonschema-path>=0.5.0,<0.6.0pyproject.toml
PyPIlazy-object-proxy>=1.7.1,<2.0pyproject.toml
PyPIpydantic-settings(>=2.0.0,<3.0.0)pyproject.toml
PyPIpydantic(>=2.0.0,<3.0.0)pyproject.toml
All dependencies 89

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

RegistryPackageVersionRelation
PyPIjsonschema4.26.0direct
PyPIjsonschema-path0.5.0direct
PyPIlazy-object-proxy1.12.0direct
PyPIopenapi-schema-validator0.9.0direct
PyPIpydantic2.12.5direct
PyPIpydantic-settings2.13.1direct
PyPIalabaster0.7.16indirect
PyPIannotated-types0.7.0indirect
PyPIappdirs1.4.4indirect
PyPIast-serialize0.5.0indirect
PyPIattrs25.3.0indirect
PyPIbabel2.17.0indirect
PyPIblack26.3.1indirect
PyPIcachetools7.0.1indirect
PyPIcertifi2025.6.15indirect
PyPIcfgv3.4.0indirect
PyPIcharset-normalizer3.4.2indirect
PyPIcli-ui0.19.0indirect
PyPIclick8.1.8indirect
PyPIcolorama0.4.6indirect
PyPIcoverage7.13.4indirect
PyPIdeptry0.25.1indirect
PyPIdistlib0.3.9indirect
PyPIdocopt0.6.2indirect
PyPIdocutils0.21.2indirect
PyPIexceptiongroup1.3.0indirect
PyPIfilelock3.24.3indirect
PyPIflake85.0.4indirect
PyPIflynt1.0.6indirect
PyPIidentify2.6.12indirect
PyPIidna3.15indirect
PyPIimagesize1.4.1indirect
PyPIiniconfig2.1.0indirect
PyPIisort8.0.1indirect
PyPIjinja23.1.6indirect
PyPIjsonschema-specifications2025.4.1indirect
PyPIlibrt0.11.0indirect
PyPImarkupsafe3.0.2indirect
PyPImccabe0.7.0indirect
PyPImypy2.1.0indirect
PyPImypy-extensions1.1.0indirect
PyPInodeenv1.9.1indirect
PyPIpackaging26.0indirect
PyPIpathable0.6.0indirect
PyPIpathspec1.0.4indirect
PyPIplatformdirs4.9.2indirect
PyPIpluggy1.6.0indirect
PyPIpre-commit4.5.1indirect
PyPIpycodestyle2.9.1indirect
PyPIpydantic-core2.41.5indirect
PyPIpydantic-extra-types2.11.0indirect
PyPIpyflakes2.5.0indirect
PyPIpygments2.20.0indirect
PyPIpyproject-api1.10.0indirect
PyPIpytest9.0.3indirect
PyPIpytest-cov7.0.0indirect
PyPIpytest-flake81.3.0indirect
PyPIpython-discovery1.1.0indirect
PyPIpython-dotenv1.2.2indirect
PyPIpytokens0.4.1indirect
PyPIpyyaml6.0.2indirect
PyPIreferencing0.37.0indirect
PyPIrequests2.33.0indirect
PyPIrequirements-parser0.13.0indirect
PyPIrfc3339-validator0.1.4indirect
PyPIrpds-py0.25.1indirect
PyPIschema0.7.7indirect
PyPIsix1.17.0indirect
PyPIsnakeviz2.2.2indirect
PyPIsnowballstemmer3.0.1indirect
PyPIsphinx7.4.7indirect
PyPIsphinx-immaterial0.13.9indirect
PyPIsphinxcontrib-applehelp2.0.0indirect
PyPIsphinxcontrib-devhelp2.0.0indirect
PyPIsphinxcontrib-htmlhelp2.1.0indirect
PyPIsphinxcontrib-jsmath1.0.1indirect
PyPIsphinxcontrib-qthelp2.0.0indirect
PyPIsphinxcontrib-serializinghtml2.0.0indirect
PyPItabulate0.9.0indirect
PyPItbump6.11.0indirect
PyPItomli2.4.0indirect
PyPItomlkit0.11.8indirect
PyPItornado6.5.5indirect
PyPItox4.47.0indirect
PyPItyping-extensions4.15.0indirect
PyPItyping-inspection0.4.2indirect
PyPIunidecode1.4.0indirect
PyPIurllib32.7.0indirect
PyPIvirtualenv21.1.0indirect
Dependency advisories 0

Installing pypi:openapi-spec-validator@0.9.0 pulls in 19 packages, direct and transitive: 0 carry known advisories, of which 0 are direct dependencies.

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

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

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 v2.10.0, schema v0.34.0 — full methodology · metrics wiki.

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