JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"json",
"api",
"jsonapi",
"serialization",
"jsonapi-rb",
"json-api"
],
"is_fork": false,
"size_kb": 49,
"has_wiki": false,
"homepage": "http://jsonapi-rb.org",
"languages": {
"Ruby": 35046
},
"pushed_at": "2023-08-31T15:08:03Z",
"created_at": "2016-10-26T01:47:48Z",
"owner_type": "Organization",
"updated_at": "2026-05-30T07:17:55Z",
"description": "Efficiently render JSON API documents.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "http://jsonapi-rb.org",
"name": "jsonapi-rb",
"type": "Organization",
"login": "jsonapi-rb",
"company": null,
"location": null,
"followers": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/23066863?v=4",
"created_at": "2016-10-26T01:42:31Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 3562
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2019-06-13T13:35:35Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2019-06-11T09:31:51Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2017-09-11T05:52:19Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2017-07-12T17:01:32Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2016-12-12T05:56:01Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2016-12-02T01:05:51Z"
}
],
"recent_commits": [
{
"oid": "92e2d1f38930a80b9692d73fa8b3798f7fbac50e",
"body": "resources_processor: speed up rendering by using Hash instead of Set",
"is_bot": false,
"headline": "Merge pull request #40 from alchimere/optimize-resource-processor",
"author_name": "Dmytro Koval",
"author_login": "dawidof",
"committed_at": "2019-09-15T09:10:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e5d3c322f4245ade2905e5997004130df49b37e",
"body": null,
"is_bot": false,
"headline": "resources_processor: speed up rendering by using Hash instead of Set",
"author_name": "Yann Berthou",
"author_login": "alchimere",
"committed_at": "2019-09-09T21:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f2ab83965c14e160de1009dca4f81b133d4fbf5",
"body": null,
"is_bot": false,
"headline": "Prepare for version 0.2.2",
"author_name": "Dmytro Koval",
"author_login": null,
"committed_at": "2019-06-13T13:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d2b1d7f0e51fde8734990bdf9003dbe4ddf3b2f",
"body": "Ensure dashes and underscores are permitted in key names",
"is_bot": false,
"headline": "Merge pull request #38 from jonmast/fix-include-validation",
"author_name": "Dmytro Koval",
"author_login": "dawidof",
"committed_at": "2019-06-13T13:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d7237d0385a53cb4d8a09c716a84ef4420e53d3",
"body": "The validation added #36 is too strict, it doesn't allow underscores,\nhyphens, and spaces. These are supposed to be permissible as long as\nthey don't come at the beginning or end.\n\nThis makes the following changes to the ReGex:\n- Add \" \", \"_\", and \"-\" to the allowed middle of word characters\n- Change \"\\u10FFFFA\" to \"\\u10FF\". This caused a warning from Ruby\n because it doesn't understand utf16 codes and the extra F and A\n characters were interpreted as literals.\n\nFixes #37",
"is_bot": false,
"headline": "Ensure dashes and underscores are permitted in key names",
"author_name": "Jonathan Mast",
"author_login": "jonmast",
"committed_at": "2019-06-11T18:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19bcdc409b1e4b235cbef96b69eaeef1d378dbf3",
"body": null,
"is_bot": false,
"headline": "Prepare to version 0.2.1",
"author_name": "Dmytro Koval",
"author_login": null,
"committed_at": "2019-06-11T09:31:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6d44bf9f24229e3ecd8302ac77175dd1f27cf1f",
"body": "Sort cache params",
"is_bot": false,
"headline": "Merge pull request #30 from jsonapi-rb/sort-cache-params",
"author_name": "Dmytro Koval",
"author_login": "dawidof",
"committed_at": "2019-03-10T19:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f7cdc8c81b08c1b52ff93e5e5e84a0b7f2cbba4",
"body": "…tive_keys\n\nValidate include directive keys",
"is_bot": false,
"headline": "Merge pull request #36 from jsonapi-rb/feature/validate_include_direc…",
"author_name": "Dmytro Koval",
"author_login": "dawidof",
"committed_at": "2019-03-10T18:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3acf86b8a5a52aed670facd3ca29693b04384697",
"body": null,
"is_bot": false,
"headline": "Validate include directives",
"author_name": "Dmytro Koval",
"author_login": "dawidof",
"committed_at": "2019-03-10T18:44:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44af861bde4c4e65052b87093bbd02a1acb299fe",
"body": null,
"is_bot": false,
"headline": "Sort included relationships.",
"author_name": "Lucas",
"author_login": "beauby",
"committed_at": "2017-11-17T21:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c140616696c2ca7e3e87029de4454ae724149b1",
"body": null,
"is_bot": false,
"headline": "Sort fields.",
"author_name": "Lucas",
"author_login": "beauby",
"committed_at": "2017-11-17T21:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa95d830a6f71a39304c8db20c8acd89e34b7a7",
"body": "Fix typo.",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2017-11-17T17:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f154799ff0d0ea8132b4e7acd632060cb0f7d22c",
"body": "* Multi fetch needs the array of keys splatted.\r\n\r\n* Fix tests to match rails multi_cache",
"is_bot": false,
"headline": "Multi fetch needs the array of keys splatted. (#29)",
"author_name": "Andrew Rove (Rover)",
"author_login": "rovermicrover",
"committed_at": "2017-11-17T16:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc52e726820ad6c291dc4bc122df1c727671749",
"body": null,
"is_bot": false,
"headline": "Create LICENSE",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2017-09-13T13:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc32e08b4461ae1f8ade75330eeef22192dbc72b",
"body": null,
"is_bot": false,
"headline": "Prepare for v0.2.0 release",
"author_name": "Lucas",
"author_login": "beauby",
"committed_at": "2017-09-11T05:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "539542ceb77adc25e04209dd5b8a81368a0fe55d",
"body": null,
"is_bot": false,
"headline": "Add renderer option to render relationship only. (#24)",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2017-09-11T05:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8923c2aa49792a6d0ce1de91c7af378124944d",
"body": null,
"is_bot": false,
"headline": "Fragment caching (#8)",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2017-09-11T04:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f31926b46d8c97f84625b3a64c96d61386244db",
"body": null,
"is_bot": false,
"headline": "Remove specs from coverage data.",
"author_name": "Lucas",
"author_login": "beauby",
"committed_at": "2017-09-11T02:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eacda83788ffccf1873b7cbac18121a4e6c5865e",
"body": null,
"is_bot": false,
"headline": "Switch to CodeClimate for test coverage. (#25)",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2017-09-11T02:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6c0ce5ba65633b1fe9ad7de254f284b26cbda38",
"body": null,
"is_bot": false,
"headline": "Allow arrays of arrays of errors. (#23)",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2017-09-06T01:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f033d89491f551d9ea45e169259b3a47cff5a774",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.1.3 release",
"author_name": "Lucas",
"author_login": "beauby",
"committed_at": "2017-07-12T17:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4be8ba11c09893f6111afe80cc4996ea64645b15",
"body": "* Fix yarddoc.",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2017-07-12T15:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ecfc1518ff12c1501253d8b3099ca1c9e0c2a4",
"body": null,
"is_bot": false,
"headline": "Allow nil value for JSONAPI::Renderer params include/fields. (#22)",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2017-07-12T15:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc35d163e3dda4c332334d3c7da8e1a64edc3d6d",
"body": "* Fix yarddoc in lib/jsonapi/renderer.rb.\r\n\r\n* Make JSONAPI::Renderer an actual class.\r\n\r\n* Make tests use the JSONAPI::Renderer class directly.",
"is_bot": false,
"headline": "Refactor renderer. (#21)",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2017-07-12T15:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df8965f8683657d3b505b4bc76bceeca9de8540d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-12-16T10:43:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "789ee7148e936fb95cdfd9a48fc98905b6421ad3",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.1.2 release",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-12-12T05:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "208eba38c7248424fa786b1011f23996b9c91887",
"body": "…on check. (#12)",
"is_bot": false,
"headline": "Replace `respond_to?(:each)` with `respond_to?(:to_ary)` for collecti…",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-12-12T02:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa349b5d4dd87f027d538ebed475bf67893759b",
"body": null,
"is_bot": false,
"headline": "Fix multiple include paths merging.",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-12-05T07:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bf23df309dc0d4b0b29be060beee07a5519514e",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.1.1 release",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-12-02T01:05:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce5f3acd7708f9453798317bc6f3b04b06facecc",
"body": null,
"is_bot": false,
"headline": "Update jsonapi-renderer.gemspec",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-12-01T01:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23e2ee150119b554a43396e8747d4f6589396997",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-12-01T01:35:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c577c8abbb2ce362658f0d1936d3eb9a9eeec663",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-24T22:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d60c0a6fd61f57fdab2f911cadaf4aa3913fb6cf",
"body": null,
"is_bot": false,
"headline": "Ensure BFS order in resources processing.",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-24T22:02:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eb7fe835ff007b3d7e602d742941821a60ab6ac",
"body": null,
"is_bot": false,
"headline": "Allow `fields` option to be passed with string keys. (#7)",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-20T23:25:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ea87f56bb06fa72af31c6e00493c3fa924a0e62",
"body": null,
"is_bot": false,
"headline": "Render in two passes. (#3)",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-20T23:25:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6048c0f46009e3fb4bd2fef455e975ea9fa87aae",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-19T23:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "102321e4764728b4f5ee808bb3e65347fcd7c3ca",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-19T23:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f7d26344ce5354d5d07881a7c60b73a02193fbd",
"body": null,
"is_bot": false,
"headline": "Improve test coverage. (#5)",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-19T21:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e9759397e6e06ff4d585d9319e6c8cfb8919af1",
"body": "* Add codecov integration.\r\n\r\n* Simplify renderer tests.\r\n\r\n* Add codecov badge to readme.",
"is_bot": false,
"headline": "Proper tests. (#4)",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-19T21:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f3bf24e8a458dac899d773ff983b5d1d28d477f",
"body": null,
"is_bot": false,
"headline": "\\#jsonapi_related always returns an array.",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-17T19:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a5a9ec66219e87c2ab4b9a9978fb095347fab50",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.1.1.beta3 release",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-14T00:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bffae62d176d3ce72227cbea3ac217212b039072",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-14T00:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6b08bfff83a326d9fc79a2538218b61e4bdd5db",
"body": null,
"is_bot": false,
"headline": "Refactor renderer + change JSONAPI.render API. (#2)",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-13T19:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6d20987b7cd21b33cbe2f7cea3b62def95ca626",
"body": "Decouple errors from success documents.",
"is_bot": false,
"headline": "Merge pull request #1 from jsonapi-rb/separate-error-renderer",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-13T16:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed2dc662e24313d236b21cc977b169a67dfd922f",
"body": null,
"is_bot": false,
"headline": "Decouple errors from success documents.",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-13T15:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c62ba8f897d346058aac7fb2cc58a4c6b91f32bb",
"body": null,
"is_bot": false,
"headline": "Add development dependencies.",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-11-13T15:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73643930f21a1a43018f1321748b2305a70005f",
"body": null,
"is_bot": false,
"headline": "Initial commit.",
"author_name": "Lucas Hosseini",
"author_login": "beauby",
"committed_at": "2016-10-26T03:31:12Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2019-06-13T13:35:35Z",
"latest_release_tag": "v0.2.2",
"releases_from_tags": true,
"days_since_last_push": 1061,
"active_weeks_last_year": 0,
"days_since_latest_release": 2602,
"mean_days_between_releases": 184.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "jsonapi-renderer",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/jsonapi-renderer",
"is_deprecated": false,
"latest_version": "0.2.2",
"repository_url": "https://github.com/jsonapi-rb/jsonapi-renderer",
"versions_count": 9,
"total_downloads": 100790677,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2016-10-02T17:50:30.106000Z",
"latest_published_at": "2019-06-13T13:37:10.525000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2602
}
]
},
"popularity": {
"forks": 12,
"stars": 41,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-11-15",
"count": 1
},
{
"date": "2017-11-23",
"count": 1
},
{
"date": "2017-12-12",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2019-02-22",
"count": 1
},
{
"date": "2019-03-11",
"count": 1
},
{
"date": "2019-06-27",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-09-08",
"count": 1
},
{
"date": "2023-08-30",
"count": 1
},
{
"date": "2024-12-06",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 11
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 10703,
"source_files_sampled": 12,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"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": 3,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 0,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 18,
"open_issues": 7,
"closed_ratio": 0.562,
"closed_issues": 9,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "beauby",
"commits": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/2215778?v=4"
},
{
"type": "User",
"login": "dawidof",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1425756?v=4"
},
{
"type": "User",
"login": "rovermicrover",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1587624?v=4"
},
{
"type": "User",
"login": "jonmast",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/599037?v=4"
},
{
"type": "User",
"login": "alchimere",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1074509?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.822
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 12 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": 1,
"reason": "Found 4/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": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "92e2d1f38930a80b9692d73fa8b3798f7fbac50e",
"ran_at": "2026-07-28T14:03:03Z",
"aggregate_score": 2.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": null,
"oldest_open_prs": [
{
"number": 28,
"created_at": "2017-11-15T19:24:21Z",
"last_comment_at": "2017-11-17T21:47:33Z",
"last_comment_author": "beauby"
},
{
"number": 35,
"created_at": "2019-02-24T09:50:47Z",
"last_comment_at": "2019-03-07T17:38:27Z",
"last_comment_author": "beauby"
},
{
"number": 39,
"created_at": "2019-06-27T08:46:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2024-12-08T17:42:52Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2019-09-15T09:10:53Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 10,
"created_at": "2016-11-25T13:19:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 11,
"created_at": "2016-12-02T01:01:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 14,
"created_at": "2017-02-28T19:50:53Z",
"last_comment_at": "2018-12-01T22:19:26Z",
"last_comment_author": "patodevilla"
},
{
"number": 27,
"created_at": "2017-10-15T11:29:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 31,
"created_at": "2017-12-21T12:12:50Z",
"last_comment_at": "2018-01-05T10:08:49Z",
"last_comment_author": "beauby"
},
{
"number": 32,
"created_at": "2018-04-28T15:48:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 33,
"created_at": "2018-05-06T23:08:25Z",
"last_comment_at": "2024-01-12T19:29:24Z",
"last_comment_author": "mzanini"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jsonapi-rb/jsonapi-renderer",
"host": "github.com",
"name": "jsonapi-renderer",
"owner": "jsonapi-rb"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 22,
"inputs": {
"security": 27,
"vitality": 13,
"community": 57,
"governance": 50,
"engineering": 40,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 37,
"overall_after_abandonment_multiplier": 22
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1061,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1061 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1061
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"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": "at_risk",
"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": 32,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.2.2",
"releases_from_tags": true,
"days_since_latest_release": 2602,
"mean_days_between_releases": 184.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2602 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2602
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~184.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 184.7
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 4,
"unanswered_open_issues": 6,
"days_since_last_merged_pr": 2508,
"days_since_last_human_commit": 2508,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2508 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 2508,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 12,
"stars": 41,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "41 stars",
"points": 26,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 41
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"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": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"jsonapi-renderer"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 100790677,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "100,790,677 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 100790677,
"ecosystems": "rubygems"
}
}
],
"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": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.822
},
"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 82% of commits",
"points": 4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 82
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"merged_prs": 18,
"open_issues": 7,
"closed_issues": 9,
"issue_closed_ratio": 0.562,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "56% of issues closed",
"points": 26.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 56
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "18/22 decided PRs merged",
"points": 31.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 18,
"decided": 22
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/25 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"followers": 17,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "jsonapi-rb",
"public_repos": 10,
"account_age_days": 3562
},
"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": "17 followers of jsonapi-rb",
"points": 9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17,
"login": "jsonapi-rb"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~9 yr old",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"jsonapi-renderer"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 2602
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 2602 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2602
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"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": 40,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 12 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"json",
"api",
"jsonapi",
"serialization",
"jsonapi-rb",
"json-api"
],
"has_wiki": false,
"homepage": "http://jsonapi-rb.org",
"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": "http://jsonapi-rb.org",
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.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": "0 out of 12 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 4/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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 5
},
"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": "critical",
"name": "AI Readiness",
"value": 28,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.383,
"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": "18 of 47 human commits state their intent (structured subject or explanatory body)",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 47
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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 47",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 47
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 10703,
"source_files_sampled": 12,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/12 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 12,
"oversized": 0
}
}
],
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-28T14:03:18.386649Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jsonapi-rb/jsonapi-renderer.svg",
"full_name": "jsonapi-rb/jsonapi-renderer",
"license_state": "standard",
"license_spdx": "MIT"
}