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

taiki-e / portable-atomic

Portable atomic types including support for 128-bit atomics, atomic float, etc.

RustApache-2.0★ 246 stars⑂ 23 forkssince Jan 2022View on GitHub ↗

taiki-e/portable-atomic holds a health index of 89 out of 100, placing it in the Excellent band. It scores highest on Vitality (91/100) and lowest on AI Readiness (62/100). It was last updated today. A single contributor accounts for most of its recent work.

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

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

Ownership

Taiki EndoPersonal account
1,011 followers269 public repossince Sep 2018

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.ioportable-atomic1.15.041,296,7515417 days agoatomicno-stdhardware-supportconcurrencyembedded
crates.iobenchpoints to another repo — not scored1.1.05221954 days ago

Metrics by category

Vitality

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

91Excellent · 21% of overall
How it's scored
36/36Push recencylast push 0 days ago
25.6/36Commit cadence37/52 weeks with commits
18/18Commit volume317 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year317
human_commit_share0.98
days_since_last_push0
active_weeks_last_year37
How it's scored
27/27Ships releases60 releases published
36/36Release recencylatest release 17 days ago
19.8/27Release cadencea release every ~69.4 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count60
latest_release_tagv1.15.0
releases_from_tagsno
days_since_latest_release17
mean_days_between_releases69.4
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?

68Good · 17% of overall
How it's scored
38.8/60Stars246 stars
11.2/25Forks23 forks
0/15Watchers2 watchers
Inputs used
forks23
stars246
watchers2
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)
0/18CONTRIBUTING guide
13.5/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges5
has_contributingno
has_issue_templateno
has_code_of_conductyes
readme_badge_servicesshields.io
has_pull_request_templateno
How it's scored
80/80Monthly downloads41,296,751 downloads/month across crates
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagesportable-atomic
dependents
ecosystemscrates
total_downloads417,012,733
monthly_downloads41,296,751
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?

63Moderate · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
0.3/22.5Commit distributiontop contributor authored 99% of commits
10.8/13.5Contributor breadth8 contributors
10/10OpenSSF Scorecard: Contributorsproject has 13 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled8
top_contributor_share0.986
How it's scored
33.4/42Issue resolution80% of issues closed
22/30PR acceptance142/194 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-ReviewFound 0/30 approved changesets -- score normalized to 0
Inputs used
merged_prs142
open_issues9
closed_issues35
prs_merged_7d0
prs_decided_7d0
prs_merged_30d3
prs_decided_30d3
issue_closed_ratio0.795
closed_unmerged_prs52
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 backingpersonal (user) account
0/20Verified domainnot applicable to user accounts
21.6/25Owner reach1,011 followers of taiki-e
25/25Track record269 public repos, account ~7 yr old
Inputs used
followers1,011
owner_typeUser
is_verified
owner_logintaiki-e
public_repos269
account_age_days2,887
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable1 package(s) on crates
35/35Publish recencylatest publish 17 days ago
20/20Version history54 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesportable-atomic
ecosystemscrates
any_deprecatedno
min_days_since_publish17

Engineering Quality

Are baseline engineering and documentation practices in place?

79Good · 19% of overall
How it's scored
24/24CI workflows2 workflow(s)
24/24Tests present
16/16Linter config.clippy.toml, .rustfmt.toml, Cargo.toml ([lints], [workspace.lints]), bench/Cargo.toml ([lints])
0/9.6Pre-commit hooks
6.4/6.4.editorconfig
0/20OpenSSF Scorecard: CI-Testsno data
Inputs used
has_ciyes
has_testsyes
has_editorconfigyes
has_linter_configyes
has_precommit_configno
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.
How it's scored
30/30README
0/25Documentation directory
15/15Documentation / homepage sitehttps://docs.rs/portable-atomic
10/10Repository description
10/10Topics3 topics
0/10Wiki
Inputs used
topicsrust, no-std, atomic
has_wikino
homepagehttps://docs.rs/portable-atomic
docs_sitehttps://docs.rs/portable-atomic
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

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

76Good · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
3/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
0/2.5CI-Testsno data
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0/7.5Code-ReviewFound 0/30 approved changesets -- score normalized to 0
2.5/2.5Contributorsproject has 13 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
7.5/7.5Maintained30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
0/5Packagingno data
5/5Pinned-Dependenciesall dependencies are pinned
0/5SASTno SAST tool detected
5/5Security-Policysecurity policy file detected
0/7.5Signed-Releasesno data
7.5/7.5Token-PermissionsGitHub workflow tokens follow principle of least privilege
7.5/7.5Vulnerabilities0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated15
scorecard_versionv5.5.0
checks_inconclusive3
scorecard_aggregate7.3
Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.
How it's scored
26.6/35Direct dependencies free of known advisories1 affected: paste 1.0.15 (unknown)
25/25Indirect dependencies free of known advisoriesno indirect dependency carries a known advisory
37.2/40No advisories left outstanding1 advisory-carrying package(s) unaddressed past 90 days; oldest published 689 days ago
Inputs used
sourceosv
advisories1
affected_packages1
assessed_packages23
unassessed_packages0
affected_by_severityunknown 1
direct_affected_packages1
Matched the crates:portable-atomic@1.15.0 runtime dependency closure — what installing the published package pulls in — 23 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.

62Moderate · 4% of overall
How it's scored
0/45Agent instructionsno CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
28.3/40Legible commit history52 of 98 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.531
agent_instruction_files
agent_instruction_max_bytes
How it's scored
12.6/18One-command bootstrapCargo.toml, bench/Cargo.toml, tests/api-test/Cargo.toml (toolchain convention, no task runner)
22/22Automated tests
11/11Lint / format config.clippy.toml, .rustfmt.toml, Cargo.toml ([lints], [workspace.lints]), bench/Cargo.toml ([lints])
11/11Static type checkingRust (statically typed)
0/10Reproducible environment
0/10Demonstrated agent practiceno agent-authored commits among the last 100
8/8Automated maintenance2 of the last 100 commits are automated dependency updates
10/10OpenSSF Scorecard: Pinned-Dependenciesall dependencies are pinned
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileno
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configs
agent_commit_share0
toolchain_manifestsCargo.toml, bench/Cargo.toml, tests/api-test/Cargo.toml, tests/asm-test/Cargo.toml, tests/avr-old-nightly/Cargo.toml, tests/avr/Cargo.toml, tests/gba/Cargo.toml, tests/l4re/Cargo.toml, tests/msp430-old-nightly/Cargo.toml, tests/msp430/Cargo.toml, tests/no-std-qemu/Cargo.toml, tests/xtensa/Cargo.toml
dependency_bot_commit_share0.02
How it's scored
45/45Type-checkable codeRust (statically typed)
51.9/55Manageable file sizes4/71 source files over 60KB
Inputs used
primary_languageRust
largest_source_bytes218,830
source_files_sampled71
oversized_source_files4

Key facts

246GitHub stars
8contributors
317commits, last 12 months
0days since last push
60releases
1bus factor
9open issues
crates.iopackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • crates package 'bench' points at a different repository (https://github.com/AlexanderThaller/bench-rs); excluded from ecosystem scoring

More detail

Star and fork history 0 ★ / 23 ⇿
0Stars
23Forks
35Releases

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.

048121620242322022-082024-052026-01
Major 1Minor 13Patch 16

Each point covers 4 days.

OpenSSF Scorecard 7.3 / 10
7.3aggregate

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:44 UTC

10Binary-Artifactsno binaries found in the repo
4Branch-Protectionbranch protection is not maximal on development and all release branches
n/aCI-Testsno pull request found
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/30 approved changesets -- score normalized to 0
10Contributorsproject has 13 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
n/aPackagingpackaging workflow not detected
10Pinned-Dependenciesall dependencies are pinned
0SASTno SAST tool detected
10Security-Policysecurity policy file detected
n/aSigned-Releasesno releases found
10Token-PermissionsGitHub workflow tokens follow principle of least privilege
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 2
RegistryPackageVersion constraintManifest
crates.ioserde1.0.60Cargo.toml
crates.iocritical-section1Cargo.toml
All dependencies 24

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

RegistryPackageVersionRelation
crates.iocritical-sectiondirect
crates.ioserdedirect
crates.ioasmtestindirect
crates.ioavr-device0.3.2indirect
crates.iobuild-contextindirect
crates.iocrossbeam-utilsindirect
crates.iofastrandindirect
crates.iogbaindirect
crates.iolibcindirect
crates.iolibc0.2.163indirect
crates.iomsp430-rtindirect
crates.iomsp430-rt0.4.1indirect
crates.iomsp430f5529indirect
crates.ionb0.1.2indirect
crates.iopasteindirect
crates.ioproc-macro21.0.65indirect
crates.ioquickcheckindirect
crates.ioquote1.0.30indirect
crates.iorustversionindirect
crates.iosemihostingindirect
crates.iosptrindirect
crates.iostatic_assertionsindirect
crates.iounicode-ident1.0.22indirect
crates.iowindows-sysindirect
Dependency advisories 1

Installing crates:portable-atomic@1.15.0 pulls in 23 packages, direct and transitive: 1 carry known advisories, of which 1 are direct dependencies.

PackageVersionRelationSeverityAdvisoriesFixed in
paste1.0.15directunknown1

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 statisticscrates.io.