Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 708,
"has_wiki": true,
"homepage": "https://starry-os.github.io/rsext4/",
"languages": {
"Rust": 548660,
"Makefile": 926
},
"pushed_at": "2026-04-02T02:46:03Z",
"created_at": "2025-11-20T09:16:17Z",
"owner_type": "Organization",
"updated_at": "2026-05-24T11:40:43Z",
"description": "A lightweight ext4 file system reimplemented using RUST according to the ext4 standard.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Starry-OS",
"type": "Organization",
"login": "Starry-OS",
"company": null,
"location": "China",
"followers": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/168559879?v=4",
"created_at": "2024-04-30T13:56:47Z",
"is_verified": null,
"public_repos": 55,
"account_age_days": 815
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.1.0-pre.0",
"kind": "prerelease",
"published_at": "2026-01-28T04:06:05Z"
}
],
"recent_commits": [
{
"oid": "984201f0a1002dac84739a08a26393c4b116b859",
"body": "feat(ci): add GitHub Actions workflow to notify parent repository on …",
"is_bot": false,
"headline": "Merge pull request #10 from Starry-OS/sync",
"author_name": "ZCShou",
"author_login": "ZCShou",
"committed_at": "2026-03-17T03:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d823cf7ec4dcf8761ba16f50a38d1b39b1bf9f03",
"body": "…updates",
"is_bot": false,
"headline": "feat(ci): add GitHub Actions workflow to notify parent repository on …",
"author_name": "ZCShou",
"author_login": "ZCShou",
"committed_at": "2026-03-17T03:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15dec068371d3d331252dca319ae29e40b63338e",
"body": "…ure detection",
"is_bot": false,
"headline": "feat(crc32c): implement ARM64 hardware acceleration with runtime feat…",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2026-02-14T15:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c06363c74995aac2f65ed15768492440975cdd3f",
"body": null,
"is_bot": false,
"headline": "uodate: update readme,change the test file",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2026-02-14T14:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0b5b627c56068a5212627a9ed3d76f853a1fb62",
"body": "…ystem and fixes mkfs initialization defects'\n\n- Added crc32c software implementation and checksum.rs module, supporting superblock/group_desc/inode/directory block checksums\n\n- group_desc: Automatically calculates the checksum of block_bitmap/inode_bitmap/desc itself during writes\n\n- inode: Automat\n[…]\nafter allocation.\n\n- `mkfs:`: Removes stale group descriptors from the overwrite loop to prevent mount/umount results from being rolled back.\n\n- Added JBD2 journal superblock checksum design document.",
"is_bot": false,
"headline": "feat(metadata_checksum): Implements the ext4 metadata_csum checksum s…",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2026-02-14T13:24:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0198aa5142eeceaeac7182792ccc75930d951516",
"body": "… to filesystem",
"is_bot": false,
"headline": "feat(ext4.rs):add `sync_filesystem` function for synchronization data…",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2026-02-11T15:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51110c1413aaa2ac183e2af80ce07cdee560545d",
"body": null,
"is_bot": false,
"headline": "fix(ext4.rs):fix error varbose capture",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2026-02-11T08:58:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1d26209a9f7407f99536233d04e08997a93f618",
"body": null,
"is_bot": false,
"headline": "feat(dir,file,ext4):improve error process and add more error log",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2026-02-04T16:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3edb7c0ccf353d04c82832376a23fab53254a6d3",
"body": "…to heap",
"is_bot": false,
"headline": "fix(blockdev): undermain stack overflow risk by moving block buffers …",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2026-01-12T15:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42847fe184691ff75a21f2b1bdf564f75945f797",
"body": "…tate upper level OS operations",
"is_bot": false,
"headline": "feat(api):Add the inode_num field to the OpenFile structure to facili…",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-30T11:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baea9e068f5cdb6d7b5fee5bfae0bbfeebbf9e36",
"body": null,
"is_bot": false,
"headline": "build(qemu_test): switch qemu_test Makefile to RV64 usermode",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-24T11:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9081d61425cd72128e4ee3921e525b2412d778af",
"body": null,
"is_bot": false,
"headline": "FIX:fixed data inconsistencies after journal playback",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-22T03:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "376e253cc6b8767bc14ca5054fbc1ae49f7a8c8d",
"body": "Update the block group descriptor processing, support both old and ne…",
"is_bot": false,
"headline": "Merge pull request #3 from Josen-B/dev",
"author_name": "Josen-B",
"author_login": "Josen-B",
"committed_at": "2025-12-22T02:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb25ee31a2b46c6a832897ab18f7308e144801b9",
"body": "…w descriptor sizes",
"is_bot": false,
"headline": "Update the block group descriptor processing, support both old and ne…",
"author_name": "Josen-B",
"author_login": "Josen-B",
"committed_at": "2025-12-22T01:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d286a5199c4fc94b6c93bc7455310618c7dfa88",
"body": "…rnal can operting",
"is_bot": false,
"headline": "UPDATE: optimizate perfomance and fix ordered mode of journal.now jou…",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-18T01:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f71f0c89c52169c0e7afc571671c51ed9baf3f0",
"body": "…ze write and read perfomance\n\nBUG:JBD replay action abnormally",
"is_bot": false,
"headline": "UPDATE:enhance error process,complete truncate's shrink leaf.Optimila…",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-15T14:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b195ee5c40c5c6b1eee8249eb9ecb0a09f47e1",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-15T05:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb6d7edb26d97d6b31318f8525e3707f64a74dd1",
"body": null,
"is_bot": false,
"headline": "README",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-15T05:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56b8565ceb26fd1261d5c791de0822279adb89b7",
"body": "Fix:fix entry loop bug",
"is_bot": false,
"headline": "UPDATE:add symbol link support",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-15T05:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c4bbb062f4822920438203489787a725c26e887",
"body": null,
"is_bot": false,
"headline": "UPDATE:Add mv link unlink delete_file delete_dir function.",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-12T17:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0991e917104115410825d21afdb0c5d5a1a46d7a",
"body": null,
"is_bot": false,
"headline": "UPDATE: Optimilaze write speed and organize and foramt",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-10T13:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f052a89dd7f6c89e246916b0dc6adb3adaaff518",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:Dirinkbottle/RVlwext4",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-10T04:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f386ca80a800730347ca0b30059b3f4a001c53a3",
"body": "…to improve io performance",
"is_bot": false,
"headline": "UPDATE: Optimizate Journal commit opportunity,and add Jouranl buffer …",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-10T04:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf20dd83ca7725bd35a56ae24be13ce2552c8c4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-09T15:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "439cc860e7f002eacfefebb5d2891feedcd6b680",
"body": "…tadata.\n\nFix: Fix a bug of extend_tree insert function",
"is_bot": false,
"headline": "UPDATE: Add a journal function,base data=ordered mode ,only commit me…",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-09T15:13:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d82f296fabfc5d292d7ce8d95eb44f225e234f",
"body": "Add initial README with project overview and features.",
"is_bot": false,
"headline": "Create README.md for RVlwext4 project",
"author_name": "dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-09T01:47:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71b90ec18e72389f51411927ef40f23d43642734",
"body": "Search for files through hashtree",
"is_bot": false,
"headline": "Merge pull request #1 from Josen-B/main",
"author_name": "dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-09T01:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd2779c517efa2b376dce042cf88794c83d1cbab",
"body": null,
"is_bot": false,
"headline": "Merge branch 'Dirinkbottle:main' into main",
"author_name": "Josen-B",
"author_login": "Josen-B",
"committed_at": "2025-12-09T00:40:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "309f80a3604225cb36b0e32f40fe4bb2f1dab0d5",
"body": null,
"is_bot": false,
"headline": "UPDATE: add journal inode create function in mkfs.",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-08T16:32:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89f9536359c0614a81c095271423e7c6b4688b61",
"body": null,
"is_bot": false,
"headline": "Search for files through hashtree",
"author_name": "Josen-B",
"author_login": "Josen-B",
"committed_at": "2025-12-08T07:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f386c02cfb0067168207d076d91a441749c701a",
"body": null,
"is_bot": false,
"headline": "Update: high level api interface",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-07T13:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "811d3d3a60ee01230322729d938e7b61f2ee6c17",
"body": "Now Disk can mount normally ,also can pass e2fsck test!",
"is_bot": false,
"headline": "Fix: fix superblock counter and disk layout,",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-05T14:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8545a0e9e62eb4da58229433f02db1717c642d2f",
"body": null,
"is_bot": false,
"headline": "UPDATE: Rewrite last hard translate version",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-12-05T10:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81ba0bdec32749b6e1e6f7df4d0c32164713ce5b",
"body": "\text4_types",
"is_bot": false,
"headline": "update: ext4_block_group",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-11-26T01:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bd388495231dec6b75ac55c57b29bf856d9fec9",
"body": null,
"is_bot": false,
"headline": "new base function",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-11-24T15:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a53d74c89182c6678841b695280719a5b19eb99",
"body": null,
"is_bot": false,
"headline": "add base data struct",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-11-21T14:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267e347b0331c510d98fbbda29bf62bf072cec92",
"body": null,
"is_bot": false,
"headline": "README",
"author_name": "Dirinkbottle",
"author_login": "Dirinkbottle",
"committed_at": "2025-11-20T09:17:23Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 37,
"latest_release_at": "2026-01-28T04:06:05Z",
"latest_release_tag": "v0.1.0-pre.0",
"releases_from_tags": false,
"days_since_last_push": 113,
"active_weeks_last_year": 11,
"days_since_latest_release": 177,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "rsext4",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"filesystem",
"rust",
"ext4",
"filesystem"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/rsext4",
"is_deprecated": false,
"latest_version": "0.7.6",
"repository_url": "https://github.com/Starry-OS/rsext4",
"versions_count": 19,
"total_downloads": 11888,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2039,
"first_published_at": "2026-01-28T04:06:29.585329Z",
"latest_published_at": "2026-07-24T01:17:37.272589Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 2,
"stars": 7,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"qemu_test/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 75621,
"source_files_sampled": 33,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 10,
"malicious_count": 0,
"assessed_package": "crates:rsext4@0.7.6",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "bitflags",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.10"
},
{
"name": "lazy_static",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.5"
},
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 3,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Dirinkbottle",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/122192254?v=4"
},
{
"type": "User",
"login": "Josen-B",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/65878371?v=4"
},
{
"type": "User",
"login": "ZCShou",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8591065?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.838
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"push.yml"
],
"has_docs_dir": true,
"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": 0,
"reason": "0 out of 3 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": 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": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "984201f0a1002dac84739a08a26393c4b116b859",
"ran_at": "2026-07-24T15:11:06Z",
"aggregate_score": 2.9,
"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-03-17T03:55:09Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-03-17T03:55:02Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 7,
"created_at": "2026-02-12T08:36:06Z",
"last_comment_at": "2026-02-14T14:08:43Z",
"last_comment_author": "Dirinkbottle"
},
{
"number": 8,
"created_at": "2026-02-12T08:41:20Z",
"last_comment_at": "2026-04-14T04:41:26Z",
"last_comment_author": "AsakuraMizu"
},
{
"number": 9,
"created_at": "2026-02-14T15:48:24Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Starry-OS/rsext4",
"host": "github.com",
"name": "rsext4",
"owner": "Starry-OS"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 43,
"vitality": 49,
"community": 28,
"governance": 48,
"engineering": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 49,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"commits_last_year": 37,
"human_commit_share": 1,
"days_since_last_push": 113,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 113 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 113
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "37 commits in the last year",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 37
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 74,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.1.0-pre.0",
"releases_from_tags": false,
"days_since_latest_release": 177,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 177 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 177
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": 129,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 129 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 129
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 28,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"forks": 2,
"stars": 7,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "7 stars",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 7
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "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": "moderate",
"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": 55,
"inputs": {
"packages": [
"rsext4"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 11888,
"monthly_downloads": 2039
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,039 downloads/month across crates",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2039,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.838
},
"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 84% of commits",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"merged_prs": 6,
"open_issues": 3,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/7 decided PRs merged",
"points": 32.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"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": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"followers": 38,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Starry-OS",
"public_repos": 55,
"account_age_days": 815
},
"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": "38 followers of Starry-OS",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 38,
"login": "Starry-OS"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "55 public repos, account ~2 yr old",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 55
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"rsext4"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 50,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://starry-os.github.io/rsext4/",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://starry-os.github.io/rsext4/",
"points": 15,
"status": "met",
"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": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Pinned-Dependencies, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"pinned_dependencies",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 2.9
},
"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 3 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 2/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:rsext4@0.7.6 runtime dependency closure — what installing the published package pulls in — 10 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:rsext4@0.7.6",
"assessed": 10
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 10,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"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": 10,
"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": "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": 1
},
"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": 42,
"weight": 0,
"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": "10 of 37 human commits state their intent (structured subject or explanatory body)",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 10,
"sampled": 37
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"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": 43,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"qemu_test/Makefile"
],
"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": "qemu_test/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "qemu_test/Makefile"
}
}
],
"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": "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 37",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 37
}
}
],
"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": 95,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 75621,
"source_files_sampled": 33,
"oversized_source_files": 3
},
"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": "3/33 source files over 60KB",
"points": 50,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 33,
"oversized": 3
}
}
],
"max_points": 55
}
]
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T15:11:16.965218Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/Starry-OS/rsext4.svg",
"full_name": "Starry-OS/rsext4",
"license_state": "absent",
"license_spdx": null
}