Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"ash",
"egui",
"rust",
"vulkan"
],
"is_fork": false,
"size_kb": 733,
"has_wiki": false,
"homepage": null,
"languages": {
"GLSL": 1364,
"Rust": 73290,
"Shell": 101,
"PowerShell": 207
},
"pushed_at": "2026-07-27T12:36:01Z",
"created_at": "2024-03-15T16:19:39Z",
"owner_type": "User",
"updated_at": "2026-07-27T12:32:42Z",
"description": "A Vulkan renderer for egui using Ash.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Adrien Bennadji",
"type": "User",
"login": "adrien-ben",
"company": "@Kantic-Analytics ",
"location": "France",
"followers": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/8857215?v=4",
"created_at": "2014-09-22T06:12:56Z",
"is_verified": null,
"public_repos": 32,
"account_age_days": 4326
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.12.0",
"kind": "minor",
"published_at": "2026-07-27T12:36:01Z"
},
{
"tag": "0.11.0",
"kind": "minor",
"published_at": "2025-11-27T16:46:30Z"
},
{
"tag": "0.10.0",
"kind": "minor",
"published_at": "2025-10-20T17:01:38Z"
},
{
"tag": "0.9.0",
"kind": "minor",
"published_at": "2025-07-11T11:21:19Z"
},
{
"tag": "0.8.0",
"kind": "minor",
"published_at": "2025-02-07T12:03:49Z"
},
{
"tag": "0.7.0",
"kind": "minor",
"published_at": "2024-12-17T14:59:50Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2024-09-27T11:26:54Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2024-07-17T11:57:30Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2024-07-05T07:20:47Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2024-05-01T09:02:19Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2024-03-26T16:59:58Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2024-03-16T11:14:30Z"
}
],
"recent_commits": [
{
"oid": "8ec7fab8ba1343e1640f83ba8284fd30f4a1162a",
"body": null,
"is_bot": false,
"headline": "update docs",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2026-07-27T12:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb95044c53f363e4bfe8f35ac331fb797ebd3c1d",
"body": null,
"is_bot": false,
"headline": "egui 0.35",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2026-07-27T07:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7e659b29c3fb3e47fd6cf4d1c8c184613c16a15",
"body": "* make the renderer generic over the allocator\n\n* Allow passing custom allocators\n\n* remove mod.rs files\n\n* Replace dynamic-rendering feature with RenderMode\n\n* Rename default allocator to simple allocator\n\n* Remove simple and custom allocator features and rollback default -> simple\n\n* update changelog",
"is_bot": false,
"headline": "make the renderer generic over the allocator (#10)",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2026-07-27T07:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fa137f031e7430e30c2c80ffa7d8f90b0944d48",
"body": null,
"is_bot": false,
"headline": "prepare version 0.12.0",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2026-02-08T11:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d9c1c8052007ebd0990593a3b9d9b796c87d6f0",
"body": "…l-attachment\n\nAllow passing stencil attachment format for dynamic rendering",
"is_bot": false,
"headline": "Merge pull request #12 from mickvangelderen/mick/allow-passing-stenci…",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2026-02-08T11:23:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54920c36b29fb7ea49ebf8812c455322ac280dbf",
"body": "…ring-debug-impl\n\nRemove `Debug` derive from DynamicRendering",
"is_bot": false,
"headline": "Merge pull request #11 from mickvangelderen/mick/remove-dynamic-rende…",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2026-02-08T11:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "172aded802f87b74fd0628e59238078d2764ac5a",
"body": "This allows re-using an already existing render pass that has a stencil attachment.\n\nBREAKING_CHANGE",
"is_bot": false,
"headline": "Allow passing stencil attachment format for dynamic rendering",
"author_name": "Mick van Gelderen",
"author_login": "mickvangelderen",
"committed_at": "2026-02-07T00:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53d6bbf74cd97e1ec1a8b48731d6dd0f6e2127a6",
"body": "BREAKING CHANGE",
"is_bot": false,
"headline": "Remove `Debug` derive from DynamicRendering",
"author_name": "Mick van Gelderen",
"author_login": "mickvangelderen",
"committed_at": "2026-02-06T23:59:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f32f2f0cec1ba0b9449d3a6e2fed4ee7c76e323",
"body": null,
"is_bot": false,
"headline": "version 0.11",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2025-11-27T16:45:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd8c78923ecfe5cacea4810d24059c169923d9c3",
"body": "Do not wrap vk_mem::Allocator in a Mutex",
"is_bot": false,
"headline": "Merge pull request #7 from BattyBoopers/main",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2025-11-27T16:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6c0adbd683de55332f148f4f0ebb25fc3549036",
"body": null,
"is_bot": false,
"headline": "update documentation",
"author_name": "BattyBoopers",
"author_login": "BattyBoopers",
"committed_at": "2025-11-27T09:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e46e70f3df2483b44509a6763fbfb4957a7666",
"body": null,
"is_bot": false,
"headline": "Do not wrap vk_mem::Allocator in a Mutex",
"author_name": "BattyBoopers",
"author_login": "BattyBoopers",
"committed_at": "2025-11-27T07:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62e52330dd43beb25ca3eda3819f3b43ec88aad6",
"body": null,
"is_bot": false,
"headline": "update docs",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2025-10-20T16:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2bd37ae728cb461af85206b5d13644fe886056d",
"body": null,
"is_bot": false,
"headline": "vk-mem 0.5",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2025-10-20T13:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4859ca06dbb588ddd61d30ac7e38c3c633441f8c",
"body": null,
"is_bot": false,
"headline": "gpu-allocator 0.28",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2025-10-20T13:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d9410e1ac4ba09b789d199fdd12116a91140769",
"body": null,
"is_bot": false,
"headline": "egui 0.33",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2025-10-20T13:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce078b0ead6bcaed2ec17f1951becfa08ad84e32",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2025-07-11T11:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8edef336516d07582c0b365ae0fd6f67c7e3be77",
"body": null,
"is_bot": false,
"headline": "rust 2024 + fmt",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2025-07-11T08:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f6724f5eabe41dd5dfb873c8b84fa4008f65694",
"body": null,
"is_bot": false,
"headline": "egui 0.32",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2025-07-11T08:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e4cd6a4b77603c1c140bd002e3ec7d9117209b2",
"body": null,
"is_bot": false,
"headline": "version 0.8.0",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2025-02-07T11:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a018c9f0b63c10a942d926a752b574545552deab",
"body": null,
"is_bot": false,
"headline": "egui 0.31",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2025-02-07T11:45:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a1703088eccb8c895d1c0b5a723b2a95321c404",
"body": null,
"is_bot": false,
"headline": "version 0.7.0",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-12-17T14:10:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87a1022dbf52d46e08077874df7d0bac4c16768f",
"body": null,
"is_bot": false,
"headline": "thiserror 2",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-12-17T12:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40a38e07384dfb3c30ce84470f8e5c85cee2f6bc",
"body": null,
"is_bot": false,
"headline": "egui 0.30",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-12-17T12:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdf6c2e2ffc5f3f5e3023274bb3722a9358f47f7",
"body": null,
"is_bot": false,
"headline": "version 0.6.0",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-09-27T11:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44babac8791887cf713aca3610ef98c4bbff89c6",
"body": "+ winit 0.30 in examples",
"is_bot": false,
"headline": "egui 0.29",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-09-27T11:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d02ad224fd68318dd505c58b66e4dcf228559fd3",
"body": null,
"is_bot": false,
"headline": "0.5.0",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-07-17T11:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bda046a427a79837c3fcebd0c156c15c5ed603e",
"body": "bump ash to 0.38",
"is_bot": false,
"headline": "Merge pull request #2 from adrien-ben/ash_038",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-07-16T16:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f040e88186bf5ea8992ce660eecaf9f313d6208",
"body": null,
"is_bot": false,
"headline": "bump ash to 0.38",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-07-16T13:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d91a720a4d98c796e10757c0ebc367240d89c174",
"body": null,
"is_bot": false,
"headline": "0.4.0",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-07-05T07:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec8d16f24c7794e7ac6cb423dad783a665044e51",
"body": null,
"is_bot": false,
"headline": "egui 0.28",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-07-05T07:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab65132e484d1e4cc34eb4c64fd3fbed3bf2ad6",
"body": null,
"is_bot": false,
"headline": "version 0.3.0",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-05-01T08:55:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47fe324cb984713eaaf8ea2083cbd4849843ab58",
"body": null,
"is_bot": false,
"headline": "dev: bump simple_logger to 5.0",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-05-01T08:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0780355be390936e488cf585861ecb039492c0e1",
"body": "also:\n- load managed textures as sRGB\n- convert vertex color to linear space in vertex shader\n- update examples with an sRGB swapchain\n- update textures example to display an sRGB image and a image with linear values (normal map)",
"is_bot": false,
"headline": "add option to target srgb framebuffer",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-05-01T08:45:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b4ce1317ea53e228c19791890b669a142645286",
"body": null,
"is_bot": false,
"headline": "allow gpu-allocator 0.26",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-05-01T07:09:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1563da285f0da486bc74a905b503dc5c4be1e10d",
"body": null,
"is_bot": false,
"headline": "remove ultraviolet and fix viewport size issue",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-04-30T17:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ba5868e6c4bcfad4776604f93270e97b1d9657c",
"body": null,
"is_bot": false,
"headline": "allow updating dynamic rendering parameters",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-04-30T16:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e81d92a314e8ac49943670b0bb5753e52f0290",
"body": null,
"is_bot": false,
"headline": "egui 0.27",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-03-26T16:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbaeb915e098d11ed563c276a0afd964c16ac828",
"body": null,
"is_bot": false,
"headline": "fix example on linux",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-03-22T08:05:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a657b4289612c1f05bb3b7360c621114447ff0e0",
"body": "Added extensions and flags necessary for executing on MacOS",
"is_bot": false,
"headline": "Merge pull request #1 from wizebin/macos-examples",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-03-19T08:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee96570670eed50679b6bc57d9ab1108e4f3746e",
"body": null,
"is_bot": false,
"headline": "Added extensions and flags necessary for executing on MacOS",
"author_name": "wizebin",
"author_login": "wizebin",
"committed_at": "2024-03-18T22:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "676d0f9edad9ff27494ed0ca23d86fa0429266d5",
"body": null,
"is_bot": false,
"headline": "initial implementation",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-03-15T20:48:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0bea38feb4c1313ff45d1c494b2ad0c99ce47f3",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Adrien Bennadji",
"author_login": "adrien-ben",
"committed_at": "2024-03-15T16:19:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 13,
"latest_release_at": "2026-07-27T12:36:01Z",
"latest_release_tag": "0.12.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 3,
"days_since_latest_release": 0,
"mean_days_between_releases": 90.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": "egui-ash-renderer",
"exists": true,
"license": "MIT",
"keywords": [
"ash",
"egui",
"vulkan"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/egui-ash-renderer",
"is_deprecated": false,
"latest_version": "0.12.0",
"repository_url": "https://github.com/adrien-ben/egui-ash-renderer",
"versions_count": 12,
"total_downloads": 34553,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 5009,
"first_published_at": "2024-03-16T11:15:17.689369Z",
"latest_published_at": "2026-07-27T12:36:31.593386Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 13,
"stars": 31,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-21",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-05-24",
"count": 1
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 13
},
"star_history": null,
"open_issues_and_prs": 3
},
"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": 33492,
"source_files_sampled": 13,
"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": 15,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "egui",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.35"
},
{
"name": "ash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.38"
},
{
"name": "gpu-allocator",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.28"
},
{
"name": "vk-mem",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ash",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "egui",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "gpu-allocator",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "vk-mem",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ash-window",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "egui-winit",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "egui_demo_lib",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "egui_extras",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "image",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "raw-window-handle",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "simple_logger",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "winit",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 15,
"direct_count": 6,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 3,
"closed_ratio": 0.4,
"closed_issues": 2,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "adrien-ben",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/8857215?v=4"
},
{
"type": "User",
"login": "BattyBoopers",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/25354195?v=4"
},
{
"type": "User",
"login": "mickvangelderen",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5444990?v=4"
},
{
"type": "User",
"login": "wizebin",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/18584095?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.884
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"build.yml",
"publish.yml"
],
"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": 2,
"reason": "1 out of 5 merged PRs checked by a CI test -- score normalized to 2",
"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": 1,
"reason": "Found 3/25 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8ec7fab8ba1343e1640f83ba8284fd30f4a1162a",
"ran_at": "2026-07-27T21:50:25Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T12:39:21Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-27T07:25:03Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2025-11-26T22:21:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2025-11-27T09:43:45Z",
"last_comment_at": "2025-11-28T13:34:46Z",
"last_comment_author": "adrien-ben"
},
{
"number": 13,
"created_at": "2026-02-07T00:05:24Z",
"last_comment_at": "2026-02-08T11:46:43Z",
"last_comment_author": "adrien-ben"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/adrien-ben/egui-ash-renderer",
"host": "github.com",
"name": "egui-ash-renderer",
"owner": "adrien-ben"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 37,
"vitality": 67,
"community": 46,
"governance": 52,
"engineering": 37
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 13,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "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": "13 commits in the last year",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 13
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 12,
"latest_release_tag": "0.12.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 90.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~90.8 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 90.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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"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": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"forks": 13,
"stars": 31,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "31 stars",
"points": 24,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 31
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "13 forks",
"points": 9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 13
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"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": "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": 62,
"inputs": {
"packages": [
"egui-ash-renderer"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 34553,
"monthly_downloads": 5009
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,009 downloads/month across crates",
"points": 49.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5009,
"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": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.884
},
"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 88% of commits",
"points": 2.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"merged_prs": 6,
"open_issues": 3,
"closed_issues": 2,
"issue_closed_ratio": 0.4,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "40% of issues closed",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 40
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/8 decided PRs merged",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/25 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 56,
"inputs": {
"followers": 37,
"owner_type": "User",
"is_verified": null,
"owner_login": "adrien-ben",
"public_repos": 32,
"account_age_days": 4326
},
"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": "37 followers of adrien-ben",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 37,
"login": "adrien-ben"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "32 public repos, account ~11 yr old",
"points": 23.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 32
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"egui-ash-renderer"
],
"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": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 37,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 28,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 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": "1 out of 5 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"ash",
"egui",
"rust",
"vulkan"
],
"has_wiki": false,
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.7
},
"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": "1 out of 5 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"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 3/25 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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 detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "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": 3
},
"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": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.209,
"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": "9 of 43 human commits state their intent (structured subject or explanatory body)",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 9,
"sampled": 43
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"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 43",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 43
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 33492,
"source_files_sampled": 13,
"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/13 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 13,
"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:egui-ash-renderer@0.12.0; 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-27T21:50:35.520222Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/adrien-ben/egui-ash-renderer.svg",
"full_name": "adrien-ben/egui-ash-renderer",
"license_state": "standard",
"license_spdx": "MIT"
}