Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 30,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 11634,
"Ruby": 6991
},
"pushed_at": "2025-07-24T11:41:23Z",
"created_at": "2010-02-26T22:39:27Z",
"owner_type": "User",
"updated_at": "2025-10-28T19:48:12Z",
"description": "Disk caching for open-uri",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "HTML",
"significant_languages": [
"HTML",
"Ruby"
]
},
"owner": {
"blog": "http://www.cushycms.com/",
"name": "Danial Pearce",
"type": "User",
"login": "tigris",
"company": "CushyCMS",
"location": "Melbourne AU",
"followers": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/26856?v=4",
"created_at": "2008-09-30T06:28:21Z",
"is_verified": null,
"public_repos": 12,
"account_age_days": 6503
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2025-07-24T11:39:12Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2021-12-28T10:46:14Z"
}
],
"recent_commits": [
{
"oid": "580cf856a2873ffb5db54d3697083b67bfb2946d",
"body": null,
"is_bot": false,
"headline": "chore: version bump",
"author_name": "Danial Pearce",
"author_login": "tigris",
"committed_at": "2025-07-24T11:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6d62018f1eaa26b20d41d5b92b43941b1d55736",
"body": null,
"is_bot": false,
"headline": "fix: make the default cache path safer",
"author_name": "Danial Pearce",
"author_login": "tigris",
"committed_at": "2025-07-24T11:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa82c36929bc2810028a95cf9670c1feb40a5097",
"body": null,
"is_bot": false,
"headline": "docs: add CHANGELOG",
"author_name": "Danial Pearce",
"author_login": "tigris",
"committed_at": "2025-07-24T11:22:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ccd8b6c1b13643e54406528888664e4fab7753e",
"body": null,
"is_bot": false,
"headline": "docs: minor README cleanup",
"author_name": "Danial Pearce",
"author_login": "tigris",
"committed_at": "2025-07-24T11:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "033a368a0572f8dede94b776104f2e3cab9bddea",
"body": null,
"is_bot": false,
"headline": "chore!: drop support for ruby 2.7, 3.0 and 3.1",
"author_name": "Danial Pearce",
"author_login": "tigris",
"committed_at": "2025-07-24T10:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cc5c69e07005155c923c976c43bc5c1b767b4a6",
"body": null,
"is_bot": false,
"headline": "Release 1.0.0",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2021-12-28T10:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a32f79ade5fdcbcba2bff59ebd6a448c75039a2",
"body": null,
"is_bot": false,
"headline": "Add method to destroy the cache",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2021-12-28T10:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad3f6bf6cea5b1d84d09e0eac5bfa7dc296f0872",
"body": "use YAML.unsafe_load if available",
"is_bot": false,
"headline": "Merge pull request #13 from mojavelinux/issue-10-unsafe-load",
"author_name": "Danial Pearce",
"author_login": "tigris",
"committed_at": "2021-12-28T10:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5c7b57df95703b4407ca6043da7fae3e7d0ef8b",
"body": null,
"is_bot": false,
"headline": "Add 3.1 to actions",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2021-12-28T10:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "385f688dd23fa8cca3e2a729fc63222afff0f540",
"body": null,
"is_bot": false,
"headline": "Add GHE actions",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2021-12-28T10:25:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ead2580ca10fb1d9be9fb149a4506ff8d6b6641",
"body": null,
"is_bot": false,
"headline": "Add some initial tests",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2021-12-28T10:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9002c2d7d36fe40af9522f7e4b1c8e4844d4009b",
"body": "fix version in gemspec",
"is_bot": false,
"headline": "Merge pull request #15 from mojavelinux/fix-version-number",
"author_name": "Danial Pearce",
"author_login": "tigris",
"committed_at": "2021-12-28T08:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8346f8030cdee89c1750aac85c7fbf6b5bd07f95",
"body": null,
"is_bot": false,
"headline": "fix version in gemspec",
"author_name": "Dan Allen",
"author_login": "mojavelinux",
"committed_at": "2021-12-28T08:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbbdfdfba8cbc603c9b0683f7fce8e0722737888",
"body": "fixes compatibility with Ruby 3.1\n\nresolves #10",
"is_bot": false,
"headline": "use YAML.unsafe_load if available",
"author_name": "Dan Allen",
"author_login": "mojavelinux",
"committed_at": "2021-12-28T08:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26f462ddcbded6bc804551caf06e9110e569fcca",
"body": null,
"is_bot": false,
"headline": "Rename to .md",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2021-12-28T08:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "797e9689cc34f51fa2158c21d527de47eeb45932",
"body": "avoid shadowing outer local variable",
"is_bot": false,
"headline": "Merge pull request #12 from mojavelinux/fix-shadowing-variable-warning",
"author_name": "Danial Pearce",
"author_login": "tigris",
"committed_at": "2021-12-28T08:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb864e1ad2f883b77d3bbdd41e49e75654910ef0",
"body": "fix warning about shadowing outer local variable by changing variable name",
"is_bot": false,
"headline": "avoid shadowing outer local variable",
"author_name": "Dan Allen",
"author_login": "mojavelinux",
"committed_at": "2021-12-28T07:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4001210a249be520ec1918cada88fd1ddd7f7d30",
"body": "change File.exists? to File.exist?",
"is_bot": false,
"headline": "Merge pull request #11 from mojavelinux/file-exist",
"author_name": "Danial Pearce",
"author_login": "tigris",
"committed_at": "2021-12-28T07:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4965cff0eac05722d2a761464c51b61bcad6c146",
"body": "addresses deprecation warning\ndoes not break compatibility",
"is_bot": false,
"headline": "change File.exists? to File.exist?",
"author_name": "Dan Allen",
"author_login": "mojavelinux",
"committed_at": "2021-12-28T07:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d77fd24e311e11c2daab5a06ab1a782fe5af733",
"body": null,
"is_bot": false,
"headline": "Minor golfage",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2012-01-08T03:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67cd958bd8d9d2fe7ae4b0b3aaef18ddaa201f47",
"body": null,
"is_bot": false,
"headline": "Trailing whitespace",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2012-01-08T03:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc76b18267b6676528a2760f025b28ad04918212",
"body": null,
"is_bot": false,
"headline": "Require yaml, as per issue#5",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2012-01-08T03:03:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf7e156e972da542918975df5cb88f46dbfc1b49",
"body": "Add simple manual cache invalidation (9-liner)",
"is_bot": false,
"headline": "Merge pull request #6 from cabo/master",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2012-01-08T03:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b32f2558526b827c958044bed38d4427baaab78a",
"body": "cause permission exceptions",
"is_bot": false,
"headline": "Make sure caches from different user-ids don't block each other and",
"author_name": "Carsten Bormann",
"author_login": "cabo",
"committed_at": "2012-01-06T15:00:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60c71868146884f23fbd98a850b7e80a43c74a53",
"body": null,
"is_bot": false,
"headline": "Add simple invalidation",
"author_name": "Carsten Bormann",
"author_login": "cabo",
"committed_at": "2012-01-06T14:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e12f74a4cdc43dfa13a06075059bf79c57bfc201",
"body": "Can't change cache directory following README",
"is_bot": false,
"headline": "Merge pull request #4 from alpicola/master",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2011-09-23T05:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ead9abe6ca4650685b64aad5d411d845d8d95aed",
"body": null,
"is_bot": false,
"headline": "added accessor of cache_path",
"author_name": "alpicola",
"author_login": "alpicola",
"committed_at": "2011-09-23T05:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "705a3cb7482593673683de29ac10c8f04f84252b",
"body": null,
"is_bot": false,
"headline": "Up version num",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2011-05-19T01:06:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55b1034e02962da08a3d99f7d3b272b40a618013",
"body": "Minor fix to caching binary content",
"is_bot": false,
"headline": "Merge pull request #3 from paracycle/master",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2011-05-19T01:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5013295390bde4958dd75b5afb5cb4706ab449ac",
"body": "…ry responses from URLs are corrupted (at least on Windows)",
"is_bot": false,
"headline": "Changed file operations so that they use binary mode. Otherwise, bina…",
"author_name": "Ufuk Kayserilioglu",
"author_login": null,
"committed_at": "2011-05-18T15:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32883bbe37b49333e92b10ff1b614e50a08457f9",
"body": null,
"is_bot": false,
"headline": "Bump version number",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2011-03-22T05:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "316cd4e2880fad02f0bff29e7145021c0c072518",
"body": null,
"is_bot": false,
"headline": "Set base_uri to proper value.",
"author_name": "Gregg Kellogg",
"author_login": "gkellogg",
"committed_at": "2011-03-22T05:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e3c37bf44282a498d2156a9071f411a4dd9cb55",
"body": "…ured.",
"is_bot": false,
"headline": "Explicitly cache content_type in meta data, as content-type is struct…",
"author_name": "Gregg Kellogg",
"author_login": "gkellogg",
"committed_at": "2011-03-22T01:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d501557f18329157bb0edd32e3e0e4f6aafd8cac",
"body": null,
"is_bot": false,
"headline": "Cache metadata of originally opened URI and re-apply to cache.",
"author_name": "Gregg Kellogg",
"author_login": "gkellogg",
"committed_at": "2011-03-22T01:38:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd2b46bc8e34cea13400362f1446a4b5aad326b",
"body": null,
"is_bot": false,
"headline": "Initial checkin",
"author_name": "Danial Pearce",
"author_login": null,
"committed_at": "2010-02-26T22:38:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 5,
"latest_release_at": "2025-07-24T11:39:12Z",
"latest_release_tag": "2.0.0",
"releases_from_tags": true,
"days_since_last_push": 362,
"active_weeks_last_year": 1,
"days_since_latest_release": 362,
"mean_days_between_releases": 1304
},
"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": "open-uri-cached",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/open-uri-cached",
"is_deprecated": false,
"latest_version": "2.0.0",
"repository_url": "https://github.com/tigris/open-uri-cached",
"versions_count": 6,
"total_downloads": 1285180,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2010-02-26T22:44:57.396000Z",
"latest_published_at": "2025-07-24T11:39:37.840000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 362
}
]
},
"popularity": {
"forks": 18,
"stars": 33,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2011-03-21",
"count": 1
},
{
"date": "2011-03-24",
"count": 1
},
{
"date": "2011-05-18",
"count": 1
},
{
"date": "2011-06-20",
"count": 1
},
{
"date": "2011-09-23",
"count": 1
},
{
"date": "2012-01-06",
"count": 1
},
{
"date": "2012-12-11",
"count": 1
},
{
"date": "2013-02-01",
"count": 1
},
{
"date": "2013-03-28",
"count": 1
},
{
"date": "2014-03-24",
"count": 1
},
{
"date": "2014-06-19",
"count": 1
},
{
"date": "2014-12-09",
"count": 1
},
{
"date": "2015-04-03",
"count": 1
},
{
"date": "2015-05-05",
"count": 1
},
{
"date": "2018-05-01",
"count": 1
},
{
"date": "2020-08-21",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
}
],
"complete": true,
"collected": 17,
"total_forks": 18
},
"star_history": {
"days": [
{
"date": "2010-02-26",
"count": 9
},
{
"date": "2010-03-11",
"count": 1
},
{
"date": "2010-03-17",
"count": 1
},
{
"date": "2010-04-13",
"count": 1
},
{
"date": "2010-07-29",
"count": 1
},
{
"date": "2011-04-06",
"count": 1
},
{
"date": "2013-02-17",
"count": 1
},
{
"date": "2013-07-21",
"count": 1
},
{
"date": "2013-08-14",
"count": 1
},
{
"date": "2013-09-03",
"count": 1
},
{
"date": "2013-09-05",
"count": 1
},
{
"date": "2013-09-30",
"count": 1
},
{
"date": "2014-03-14",
"count": 1
},
{
"date": "2014-10-14",
"count": 1
},
{
"date": "2014-11-30",
"count": 1
},
{
"date": "2015-05-03",
"count": 1
},
{
"date": "2015-05-27",
"count": 1
},
{
"date": "2015-07-10",
"count": 1
},
{
"date": "2015-08-10",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-08-07",
"count": 1
},
{
"date": "2018-05-01",
"count": 1
},
{
"date": "2022-06-29",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2025-10-28",
"count": 1
}
],
"complete": true,
"collected": 33,
"total_stars": 33
},
"open_issues_and_prs": 4
},
"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": 3873,
"source_files_sampled": 3,
"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": 2,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "webmock",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 0,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 9,
"open_issues": 2,
"closed_ratio": 0.6,
"closed_issues": 3,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "tigris",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/26856?v=4"
},
{
"type": "User",
"login": "mojavelinux",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/79351?v=4"
},
{
"type": "User",
"login": "gkellogg",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/46296?v=4"
},
{
"type": "User",
"login": "cabo",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/23118?v=4"
},
{
"type": "User",
"login": "alpicola",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/42624?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.474
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml"
],
"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 7 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": 2,
"reason": "Found 7/25 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 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": 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": "580cf856a2873ffb5db54d3697083b67bfb2946d",
"ran_at": "2026-07-22T01:09:19Z",
"aggregate_score": 3.3,
"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": "2025-07-24T11:41:44Z",
"oldest_open_prs": [
{
"number": 14,
"created_at": "2021-12-28T08:26:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2021-12-28T09:22:17Z",
"last_comment_at": "2021-12-28T10:52:10Z",
"last_comment_author": "mojavelinux"
}
],
"last_merged_pr_at": "2021-12-28T10:28:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 8,
"created_at": "2015-05-07T02:31:44Z",
"last_comment_at": "2025-07-24T11:43:19Z",
"last_comment_author": "tigris"
},
{
"number": 9,
"created_at": "2016-08-07T15:13:22Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/tigris/open-uri-cached",
"host": "github.com",
"name": "open-uri-cached",
"owner": "tigris"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 33,
"vitality": 23,
"community": 51,
"governance": 63,
"engineering": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 23,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 1,
"days_since_last_push": 362,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 362 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 362
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "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": 42,
"inputs": {
"releases_count": 2,
"latest_release_tag": "2.0.0",
"releases_from_tags": true,
"days_since_latest_release": 362,
"mean_days_between_releases": 1304
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 362 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 362
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1304 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1304
}
}
],
"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": "dormant",
"guards": [
"recent_release"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 2,
"unanswered_open_issues": 1,
"days_since_last_merged_pr": 1666,
"days_since_last_human_commit": 362,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 362 days, with nothing left unanswered; held at dormant by a release within the year",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 362
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a release within the year"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 51,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"forks": 18,
"stars": 33,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "33 stars",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 33
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "18 forks",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 18
}
}
],
"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": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 79,
"inputs": {
"packages": [
"open-uri-cached"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 1285180,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "1,285,180 downloads all-time across rubygems",
"points": 63.5,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 1285180,
"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": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 5,
"top_contributor_share": 0.474
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 47% of commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 47
}
}
],
"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 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"merged_prs": 9,
"open_issues": 2,
"closed_issues": 3,
"issue_closed_ratio": 0.6,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "60% of issues closed",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 60
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/9 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 9
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/25 approved changesets -- score normalized to 2",
"points": 3,
"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": 51,
"inputs": {
"followers": 30,
"owner_type": "User",
"is_verified": null,
"owner_login": "tigris",
"public_repos": 12,
"account_age_days": 6503
},
"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": "30 followers of tigris",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 30,
"login": "tigris"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "12 public repos, account ~17 yr old",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 12
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"open-uri-cached"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 362
},
"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 362 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 362
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": 49,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 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 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.3
},
"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 7 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 7/25 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": "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": "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": 14
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 27,
"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.371,
"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": "13 of 35 human commits state their intent (structured subject or explanatory body)",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 13,
"sampled": 35
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"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 35",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 35
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "HTML",
"largest_source_bytes": 3873,
"source_files_sampled": 3,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "HTML without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "HTML"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"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": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T01:09:29.580594Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/tigris/open-uri-cached.svg",
"full_name": "tigris/open-uri-cached",
"license_state": "standard",
"license_spdx": "MIT"
}