Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-09-25 00:40 UTC

clechasseur / reessaie

Companion to reqwest_retry to use the Retry-After HTTP header if available

Rust · JustMIT★ 1 star⑂ 1 forksince Oct 2025View on GitHub ↗

clechasseur/reessaie holds a health index of 80 out of 100, placing it in the Excellent band. It scores highest on Vitality (86/100) and lowest on Community & Adoption (47/100). It was last updated 3 days ago. A single contributor accounts for most of its recent work.

80
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.

80
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 68 is calibrated to 80 on the published index scale (record calibration 2026-08-02).

Ownership

Charles LechasseurPersonal account
57 followers79 public repossince Feb 2012@SwiftCTRL

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 publishTags
crates.ioreessaie5.0.02,41173 days agohttpmiddlewarereqwestretry

Metrics by category

Vitality

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

86Excellent · 21% of overall
How it's scored
36/36Push recency — last push 3 days ago
18/36Commit cadence — 26/52 weeks with commits
18/18Commit volume — 113 commits in the last year
10/10OpenSSF Scorecard: Maintained — 28 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year113
human_commit_share0.26
days_since_last_push3
active_weeks_last_year26
How it's scored
27/27Ships releases — 7 releases published
36/36Release recency — latest release 3 days ago
19.8/27Release cadence — a release every ~57.7 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count7
latest_release_tagv5.0.0
releases_from_tagsno
days_since_latest_release3
mean_days_between_releases57.7
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?

47Weak · 17% of overall
How it's scored
0/60Stars — 1 stars
0/25Forks — 1 forks
0/15Watchers — 0 watchers
Inputs used
forks1
stars1
watchers0
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

Community health

92Excellent
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (MIT)
18/18CONTRIBUTING guide
13.5/13.5Code of conduct
0/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges7
has_contributingyes
has_issue_templateno
has_code_of_conductyes
readme_badge_servicescodecov.io, github.com, shields.io
has_pull_request_templateyes
How it's scored
45.1/80Monthly downloads — 2,411 downloads/month across crates
0/20Registry dependents — not reported by this ecosystem
Inputs used
packagesreessaie
dependents—
ecosystemscrates
total_downloads11,878
monthly_downloads2,411
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?

58Moderate · 23% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
0/22.5Commit distribution — top contributor authored 100% of commits
1.4/13.5Contributor breadth — 1 contributors
3/10OpenSSF Scorecard: Contributors — project has 1 contributing companies or organizations -- score normalized to 3
Inputs used
bus_factor1
contributors_sampled1
top_contributor_share1
How it's scored
39.2/42Issue resolution — 93% of issues closed
27.4/30PR acceptance — 93/102 decided PRs merged
0/13Newcomer PR acceptance — no first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-Review — Found 0/5 approved changesets -- score normalized to 0
Inputs used
merged_prs93
open_issues1
closed_issues14
prs_merged_7d2
prs_decided_7d2
prs_merged_30d3
prs_decided_30d3
issue_closed_ratio0.933
closed_unmerged_prs9
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
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
12.7/25Owner reach — 57 followers of clechasseur
25/25Track record — 79 public repos, account ~14 yr old
Inputs used
followers57
owner_typeUser
is_verified—
owner_loginclechasseur
public_repos79
account_age_days5,336
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable — 1 package(s) on crates
35/35Publish recency — latest publish 3 days ago
20/20Version history — 7 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagesreessaie
ecosystemscrates
any_deprecatedno
min_days_since_publish3

Engineering Quality

Are baseline engineering and documentation practices in place?

76Good · 19% of overall
How it's scored
24/24CI workflows — 3 workflow(s)
24/24Tests present
16/16Linter config — Cargo.toml ([lints]), rustfmt.toml
0/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests — 17 out of 17 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configno
How it's scored
30/30README
0/25Documentation directory
15/15Documentation / homepage site — https://crates.io/crates/reessaie
10/10Repository description
10/10Topics — 5 topics
0/10Wiki
Inputs used
topicscrates-io, reqwest, reqwest-middleware, rust, rust-lang
has_wikino
homepagehttps://crates.io/crates/reessaie
docs_sitehttps://crates.io/crates/reessaie
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

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

68Good · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
2.2/7.5Branch-Protection — branch protection is not maximal on development and all release branches
2.5/2.5CI-Tests — 17 out of 17 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 0/5 approved changesets -- score normalized to 0
0.8/2.5Contributors — project has 1 contributing companies or organizations -- score normalized to 3
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
7.5/7.5Maintained — 28 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
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
5/5Security-Policy — security policy file detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate6
Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.

Dependency advisories

100Exceptional
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_packages235
unassessed_packages0
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 235 resolved dependencies against OSV. 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? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

72Good · 4% 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 — 22 of 26 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url—
legible_history_share0.846
agent_instruction_files—
agent_instruction_max_bytes—
How it's scored
18/18One-command bootstrap — justfile
22/22Automated tests
11/11Lint / format config — Cargo.toml ([lints]), rustfmt.toml
11/11Static type checking — Rust (statically typed)
10/10Reproducible environment — lockfile
0/10Demonstrated agent practice — no agent-authored commits among the last 100
8/8Automated maintenance — 74 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
lockfilesCargo.lock
has_dockerfileno
typed_languageyes
bootstrap_filesjustfile
has_devcontainerno
has_linter_configyes
typecheck_configs—
agent_commit_share0
toolchain_manifestsCargo.toml
dependency_bot_commit_share0.74
How it's scored
45/45Type-checkable code — Rust (statically typed)
55/55Manageable file sizes — 0/6 source files over 60KB
Inputs used
primary_languageRust
largest_source_bytes17,318
source_files_sampled6
oversized_source_files0

Key facts

1GitHub stars
1contributors
113commits, last 12 months
3days since last push
7releases
1bus factor
1open issues
crates.iopackage ecosystems

Data collection warnings

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

More detail

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-09-25 00:39 UTC

10Binary-Artifactsno binaries found in the repo
3Branch-Protectionbranch protection is not maximal on development and all release branches
10CI-Tests17 out of 17 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
3Contributorsproject has 1 contributing companies or organizations -- score normalized to 3
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained28 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
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
10Security-Policysecurity policy file detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 8
RegistryPackageVersion constraintManifest
crates.ioasync-trait0.1.92Cargo.toml
crates.iochrono0.4.45Cargo.toml
crates.iohttp1.5.0Cargo.toml
crates.ioreqwest0.13.5Cargo.toml
crates.ioreqwest-middleware0.5.2Cargo.toml
crates.ioreqwest-retry0.9.1Cargo.toml
crates.iotokio1.53.1Cargo.toml
crates.iotracing0.1.44Cargo.toml
All dependencies 235

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

RegistryPackageVersionRelation
crates.ioasync-trait0.1.92direct
crates.iochrono0.4.45direct
crates.iohttp1.5.0direct
crates.ioreqwest0.13.5direct
crates.ioreqwest-middleware0.5.2direct
crates.ioreqwest-retry0.9.1direct
crates.iotokio1.53.1direct
crates.iotracing0.1.44direct
crates.ioaho-corasick1.1.5indirect
crates.ioandroid_system_properties0.1.6indirect
crates.ioanyhow1.0.104indirect
crates.ioassert-json-diff2.0.2indirect
crates.ioassert_matches1.5.0indirect
crates.ioatomic-waker1.1.2indirect
crates.ioautocfg1.5.1indirect
crates.ioaws-lc-rs1.18.1indirect
crates.ioaws-lc-sys0.45.0indirect
crates.iobase640.22.1indirect
crates.iobase640.23.1indirect
crates.iobitflags2.13.2indirect
crates.iobumpalo3.20.3indirect
crates.iobytes1.12.1indirect
crates.iocc1.4.7indirect
crates.iocfg-if1.0.5indirect
crates.iocfg_aliases0.2.2indirect
crates.iochacha200.10.2indirect
crates.iocmake0.1.58indirect
crates.iocombine4.6.8indirect
crates.iocore-foundation0.10.1indirect
crates.iocore-foundation0.9.4indirect
crates.iocore-foundation-sys0.8.7indirect
crates.iocore_detect1.0.0indirect
crates.iocpufeatures0.3.1indirect
crates.iodeadpool0.12.3indirect
crates.iodeadpool-runtime0.1.4indirect
crates.iodisplaydoc0.2.7indirect
crates.iodunce1.0.5indirect
crates.ioencoding_rs0.8.41indirect
crates.ioequivalent1.0.2indirect
crates.iofind-msvc-tools0.1.13indirect
crates.iofnv1.0.7indirect
crates.ioform_urlencoded1.2.2indirect
crates.iofs_extra1.3.0indirect
crates.iofutures0.3.34indirect
crates.iofutures-channel0.3.34indirect
crates.iofutures-core0.3.34indirect
crates.iofutures-executor0.3.34indirect
crates.iofutures-io0.3.34indirect
crates.iofutures-macro0.3.34indirect
crates.iofutures-sink0.3.34indirect
crates.iofutures-task0.3.34indirect
crates.iofutures-timer3.0.4indirect
crates.iofutures-util0.3.34indirect
crates.iogetrandom0.2.17indirect
crates.iogetrandom0.4.3indirect
crates.ioglob0.3.4indirect
crates.ioh20.4.19indirect
crates.iohashbrown0.17.1indirect
crates.iohermit-abi0.5.3indirect
crates.iohttp-body1.1.0indirect
crates.iohttp-body-util0.1.5indirect
crates.iohttparse1.10.1indirect
crates.iohttpdate1.0.3indirect
crates.iohyper1.11.1indirect
crates.iohyper-rustls0.27.10indirect
crates.iohyper-util0.1.20indirect
crates.ioiana-time-zone0.1.65indirect
crates.ioiana-time-zone-haiku0.1.2indirect
crates.ioicu_collections2.3.0indirect
crates.ioicu_locale_core2.3.0indirect
crates.ioicu_normalizer2.3.0indirect
crates.ioicu_normalizer_data2.3.0indirect
crates.ioicu_properties2.3.0indirect
crates.ioicu_properties_data2.3.0indirect
crates.ioicu_provider2.3.1indirect
crates.ioidna1.1.0indirect
crates.ioidna_adapter1.2.2indirect
crates.ioindexmap2.14.2indirect
crates.ioipnet2.12.2indirect
crates.ioitoa1.0.18indirect
crates.iojni0.22.4indirect
crates.iojni-macros0.22.4indirect
crates.iojni-sys0.4.1indirect
crates.iojni-sys-macros0.4.1indirect
crates.iojobserver0.1.35indirect
crates.iojs-sys0.3.105indirect
crates.iolazy_static1.5.0indirect
crates.iolibc0.2.189indirect
crates.iolitemap0.8.3indirect
crates.iolock_api0.4.14indirect
crates.iolog0.4.34indirect
crates.iolru-slab0.1.3indirect
crates.iomatchers0.2.0indirect
crates.iomemchr2.8.3indirect
crates.iomime0.3.17indirect
crates.iomio1.2.3indirect
crates.iomock_instant0.6.1indirect
crates.iomultiversion0.9.0indirect
crates.iomultiversion-macros0.9.0indirect
crates.iomultiversion_no_op1.0.0indirect
crates.ionu-ansi-term0.50.3indirect
crates.ionum-traits0.2.19indirect
crates.ionum_cpus1.17.0indirect
crates.ioonce_cell1.21.4indirect
crates.ioopenssl-probe0.2.1indirect
crates.ioparking_lot0.12.5indirect
crates.ioparking_lot_core0.9.12indirect
crates.iopercent-encoding2.3.2indirect
crates.iopin-project-lite0.2.17indirect
crates.iopin-utils0.1.0indirect
crates.iopkg-config0.3.34indirect
crates.iopotential_utf0.1.6indirect
crates.ioproc-macro-crate3.5.0indirect
crates.ioproc-macro21.0.107indirect
crates.ioquinn0.11.12indirect
crates.ioquinn-proto0.11.18indirect
crates.ioquinn-udp0.5.15indirect
crates.ioquote1.0.47indirect
crates.ior-efi6.0.0indirect
crates.iorand0.10.3indirect
crates.iorand_core0.10.1indirect
crates.iorand_pcg0.10.2indirect
crates.ioredox_syscall0.5.18indirect
crates.ioregex1.13.1indirect
crates.ioregex-automata0.4.18indirect
crates.ioregex-syntax0.8.11indirect
crates.iorelative-path1.9.3indirect
crates.ioretry-policies0.5.2indirect
crates.ioring0.17.14indirect
crates.iorstest0.27.0indirect
crates.iorstest_macros0.27.0indirect
crates.iorustc-hash2.1.3indirect
crates.iorustc_version0.4.1indirect
crates.iorustls0.23.45indirect
crates.iorustls-native-certs0.8.4indirect
crates.iorustls-pki-types1.15.1indirect
crates.iorustls-platform-verifier0.7.0indirect
crates.iorustls-platform-verifier-android0.1.1indirect
crates.iorustls-webpki0.103.15indirect
crates.iorustversion1.0.23indirect
crates.iosame-file1.0.6indirect
crates.ioschannel0.1.29indirect
crates.ioscopeguard1.2.0indirect
crates.iosecurity-framework3.7.0indirect
crates.iosecurity-framework-sys2.17.0indirect
crates.iosemver1.0.28indirect
crates.ioserde1.0.229indirect
crates.ioserde_core1.0.229indirect
crates.ioserde_derive1.0.229indirect
crates.ioserde_json1.0.151indirect
crates.iosharded-slab0.1.7indirect
crates.ioshlex2.0.1indirect
crates.iosimd_cesu81.2.0indirect
crates.iosimdutf80.1.5indirect
crates.ioslab0.4.12indirect
crates.iosmallvec1.16.1indirect
crates.iosocket20.6.5indirect
crates.iostable_deref_trait1.2.1indirect
crates.iosubtle2.6.1indirect
crates.iosyn2.0.119indirect
crates.iosyn3.0.6indirect
crates.iosync_wrapper1.0.2indirect
crates.iosynstructure0.14.0indirect
crates.iosystem-configuration0.7.0indirect
crates.iosystem-configuration-sys0.6.0indirect
crates.iothiserror2.0.20indirect
crates.iothiserror-impl2.0.20indirect
crates.iothread_local1.1.10indirect
crates.iotinystr0.8.4indirect
crates.iotinyvec1.13.3indirect
crates.iotokio-macros2.7.2indirect
crates.iotokio-rustls0.26.5indirect
crates.iotokio-util0.7.19indirect
crates.iotoml_datetime1.1.1+spec-1.1.0indirect
crates.iotoml_edit0.25.15+spec-1.1.0indirect
crates.iotoml_parser1.1.3+spec-1.1.0indirect
crates.iotower0.5.3indirect
crates.iotower-http0.6.11indirect
crates.iotower-layer0.3.3indirect
crates.iotower-service0.3.3indirect
crates.iotracing-attributes0.1.31indirect
crates.iotracing-core0.1.36indirect
crates.iotracing-log0.2.0indirect
crates.iotracing-subscriber0.3.23indirect
crates.iotracing-test0.2.6indirect
crates.iotracing-test-macro0.2.6indirect
crates.iotry-lock0.2.5indirect
crates.iounicode-ident1.0.26indirect
crates.iountrusted0.9.0indirect
crates.iourl2.5.8indirect
crates.ioutf8_iter1.0.4indirect
crates.iovaluable0.1.1indirect
crates.iowalkdir2.5.0indirect
crates.iowant0.3.1indirect
crates.iowasi0.11.1+wasi-snapshot-preview1indirect
crates.iowasm-bindgen0.2.128indirect
crates.iowasm-bindgen-futures0.4.78indirect
crates.iowasm-bindgen-macro0.2.128indirect
crates.iowasm-bindgen-macro-support0.2.128indirect
crates.iowasm-bindgen-shared0.2.128indirect
crates.iowasmtimer0.4.3indirect
crates.ioweb-sys0.3.105indirect
crates.ioweb-time1.1.0indirect
crates.iowebpki-root-certs1.0.9indirect
crates.iowinapi-util0.1.11indirect
crates.iowindows-core0.62.2indirect
crates.iowindows-implement0.60.2indirect
crates.iowindows-interface0.59.3indirect
crates.iowindows-link0.2.1indirect
crates.iowindows-registry0.6.1indirect
crates.iowindows-result0.4.1indirect
crates.iowindows-strings0.5.1indirect
crates.iowindows-sys0.52.0indirect
crates.iowindows-sys0.61.2indirect
crates.iowindows-targets0.52.6indirect
crates.iowindows_aarch64_gnullvm0.52.6indirect
crates.iowindows_aarch64_msvc0.52.6indirect
crates.iowindows_i686_gnu0.52.6indirect
crates.iowindows_i686_gnullvm0.52.6indirect
crates.iowindows_i686_msvc0.52.6indirect
crates.iowindows_x86_64_gnu0.52.6indirect
crates.iowindows_x86_64_gnullvm0.52.6indirect
crates.iowindows_x86_64_msvc0.52.6indirect
crates.iowinnow1.0.4indirect
crates.iowiremock0.6.5indirect
crates.iowriteable0.6.4indirect
crates.ioyoke0.8.3indirect
crates.ioyoke-derive0.8.3indirect
crates.iozerofrom0.1.8indirect
crates.iozerofrom-derive0.1.8indirect
crates.iozeroize1.9.0indirect
crates.iozerotrie0.2.5indirect
crates.iozerovec0.11.8indirect
crates.iozerovec-derive0.11.6indirect
crates.iozmij1.0.23indirect
Dependency advisories 0

This repository publishes no package the index resolves, so its own dependency graph was assessed — 235 packages, which also include development and test pins that never ship: 0 carry known advisories, of which 0 are direct.

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 statistics — crates.io.