原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"php",
"hacktoberfest"
],
"is_fork": false,
"size_kb": 27,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 5255
},
"pushed_at": "2023-09-21T11:04:18Z",
"created_at": "2016-08-24T05:22:12Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T16:21:01Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://www.php-fig.org",
"name": "PHP-FIG",
"type": "Organization",
"login": "php-fig",
"company": null,
"location": null,
"followers": 783,
"avatar_url": "https://avatars.githubusercontent.com/u/468401?v=4",
"created_at": "2010-11-05T04:42:54Z",
"is_verified": null,
"public_repos": 28,
"account_age_days": 5738
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "3.0.0",
"kind": "major",
"published_at": "2021-10-29T14:03:08Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2021-10-29T14:02:55Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2018-03-05T09:46:02Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2016-12-09T08:52:27Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2016-11-16T13:57:59Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2016-11-16T13:56:23Z"
}
],
"recent_commits": [
{
"oid": "2d280c2aaa23a120f35d55cfde8581954a8e77fa",
"body": "Update .gitattributes",
"is_bot": false,
"headline": "Merge pull request #26 from PaolaRuby/patch-1",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2022-04-08T16:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be3dd16badd3efcb9bb05bc4e01cec8f7257001e",
"body": null,
"is_bot": false,
"headline": "Update .gitattributes",
"author_name": "PaolaRuby",
"author_login": "PaolaRuby",
"committed_at": "2022-03-30T16:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
"body": "Add Parameter & Return Types (versions 3 of the library)",
"is_bot": false,
"headline": "Merge pull request #24 from navarr/return-types",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2021-10-29T13:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8707bf3cea6f710bf6ef05491234e3ab06f6432a",
"body": "Add Parameter Types (versions 2 of the library)",
"is_bot": false,
"headline": "Merge pull request #25 from php-fig/param-types",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2021-10-29T13:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd145de984c0120833237e3913bf1fb3ec7f6dc7",
"body": null,
"is_bot": false,
"headline": "Make CacheException extend Throwable",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2021-10-06T12:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e27efc65ddef47d3008c243a235ab9359b5754",
"body": "Update url to HTTPS",
"is_bot": false,
"headline": "Merge pull request #21 from J0WI/patch-1",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2021-10-06T11:02:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19a4d7c04df3b8e1bc7f68d7913221c6d731f89e",
"body": "This is a breaking change since implementations without return types are considered to be \"widening\" them, which is not allowed in PHP.\n\nImplementations that implement v3, however, are also implementing v1 and v2 as of PHP 7.4, so such implementations can use a require statement of `^1|^2|^3`. Usage libraries also can use a require statement of `^1|^2|^3`",
"is_bot": false,
"headline": "Add return types",
"author_name": "Navarr Barnier",
"author_login": "navarr",
"committed_at": "2021-08-27T15:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f32180d22812f91e618c1a77bffcbfde8d94fe2",
"body": "This is a breaking change since consumers may be providing entities that can be converted to a string.\n\nImplementations that implement v2, however, are also implementing v1 as of PHP 7.2, so such implementations can use a require statement of `^1|^2`. Usage libraries also can use a require statement of `^1|^2` so long as they are passing the specific variable type",
"is_bot": false,
"headline": "Add parameter types",
"author_name": "Navarr Barnier",
"author_login": "navarr",
"committed_at": "2021-08-27T15:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ffc7a5b36fa083afd48e7977aa76be8b501275f",
"body": null,
"is_bot": false,
"headline": "Update iterable doc types to identify values and in some cases keys",
"author_name": "Navarr Barnier",
"author_login": "navarr",
"committed_at": "2021-08-25T02:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138d67470aec4282bee64376227edce94b6de4a4",
"body": null,
"is_bot": false,
"headline": "Update url to HTTPS",
"author_name": "J0WI",
"author_login": "J0WI",
"committed_at": "2020-09-17T16:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a7b96b1dda5d957e01bc1bfe77dcca09c5a7474",
"body": "Update CacheInterface.php",
"is_bot": false,
"headline": "Merge pull request #20 from polishExperiment/patch-1",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2020-04-21T06:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ca494d45dfb02eea8b2a57a9460263e6ab988c2",
"body": null,
"is_bot": false,
"headline": "Update CacheInterface.php",
"author_name": "Paweł Zwoliński",
"author_login": "polishExperiment",
"committed_at": "2020-03-09T17:01:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"body": null,
"is_bot": false,
"headline": "Include slash at the beginning for DateInterval",
"author_name": "Michael Cullum",
"author_login": "michaelcullum",
"committed_at": "2017-10-23T01:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
"body": null,
"is_bot": false,
"headline": "Add link to spec",
"author_name": "Jordi Boggiano",
"author_login": "Seldaek",
"committed_at": "2017-01-02T13:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "413539bbeeecee69c8af87a7329b591295b7af1b",
"body": null,
"is_bot": false,
"headline": "Update README to point at implementations",
"author_name": "Jordi Boggiano",
"author_login": "Seldaek",
"committed_at": "2016-12-29T17:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c671bf12e2e3d06e8af28421177b15b9f29d55e0",
"body": null,
"is_bot": false,
"headline": "Update to latest spec docblocks",
"author_name": "Jordi Boggiano",
"author_login": "Seldaek",
"committed_at": "2016-12-29T17:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dcf8811a19f589909a041bbca3cefe57f6b37f5",
"body": "Update reflecting suggestions since opening final review",
"is_bot": false,
"headline": "Merge pull request #6 from matthiasmullie/master",
"author_name": "Jordi Boggiano",
"author_login": "Seldaek",
"committed_at": "2016-12-09T08:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30b99284d85efc2ea868452c29d35b451766a953",
"body": "* Remove CounterInterface from this spec\n* Add CacheException & InvalidArgumentException interfaces\n* Return success status (bool) on delete, clear & deleteMultiple\n* Introduce a default value for getMultiple\n* Various documentation clarifications",
"is_bot": false,
"headline": "Update reflecting suggestions since opening final review",
"author_name": "Matthias Mullie",
"author_login": "matthiasmullie",
"committed_at": "2016-12-09T08:16:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13f43ba7f6d5ce37c6c115c26a5f653c2d9c1e18",
"body": null,
"is_bot": false,
"headline": "Removing PSR-6 bridge",
"author_name": "Paul Dragoonis",
"author_login": "dragoonis",
"committed_at": "2016-11-14T21:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f37b0569d0427a51a6b32eb6f342d27953f0dc4a",
"body": null,
"is_bot": false,
"headline": "Renaming exists() to has()",
"author_name": "Paul Dragoonis",
"author_login": "dragoonis",
"committed_at": "2016-11-14T21:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "219449e3f6ab18e9317e3c01b6d7bdd9534b2ab7",
"body": null,
"is_bot": false,
"headline": "Add PSR-6 Bridge to the simplecache project",
"author_name": "Jordi Boggiano",
"author_login": "Seldaek",
"committed_at": "2016-11-13T17:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "840c9e15b03632f825735a659dcc53f3ecfbe8e4",
"body": null,
"is_bot": false,
"headline": "Update interfaces according to latest spec version",
"author_name": "Jordi Boggiano",
"author_login": "Seldaek",
"committed_at": "2016-11-13T17:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b67c817eb0e6a933e12dc29ef90ccbb53d8dc79",
"body": "Make namespacing consistent with spec",
"is_bot": false,
"headline": "Merge pull request #1 from jlaswell/patch-1",
"author_name": "Michael Cullum",
"author_login": "michaelcullum",
"committed_at": "2016-09-01T17:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa760be9769ff5198ffc9f70154b2f90fb06c4d3",
"body": null,
"is_bot": false,
"headline": "Make namespacing consistent with spec",
"author_name": "John Laswell",
"author_login": "jlaswell",
"committed_at": "2016-09-01T15:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65016252502e891b9847561fc5e106734574f0c9",
"body": null,
"is_bot": false,
"headline": "Add readme warning",
"author_name": "MichaelC",
"author_login": "michaelcullum",
"committed_at": "2016-08-26T00:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21fd1d438c312dee9ced6e77bfb1d94bd9f995c9",
"body": null,
"is_bot": false,
"headline": "Add the interfaces from PSR-16",
"author_name": "MichaelC",
"author_login": "michaelcullum",
"committed_at": "2016-08-25T18:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a960db084939da4a8d83be44e75015720c1b0eb5",
"body": null,
"is_bot": false,
"headline": "Add composer stuff",
"author_name": "MichaelC",
"author_login": "michaelcullum",
"committed_at": "2016-08-25T18:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aab01a3e8122e84d3f4efcc92aa473bdb28b952c",
"body": null,
"is_bot": false,
"headline": "Initial commit with base files",
"author_name": "MichaelC",
"author_login": "michaelcullum",
"committed_at": "2016-08-25T18:12:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2021-10-29T14:03:08Z",
"latest_release_tag": "3.0.0",
"releases_from_tags": false,
"days_since_last_push": 1035,
"active_weeks_last_year": 0,
"days_since_latest_release": 1727,
"mean_days_between_releases": 361.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "psr/simple-cache",
"exists": true,
"license": "MIT",
"keywords": [
"cache",
"caching",
"psr",
"simple-cache",
"psr-16"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/psr/simple-cache",
"is_deprecated": false,
"latest_version": "3.0.0",
"repository_url": "https://github.com/php-fig/simple-cache",
"versions_count": 7,
"total_downloads": 784113536,
"dependents_count": 2399,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 15491634,
"first_published_at": null,
"latest_published_at": "2021-10-29T13:26:27Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1727
}
]
},
"popularity": {
"forks": 56,
"stars": 8079,
"watchers": 14,
"fork_history": {
"days": [
{
"date": "2016-09-01",
"count": 1
},
{
"date": "2016-11-24",
"count": 1
},
{
"date": "2016-12-09",
"count": 1
},
{
"date": "2017-01-02",
"count": 1
},
{
"date": "2017-01-21",
"count": 1
},
{
"date": "2017-03-26",
"count": 1
},
{
"date": "2017-04-23",
"count": 1
},
{
"date": "2017-08-08",
"count": 1
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-09-21",
"count": 1
},
{
"date": "2018-01-09",
"count": 1
},
{
"date": "2018-02-25",
"count": 1
},
{
"date": "2018-03-05",
"count": 1
},
{
"date": "2018-08-23",
"count": 1
},
{
"date": "2018-10-06",
"count": 1
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2019-01-28",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-04-28",
"count": 1
},
{
"date": "2019-05-21",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-08-14",
"count": 1
},
{
"date": "2019-09-11",
"count": 1
},
{
"date": "2019-12-08",
"count": 1
},
{
"date": "2019-12-23",
"count": 1
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-04-24",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-08-01",
"count": 1
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-27",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-09-08",
"count": 1
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-03-30",
"count": 1
},
{
"date": "2022-06-12",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-10-10",
"count": 1
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-11-01",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 56,
"total_forks": 56
},
"star_history": null,
"open_issues_and_prs": 6
},
"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": 4822,
"source_files_sampled": 3,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 1,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 0,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 7,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 17
},
"bus_factor": 3,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Jean85",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/6729988?v=4"
},
{
"type": "User",
"login": "Seldaek",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/183678?v=4"
},
{
"type": "User",
"login": "michaelcullum",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/211740?v=4"
},
{
"type": "User",
"login": "navarr",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/145128?v=4"
},
{
"type": "User",
"login": "dragoonis",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/146321?v=4"
},
{
"type": "User",
"login": "J0WI",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5710638?v=4"
},
{
"type": "User",
"login": "jlaswell",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1676217?v=4"
},
{
"type": "User",
"login": "matthiasmullie",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/312776?v=4"
},
{
"type": "User",
"login": "PaolaRuby",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/79208489?v=4"
},
{
"type": "User",
"login": "polishExperiment",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/584970?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.214
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"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": 3,
"reason": "Found 7/19 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 20 contributing companies or organizations",
"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": "2d280c2aaa23a120f35d55cfde8581954a8e77fa",
"ran_at": "2026-07-22T16:55:57Z",
"aggregate_score": 3.2,
"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": 7,
"created_at": "2017-02-01T19:55:34Z",
"last_comment_at": "2021-10-06T11:07:05Z",
"last_comment_author": "Jean85"
},
{
"number": 16,
"created_at": "2019-05-21T05:28:52Z",
"last_comment_at": "2020-04-20T16:21:46Z",
"last_comment_author": "dragoonis"
},
{
"number": 27,
"created_at": "2022-06-12T09:21:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 28,
"created_at": "2022-09-14T07:03:46Z",
"last_comment_at": "2026-04-03T13:55:40Z",
"last_comment_author": "gijs-martens"
},
{
"number": 29,
"created_at": "2022-10-28T15:09:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 31,
"created_at": "2023-09-21T11:04:18Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2022-04-08T16:41:45Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/php-fig/simple-cache",
"host": "github.com",
"name": "simple-cache",
"owner": "php-fig"
},
"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": 25,
"inputs": {
"security": 32,
"vitality": 18,
"community": 75,
"governance": 62,
"engineering": 20,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 41,
"overall_after_abandonment_multiplier": 25
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"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": 1035,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1035 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1035
}
}
],
"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": 44,
"inputs": {
"releases_count": 6,
"latest_release_tag": "3.0.0",
"releases_from_tags": false,
"days_since_latest_release": 1727,
"mean_days_between_releases": 361.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1727 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1727
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~361.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 361.6
}
}
],
"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",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 6,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 1566,
"days_since_last_human_commit": 1566,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1566 days; 3 unmet obligation(s): pull requests unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1566,
"count": 3,
"signals": "pull requests 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": "good",
"name": "Community & Adoption",
"value": 75,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"forks": 56,
"stars": 8079,
"watchers": 14,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "8,079 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 8079
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "56 forks",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 56
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "14 watchers",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 14
}
}
],
"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": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"psr/simple-cache"
],
"dependents": 2399,
"ecosystems": "packagist",
"total_downloads": 784113536,
"monthly_downloads": 15491634
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "15,491,634 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 15491634,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "2,399 packages depend on it",
"points": 20,
"status": "met",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 2399
}
}
],
"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": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 10,
"top_contributor_share": 0.214
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 21% of commits",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 21
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 20 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 17
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/24 decided PRs merged",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 24
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/19 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"followers": 783,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "php-fig",
"public_repos": 28,
"account_age_days": 5738
},
"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": "783 followers of php-fig",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 783,
"login": "php-fig"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "28 public repos, account ~15 yr old",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 28
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"psr/simple-cache"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 1727
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1727 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1727
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 20,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 6,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"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": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [
"php",
"hacktoberfest"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.2
},
"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/19 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 20 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": 25
},
"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": 17,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.357,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "10 of 28 human commits state their intent (structured subject or explanatory body)",
"points": 19,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 10,
"sampled": 28
}
}
],
"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": 1,
"inputs": {
"has_nix": false,
"has_tests": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": 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 28",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 28
}
}
],
"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": "PHP",
"largest_source_bytes": 4822,
"source_files_sampled": 3,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"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": [
"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-22T16:56:12.460065Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/php-fig/simple-cache.svg",
"full_name": "php-fig/simple-cache",
"license_state": "standard",
"license_spdx": "MIT"
}