Public record
Software health reportschema 0.27.0 · metrics 2.3.1 · 2026-07-31 15:07 UTC

probe-rs / embedded-test

A test harness and runner for embedded devices

RustNo license detected★ 180 stars⑂ 28 forkssince Dec 2023View on GitHub ↗

probe-rs/embedded-test holds a health index of 65 out of 100, placing it in the Good band. It scores highest on Vitality (72/100) and lowest on Security (43/100). It was last updated today. A single contributor accounts for most of its recent work.

65
overall / 100
Good

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.

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

Ownership

probe.rsOrganization
185 followers38 public repossince Aug 2019

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

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
crates.ioembedded-test0.7.231,390180 days agotestingtestembeddedtest-runnertest-frameworkno-std
crates.ioembedded-test-macros0.8.131,015150 days ago
crates.ioembedded-test-linker-script0.1.029,0884272 days ago

Metrics by category

Vitality

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

72Good · 21% of overall
How it's scored
36/36Push recency — last push 0 days ago
6.2/36Commit cadence — 9/52 weeks with commits
14.1/18Commit volume — 36 commits in the last year
3/10OpenSSF Scorecard: Maintained — 4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Inputs used
commits_last_year36
human_commit_share1
days_since_last_push0
active_weeks_last_year9
How it's scored
27/27Ships releases — 14 releases published
36/36Release recency — latest release 0 days ago
19.8/27Release cadence — a release every ~87.9 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count14
latest_release_tagv0.7.2
releases_from_tagsno
days_since_latest_release0
mean_days_between_releases87.9
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?

51Moderate · 17% of overall
How it's scored
36.5/60Stars — 180 stars
11.9/25Forks — 28 forks
5.3/15Watchers — 10 watchers
Inputs used
forks28
stars180
watchers10
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
0/22.5License — no license file detected
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseno
readme_badges
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_services
has_pull_request_templateno
How it's scored
66.2/80Monthly downloads — 91,493 downloads/month across crates
0/20Registry dependents — not reported by this ecosystem
Inputs used
packagesembedded-test, embedded-test-macros, embedded-test-linker-script
dependents
ecosystemscrates
total_downloads1,056,417
monthly_downloads91,493
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?

66Good · 23% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
5.3/22.5Commit distribution — top contributor authored 76% of commits
13.5/13.5Contributor breadth — 12 contributors
10/10OpenSSF Scorecard: Contributors — project has 4 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled12
top_contributor_share0.765
How it's scored
36.7/42Issue resolution — 87% of issues closed
24.4/30PR acceptance — 22/27 decided PRs merged
0/13Newcomer PR acceptance — no first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-Review — Found 2/26 approved changesets -- score normalized to 0
Inputs used
merged_prs22
open_issues7
closed_issues48
prs_merged_7d
prs_decided_7d
prs_merged_30d
prs_decided_30d
issue_closed_ratio0.873
closed_unmerged_prs5
first_time_authors_30d
first_time_prs_merged_30d
first_time_prs_decided_30d
Excluded from scoring (no data or not applicable): newcomer_pr_acceptance. Remaining weights renormalized.
How it's scored
30/30Ownership backing — organization-owned
0/20Verified domain
16.3/25Owner reach — 185 followers of probe-rs
23.6/25Track record — 38 public repos, account ~6 yr old
Inputs used
followers185
owner_typeOrganization
is_verified
owner_loginprobe-rs
public_repos38
account_age_days2,528

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable — 3 package(s) on crates
35/35Publish recency — latest publish 0 days ago
20/20Version history — 18 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagesembedded-test, embedded-test-macros, embedded-test-linker-script
ecosystemscrates
any_deprecatedno
min_days_since_publish0

Engineering Quality

Are baseline engineering and documentation practices in place?

65Good · 19% of overall
How it's scored
24/24CI workflows — 2 workflow(s)
24/24Tests present
0/16Linter config
0/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests — 3 out of 3 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configno
has_precommit_configno

Documentation

60Moderate
How it's scored
30/30README
0/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
10/10Topics — 3 topics
10/10Wiki
Inputs used
topicsembedded, rust, testing
has_wikiyes
homepage
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

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

43Weak · 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.5/2.5CI-Tests — 3 out of 3 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 2/26 approved changesets -- score normalized to 0
2.5/2.5Contributors — project has 4 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
0/2.5License — license file not detected
2.2/7.5Maintained — 4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
0/5Packaging — no data
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
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
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
5.2/7.5Vulnerabilities — 3 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate3.2
Excluded from scoring (no data or not applicable): packaging, signed_releases. Remaining weights renormalized.
How it's scored
26.6/35Direct dependencies free of known advisories — 1 affected: anyhow 1.0.98 (unknown)
0/25Indirect dependencies free of known advisories — transitive set not separable from development and test dependencies in this scope
40/40No advisories left outstanding — no advisory has been public longer than 90 days
Inputs used
sourceosv
advisories4
affected_packages4
assessed_packages237
unassessed_packages0
affected_by_severityunknown 4
direct_affected_packages1
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 237 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.

48Weak · 4% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
14.4/40Legible commit history — 27 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.27
agent_instruction_files
agent_instruction_max_bytes
How it's scored
12.6/18One-command bootstrap — Cargo.toml, examples/esp32c6/Cargo.toml, examples/std/Cargo.toml (toolchain convention, no task runner)
22/22Automated tests
0/11Lint / format config
11/11Static type checking — Rust (statically typed)
10/10Reproducible environment — lockfile
0/10Demonstrated agent practice — no agent-authored commits among the last 100
0/8Automated maintenance — no automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfilesCargo.lock
has_dockerfileno
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configs
agent_commit_share0
toolchain_manifestsCargo.toml, examples/esp32c6/Cargo.toml, examples/std/Cargo.toml, examples/stm32f767/Cargo.toml, linker-script/Cargo.toml, macros/Cargo.toml, tests-build/Cargo.toml
dependency_bot_commit_share0
How it's scored
45/45Type-checkable code — Rust (statically typed)
55/55Manageable file sizes — 0/82 source files over 60KB
Inputs used
primary_languageRust
largest_source_bytes6,249
source_files_sampled82
oversized_source_files0
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)
0/20MCP server
40/40Runnable examples — examples
Inputs used
example_dirsexamples
has_mcp_signalno
api_schema_files

Key facts

180GitHub stars
12contributors
36commits, last 12 months
0days since last push
14releases
1bus factor
7open issues
crates.iopackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • Could not fetch crates package 'tests-build' from its registry
  • deps.dev does not index crates:embedded-test@0.7.2; advisories assessed against the repository dependency graph instead

More detail

Star and fork history 0 ★ / 28 ⇿
0Stars
28Forks
13Releases

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.

0510152025302722023-122025-022026-05
Major 0Minor 5Patch 6

Each point covers 3 days.

OpenSSF Scorecard 3.2 / 10
3.2aggregate

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-31 15:06 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
10CI-Tests3 out of 3 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 2/26 approved changesets -- score normalized to 0
10Contributorsproject has 4 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
0Licenselicense file not detected
3Maintained4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
n/aPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
7Vulnerabilities3 existing vulnerabilities detected
Direct dependencies 18
RegistryPackageVersion constraintManifest
crates.ioembedded-test-macros0.8.1Cargo.toml
crates.ioembedded-test-linker-script0.1.0Cargo.toml
crates.iosemihosting0.1.7Cargo.toml
crates.ioserde1.0.193Cargo.toml
crates.ioserde_json1.0.139Cargo.toml
crates.iolinkme0.3.31Cargo.toml
crates.iodefmt1Cargo.toml
crates.iolog0.4.20Cargo.toml
crates.ioembassy-executor-090.9Cargo.toml
crates.ioembassy-executor-0100.10Cargo.toml
crates.ioproc-macro21.0.79macros/Cargo.toml
crates.ioproc-macro-error3=3.0.3macros/Cargo.toml
crates.ioquote1.0.35macros/Cargo.toml
crates.iosyn3.0.3macros/Cargo.toml
crates.iodarling0.24.0macros/Cargo.toml
crates.iotoml0.8.20tests-build/Cargo.toml
crates.ioserde1.0.219tests-build/Cargo.toml
crates.ioanyhow1.0.96tests-build/Cargo.toml
All dependencies 237

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

RegistryPackageVersionRelation
crates.ioanyhow1.0.98direct
crates.iodarling0.20.11direct
crates.iodarling0.21.3direct
crates.iodarling0.23.0direct
crates.iodarling0.24.0direct
crates.iodefmt0.3.100direct
crates.iodefmt1.1.1direct
crates.iolinkme0.3.37direct
crates.iolog0.4.33direct
crates.ioproc-macro-error33.0.3direct
crates.ioproc-macro21.0.107direct
crates.ioproc-macro21.0.95direct
crates.ioquote1.0.40direct
crates.ioquote1.0.47direct
crates.iosemihosting0.1.25direct
crates.ioserde1.0.219direct
crates.ioserde1.0.229direct
crates.ioserde_json1.0.151direct
crates.iosyn2.0.104direct
crates.iosyn2.0.119direct
crates.iosyn3.0.3direct
crates.iotoml0.8.23direct
crates.ioaho-corasick1.1.4indirect
crates.ioanstream1.0.0indirect
crates.ioanstyle1.0.14indirect
crates.ioanstyle-parse1.0.0indirect
crates.ioanstyle-query1.1.5indirect
crates.ioanstyle-wincon3.0.11indirect
crates.ioas-slice0.2.1indirect
crates.ioautocfg1.5.1indirect
crates.iobare-metal0.2.5indirect
crates.iobare-metal1.0.0indirect
crates.iobitfield0.13.2indirect
crates.iobitfield0.19.5indirect
crates.iobitfield-macros0.19.5indirect
crates.iobitflags1.3.2indirect
crates.iobitflags2.13.1indirect
crates.iobxcan0.7.0indirect
crates.iobytemuck1.25.2indirect
crates.iobyteorder1.5.0indirect
crates.iocast0.3.0indirect
crates.iocc1.4.0indirect
crates.iocfg-if1.0.4indirect
crates.iocolorchoice1.0.5indirect
crates.iocordyceps0.3.5indirect
crates.iocortex-m0.7.7indirect
crates.iocortex-m-rt0.7.6indirect
crates.iocortex-m-rt-macros0.7.6indirect
crates.iocritical-section1.2.0indirect
crates.iocrypto-common0.1.7indirect
crates.iodarling_core0.20.11indirect
crates.iodarling_core0.21.3indirect
crates.iodarling_core0.23.0indirect
crates.iodarling_core0.24.0indirect
crates.iodarling_macro0.20.11indirect
crates.iodarling_macro0.21.3indirect
crates.iodarling_macro0.23.0indirect
crates.iodarling_macro0.24.0indirect
crates.iodefmt-macros1.1.1indirect
crates.iodefmt-parser1.0.0indirect
crates.iodelegate0.13.5indirect
crates.ioderanged0.5.8indirect
crates.iodigest0.10.7indirect
crates.iodocument-features0.2.12indirect
crates.ioembassy-embedded-hal0.5.0indirect
crates.ioembassy-executor0.10.0indirect
crates.ioembassy-executor0.9.1indirect
crates.ioembassy-executor-macros0.7.0indirect
crates.ioembassy-executor-macros0.8.0indirect
crates.ioembassy-executor-timer-queue0.1.0indirect
crates.ioembassy-futures0.1.2indirect
crates.ioembassy-hal-internal0.3.0indirect
crates.ioembassy-sync0.6.2indirect
crates.ioembassy-sync0.7.2indirect
crates.ioembassy-time0.5.1indirect
crates.ioembassy-time-driver0.2.2indirect
crates.ioembassy-time-queue-utils0.3.2indirect
crates.ioembedded-can0.4.1indirect
crates.ioembedded-hal0.2.7indirect
crates.ioembedded-hal1.0.0indirect
crates.ioembedded-hal-async1.0.0indirect
crates.ioembedded-io0.6.1indirect
crates.ioembedded-io0.7.1indirect
crates.ioembedded-io-async0.6.1indirect
crates.ioembedded-io-async0.7.0indirect
crates.ioembedded-storage0.3.1indirect
crates.ioembedded-storage-async0.4.1indirect
crates.ioenumset1.1.14indirect
crates.ioenumset_derive0.15.0indirect
crates.ioenv_filter2.0.0indirect
crates.ioenv_logger0.11.11indirect
crates.ioequivalent1.0.2indirect
crates.ioesp-backtrace0.18.1indirect
crates.ioesp-bootloader-esp-idf0.4.0indirect
crates.ioesp-config0.6.1indirect
crates.ioesp-hal1.0.0indirect
crates.ioesp-hal-procmacros0.21.0indirect
crates.ioesp-metadata-generated0.3.0indirect
crates.ioesp-metadata-generated0.4.0indirect
crates.ioesp-println0.16.1indirect
crates.ioesp-riscv-rt0.13.0indirect
crates.ioesp-rom-sys0.1.4indirect
crates.ioesp-rtos0.2.0indirect
crates.ioesp-sync0.1.1indirect
crates.ioesp320.39.0indirect
crates.ioesp32c20.28.0indirect
crates.ioesp32c30.31.0indirect
crates.ioesp32c60.22.0indirect
crates.ioesp32c60.23.2indirect
crates.ioesp32h20.18.0indirect
crates.ioesp32s20.30.0indirect
crates.ioesp32s30.34.0indirect
crates.iofind-msvc-tools0.1.9indirect
crates.iofnv1.0.7indirect
crates.iofugit0.3.9indirect
crates.iofugit-timer0.1.3indirect
crates.iofutures-core0.3.33indirect
crates.iofutures-sink0.3.33indirect
crates.iofutures-task0.3.33indirect
crates.iofutures-util0.3.33indirect
crates.iogcd2.3.0indirect
crates.iogenerator0.8.9indirect
crates.iogeneric-array0.14.7indirect
crates.ioglob0.3.2indirect
crates.iohash320.3.1indirect
crates.iohashbrown0.15.4indirect
crates.iohashbrown0.17.1indirect
crates.ioheapless0.8.0indirect
crates.ioheapless0.9.3indirect
crates.ioheck0.5.0indirect
crates.ioident_case1.0.1indirect
crates.ioindexmap2.14.0indirect
crates.ioindexmap2.9.0indirect
crates.ioindoc2.0.7indirect
crates.ioinstability0.3.12indirect
crates.iois_terminal_polyfill1.70.2indirect
crates.ioitoa1.0.18indirect
crates.iojiff0.2.35indirect
crates.iojiff-core0.1.0indirect
crates.iojiff-static0.2.35indirect
crates.iolazy_static1.5.0indirect
crates.iolibc0.2.189indirect
crates.iolinkme-impl0.3.37indirect
crates.iolitrs1.0.0indirect
crates.ioloom0.7.2indirect
crates.iomatchers0.2.0indirect
crates.iomemchr2.7.5indirect
crates.iomemchr2.8.3indirect
crates.iomicromath2.1.0indirect
crates.ionb0.1.3indirect
crates.ionb1.1.0indirect
crates.ionu-ansi-term0.50.3indirect
crates.ionum-conv0.2.2indirect
crates.ionum-traits0.2.19indirect
crates.ioobject0.37.3indirect
crates.ioonce_cell1.21.4indirect
crates.ioonce_cell_polyfill1.70.2indirect
crates.iopaste1.0.15indirect
crates.iopin-project-lite0.2.17indirect
crates.ioportable-atomic1.14.0indirect
crates.ioportable-atomic-util0.2.7indirect
crates.iopowerfmt0.2.0indirect
crates.ioproc-macro-crate3.5.0indirect
crates.ioproc-macro-error-attr33.0.3indirect
crates.iorand_core0.6.4indirect
crates.iorand_core0.9.5indirect
crates.ioregex1.13.1indirect
crates.ioregex-automata0.4.16indirect
crates.ioregex-syntax0.8.11indirect
crates.ioriscv0.15.0indirect
crates.ioriscv-macros0.3.0indirect
crates.ioriscv-pac0.2.0indirect
crates.ioriscv-rt0.16.0indirect
crates.ioriscv-rt-macros0.6.1indirect
crates.ioriscv-target-parser0.1.3indirect
crates.iortt-target0.6.2indirect
crates.iorustc_version0.2.3indirect
crates.iorustversion1.0.23indirect
crates.ioryu1.0.23indirect
crates.ioscoped-tls1.0.1indirect
crates.iosemver0.9.0indirect
crates.iosemver-parser0.7.0indirect
crates.ioserde_core1.0.229indirect
crates.ioserde_derive1.0.219indirect
crates.ioserde_derive1.0.229indirect
crates.ioserde_spanned0.6.9indirect
crates.ioserde_yaml0.9.34+deprecatedindirect
crates.iosharded-slab0.1.7indirect
crates.ioshlex2.0.1indirect
crates.iosmallvec1.15.2indirect
crates.iosomni-expr0.2.0indirect
crates.iosomni-parser0.2.2indirect
crates.iostable_deref_trait1.2.1indirect
crates.iostm32-fmc0.3.2indirect
crates.iostm32f70.15.1indirect
crates.iostm32f7xx-hal0.8.0indirect
crates.iostrsim0.11.1indirect
crates.iostrum0.27.2indirect
crates.iostrum_macros0.27.2indirect
crates.iotermcolor1.4.1indirect
crates.iothiserror2.0.19indirect
crates.iothiserror-impl2.0.19indirect
crates.iothread_local1.1.10indirect
crates.iotime0.3.54indirect
crates.iotime-core0.1.9indirect
crates.iotoml_datetime0.6.11indirect
crates.iotoml_datetime1.1.1+spec-1.1.0indirect
crates.iotoml_edit0.22.27indirect
crates.iotoml_edit0.25.13+spec-1.1.0indirect
crates.iotoml_parser1.1.3+spec-1.1.0indirect
crates.iotoml_write0.1.2indirect
crates.iotracing0.1.44indirect
crates.iotracing-attributes0.1.31indirect
crates.iotracing-core0.1.36indirect
crates.iotracing-log0.2.0indirect
crates.iotracing-subscriber0.3.23indirect
crates.iotypenum1.20.1indirect
crates.ioufmt-write0.1.0indirect
crates.iounicode-ident1.0.18indirect
crates.iounicode-ident1.0.24indirect
crates.iounsafe-libyaml0.2.11indirect
crates.ioutf8parse0.2.2indirect
crates.iovaluable0.1.1indirect
crates.iovcell0.1.3indirect
crates.ioversion_check0.9.5indirect
crates.iovoid1.0.2indirect
crates.iovolatile-register0.2.2indirect
crates.iowinapi-util0.1.11indirect
crates.iowindows-link0.2.1indirect
crates.iowindows-result0.4.1indirect
crates.iowindows-sys0.61.2indirect
crates.iowinnow0.7.11indirect
crates.iowinnow1.0.4indirect
crates.ioxtensa-lx0.13.0indirect
crates.ioxtensa-lx-rt0.21.0indirect
crates.ioxtensa-lx-rt-proc-macros0.5.0indirect
crates.iozmij1.0.23indirect
Dependency advisories 4

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

PackageVersionRelationSeverityAdvisoriesFixed in
anyhow1.0.98directunknown11.0.103
bare-metal0.2.5indirectunknown1
bare-metal1.0.0indirectunknown1
paste1.0.15indirectunknown1

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": [
        "embedded",
        "rust",
        "testing"
      ],
      "is_fork": false,
      "size_kb": 8034,
      "has_wiki": true,
      "homepage": null,
      "languages": {
        "Rust": 75115,
        "Linker Script": 823
      },
      "pushed_at": "2026-07-31T13:38:42Z",
      "created_at": "2023-12-06T13:15:35Z",
      "owner_type": "Organization",
      "updated_at": "2026-07-31T13:35:01Z",
      "description": "A test harness and runner for embedded devices",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": null,
      "default_branch": "master",
      "license_spdx_raw": null,
      "primary_language": "Rust",
      "significant_languages": [
        "Rust"
      ]
    },
    "owner": {
      "blog": "https://probe.rs",
      "name": "probe.rs",
      "type": "Organization",
      "login": "probe-rs",
      "company": null,
      "location": null,
      "followers": 185,
      "avatar_url": "https://avatars.githubusercontent.com/u/54669567?v=4",
      "created_at": "2019-08-29T11:23:59Z",
      "is_verified": null,
      "public_repos": 38,
      "account_age_days": 2528
    },
    "license": {
      "state": "absent",
      "spdx_id": null,
      "raw_spdx": null,
      "file_present": false,
      "scorecard_found": false,
      "profile_has_license": false
    },
    "activity": {
      "releases": [
        {
          "tag": "v0.7.2",
          "kind": "patch",
          "published_at": "2026-07-31T13:48:23Z"
        },
        {
          "tag": "v0.7.1",
          "kind": "patch",
          "published_at": "2026-03-27T08:17:17Z"
        },
        {
          "tag": "v0.7.0",
          "kind": "minor",
          "published_at": "2025-11-01T01:08:13Z"
        },
        {
          "tag": "v0.7.0-alpha.1",
          "kind": "prerelease",
          "published_at": "2025-08-11T15:00:51Z"
        },
        {
          "tag": "v0.7.0-alpha.0",
          "kind": "prerelease",
          "published_at": "2025-08-07T09:45:13Z"
        },
        {
          "tag": "v0.6.2",
          "kind": "patch",
          "published_at": "2025-06-16T17:36:23Z"
        },
        {
          "tag": "v0.6.1",
          "kind": "patch",
          "published_at": "2025-04-25T20:34:35Z"
        },
        {
          "tag": "v0.6.0",
          "kind": "minor",
          "published_at": "2025-01-06T10:37:03Z"
        },
        {
          "tag": "v0.5.0",
          "kind": "minor",
          "published_at": "2024-10-21T08:56:44Z"
        },
        {
          "tag": "v0.4.0",
          "kind": "minor",
          "published_at": "2024-05-31T20:41:19Z"
        },
        {
          "tag": "v0.3.0",
          "kind": "minor",
          "published_at": "2024-02-05T21:32:06Z"
        },
        {
          "tag": "v0.2.3",
          "kind": "patch",
          "published_at": "2024-01-26T14:39:47Z"
        },
        {
          "tag": "v0.2.2",
          "kind": "patch",
          "published_at": "2023-12-27T13:57:54Z"
        },
        {
          "tag": "v0.2.1",
          "kind": "patch",
          "published_at": "2023-12-12T13:43:59Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "2f57340ed0135ea8c0ce4c276b43000a6e5dd2b7",
          "body": null,
          "is_bot": false,
          "headline": "Update syn. prepare for release",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2026-07-31T13:34:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "46554a34144e6d64f6a78471b645295680352b0b",
          "body": null,
          "is_bot": false,
          "headline": "Replace proc_macro_error2 with proc_macro_error3",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2026-07-19T17:50:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "035520c81f9bcde6b3af78c80ba926019ce4c9d2",
          "body": null,
          "is_bot": false,
          "headline": "Fix rust-analyzer support",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2026-07-19T15:29:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "15a242d44d37dda0cabf71b71e2ef6dff5396592",
          "body": null,
          "is_bot": false,
          "headline": "Fix build of examples by pinning esp-hal",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2026-07-19T15:19:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bb99a651e1ff88df1047802f26f595d3d0288e42",
          "body": null,
          "is_bot": false,
          "headline": "Fix changelog",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2026-03-27T08:13:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1ff92b0dfc777284aac2bdb9fe2557bd19d4bc6a",
          "body": "Prepare release 0.7.1",
          "is_bot": false,
          "headline": "Merge pull request #82 from probe-rs/release/071",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2026-03-27T08:10:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c0b2acf42dd317f1da9a670cad4bc27f2f580929",
          "body": null,
          "is_bot": false,
          "headline": "Prepare release",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2026-03-27T08:06:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d18fd7a1b4bcf4524105fdb8ed84938a35da2fb6",
          "body": "feat(deps): support both embassy-executor 0.9.x and 0.10.x",
          "is_bot": false,
          "headline": "Merge pull request #80 from kaspar030/ee-features",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2026-03-27T07:38:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7531ee3560a0fabefb12d5740d5871ddb45072ac",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'master' into ee-features",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2026-03-27T07:28:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4210206eac2351d6ba926cadf60371280b9878c8",
          "body": "chore: mark code snippet in README.md no_run",
          "is_bot": false,
          "headline": "Merge pull request #81 from kaspar030/no-run",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2026-03-27T07:14:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "417a721a5090cb108b1f7f3f9162809d4c16aeed",
          "body": "Signed-off-by: Kaspar Schleiser <kaspar@schleiser.de>",
          "is_bot": false,
          "headline": "chore: mark code snippet in README.md no_run",
          "author_name": "Kaspar Schleiser",
          "author_login": "kaspar030",
          "committed_at": "2026-03-25T13:38:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "79cd21c7a099aa28278c33a7fd0d5302b2c802da",
          "body": "Signed-off-by: Kaspar Schleiser <kaspar@schleiser.de>",
          "is_bot": false,
          "headline": "feat(deps): support both embassy-executor 0.9.x and 0.10.x",
          "author_name": "Kaspar Schleiser",
          "author_login": "kaspar030",
          "committed_at": "2026-03-25T13:30:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9ed9ff11439711cfcabd5607a2b5358b6544fde6",
          "body": null,
          "is_bot": false,
          "headline": "Fix changelog",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-11-01T01:00:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7fdf881e1473f20ce57f50dbe7063e0e4a5325a0",
          "body": null,
          "is_bot": false,
          "headline": "Remove the test cfg",
          "author_name": "Dániel Buga",
          "author_login": "bugadani",
          "committed_at": "2025-11-01T00:47:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f469e67ac2ad52d116206f4947d6023724f1c158",
          "body": null,
          "is_bot": false,
          "headline": "Prepare 0.7.0",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-11-01T00:43:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "761fe4552daedc4cf4ef8f755d30c997295ae3ed",
          "body": null,
          "is_bot": false,
          "headline": "Update to embassy-executor 0.9",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-29T17:04:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8af88a37fd58d96bb129fc47755c16538eda8e5e",
          "body": null,
          "is_bot": false,
          "headline": "Prepare for release. check std exa in CI",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-20T09:03:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "23b2d0bb87bc1a6b569930df023e07b2542046f6",
          "body": null,
          "is_bot": false,
          "headline": "Cleanup ariel OS todo",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-20T08:39:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "77dce2ee1b78e0603d8c941d4df192ba10334cf1",
          "body": null,
          "is_bot": false,
          "headline": "Fix embassy-executor in compile tests",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-20T08:34:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "56c1b366648ca5b37b8b2695f59b206ec4ab0f5f",
          "body": null,
          "is_bot": false,
          "headline": "Update embassy-executor",
          "author_name": "Dániel Buga",
          "author_login": "bugadani",
          "committed_at": "2025-08-19T18:34:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c5be7f77c2d953196c7d813623b898d2dcd7cca2",
          "body": null,
          "is_bot": false,
          "headline": "Add `INSERT AFTER .comment` only on std",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-19T18:16:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5f51fe199216689fee947ad3c748aa7f87424730",
          "body": null,
          "is_bot": false,
          "headline": "Fix changelog typos",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-11T15:05:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4afcdbb0f8187f5a975a444fa2da8919745969d5",
          "body": null,
          "is_bot": false,
          "headline": "Prepare for v0.7.0-alpha.1",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-11T14:52:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a7f0de0be501b1dd9c0c342cc1b76573557a4419",
          "body": null,
          "is_bot": false,
          "headline": "Crate cargo workspace to speed up testcases crates builds",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-11T10:38:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1a32f261e621ecb23e04697ce51484d281d78c7e",
          "body": null,
          "is_bot": false,
          "headline": "Testcase for every abort!",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-11T10:14:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c6837a00e298e79511a0230b9dd0e6a34e38cced",
          "body": "with `#[test(init=other_init)]`",
          "is_bot": false,
          "headline": "Allow to overwrite init on a per test basis",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-09T11:26:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ba921023313d09056a4a4e253add247907fec703",
          "body": "(with proc-macro-error2)",
          "is_bot": false,
          "headline": "Restructure and cleanup entire macro crate",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-09T08:00:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c362a5978d4cc19d9e5ec1c936ef534bab70ecac",
          "body": null,
          "is_bot": false,
          "headline": "Fix \"linker script\" vs \"linker file\" in readme/comments",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-07T15:13:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f1d5a00ed40f62c168faeea9fa38e4bd66bfac8c",
          "body": null,
          "is_bot": false,
          "headline": "Resolve some todos (ariel, semihosting)",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-07T09:32:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6d9faecfd9f24a255cfd0a0774d8af18734e00b7",
          "body": null,
          "is_bot": false,
          "headline": "Prepare for release v0.7.0-alpha.0",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-07T08:56:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8be3682c90613d0c3ff5ce2d102a378f21baaf6e",
          "body": null,
          "is_bot": false,
          "headline": "Move linker script into its own crate.",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-07T08:26:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "98db9c932edf37825b0830eea5b535a37be149af",
          "body": null,
          "is_bot": false,
          "headline": "Fix esp32c6 example",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-06T14:53:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "202ff932ab4c690cae9e67abde75543a4111f8b8",
          "body": null,
          "is_bot": false,
          "headline": "Validate custom executor is passed if needed",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-06T14:24:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "894d1a3b7907629651f27cb860f589144e709ca5",
          "body": null,
          "is_bot": false,
          "headline": "Fix stm example",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-06T13:02:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ca3b58a3cb9c06945f76f487fd195ccea79d4d97",
          "body": null,
          "is_bot": false,
          "headline": "Fix std example",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-05T18:01:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c5f5ca5681b105904e76656182339decccfc625a",
          "body": null,
          "is_bot": false,
          "headline": "Fix clippy lint, add tests for setup macro",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-05T16:17:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3ada841a8b43c27c964ea577fc3179fcf4b3a5a9",
          "body": null,
          "is_bot": false,
          "headline": "Add build.rs to compiletest, add github job",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-08-05T15:56:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9700217ed465704839f338ce6e9caaecc9063c02",
          "body": null,
          "is_bot": false,
          "headline": "Add missing disambiguator to symbol name",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-06-24T15:53:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "78479cc31cd234dfafcb9cb87a423559fce6f193",
          "body": null,
          "is_bot": false,
          "headline": "Start with UI tests to test proc macros",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-06-24T15:53:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "66da6f3c350b3c98d3acaf86ce25991a89739ade",
          "body": null,
          "is_bot": false,
          "headline": "Fix std test",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-06-19T16:48:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1683daf1cb15095a84f23aba8f5bd0abc048e3d8",
          "body": null,
          "is_bot": false,
          "headline": "Prepare for ariel_os/std",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-06-18T18:29:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "88cc37deb2638879b0af8414455a451bb28ebeb7",
          "body": null,
          "is_bot": false,
          "headline": "fix some nits",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-06-18T16:20:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d709ea1c22a5781408d8a0739acee33e6eadbd8f",
          "body": null,
          "is_bot": false,
          "headline": "add #[embedded_test::setup] attribute",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-06-18T15:35:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fc714f4970ca03dda7c3ab942166fa6b464226e9",
          "body": null,
          "is_bot": false,
          "headline": "Store test info directly in ELF and Restructure proc macro",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-06-18T13:43:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c5f262e2a5e4aea770d27f08207371c832b23e9e",
          "body": "Prepare 0.6.2",
          "is_bot": false,
          "headline": "Merge pull request #64 from probe-rs/release",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-06-16T16:23:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "53d080a93d65eb13aac8f3c543527e353219ffa2",
          "body": null,
          "is_bot": false,
          "headline": "Prepare 0.6.2",
          "author_name": "Dániel Buga",
          "author_login": "bugadani",
          "committed_at": "2025-06-16T16:20:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ab9d54556cf8b29add0b2b9304ea7eef610291b1",
          "body": "Slight cleanup",
          "is_bot": false,
          "headline": "Merge pull request #65 from probe-rs/json",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-06-16T16:05:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3171a8a2d4e5b4de0efb58867b7945e5bd32d36c",
          "body": null,
          "is_bot": false,
          "headline": "Disable default features",
          "author_name": "Dániel Buga",
          "author_login": "bugadani",
          "committed_at": "2025-06-16T15:52:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b72c67db64324b01ac7642bdff7d46c142214857",
          "body": null,
          "is_bot": false,
          "headline": "defmt can format panicinfo",
          "author_name": "Dániel Buga",
          "author_login": "bugadani",
          "committed_at": "2025-06-16T15:45:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "956a8a657357c2061793cea3608829562a62d3a1",
          "body": null,
          "is_bot": false,
          "headline": "Update example lockfile",
          "author_name": "Dániel Buga",
          "author_login": "bugadani",
          "committed_at": "2025-06-16T14:29:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ce9d3a1415c52c6fb79f1890bba5675b12788ea5",
          "body": "build: bump serde-json-core version to 0.6.0",
          "is_bot": false,
          "headline": "Merge pull request #60 from inthehack/bump-serde-json-core-0.6.0",
          "author_name": "Dániel Buga",
          "author_login": "bugadani",
          "committed_at": "2025-06-16T10:47:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3b00ef7ff0271e28f4770f68a7b2a46de9fe8533",
          "body": "Fix typo: runniing → running",
          "is_bot": false,
          "headline": "Merge pull request #63 from cmumford/patch-1",
          "author_name": "Noah Hüsser",
          "author_login": "Yatekii",
          "committed_at": "2025-06-08T15:52:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "57901bd4a5d389779d66b146dbb653d11d4e3ada",
          "body": null,
          "is_bot": false,
          "headline": "Fix typo: runniing → running",
          "author_name": "Chris Mumford",
          "author_login": "cmumford",
          "committed_at": "2025-06-06T12:57:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8010eb5f6d4e5ffc1d0f7a340a23a449661810c4",
          "body": null,
          "is_bot": false,
          "headline": "build: bump version of serde-json-core to 0.6.0",
          "author_name": "Julien Peeters",
          "author_login": "inthehack",
          "committed_at": "2025-05-01T22:07:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "79605d1ee35d8588dc66b38eb4a5778ed3e1e86d",
          "body": null,
          "is_bot": false,
          "headline": "Update defmt",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2025-04-25T20:25:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "49eb4bc8d48e3d85827f459357498e9e25801864",
          "body": null,
          "is_bot": false,
          "headline": "Prepare for 0.6.1 release",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2025-04-25T20:12:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "61f325063d24d00e16618015baf4d30fdbc53c3e",
          "body": "feat: initial std support",
          "is_bot": false,
          "headline": "Merge pull request #58 from kaspar030/std",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-04-25T19:59:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "baf37a0fb92bc16b1e5cad343ddb761c0c9477f8",
          "body": null,
          "is_bot": false,
          "headline": "fix: make `std` and `semihosting` mutually exclusive",
          "author_name": "Kaspar Schleiser",
          "author_login": "kaspar030",
          "committed_at": "2025-04-03T20:46:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fbc38074f2eac17456556dc9e1fc11482ef71f1d",
          "body": null,
          "is_bot": false,
          "headline": "feat: add std example",
          "author_name": "Kaspar Schleiser",
          "author_login": "kaspar030",
          "committed_at": "2025-04-03T20:46:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f360e58faef988d0224ac8c58623590deb5b2a61",
          "body": null,
          "is_bot": false,
          "headline": "feat: initial std support",
          "author_name": "Kaspar Schleiser",
          "author_login": "kaspar030",
          "committed_at": "2025-04-03T13:43:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9dd53bb2c60c90f2c44efa859c61fb68a56305d8",
          "body": null,
          "is_bot": false,
          "headline": "Update issue templates",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-03-13T09:29:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "95a16366faddf91906d0cf28af2b3c88901d6dab",
          "body": "feat: add Ariel OS support",
          "is_bot": false,
          "headline": "Merge pull request #56 from ariel-os/v0.6.0+ariel-os",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2025-02-13T13:09:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b2d893a786d530719cc389438e9ae60b2b2b8589",
          "body": null,
          "is_bot": false,
          "headline": "update README.md and CHANGELOG.md with Ariel OS support",
          "author_name": "Kaspar Schleiser",
          "author_login": "kaspar030",
          "committed_at": "2025-02-13T12:51:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "05058d6bf2e0f44de567c0b03f4fc9122b98d369",
          "body": null,
          "is_bot": false,
          "headline": "move `ariel-os` <-> `external-executor` dependency to build.rs",
          "author_name": "Kaspar Schleiser",
          "author_login": "kaspar030",
          "committed_at": "2025-02-13T12:51:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "91a267826edc29685bf56ca6771fc70d44478f58",
          "body": null,
          "is_bot": false,
          "headline": "cleanup leftover",
          "author_name": "Kaspar Schleiser",
          "author_login": "kaspar030",
          "committed_at": "2025-02-13T12:51:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "15a7b18c4b14754895f3d0dd2a88723ef093254d",
          "body": null,
          "is_bot": false,
          "headline": "feat: don't provide panic handler for ariel os",
          "author_name": "Kaspar Schleiser",
          "author_login": "kaspar030",
          "committed_at": "2025-01-27T21:14:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "724b65069522beb252beaaef3283adaa2db91ff7",
          "body": null,
          "is_bot": false,
          "headline": "feat: add Ariel OS support",
          "author_name": "Kaspar Schleiser",
          "author_login": "kaspar030",
          "committed_at": "2025-01-27T21:14:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "19d3e0fa63f12c4f9293fa7506e747b99589b425",
          "body": null,
          "is_bot": false,
          "headline": "Prepare for 0.6.0",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2025-01-06T10:21:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bf6ac04b955dcff3bca9f1e2c7ca215140fc3272",
          "body": null,
          "is_bot": false,
          "headline": "Update to embassy-executor 0.7.0",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2025-01-06T10:08:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ecec5b545afd05087bb3f2eab421324ae7641e17",
          "body": null,
          "is_bot": false,
          "headline": "Improve generated doc",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-12-03T11:24:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0c54f6cb50ca8d84b7883246fd2fd92c0b559468",
          "body": null,
          "is_bot": false,
          "headline": "Remove rtt init features, add new attribute to setup global logger",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-12-02T13:33:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "47fa4271e0cf156166838e53a92a203523ede64c",
          "body": null,
          "is_bot": false,
          "headline": "Improve CI for examples",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-12-02T10:02:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6bb99737b1d51445713c4421ecd99ecbbdd96ca2",
          "body": null,
          "is_bot": false,
          "headline": "Add stm32f767 example",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-12-02T09:49:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e6f004a697c333d0c027de6cf314b4db759ae28e",
          "body": null,
          "is_bot": false,
          "headline": "Update ci.yml + add changelog.yml",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-12-02T08:23:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f3340ea0c32c094129a5d69d18bba35867b08fb3",
          "body": null,
          "is_bot": false,
          "headline": "Remove cfg(nightly) stuff from panic handler.",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-12-02T07:31:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fbfb621343b7480d25e01985a76521e4637c8f34",
          "body": null,
          "is_bot": false,
          "headline": "Create ci.yml",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2024-12-02T07:08:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6392bffac3217a8e54e9477e7b8c09226bb73381",
          "body": null,
          "is_bot": false,
          "headline": "Import esp32c6 example",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-11-30T15:14:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "35613cfe92df0e2cc85a6a6cc8a19d6b1bef637c",
          "body": "Update rtt-log to v0.4.0",
          "is_bot": false,
          "headline": "Merge pull request #46 from hdbhm/rtt-log-update",
          "author_name": "Timo Lang",
          "author_login": "t-moe",
          "committed_at": "2024-11-15T14:49:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c03be8e3d400431a612c8cf550836f83ca42f45a",
          "body": "Using the `init-log` feature on targets that do not support atomics\n(e.g. riscv32imc-unknown-none-elf) causes builds to fail, because the\ncurrently used version of rtt-log (v0.3.0) assumes that there always\nexist functions `log::set_logger()` and `log::set_max_level()`. However,\nthis is is not the c\n[…]\nstead.  This problem has been fixed in rtt-log v0.4.0.\nTherefore, this commit bumps the dependency to that version, allowing\n`init-log` to be used on targets without native atomics support.\n\nFixes #45",
          "is_bot": false,
          "headline": "Update rtt-log to v0.4.0",
          "author_name": "Harald Böhm",
          "author_login": "hdbhm",
          "committed_at": "2024-11-15T14:43:37Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "b347045e2bac515a3fe9583621a6d7c1414439b7",
          "body": "Add option to set a default timeout",
          "is_bot": false,
          "headline": "Merge pull request #44 from probe-rs/global-timeout",
          "author_name": "Noah Hüsser",
          "author_login": "Yatekii",
          "committed_at": "2024-11-09T03:16:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "71094733fc2db26a4d68bc62a743af1037420af8",
          "body": null,
          "is_bot": false,
          "headline": "Add option to set a default timeout",
          "author_name": "Dániel Buga",
          "author_login": "bugadani",
          "committed_at": "2024-11-08T14:10:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a665793328716724c440baa86fc034c1d634035e",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 0.5 release",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-10-21T08:52:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "82b1a6075be7f7963c72f5a12898e4de6e4ab4f8",
          "body": "Update embassy-executor",
          "is_bot": false,
          "headline": "Merge pull request #42 from probe-rs/embassy",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-10-21T08:49:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e2c4a561e25028e2e14a385539f6e0656811cdad",
          "body": null,
          "is_bot": false,
          "headline": "Update embassy-executor",
          "author_name": "Dániel Buga",
          "author_login": "bugadani",
          "committed_at": "2024-10-21T08:46:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "784f62c34f87b52de221b6ab6c8390a5655fdaa4",
          "body": "Allow using embassy-executor 0.6",
          "is_bot": false,
          "headline": "Merge pull request #38 from probe-rs/embassy",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-08-26T08:27:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7e9dac9de5c0cd0f307dd4153ce7374f73ea613b",
          "body": null,
          "is_bot": false,
          "headline": "Allow using embassy-executor 0.6",
          "author_name": "Dániel Buga",
          "author_login": "bugadani",
          "committed_at": "2024-08-23T13:02:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "927bec29aff78165b8676077b2edb596ec900240",
          "body": "Release 0.4.0: Switch to probe-rs 0.24 :partying_face:",
          "is_bot": false,
          "headline": "Merge pull request #32 from probe-rs/next",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-05-31T20:39:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "27568ddd78c06fe66c379c581f8ac80d5a245107",
          "body": "+ Improve \"linker script missing\"-magic a bit.",
          "is_bot": false,
          "headline": "Update readme, prepare for 0.4.0 release.",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-05-31T20:03:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f862e78ae2d0a4abfb7924c9652726449cb19f0b",
          "body": null,
          "is_bot": false,
          "headline": "Print PanicInfo in panic_handler",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-04-15T07:08:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1aa5a426d6b29ae2b509c5876dd33523b03e107c",
          "body": "Configurable executor",
          "is_bot": false,
          "headline": "Merge pull request #30 from bjoernQ/configurable-executor",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-04-05T12:43:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0d007ccac57913da6450169f8a26529cb34f1a27",
          "body": null,
          "is_bot": false,
          "headline": "Update macros/src/lib.rs doc",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-04-05T12:42:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5ae899826de7e2a3feed197906243409d2dbbe1b",
          "body": "…xecutor specified",
          "is_bot": false,
          "headline": "Hint when not using `embassy` and `external-executor` with a custom e…",
          "author_name": "bjoernQ",
          "author_login": "bjoernQ",
          "committed_at": "2024-04-05T09:11:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c6a48bb669e8c2ccb1cc5740a0b1007cd68526ce",
          "body": null,
          "is_bot": false,
          "headline": "Optionally use a custom Embassy executor",
          "author_name": "bjoernQ",
          "author_login": "bjoernQ",
          "committed_at": "2024-04-05T08:45:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b67dec33992f5bd79d414a0e70220dc4142278cf",
          "body": "Update Semihosting crate to support xtensa",
          "is_bot": false,
          "headline": "Merge pull request #27 from SergioGasquez/feat/semihosting-xtensa",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-03-22T09:34:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5dbfeb89b2adaded86ff8dd4caf42fc0b68c5f58",
          "body": null,
          "is_bot": false,
          "headline": "feat: Add a freature for xtensa-semihosting",
          "author_name": "Sergio Gasquez",
          "author_login": "SergioGasquez",
          "committed_at": "2024-03-22T09:27:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "316b38d915367f6f71e5545266b03cf4f468fc45",
          "body": null,
          "is_bot": false,
          "headline": "feat: Use released semihosting",
          "author_name": "Sergio Gasquez",
          "author_login": "SergioGasquez",
          "committed_at": "2024-03-22T09:21:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8e3f92520ddae7d03fa4d9d980c76957e6d1dd5b",
          "body": "…kept",
          "is_bot": false,
          "headline": "Add custom linker script so that the EMBEDDED_TEST_VERSION symbol is …",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-03-15T16:14:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0d5a3bcd2e9d97b5912020bce9e79432d0a25e64",
          "body": null,
          "is_bot": false,
          "headline": "Update README",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-03-15T13:28:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "851c7fe1c41d6969be54c1bdfb847584f67a1488",
          "body": null,
          "is_bot": false,
          "headline": "More logging and rtt options",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-03-15T12:48:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6584d159f7466a6c8aeae3084e012b8566181724",
          "body": null,
          "is_bot": false,
          "headline": "Add Symbol that can be picked up by probe-rs",
          "author_name": "Timo",
          "author_login": "t-moe",
          "committed_at": "2024-03-15T08:28:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 14,
      "commits_last_year": 36,
      "latest_release_at": "2026-07-31T13:48:23Z",
      "latest_release_tag": "v0.7.2",
      "releases_from_tags": false,
      "days_since_last_push": 0,
      "active_weeks_last_year": 9,
      "days_since_latest_release": 0,
      "mean_days_between_releases": 87.9
    },
    "community": {
      "has_readme": true,
      "has_license": false,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 37,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "embedded-test",
          "exists": true,
          "license": "MIT OR Apache-2.0",
          "keywords": [
            "testing",
            "test",
            "embedded",
            "test-runner",
            "test-framework",
            "no-std",
            "development-tools::testing",
            "embedded"
          ],
          "ecosystem": "crates",
          "matches_repo": true,
          "registry_url": "https://crates.io/crates/embedded-test",
          "is_deprecated": false,
          "latest_version": "0.7.2",
          "repository_url": "https://github.com/probe-rs/embedded-test",
          "versions_count": 18,
          "total_downloads": 440380,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 31390,
          "first_published_at": "2023-12-06T15:37:05.541349Z",
          "latest_published_at": "2026-07-31T13:37:01.432926Z",
          "latest_version_yanked": false,
          "days_since_latest_publish": 0
        },
        {
          "name": "embedded-test-macros",
          "exists": true,
          "license": "MIT OR Apache-2.0",
          "keywords": [],
          "ecosystem": "crates",
          "matches_repo": true,
          "registry_url": "https://crates.io/crates/embedded-test-macros",
          "is_deprecated": false,
          "latest_version": "0.8.1",
          "repository_url": "https://github.com/probe-rs/embedded-test",
          "versions_count": 15,
          "total_downloads": 433876,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 31015,
          "first_published_at": "2023-12-06T15:31:37.247739Z",
          "latest_published_at": "2026-07-31T13:36:43.628333Z",
          "latest_version_yanked": false,
          "days_since_latest_publish": 0
        },
        {
          "name": "embedded-test-linker-script",
          "exists": true,
          "license": "MIT OR Apache-2.0",
          "keywords": [],
          "ecosystem": "crates",
          "matches_repo": true,
          "registry_url": "https://crates.io/crates/embedded-test-linker-script",
          "is_deprecated": false,
          "latest_version": "0.1.0",
          "repository_url": "https://github.com/probe-rs/embedded-test",
          "versions_count": 4,
          "total_downloads": 182161,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 29088,
          "first_published_at": "2025-08-07T09:33:51.102445Z",
          "latest_published_at": "2025-11-01T00:53:18.440749Z",
          "latest_version_yanked": false,
          "days_since_latest_publish": 272
        }
      ]
    },
    "popularity": {
      "forks": 28,
      "stars": 180,
      "watchers": 10,
      "fork_history": {
        "days": [
          {
            "date": "2023-12-12",
            "count": 1
          },
          {
            "date": "2023-12-17",
            "count": 1
          },
          {
            "date": "2024-03-18",
            "count": 1
          },
          {
            "date": "2024-04-05",
            "count": 1
          },
          {
            "date": "2024-04-15",
            "count": 1
          },
          {
            "date": "2024-07-10",
            "count": 1
          },
          {
            "date": "2024-10-02",
            "count": 1
          },
          {
            "date": "2024-11-11",
            "count": 1
          },
          {
            "date": "2024-11-15",
            "count": 1
          },
          {
            "date": "2024-11-21",
            "count": 1
          },
          {
            "date": "2025-01-27",
            "count": 1
          },
          {
            "date": "2025-02-27",
            "count": 1
          },
          {
            "date": "2025-04-16",
            "count": 1
          },
          {
            "date": "2025-05-01",
            "count": 1
          },
          {
            "date": "2025-05-02",
            "count": 1
          },
          {
            "date": "2025-07-06",
            "count": 1
          },
          {
            "date": "2025-08-09",
            "count": 1
          },
          {
            "date": "2025-08-18",
            "count": 1
          },
          {
            "date": "2025-08-19",
            "count": 1
          },
          {
            "date": "2025-09-23",
            "count": 1
          },
          {
            "date": "2025-10-07",
            "count": 1
          },
          {
            "date": "2025-10-24",
            "count": 1
          },
          {
            "date": "2025-12-02",
            "count": 1
          },
          {
            "date": "2026-02-23",
            "count": 1
          },
          {
            "date": "2026-04-22",
            "count": 1
          },
          {
            "date": "2026-04-29",
            "count": 1
          },
          {
            "date": "2026-05-09",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 27,
        "total_forks": 28
      },
      "star_history": null,
      "open_issues_and_prs": 7
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [
        "examples"
      ],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [],
      "toolchain_manifests": [
        "Cargo.toml",
        "examples/esp32c6/Cargo.toml",
        "examples/std/Cargo.toml",
        "examples/stm32f767/Cargo.toml",
        "linker-script/Cargo.toml",
        "macros/Cargo.toml",
        "tests-build/Cargo.toml"
      ],
      "largest_source_bytes": 6249,
      "source_files_sampled": 82,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "Cargo.toml",
        "linker-script/Cargo.toml",
        "macros/Cargo.toml",
        "tests-build/Cargo.toml"
      ],
      "advisories": {
        "error": null,
        "scope": "repository_graph",
        "source": "osv",
        "findings": [
          {
            "name": "anyhow",
            "direct": true,
            "version": "1.0.98",
            "severity": "unknown",
            "ecosystem": "crates",
            "cvss_score": null,
            "advisory_ids": [
              "RUSTSEC-2026-0190"
            ],
            "fixed_version": "1.0.103",
            "advisory_count": 1,
            "oldest_advisory_days": 36
          },
          {
            "name": "bare-metal",
            "direct": false,
            "version": "0.2.5",
            "severity": "unknown",
            "ecosystem": "crates",
            "cvss_score": null,
            "advisory_ids": [
              "RUSTSEC-2026-0110"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 99
          },
          {
            "name": "bare-metal",
            "direct": false,
            "version": "1.0.0",
            "severity": "unknown",
            "ecosystem": "crates",
            "cvss_score": null,
            "advisory_ids": [
              "RUSTSEC-2026-0110"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 99
          },
          {
            "name": "paste",
            "direct": false,
            "version": "1.0.15",
            "severity": "unknown",
            "ecosystem": "crates",
            "cvss_score": null,
            "advisory_ids": [
              "RUSTSEC-2024-0436"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 662
          }
        ],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {
          "unknown": 4
        },
        "advisory_count": 4,
        "affected_count": 4,
        "assessed_count": 237,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 0,
        "direct_affected_count": 1
      },
      "ecosystems": [
        "crates"
      ],
      "dependencies": [
        {
          "name": "embedded-test-macros",
          "manifest": "Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.8.1"
        },
        {
          "name": "embedded-test-linker-script",
          "manifest": "Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.1.0"
        },
        {
          "name": "semihosting",
          "manifest": "Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.1.7"
        },
        {
          "name": "serde",
          "manifest": "Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1.0.193"
        },
        {
          "name": "serde_json",
          "manifest": "Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1.0.139"
        },
        {
          "name": "linkme",
          "manifest": "Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.3.31"
        },
        {
          "name": "defmt",
          "manifest": "Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1"
        },
        {
          "name": "log",
          "manifest": "Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.4.20"
        },
        {
          "name": "embassy-executor-09",
          "manifest": "Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.9"
        },
        {
          "name": "embassy-executor-010",
          "manifest": "Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.10"
        },
        {
          "name": "proc-macro2",
          "manifest": "macros/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1.0.79"
        },
        {
          "name": "proc-macro-error3",
          "manifest": "macros/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "=3.0.3"
        },
        {
          "name": "quote",
          "manifest": "macros/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1.0.35"
        },
        {
          "name": "syn",
          "manifest": "macros/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "3.0.3"
        },
        {
          "name": "darling",
          "manifest": "macros/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.24.0"
        },
        {
          "name": "toml",
          "manifest": "tests-build/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.8.20"
        },
        {
          "name": "serde",
          "manifest": "tests-build/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1.0.219"
        },
        {
          "name": "anyhow",
          "manifest": "tests-build/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1.0.96"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "anyhow",
            "direct": true,
            "version": "1.0.98",
            "ecosystem": "crates"
          },
          {
            "name": "darling",
            "direct": true,
            "version": "0.20.11",
            "ecosystem": "crates"
          },
          {
            "name": "darling",
            "direct": true,
            "version": "0.21.3",
            "ecosystem": "crates"
          },
          {
            "name": "darling",
            "direct": true,
            "version": "0.23.0",
            "ecosystem": "crates"
          },
          {
            "name": "darling",
            "direct": true,
            "version": "0.24.0",
            "ecosystem": "crates"
          },
          {
            "name": "defmt",
            "direct": true,
            "version": "0.3.100",
            "ecosystem": "crates"
          },
          {
            "name": "defmt",
            "direct": true,
            "version": "1.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "linkme",
            "direct": true,
            "version": "0.3.37",
            "ecosystem": "crates"
          },
          {
            "name": "log",
            "direct": true,
            "version": "0.4.33",
            "ecosystem": "crates"
          },
          {
            "name": "proc-macro-error3",
            "direct": true,
            "version": "3.0.3",
            "ecosystem": "crates"
          },
          {
            "name": "proc-macro2",
            "direct": true,
            "version": "1.0.107",
            "ecosystem": "crates"
          },
          {
            "name": "proc-macro2",
            "direct": true,
            "version": "1.0.95",
            "ecosystem": "crates"
          },
          {
            "name": "quote",
            "direct": true,
            "version": "1.0.40",
            "ecosystem": "crates"
          },
          {
            "name": "quote",
            "direct": true,
            "version": "1.0.47",
            "ecosystem": "crates"
          },
          {
            "name": "semihosting",
            "direct": true,
            "version": "0.1.25",
            "ecosystem": "crates"
          },
          {
            "name": "serde",
            "direct": true,
            "version": "1.0.219",
            "ecosystem": "crates"
          },
          {
            "name": "serde",
            "direct": true,
            "version": "1.0.229",
            "ecosystem": "crates"
          },
          {
            "name": "serde_json",
            "direct": true,
            "version": "1.0.151",
            "ecosystem": "crates"
          },
          {
            "name": "syn",
            "direct": true,
            "version": "2.0.104",
            "ecosystem": "crates"
          },
          {
            "name": "syn",
            "direct": true,
            "version": "2.0.119",
            "ecosystem": "crates"
          },
          {
            "name": "syn",
            "direct": true,
            "version": "3.0.3",
            "ecosystem": "crates"
          },
          {
            "name": "toml",
            "direct": true,
            "version": "0.8.23",
            "ecosystem": "crates"
          },
          {
            "name": "aho-corasick",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "crates"
          },
          {
            "name": "anstream",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "anstyle",
            "direct": false,
            "version": "1.0.14",
            "ecosystem": "crates"
          },
          {
            "name": "anstyle-parse",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "anstyle-query",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "crates"
          },
          {
            "name": "anstyle-wincon",
            "direct": false,
            "version": "3.0.11",
            "ecosystem": "crates"
          },
          {
            "name": "as-slice",
            "direct": false,
            "version": "0.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "autocfg",
            "direct": false,
            "version": "1.5.1",
            "ecosystem": "crates"
          },
          {
            "name": "bare-metal",
            "direct": false,
            "version": "0.2.5",
            "ecosystem": "crates"
          },
          {
            "name": "bare-metal",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "bitfield",
            "direct": false,
            "version": "0.13.2",
            "ecosystem": "crates"
          },
          {
            "name": "bitfield",
            "direct": false,
            "version": "0.19.5",
            "ecosystem": "crates"
          },
          {
            "name": "bitfield-macros",
            "direct": false,
            "version": "0.19.5",
            "ecosystem": "crates"
          },
          {
            "name": "bitflags",
            "direct": false,
            "version": "1.3.2",
            "ecosystem": "crates"
          },
          {
            "name": "bitflags",
            "direct": false,
            "version": "2.13.1",
            "ecosystem": "crates"
          },
          {
            "name": "bxcan",
            "direct": false,
            "version": "0.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "bytemuck",
            "direct": false,
            "version": "1.25.2",
            "ecosystem": "crates"
          },
          {
            "name": "byteorder",
            "direct": false,
            "version": "1.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "cast",
            "direct": false,
            "version": "0.3.0",
            "ecosystem": "crates"
          },
          {
            "name": "cc",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "cfg-if",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "crates"
          },
          {
            "name": "colorchoice",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "crates"
          },
          {
            "name": "cordyceps",
            "direct": false,
            "version": "0.3.5",
            "ecosystem": "crates"
          },
          {
            "name": "cortex-m",
            "direct": false,
            "version": "0.7.7",
            "ecosystem": "crates"
          },
          {
            "name": "cortex-m-rt",
            "direct": false,
            "version": "0.7.6",
            "ecosystem": "crates"
          },
          {
            "name": "cortex-m-rt-macros",
            "direct": false,
            "version": "0.7.6",
            "ecosystem": "crates"
          },
          {
            "name": "critical-section",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "crypto-common",
            "direct": false,
            "version": "0.1.7",
            "ecosystem": "crates"
          },
          {
            "name": "darling_core",
            "direct": false,
            "version": "0.20.11",
            "ecosystem": "crates"
          },
          {
            "name": "darling_core",
            "direct": false,
            "version": "0.21.3",
            "ecosystem": "crates"
          },
          {
            "name": "darling_core",
            "direct": false,
            "version": "0.23.0",
            "ecosystem": "crates"
          },
          {
            "name": "darling_core",
            "direct": false,
            "version": "0.24.0",
            "ecosystem": "crates"
          },
          {
            "name": "darling_macro",
            "direct": false,
            "version": "0.20.11",
            "ecosystem": "crates"
          },
          {
            "name": "darling_macro",
            "direct": false,
            "version": "0.21.3",
            "ecosystem": "crates"
          },
          {
            "name": "darling_macro",
            "direct": false,
            "version": "0.23.0",
            "ecosystem": "crates"
          },
          {
            "name": "darling_macro",
            "direct": false,
            "version": "0.24.0",
            "ecosystem": "crates"
          },
          {
            "name": "defmt-macros",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "defmt-parser",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "delegate",
            "direct": false,
            "version": "0.13.5",
            "ecosystem": "crates"
          },
          {
            "name": "deranged",
            "direct": false,
            "version": "0.5.8",
            "ecosystem": "crates"
          },
          {
            "name": "digest",
            "direct": false,
            "version": "0.10.7",
            "ecosystem": "crates"
          },
          {
            "name": "document-features",
            "direct": false,
            "version": "0.2.12",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-embedded-hal",
            "direct": false,
            "version": "0.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-executor",
            "direct": false,
            "version": "0.10.0",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-executor",
            "direct": false,
            "version": "0.9.1",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-executor-macros",
            "direct": false,
            "version": "0.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-executor-macros",
            "direct": false,
            "version": "0.8.0",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-executor-timer-queue",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-futures",
            "direct": false,
            "version": "0.1.2",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-hal-internal",
            "direct": false,
            "version": "0.3.0",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-sync",
            "direct": false,
            "version": "0.6.2",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-sync",
            "direct": false,
            "version": "0.7.2",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-time",
            "direct": false,
            "version": "0.5.1",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-time-driver",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "embassy-time-queue-utils",
            "direct": false,
            "version": "0.3.2",
            "ecosystem": "crates"
          },
          {
            "name": "embedded-can",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "crates"
          },
          {
            "name": "embedded-hal",
            "direct": false,
            "version": "0.2.7",
            "ecosystem": "crates"
          },
          {
            "name": "embedded-hal",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "embedded-hal-async",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "embedded-io",
            "direct": false,
            "version": "0.6.1",
            "ecosystem": "crates"
          },
          {
            "name": "embedded-io",
            "direct": false,
            "version": "0.7.1",
            "ecosystem": "crates"
          },
          {
            "name": "embedded-io-async",
            "direct": false,
            "version": "0.6.1",
            "ecosystem": "crates"
          },
          {
            "name": "embedded-io-async",
            "direct": false,
            "version": "0.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "embedded-storage",
            "direct": false,
            "version": "0.3.1",
            "ecosystem": "crates"
          },
          {
            "name": "embedded-storage-async",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "crates"
          },
          {
            "name": "enumset",
            "direct": false,
            "version": "1.1.14",
            "ecosystem": "crates"
          },
          {
            "name": "enumset_derive",
            "direct": false,
            "version": "0.15.0",
            "ecosystem": "crates"
          },
          {
            "name": "env_filter",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "env_logger",
            "direct": false,
            "version": "0.11.11",
            "ecosystem": "crates"
          },
          {
            "name": "equivalent",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "crates"
          },
          {
            "name": "esp-backtrace",
            "direct": false,
            "version": "0.18.1",
            "ecosystem": "crates"
          },
          {
            "name": "esp-bootloader-esp-idf",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp-config",
            "direct": false,
            "version": "0.6.1",
            "ecosystem": "crates"
          },
          {
            "name": "esp-hal",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp-hal-procmacros",
            "direct": false,
            "version": "0.21.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp-metadata-generated",
            "direct": false,
            "version": "0.3.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp-metadata-generated",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp-println",
            "direct": false,
            "version": "0.16.1",
            "ecosystem": "crates"
          },
          {
            "name": "esp-riscv-rt",
            "direct": false,
            "version": "0.13.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp-rom-sys",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "crates"
          },
          {
            "name": "esp-rtos",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp-sync",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "esp32",
            "direct": false,
            "version": "0.39.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp32c2",
            "direct": false,
            "version": "0.28.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp32c3",
            "direct": false,
            "version": "0.31.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp32c6",
            "direct": false,
            "version": "0.22.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp32c6",
            "direct": false,
            "version": "0.23.2",
            "ecosystem": "crates"
          },
          {
            "name": "esp32h2",
            "direct": false,
            "version": "0.18.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp32s2",
            "direct": false,
            "version": "0.30.0",
            "ecosystem": "crates"
          },
          {
            "name": "esp32s3",
            "direct": false,
            "version": "0.34.0",
            "ecosystem": "crates"
          },
          {
            "name": "find-msvc-tools",
            "direct": false,
            "version": "0.1.9",
            "ecosystem": "crates"
          },
          {
            "name": "fnv",
            "direct": false,
            "version": "1.0.7",
            "ecosystem": "crates"
          },
          {
            "name": "fugit",
            "direct": false,
            "version": "0.3.9",
            "ecosystem": "crates"
          },
          {
            "name": "fugit-timer",
            "direct": false,
            "version": "0.1.3",
            "ecosystem": "crates"
          },
          {
            "name": "futures-core",
            "direct": false,
            "version": "0.3.33",
            "ecosystem": "crates"
          },
          {
            "name": "futures-sink",
            "direct": false,
            "version": "0.3.33",
            "ecosystem": "crates"
          },
          {
            "name": "futures-task",
            "direct": false,
            "version": "0.3.33",
            "ecosystem": "crates"
          },
          {
            "name": "futures-util",
            "direct": false,
            "version": "0.3.33",
            "ecosystem": "crates"
          },
          {
            "name": "gcd",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "crates"
          },
          {
            "name": "generator",
            "direct": false,
            "version": "0.8.9",
            "ecosystem": "crates"
          },
          {
            "name": "generic-array",
            "direct": false,
            "version": "0.14.7",
            "ecosystem": "crates"
          },
          {
            "name": "glob",
            "direct": false,
            "version": "0.3.2",
            "ecosystem": "crates"
          },
          {
            "name": "hash32",
            "direct": false,
            "version": "0.3.1",
            "ecosystem": "crates"
          },
          {
            "name": "hashbrown",
            "direct": false,
            "version": "0.15.4",
            "ecosystem": "crates"
          },
          {
            "name": "hashbrown",
            "direct": false,
            "version": "0.17.1",
            "ecosystem": "crates"
          },
          {
            "name": "heapless",
            "direct": false,
            "version": "0.8.0",
            "ecosystem": "crates"
          },
          {
            "name": "heapless",
            "direct": false,
            "version": "0.9.3",
            "ecosystem": "crates"
          },
          {
            "name": "heck",
            "direct": false,
            "version": "0.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "ident_case",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "crates"
          },
          {
            "name": "indexmap",
            "direct": false,
            "version": "2.14.0",
            "ecosystem": "crates"
          },
          {
            "name": "indexmap",
            "direct": false,
            "version": "2.9.0",
            "ecosystem": "crates"
          },
          {
            "name": "indoc",
            "direct": false,
            "version": "2.0.7",
            "ecosystem": "crates"
          },
          {
            "name": "instability",
            "direct": false,
            "version": "0.3.12",
            "ecosystem": "crates"
          },
          {
            "name": "is_terminal_polyfill",
            "direct": false,
            "version": "1.70.2",
            "ecosystem": "crates"
          },
          {
            "name": "itoa",
            "direct": false,
            "version": "1.0.18",
            "ecosystem": "crates"
          },
          {
            "name": "jiff",
            "direct": false,
            "version": "0.2.35",
            "ecosystem": "crates"
          },
          {
            "name": "jiff-core",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "jiff-static",
            "direct": false,
            "version": "0.2.35",
            "ecosystem": "crates"
          },
          {
            "name": "lazy_static",
            "direct": false,
            "version": "1.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "libc",
            "direct": false,
            "version": "0.2.189",
            "ecosystem": "crates"
          },
          {
            "name": "linkme-impl",
            "direct": false,
            "version": "0.3.37",
            "ecosystem": "crates"
          },
          {
            "name": "litrs",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "loom",
            "direct": false,
            "version": "0.7.2",
            "ecosystem": "crates"
          },
          {
            "name": "matchers",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "memchr",
            "direct": false,
            "version": "2.7.5",
            "ecosystem": "crates"
          },
          {
            "name": "memchr",
            "direct": false,
            "version": "2.8.3",
            "ecosystem": "crates"
          },
          {
            "name": "micromath",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "nb",
            "direct": false,
            "version": "0.1.3",
            "ecosystem": "crates"
          },
          {
            "name": "nb",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "nu-ansi-term",
            "direct": false,
            "version": "0.50.3",
            "ecosystem": "crates"
          },
          {
            "name": "num-conv",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "num-traits",
            "direct": false,
            "version": "0.2.19",
            "ecosystem": "crates"
          },
          {
            "name": "object",
            "direct": false,
            "version": "0.37.3",
            "ecosystem": "crates"
          },
          {
            "name": "once_cell",
            "direct": false,
            "version": "1.21.4",
            "ecosystem": "crates"
          },
          {
            "name": "once_cell_polyfill",
            "direct": false,
            "version": "1.70.2",
            "ecosystem": "crates"
          },
          {
            "name": "paste",
            "direct": false,
            "version": "1.0.15",
            "ecosystem": "crates"
          },
          {
            "name": "pin-project-lite",
            "direct": false,
            "version": "0.2.17",
            "ecosystem": "crates"
          },
          {
            "name": "portable-atomic",
            "direct": false,
            "version": "1.14.0",
            "ecosystem": "crates"
          },
          {
            "name": "portable-atomic-util",
            "direct": false,
            "version": "0.2.7",
            "ecosystem": "crates"
          },
          {
            "name": "powerfmt",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "proc-macro-crate",
            "direct": false,
            "version": "3.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "proc-macro-error-attr3",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "crates"
          },
          {
            "name": "rand_core",
            "direct": false,
            "version": "0.6.4",
            "ecosystem": "crates"
          },
          {
            "name": "rand_core",
            "direct": false,
            "version": "0.9.5",
            "ecosystem": "crates"
          },
          {
            "name": "regex",
            "direct": false,
            "version": "1.13.1",
            "ecosystem": "crates"
          },
          {
            "name": "regex-automata",
            "direct": false,
            "version": "0.4.16",
            "ecosystem": "crates"
          },
          {
            "name": "regex-syntax",
            "direct": false,
            "version": "0.8.11",
            "ecosystem": "crates"
          },
          {
            "name": "riscv",
            "direct": false,
            "version": "0.15.0",
            "ecosystem": "crates"
          },
          {
            "name": "riscv-macros",
            "direct": false,
            "version": "0.3.0",
            "ecosystem": "crates"
          },
          {
            "name": "riscv-pac",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "riscv-rt",
            "direct": false,
            "version": "0.16.0",
            "ecosystem": "crates"
          },
          {
            "name": "riscv-rt-macros",
            "direct": false,
            "version": "0.6.1",
            "ecosystem": "crates"
          },
          {
            "name": "riscv-target-parser",
            "direct": false,
            "version": "0.1.3",
            "ecosystem": "crates"
          },
          {
            "name": "rtt-target",
            "direct": false,
            "version": "0.6.2",
            "ecosystem": "crates"
          },
          {
            "name": "rustc_version",
            "direct": false,
            "version": "0.2.3",
            "ecosystem": "crates"
          },
          {
            "name": "rustversion",
            "direct": false,
            "version": "1.0.23",
            "ecosystem": "crates"
          },
          {
            "name": "ryu",
            "direct": false,
            "version": "1.0.23",
            "ecosystem": "crates"
          },
          {
            "name": "scoped-tls",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "crates"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "0.9.0",
            "ecosystem": "crates"
          },
          {
            "name": "semver-parser",
            "direct": false,
            "version": "0.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "serde_core",
            "direct": false,
            "version": "1.0.229",
            "ecosystem": "crates"
          },
          {
            "name": "serde_derive",
            "direct": false,
            "version": "1.0.219",
            "ecosystem": "crates"
          },
          {
            "name": "serde_derive",
            "direct": false,
            "version": "1.0.229",
            "ecosystem": "crates"
          },
          {
            "name": "serde_spanned",
            "direct": false,
            "version": "0.6.9",
            "ecosystem": "crates"
          },
          {
            "name": "serde_yaml",
            "direct": false,
            "version": "0.9.34+deprecated",
            "ecosystem": "crates"
          },
          {
            "name": "sharded-slab",
            "direct": false,
            "version": "0.1.7",
            "ecosystem": "crates"
          },
          {
            "name": "shlex",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "crates"
          },
          {
            "name": "smallvec",
            "direct": false,
            "version": "1.15.2",
            "ecosystem": "crates"
          },
          {
            "name": "somni-expr",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "somni-parser",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "stable_deref_trait",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "stm32-fmc",
            "direct": false,
            "version": "0.3.2",
            "ecosystem": "crates"
          },
          {
            "name": "stm32f7",
            "direct": false,
            "version": "0.15.1",
            "ecosystem": "crates"
          },
          {
            "name": "stm32f7xx-hal",
            "direct": false,
            "version": "0.8.0",
            "ecosystem": "crates"
          },
          {
            "name": "strsim",
            "direct": false,
            "version": "0.11.1",
            "ecosystem": "crates"
          },
          {
            "name": "strum",
            "direct": false,
            "version": "0.27.2",
            "ecosystem": "crates"
          },
          {
            "name": "strum_macros",
            "direct": false,
            "version": "0.27.2",
            "ecosystem": "crates"
          },
          {
            "name": "termcolor",
            "direct": false,
            "version": "1.4.1",
            "ecosystem": "crates"
          },
          {
            "name": "thiserror",
            "direct": false,
            "version": "2.0.19",
            "ecosystem": "crates"
          },
          {
            "name": "thiserror-impl",
            "direct": false,
            "version": "2.0.19",
            "ecosystem": "crates"
          },
          {
            "name": "thread_local",
            "direct": false,
            "version": "1.1.10",
            "ecosystem": "crates"
          },
          {
            "name": "time",
            "direct": false,
            "version": "0.3.54",
            "ecosystem": "crates"
          },
          {
            "name": "time-core",
            "direct": false,
            "version": "0.1.9",
            "ecosystem": "crates"
          },
          {
            "name": "toml_datetime",
            "direct": false,
            "version": "0.6.11",
            "ecosystem": "crates"
          },
          {
            "name": "toml_datetime",
            "direct": false,
            "version": "1.1.1+spec-1.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "toml_edit",
            "direct": false,
            "version": "0.22.27",
            "ecosystem": "crates"
          },
          {
            "name": "toml_edit",
            "direct": false,
            "version": "0.25.13+spec-1.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "toml_parser",
            "direct": false,
            "version": "1.1.3+spec-1.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "toml_write",
            "direct": false,
            "version": "0.1.2",
            "ecosystem": "crates"
          },
          {
            "name": "tracing",
            "direct": false,
            "version": "0.1.44",
            "ecosystem": "crates"
          },
          {
            "name": "tracing-attributes",
            "direct": false,
            "version": "0.1.31",
            "ecosystem": "crates"
          },
          {
            "name": "tracing-core",
            "direct": false,
            "version": "0.1.36",
            "ecosystem": "crates"
          },
          {
            "name": "tracing-log",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "tracing-subscriber",
            "direct": false,
            "version": "0.3.23",
            "ecosystem": "crates"
          },
          {
            "name": "typenum",
            "direct": false,
            "version": "1.20.1",
            "ecosystem": "crates"
          },
          {
            "name": "ufmt-write",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "unicode-ident",
            "direct": false,
            "version": "1.0.18",
            "ecosystem": "crates"
          },
          {
            "name": "unicode-ident",
            "direct": false,
            "version": "1.0.24",
            "ecosystem": "crates"
          },
          {
            "name": "unsafe-libyaml",
            "direct": false,
            "version": "0.2.11",
            "ecosystem": "crates"
          },
          {
            "name": "utf8parse",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "valuable",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "vcell",
            "direct": false,
            "version": "0.1.3",
            "ecosystem": "crates"
          },
          {
            "name": "version_check",
            "direct": false,
            "version": "0.9.5",
            "ecosystem": "crates"
          },
          {
            "name": "void",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "crates"
          },
          {
            "name": "volatile-register",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "winapi-util",
            "direct": false,
            "version": "0.1.11",
            "ecosystem": "crates"
          },
          {
            "name": "windows-link",
            "direct": false,
            "version": "0.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows-result",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows-sys",
            "direct": false,
            "version": "0.61.2",
            "ecosystem": "crates"
          },
          {
            "name": "winnow",
            "direct": false,
            "version": "0.7.11",
            "ecosystem": "crates"
          },
          {
            "name": "winnow",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "crates"
          },
          {
            "name": "xtensa-lx",
            "direct": false,
            "version": "0.13.0",
            "ecosystem": "crates"
          },
          {
            "name": "xtensa-lx-rt",
            "direct": false,
            "version": "0.21.0",
            "ecosystem": "crates"
          },
          {
            "name": "xtensa-lx-rt-proc-macros",
            "direct": false,
            "version": "0.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "zmij",
            "direct": false,
            "version": "1.0.23",
            "ecosystem": "crates"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 237,
        "direct_count": 22,
        "indirect_count": 215
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 0,
        "merged_prs": 22,
        "open_issues": 7,
        "closed_ratio": 0.873,
        "closed_issues": 48,
        "closed_unmerged_prs": 5
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "t-moe",
          "commits": 104,
          "avatar_url": "https://avatars.githubusercontent.com/u/11081135?v=4"
        },
        {
          "type": "User",
          "login": "bugadani",
          "commits": 10,
          "avatar_url": "https://avatars.githubusercontent.com/u/977627?v=4"
        },
        {
          "type": "User",
          "login": "kaspar030",
          "commits": 10,
          "avatar_url": "https://avatars.githubusercontent.com/u/4679640?v=4"
        },
        {
          "type": "User",
          "login": "Yatekii",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/529795?v=4"
        },
        {
          "type": "User",
          "login": "SergioGasquez",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/12926049?v=4"
        },
        {
          "type": "User",
          "login": "bjoernQ",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/5682593?v=4"
        },
        {
          "type": "User",
          "login": "cmumford",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/1641285?v=4"
        },
        {
          "type": "User",
          "login": "diondokter",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/8545127?v=4"
        },
        {
          "type": "User",
          "login": "Vollbrecht",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/12041081?v=4"
        },
        {
          "type": "User",
          "login": "hdbhm",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/17947469?v=4"
        }
      ],
      "contributors_sampled": 12,
      "top_contributor_share": 0.765
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "changelog.yml",
        "ci.yml"
      ],
      "has_docs_dir": false,
      "linter_configs": [],
      "has_editorconfig": false,
      "has_linter_config": false,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [
        "Cargo.lock"
      ],
      "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": 10,
            "reason": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
          },
          {
            "name": "CII-Best-Practices",
            "score": 0,
            "reason": "no effort to earn an OpenSSF best practices badge detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
          },
          {
            "name": "Code-Review",
            "score": 0,
            "reason": "Found 2/26 approved changesets -- score normalized to 0",
            "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": 0,
            "reason": "no update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 0,
            "reason": "project is not fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 0,
            "reason": "license file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 3,
            "reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
            "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": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "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": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 7,
            "reason": "3 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "2f57340ed0135ea8c0ce4c276b43000a6e5dd2b7",
        "ran_at": "2026-07-31T15:06:51Z",
        "aggregate_score": 3.2,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-07-31T13:36:21Z",
      "oldest_open_prs": [],
      "last_merged_pr_at": "2026-03-27T08:10:02Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 15,
          "created_at": "2023-12-22T14:42:18Z",
          "last_comment_at": "2024-07-09T20:00:12Z",
          "last_comment_author": "ejpcmac"
        },
        {
          "number": 20,
          "created_at": "2024-01-11T10:25:07Z",
          "last_comment_at": "2024-02-05T08:09:22Z",
          "last_comment_author": "t-moe"
        },
        {
          "number": 53,
          "created_at": "2025-01-06T10:33:22Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 71,
          "created_at": "2025-08-29T20:10:26Z",
          "last_comment_at": "2026-03-24T17:30:22Z",
          "last_comment_author": "t-moe"
        },
        {
          "number": 74,
          "created_at": "2025-09-19T18:24:16Z",
          "last_comment_at": "2026-06-24T19:18:59Z",
          "last_comment_author": "vic1707"
        },
        {
          "number": 78,
          "created_at": "2025-11-03T06:36:00Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 88,
          "created_at": "2026-06-16T16:40:21Z",
          "last_comment_at": "2026-06-16T17:12:34Z",
          "last_comment_author": "vic1707"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/probe-rs/embedded-test",
    "host": "github.com",
    "name": "embedded-test",
    "owner": "probe-rs"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "good",
      "name": "Overall health",
      "note": "The weighted overall 60 is calibrated to 65 on the published index scale (record calibration 2026-08-02).",
      "notes": [
        {
          "code": "overall_calibration",
          "params": {
            "raw": 60,
            "calibrated": 65,
            "calibration": "2026-08-02"
          }
        }
      ],
      "value": 65,
      "inputs": {
        "security": 43,
        "vitality": 72,
        "community": 51,
        "governance": 66,
        "calibration": "2026-08-02",
        "engineering": 65,
        "ai_readiness": 48,
        "weighted_overall_raw": 60
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "good",
        "name": "Vitality",
        "value": 72,
        "weight": 0.21,
        "metrics": [
          {
            "key": "development_activity",
            "band": "moderate",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 59,
            "inputs": {
              "commits_last_year": 36,
              "human_commit_share": 1,
              "days_since_last_push": 0,
              "active_weeks_last_year": 9
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 0 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "9/52 weeks with commits",
                "points": 6.2,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 9
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "36 commits in the last year",
                "points": 14.1,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 36
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
                "points": 3,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "excellent",
            "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": 92,
            "inputs": {
              "releases_count": 14,
              "latest_release_tag": "v0.7.2",
              "releases_from_tags": false,
              "days_since_latest_release": 0,
              "mean_days_between_releases": 87.9
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "14 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 14
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 0 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~87.9 days",
                "points": 19.8,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 87.9
                    }
                  }
                ],
                "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": "exceptional",
            "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": 2,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 2 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 2
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 51,
        "weight": 0.17,
        "metrics": [
          {
            "key": "popularity",
            "band": "moderate",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 54,
            "inputs": {
              "forks": 28,
              "stars": 180,
              "watchers": 10,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "180 stars",
                "points": 36.5,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 180
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "28 forks",
                "points": 11.9,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 28
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "10 watchers",
                "points": 5.3,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 10
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "at_risk",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 25,
            "inputs": {
              "has_readme": true,
              "has_license": false,
              "readme_badges": null,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "readme_badge_services": [],
              "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": "no license file detected",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "license_absent",
                    "params": {}
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          },
          {
            "key": "ecosystem_adoption",
            "band": "excellent",
            "name": "Ecosystem adoption (downloads)",
            "note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "registry_dependents"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 83,
            "inputs": {
              "packages": [
                "embedded-test",
                "embedded-test-macros",
                "embedded-test-linker-script"
              ],
              "dependents": null,
              "ecosystems": "crates",
              "total_downloads": 1056417,
              "monthly_downloads": 91493
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "91,493 downloads/month across crates",
                "points": 66.2,
                "status": "partial",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 91493,
                      "ecosystems": "crates"
                    }
                  }
                ],
                "max_points": 80
              },
              {
                "key": "registry_dependents",
                "name": "Registry dependents",
                "detail": "not reported by this ecosystem",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_reported_by_this_ecosystem",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "good",
        "name": "Sustainability & Governance",
        "value": 66,
        "weight": 0.23,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "weak",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 38,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 12,
              "top_contributor_share": 0.765
            },
            "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 76% of commits",
                "points": 5.3,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 76
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "12 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 12
                    }
                  }
                ],
                "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": "good",
            "name": "Issue & PR responsiveness",
            "note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "newcomer_pr_acceptance"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 70,
            "inputs": {
              "merged_prs": 22,
              "open_issues": 7,
              "closed_issues": 48,
              "prs_merged_7d": null,
              "prs_decided_7d": null,
              "prs_merged_30d": null,
              "prs_decided_30d": null,
              "issue_closed_ratio": 0.873,
              "closed_unmerged_prs": 5,
              "first_time_authors_30d": null,
              "first_time_prs_merged_30d": null,
              "first_time_prs_decided_30d": null
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "87% of issues closed",
                "points": 36.7,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 87
                    }
                  }
                ],
                "max_points": 42
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "22/27 decided PRs merged",
                "points": 24.4,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 22,
                      "decided": 27
                    }
                  }
                ],
                "max_points": 30
              },
              {
                "key": "newcomer_pr_acceptance",
                "name": "Newcomer PR acceptance",
                "detail": "no first-time contributor's PR decided in 30d",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_newcomer_prs",
                    "params": {
                      "days": 30
                    }
                  }
                ],
                "max_points": 13
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 2/26 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "good",
            "name": "Ownership & stewardship",
            "note": null,
            "notes": [],
            "value": 70,
            "inputs": {
              "followers": 185,
              "owner_type": "Organization",
              "is_verified": null,
              "owner_login": "probe-rs",
              "public_repos": 38,
              "account_age_days": 2528
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "organization-owned",
                "points": 30,
                "status": "met",
                "details": [
                  {
                    "code": "owner_organization",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "185 followers of probe-rs",
                "points": 16.3,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 185,
                      "login": "probe-rs"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "38 public repos, account ~6 yr old",
                "points": 23.6,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 38
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 6
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "exceptional",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "embedded-test",
                "embedded-test-macros",
                "embedded-test-linker-script"
              ],
              "ecosystems": "crates",
              "any_deprecated": false,
              "min_days_since_publish": 0
            },
            "components": [
              {
                "key": "published_resolvable",
                "name": "Published & resolvable",
                "detail": "3 package(s) on crates",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "packages_published",
                    "params": {
                      "count": 3,
                      "ecosystems": "crates"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "publish_recency",
                "name": "Publish recency",
                "detail": "latest publish 0 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "18 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 18
                    }
                  }
                ],
                "max_points": 20
              },
              {
                "key": "not_deprecated",
                "name": "Not deprecated",
                "detail": "active, not deprecated or yanked",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "package_not_deprecated",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "good",
        "name": "Engineering Quality",
        "value": 65,
        "weight": 0.19,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "good",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 68,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": false,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "2 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 2
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
                "points": 20,
                "status": "met",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "moderate",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 60,
            "inputs": {
              "topics": [
                "embedded",
                "rust",
                "testing"
              ],
              "has_wiki": true,
              "homepage": null,
              "has_readme": true,
              "has_docs_dir": false,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": "3 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "weak",
        "name": "Security",
        "value": 43,
        "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.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 32,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "scorecard_aggregate": 3.2
            },
            "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": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 2/26 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "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": "no update tool detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
                "points": 2.2,
                "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 0",
                "points": 0,
                "status": "missed",
                "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": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "3 existing vulnerabilities detected",
                "points": 5.2,
                "status": "partial",
                "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. Remaining weights renormalized. Matched 237 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.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "indirect_dependencies_free_of_known_advisories"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "advisories_scope_repository",
                "params": {
                  "assessed": 237
                }
              },
              {
                "code": "advisories_repo_graph_caveat",
                "params": {}
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 89,
            "inputs": {
              "source": "osv",
              "advisories": 4,
              "affected_packages": 4,
              "assessed_packages": 237,
              "unassessed_packages": 0,
              "affected_by_severity": "unknown 4",
              "direct_affected_packages": 1
            },
            "components": [
              {
                "key": "direct_dependencies_free_of_known_advisories",
                "name": "Direct dependencies free of known advisories",
                "detail": "1 affected: anyhow 1.0.98 (unknown)",
                "points": 26.6,
                "status": "partial",
                "details": [
                  {
                    "code": "advisories_affected",
                    "params": {
                      "count": 1,
                      "packages": "anyhow 1.0.98 (unknown)"
                    }
                  }
                ],
                "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 has been public longer than 90 days",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "advisories_none_stale",
                    "params": {
                      "days": 90
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "malicious_dependencies",
            "band": "exceptional",
            "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": 237,
              "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": "exceptional",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "commit_weight_rule": {
                "min_commits": 50,
                "min_commit_share": 0.1
              },
              "review_only_matches": 0,
              "below_threshold_exposures": [],
              "assessed_self_published_locations": 14
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "weak",
        "name": "AI Readiness",
        "value": 48,
        "weight": 0.04,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "critical",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 14,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.27,
              "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": "27 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 14.4,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 27,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "moderate",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 56,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "Cargo.lock"
              ],
              "has_dockerfile": false,
              "typed_language": true,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": false,
              "typecheck_configs": [],
              "agent_commit_share": 0,
              "toolchain_manifests": [
                "Cargo.toml",
                "examples/esp32c6/Cargo.toml",
                "examples/std/Cargo.toml",
                "examples/stm32f767/Cargo.toml",
                "linker-script/Cargo.toml",
                "macros/Cargo.toml",
                "tests-build/Cargo.toml"
              ],
              "dependency_bot_commit_share": 0
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": "Cargo.toml, examples/esp32c6/Cargo.toml, examples/std/Cargo.toml (toolchain convention, no task runner)",
                "points": 12.6,
                "status": "partial",
                "details": [
                  {
                    "code": "toolchain_convention",
                    "params": {
                      "files": "Cargo.toml, examples/esp32c6/Cargo.toml, examples/std/Cargo.toml"
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "Rust (statically typed)",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "statically_typed_language",
                    "params": {
                      "language": "Rust"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": "lockfile",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "lockfile"
                    }
                  }
                ],
                "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": "no automated dependency updates observed",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_dependency_automation",
                    "params": {}
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "exceptional",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "primary_language": "Rust",
              "largest_source_bytes": 6249,
              "source_files_sampled": 82,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Rust (statically typed)",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "statically_typed_language",
                    "params": {
                      "language": "Rust"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "0/82 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 82,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "weak",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "example_dirs": [
                "examples"
              ],
              "has_mcp_signal": false,
              "api_schema_files": []
            },
            "components": [
              {
                "key": "api_schema_openapi_graphql_proto",
                "name": "API schema (OpenAPI/GraphQL/proto)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 40
              },
              {
                "key": "mcp_server",
                "name": "MCP server",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              },
              {
                "key": "runnable_examples",
                "name": "Runnable examples",
                "detail": "examples",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "examples"
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
      }
    ],
    "classification": {
      "labels": [
        "library"
      ],
      "scores": {
        "library": 6
      },
      "primary": "library",
      "evidence": [
        {
          "tier": "distribution",
          "label": "library",
          "source": "registry:crates",
          "weight": 6
        }
      ],
      "artifacts": [],
      "confidence": "medium",
      "host_extension": false,
      "runs_as_process": false,
      "consumed_by_code": true
    },
    "metrics_version": "2.3.1"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
    "Could not fetch crates package 'tests-build' from its registry",
    "deps.dev does not index crates:embedded-test@0.7.2; advisories assessed against the repository dependency graph instead"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-31T15:07:05.919640Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/probe-rs/embedded-test.svg",
  "full_name": "probe-rs/embedded-test",
  "license_state": "absent",
  "license_spdx": null
}

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.3.1, schema v0.27.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticscrates.io.