原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 33,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 40668
},
"pushed_at": "2026-07-28T05:12:35Z",
"created_at": "2015-11-10T10:51:24Z",
"owner_type": "User",
"updated_at": "2026-07-28T05:12:51Z",
"description": "Low level Rust bindings for CoreMIDI",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "jonas-k",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6448463?v=4",
"created_at": "2014-01-20T08:06:33Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 4572
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.1.1",
"kind": "patch",
"published_at": "2024-06-11T11:41:26Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2022-03-10T17:25:30Z"
}
],
"recent_commits": [
{
"oid": "4779e1a13168af8e92569dbc7a3155a8a92ed4a8",
"body": null,
"is_bot": false,
"headline": "bump version to 3.2.1",
"author_name": "Jonas",
"author_login": "jonas-k",
"committed_at": "2026-07-28T05:09:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cb2bdd7d65fcf98604d6b942426feb396993eaf",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#must_use_candidate",
"is_bot": false,
"headline": "clippy: fix must_use_candidate lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-07-17T15:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6744afab233e8d4f321a88f3bc8660d5d6ae4935",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#ptr_as_ptr",
"is_bot": false,
"headline": "fix: clippy::ptr_as_ptr (#21)",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-13T23:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db81689d0615de1b038f69491fbc73b85edc7281",
"body": "fix error dangerous_implicit_autorefs",
"is_bot": false,
"headline": "fix build with rust 1.89 (#22)",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-13T23:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15b90b8a3d05e583a15b3d141a5ef8f514b92098",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations",
"is_bot": false,
"headline": "fix clippy::missing_transmute_annotations",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2025-12-08T21:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8508c4169a52d94c8f3b7c62f422554f6df788ba",
"body": "…rate new bindings",
"is_bot": false,
"headline": "Bump core-foundation-sys version to 0.8.7, bindgen to 0.69.4 and gene…",
"author_name": "Renaud Denis",
"author_login": "RenaudDenis",
"committed_at": "2025-05-29T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce3f4a25fc4a778265ae7c5dd1c45bbbc83bcea6",
"body": null,
"is_bot": false,
"headline": "Add idea resources to the git ignore list",
"author_name": "Renaud Denis",
"author_login": "RenaudDenis",
"committed_at": "2025-05-29T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267d8edd36c3dbdbac383c7a25cbc97f46f444b4",
"body": null,
"is_bot": false,
"headline": "increase version number",
"author_name": "Jonas",
"author_login": "jonas-k",
"committed_at": "2024-06-11T11:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2ff432336cb3888c83eaf2555c7ddf62ab2fb41",
"body": "This should fix #17.\r\n\r\nIt also simplifies MIDIEventPacketNext, which doesn't need the platform-specific distinction, as the size is 4-byte aligned anyways (see also https://github.com/phracker/MacOSX-SDKs/blob/041600eda65c6a668f66cb7d56b7d1da3e8bcc93/MacOSX11.3.sdk/System/Library/Frameworks/CoreMIDI.framework/Versions/A/Headers/MIDIServices.h#L2387).",
"is_bot": false,
"headline": "Fix MIDIPacketNext to not trigger Rust's UB check (#18)",
"author_name": "Patrick Reisert",
"author_login": "Boddlnagg",
"committed_at": "2024-06-11T11:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd8df3bd7c09e1a7c0c56f80a5878a3b2f4f6ef9",
"body": "…d line tools installed",
"is_bot": false,
"headline": "get framework path via xcrun to support environments with only comman…",
"author_name": "Jonas",
"author_login": "jonas-k",
"committed_at": "2022-03-10T21:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e21dcb21eca9bf2011e7b9d57526141afd40a016",
"body": "Update generated code for MIDIServices.h to include MIDI 2.0 functions",
"is_bot": false,
"headline": "Merge pull request #16 from chris-zen/master",
"author_name": "Christian Pérez-Llamas",
"author_login": "chris-zen",
"committed_at": "2022-03-10T17:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "375635762bfb6ed6a5e62862b89d7a2a34f1de5e",
"body": null,
"is_bot": false,
"headline": "Add MIDIEventPacketNext and remove derive warnings",
"author_name": "Christian Perez Llamas",
"author_login": "chris-zen",
"committed_at": "2022-02-20T22:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "012ff185644c2588e7a0d2670f63334bcf022535",
"body": null,
"is_bot": false,
"headline": "Update generated code from MIDIServices.h to include MIDI 2.0 functions",
"author_name": "Christian Perez Llamas",
"author_login": "chris-zen",
"committed_at": "2022-02-20T18:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad655edcc63d38477c339b849aa134242709f90d",
"body": null,
"is_bot": false,
"headline": "add notice for minimum rust version to README.md",
"author_name": "Jonas",
"author_login": "jonas-k",
"committed_at": "2021-06-14T17:10:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29d9a7304d34fc1f5cf2cf676ef6d14fde58a014",
"body": null,
"is_bot": false,
"headline": "code clarification",
"author_name": "Jonas",
"author_login": "jonas-k",
"committed_at": "2021-06-14T16:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78a08ac9e435058c22910d472721992b16313ae6",
"body": "Fix MIDIPacketNext failing to add proper offset to data",
"is_bot": false,
"headline": "Merge pull request #14 from chris-zen/patch-1",
"author_name": "jonas-k",
"author_login": "jonas-k",
"committed_at": "2021-06-14T16:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95432138be96964a968325a8d6f880e65709c67c",
"body": null,
"is_bot": false,
"headline": "bump version to 3.0.1",
"author_name": "Christian Pérez-Llamas",
"author_login": "chris-zen",
"committed_at": "2021-06-06T22:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a150c9d566fc1c34a2c552d9eae879e22136bf65",
"body": null,
"is_bot": false,
"headline": "included regression test",
"author_name": "Christian Pérez-Llamas",
"author_login": "chris-zen",
"committed_at": "2021-06-06T21:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c5b803ba9af9c4759d00aa81dc8f95f3f955c96",
"body": null,
"is_bot": false,
"headline": "Fix MIDIPacketNext failing to add proper offset to data",
"author_name": "Christian Pérez-Llamas",
"author_login": "chris-zen",
"committed_at": "2021-06-06T21:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e02ad67d4f7bf71975f4ad49a1399969a7919178",
"body": "Update core-foundation-sys to 0.8.2",
"is_bot": false,
"headline": "Use std::ptr::addr_of to circumvent undefined behavior",
"author_name": "Jonas",
"author_login": "jonas-k",
"committed_at": "2021-03-25T19:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "865b5f3ca119462d903db3cab0990ce1bdad6b2d",
"body": "Remove Copy & Clone from MIDIPacket & MIDIPacketList",
"is_bot": false,
"headline": "Merge pull request #8 from pcsm/no-clone-midipacket",
"author_name": "jonas-k",
"author_login": "jonas-k",
"committed_at": "2020-05-13T19:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43ea05aaaa4acb4545675ad0eaaafa0add746a2b",
"body": "…ir flexible array members",
"is_bot": false,
"headline": "Remove Copy & Clone from MIDIPacket and MIDIPacketList because of the…",
"author_name": "Jason Grlicky",
"author_login": "jasongrlicky",
"committed_at": "2020-05-13T17:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9f457739176bd1f322d9743ef74d146898c99b2",
"body": "Regenerate bindings and update core-foundation-sys",
"is_bot": false,
"headline": "Merge pull request #7 from pcsm/regenerate",
"author_name": "jonas-k",
"author_login": "jonas-k",
"committed_at": "2020-05-13T05:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e793c6d1bf520926d4f4d818250c937906dae5f1",
"body": null,
"is_bot": false,
"headline": "Version bump to 3.0.0",
"author_name": "Jason Grlicky",
"author_login": "jasongrlicky",
"committed_at": "2020-05-13T00:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0078689e988958b88d7df643c67c3e20eeb787c",
"body": null,
"is_bot": false,
"headline": "Updated generation instructions to reflect moved headers on macOS",
"author_name": "Jason Grlicky",
"author_login": "jasongrlicky",
"committed_at": "2020-05-13T00:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dfdee13b1ddb9d149edf929e106ebb22d7ec82b",
"body": null,
"is_bot": false,
"headline": "Updated README for bindgen version 0.53.2",
"author_name": "Jason Grlicky",
"author_login": "jasongrlicky",
"committed_at": "2020-05-13T00:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5911bbf59fda7d14e7704753ed556217a3e67d69",
"body": null,
"is_bot": false,
"headline": "Regenerated bindings with bindgen 0.53.2",
"author_name": "Jason Grlicky",
"author_login": "jasongrlicky",
"committed_at": "2020-05-11T23:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f8fee53a3ea494097ea023ac150d6bf82e29729",
"body": null,
"is_bot": false,
"headline": "Updated core-foundation-sys to v0.7.0",
"author_name": "Jason Grlicky",
"author_login": "jasongrlicky",
"committed_at": "2020-05-11T23:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2f0feefa0fe315aa56b267fc36fa901395258de",
"body": "Build nothing on non-Apple systems",
"is_bot": false,
"headline": "Merge pull request #5 from Boddlnagg/other-os",
"author_name": "jonas-k",
"author_login": "jonas-k",
"committed_at": "2017-07-20T10:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b62a3f6941245ac96e4e2704e20fcde35e55c51",
"body": null,
"is_bot": false,
"headline": "Recognize ARM64 target",
"author_name": "Patrick Reisert",
"author_login": "Boddlnagg",
"committed_at": "2017-07-20T09:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc24cdebe4e4f732ff8620f15a014ea93f2fcf69",
"body": null,
"is_bot": false,
"headline": "Build nothing on non-Apple systems",
"author_name": "Patrick Reisert",
"author_login": "Boddlnagg",
"committed_at": "2017-07-19T12:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef64978f440a6909efd0c83b21282e5e0c95db17",
"body": "Re-generate bindings, fixing several issues",
"is_bot": false,
"headline": "Merge pull request #4 from Boddlnagg/regenerate",
"author_name": "jonas-k",
"author_login": "jonas-k",
"committed_at": "2017-07-19T11:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b4199b1e6bf0a547cc0ec5c978d6839233e6a2a",
"body": null,
"is_bot": false,
"headline": "Prepare Cargo.toml for new release",
"author_name": "Patrick Reisert",
"author_login": "Boddlnagg",
"committed_at": "2017-07-18T17:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83c61137535175dcd4ca8f21cd143b2438cf8268",
"body": null,
"is_bot": false,
"headline": "Generate new bindings",
"author_name": "Patrick Reisert",
"author_login": "Boddlnagg",
"committed_at": "2017-07-18T17:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "191046151332a068f4a5b7a84b45ef52c0365295",
"body": null,
"is_bot": false,
"headline": "set version to 1.0.0",
"author_name": "Jonas",
"author_login": null,
"committed_at": "2016-12-13T07:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff7ad1fc93dc904d166c44e1e3584766b528d777",
"body": null,
"is_bot": false,
"headline": "added meta info to cargo.toml",
"author_name": "Jonas",
"author_login": null,
"committed_at": "2016-12-12T10:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "452eb2ad441027228f5f36ff2e30554fc6ee9717",
"body": null,
"is_bot": false,
"headline": "added small example",
"author_name": "Jonas",
"author_login": null,
"committed_at": "2016-12-12T10:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a3681bcb6ab1df8a9704ba524c9e3e02d320cd1",
"body": "Fix CoreMIDI framework not found",
"is_bot": false,
"headline": "Merge pull request #2 from chris-zen/master",
"author_name": "jonas-k",
"author_login": "jonas-k",
"committed_at": "2016-12-12T10:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c13fe4b5b8fb469e78956a0c4b6b974524ba96d0",
"body": null,
"is_bot": false,
"headline": "Fix CoreMIDI framework not found",
"author_name": "Christian Perez Llamas",
"author_login": null,
"committed_at": "2016-12-09T21:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88fbba30ed286c65c6ee5f14b572d24c0535b251",
"body": null,
"is_bot": false,
"headline": "changed version of core-foundation-sys to the general 0.2.x branch",
"author_name": "Jonas",
"author_login": null,
"committed_at": "2016-05-13T14:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96a385db28d7e3540572454ed65780e4fa149ac",
"body": null,
"is_bot": false,
"headline": "Initial Commit",
"author_name": "Jonas",
"author_login": null,
"committed_at": "2015-11-10T11:02:00Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 5,
"latest_release_at": "2024-06-11T11:41:26Z",
"latest_release_tag": "v3.1.1",
"releases_from_tags": true,
"days_since_last_push": 1,
"active_weeks_last_year": 3,
"days_since_latest_release": 777,
"mean_days_between_releases": 823.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "coremidi-sys",
"exists": true,
"license": "MIT",
"keywords": [
"external-ffi-bindings",
"multimedia::audio"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/coremidi-sys",
"is_deprecated": false,
"latest_version": "3.2.1",
"repository_url": "https://github.com/jonas-k/coremidi-sys",
"versions_count": 10,
"total_downloads": 684675,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 87186,
"first_published_at": "2016-12-13T07:43:46.027644Z",
"latest_published_at": "2026-07-28T05:14:01.511430Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 7,
"stars": 11,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2016-12-09",
"count": 1
},
{
"date": "2017-07-18",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2021-09-02",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 5
},
"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"
],
"largest_source_bytes": 34622,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 1,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "core-foundation-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 0,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 13,
"open_issues": 1,
"closed_ratio": 0.9,
"closed_issues": 9,
"closed_unmerged_prs": 1
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jonas-k",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/6448463?v=4"
},
{
"type": "User",
"login": "jasongrlicky",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/419923?v=4"
},
{
"type": "User",
"login": "chris-zen",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/932644?v=4"
},
{
"type": "User",
"login": "Boddlnagg",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1024333?v=4"
},
{
"type": "User",
"login": "xtqqczze",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/45661989?v=4"
},
{
"type": "User",
"login": "RenaudDenis",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2025489?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.343
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"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": 5,
"reason": "Found 10/17 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4779e1a13168af8e92569dbc7a3155a8a92ed4a8",
"ran_at": "2026-07-29T06:55:18Z",
"aggregate_score": 3.4,
"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": null,
"oldest_open_prs": [
{
"number": 24,
"created_at": "2026-02-13T23:47:36Z",
"last_comment_at": "2026-07-28T10:50:31Z",
"last_comment_author": "xtqqczze"
},
{
"number": 25,
"created_at": "2026-02-13T23:59:05Z",
"last_comment_at": "2026-07-17T16:03:23Z",
"last_comment_author": "xtqqczze"
},
{
"number": 27,
"created_at": "2026-07-27T20:34:54Z",
"last_comment_at": "2026-07-28T12:39:50Z",
"last_comment_author": "xtqqczze"
},
{
"number": 28,
"created_at": "2026-07-28T10:40:18Z",
"last_comment_at": "2026-07-28T12:48:24Z",
"last_comment_author": "xtqqczze"
}
],
"last_merged_pr_at": "2026-07-17T15:46:58Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 23,
"created_at": "2026-02-13T23:46:56Z",
"last_comment_at": "2026-02-16T06:25:56Z",
"last_comment_author": "jonas-k"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jonas-k/coremidi-sys",
"host": "github.com",
"name": "coremidi-sys",
"owner": "jonas-k"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"security": 34,
"vitality": 37,
"community": 48,
"governance": 67,
"engineering": 21
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 37,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 24,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v3.1.1",
"releases_from_tags": true,
"days_since_latest_release": 777,
"mean_days_between_releases": 823.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 777 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 777
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~823.8 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 823.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"forks": 7,
"stars": 11,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "11 stars",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 11
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"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": 82,
"inputs": {
"packages": [
"coremidi-sys"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 684675,
"monthly_downloads": 87186
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "87,186 downloads/month across crates",
"points": 65.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 87186,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 6,
"top_contributor_share": 0.343
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 34% of commits",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 34
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 13,
"open_issues": 1,
"closed_issues": 9,
"issue_closed_ratio": 0.9,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 42.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/14 decided PRs merged",
"points": 35.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 14
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 10/17 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "jonas-k",
"public_repos": 3,
"account_age_days": 4572
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of jonas-k",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "jonas-k"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~12 yr old",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"coremidi-sys"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 21,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.4
},
"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": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 10/17 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"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": "at_risk",
"name": "AI Readiness",
"value": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.293,
"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": "12 of 41 human commits state their intent (structured subject or explanatory body)",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 41
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"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"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 41",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 41
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 34622,
"source_files_sampled": 4,
"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/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"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? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:coremidi-sys@3.2.1; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-29T06:55:32.993850Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jonas-k/coremidi-sys.svg",
"full_name": "jonas-k/coremidi-sys",
"license_state": "standard",
"license_spdx": "MIT"
}