JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"php",
"cors",
"laravel",
"symfony",
"hacktoberfest"
],
"is_fork": false,
"size_kb": 156,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 42011
},
"pushed_at": "2025-12-23T19:38:21Z",
"created_at": "2022-02-18T17:08:22Z",
"owner_type": "Organization",
"updated_at": "2026-06-09T16:06:05Z",
"description": "CORS (Cross-Origin Resource Sharing) for your Symfony/Laravel requests",
"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://fruitcake.nl",
"name": "Fruitcake",
"type": "Organization",
"login": "fruitcake",
"company": null,
"location": "Netherlands",
"followers": 77,
"avatar_url": "https://avatars.githubusercontent.com/u/6661222?v=4",
"created_at": "2014-02-12T12:34:37Z",
"is_verified": null,
"public_repos": 44,
"account_age_days": 4543
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2025-12-03T09:36:59Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2023-10-12T05:23:39Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2022-02-20T15:07:30Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-02-20T11:20:10Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2022-02-19T17:01:30Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-02-19T14:16:56Z"
},
{
"tag": "v1.0-beta1",
"kind": "other",
"published_at": "2022-02-19T13:32:06Z"
},
{
"tag": "v1.0-alpha2",
"kind": "other",
"published_at": "2022-02-19T11:07:44Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2022-02-19T11:02:39Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2022-02-19T10:37:35Z"
}
],
"recent_commits": [
{
"oid": "5c0458a39a5d2334ff20f967a0c20e49478a2e13",
"body": null,
"is_bot": false,
"headline": "Change PSR-12 check command in workflow (#40)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2025-12-23T19:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38aaa6c3fd4c157ffe2a4d10aa8b9b16ba8de379",
"body": "* Fix tests deprecation triggered on PHP 8.5\n\n* Refactor CorsServiceTest to remove PHP version check\n\nRemove deprecated reflection accessibility check for PHP 8.1.\n\n---------\n\nCo-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>",
"is_bot": false,
"headline": "Fix tests deprecation triggered on PHP 8.5 (#39)",
"author_name": "Jesper Noordsij",
"author_login": "jnoordsij",
"committed_at": "2025-12-03T09:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3befa87469a45230855cbbdf9076b68ea2b903f5",
"body": null,
"is_bot": false,
"headline": "Update to squizlabs/php_codesniffer v4 (#37)",
"author_name": "Jesper Noordsij",
"author_login": "jnoordsij",
"committed_at": "2025-12-03T09:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b65698c43255c7c0e0b520a812dde4ca1186be",
"body": "* Allow Symfony v8 and drop unsupported PHP/Symfony versions\n\n---------\n\nCo-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>",
"is_bot": false,
"headline": "Allow Symfony v8 (#38)",
"author_name": "Jesper Noordsij",
"author_login": "jnoordsij",
"committed_at": "2025-12-03T09:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82ae5d49816b4b99cd62162e3181276c6b5163a",
"body": null,
"is_bot": false,
"headline": "Test against php 8.5 (#36)",
"author_name": "Serhii Petrov",
"author_login": "sergiy-petrov",
"committed_at": "2025-10-01T10:52:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eaf5f588eb34f15a6eca4fd8e62a35cbee43f64",
"body": "* Bump phpstan to 2.x and level up to 10\n\n* Tweak asserts\n\n* Tweak asserts\n\n* Update README.md",
"is_bot": false,
"headline": "Bump phpstan to 2.x and level up to 10 (#33)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2025-03-13T13:43:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cca409bfef211495094bf4b575c459fdf7bacba1",
"body": "Check multiple Vary headers when existing",
"is_bot": false,
"headline": "Merge pull request #32 from fruitcake/feat-multiple-vary-headers",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2025-03-13T13:08:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69714b598c5cc36ad95efe2db214327b81d53ff5",
"body": null,
"is_bot": false,
"headline": "Use setVary",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2025-03-13T13:05:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95bebd943fbe50401128594c75b6ef0213544c43",
"body": null,
"is_bot": false,
"headline": "Check multiple Vary headers when existing",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2025-03-13T12:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8900646a4d9b15c4ef12ecb43c2b383b0a5b43",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2024-11-19T11:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b330bf408aad528c93ecdfefab46a582acfe22aa",
"body": null,
"is_bot": false,
"headline": "Fix badges",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2024-11-13T09:02:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "227e40e8f2c36b2323fe334a7c4f08ef34559d34",
"body": null,
"is_bot": false,
"headline": "Bump dev alias",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2024-11-13T08:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eadccb4bb36665fa341d88c4d8f599741de28cb5",
"body": "Test against php 8.4",
"is_bot": false,
"headline": "Merge pull request #30 from sergiy-petrov/php-8.4-new",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2024-10-30T21:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db53d4c0a16e0aaa50fd8334ec21dd5f14d59b1c",
"body": "* Test against php 8.4\r\n\r\n* Upgrade upload-artifact version",
"is_bot": false,
"headline": "Test against php 8.4",
"author_name": "Serhii Petrov",
"author_login": "sergiy-petrov",
"committed_at": "2024-10-30T21:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98c14933d651997e86bdb900cd3d7149380183f4",
"body": "Fixes https://github.com/fruitcake/php-cors/issues/21",
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2024-04-09T08:00:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c70ea7b05b9a1b13d3196f235d5995b3deb93ae8",
"body": "Test PHP8.3",
"is_bot": false,
"headline": "Merge pull request #20 from fruitcake/test/php8.3",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2023-10-16T08:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e978be4d1d6780b47ac48e9654dc45c2b0b0fea",
"body": null,
"is_bot": false,
"headline": "Test PHP8.3",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2023-10-16T08:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d158f36e7875e2f040f37bc0573956240a5a38b",
"body": "Add supports for Symfony 7",
"is_bot": false,
"headline": "Merge pull request #19 from laravel-labs/symfony7",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2023-10-12T05:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8e621ed3153bb9819f61321f2cc7b2d9c5728a6",
"body": "Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>",
"is_bot": false,
"headline": "wip",
"author_name": "Mior Muhammad Zaki",
"author_login": "crynobone",
"committed_at": "2023-10-09T00:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bc51a7a73c95f20d932eea94093a343590d0cc4",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Mior Muhammad Zaki",
"author_login": "crynobone",
"committed_at": "2023-09-30T01:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb96f0246364ea36d4d22364a39023a7e2974fc8",
"body": "Test on 8.2",
"is_bot": false,
"headline": "Merge pull request #14 from fruitcake/test-8.2",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-10-31T13:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "548289b55f2efcf5455f508ba8e6f7c1870243e5",
"body": null,
"is_bot": false,
"headline": "Test on 8.2",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-10-31T13:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76d219410b710d9f5b4d52b1febffe57b4cf4f16",
"body": null,
"is_bot": false,
"headline": "Update branch alias",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-22T19:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25dddd400b717ef2443ff7a9421956fe651915e1",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main'",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-22T19:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b265d21494a5dd36906d986682a02215a7610f34",
"body": null,
"is_bot": false,
"headline": "Merge commit 'f4d5ef05a08f520ecd3bc663a0b1ce421d1cbeca'",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-22T19:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41c9b00e451fd3451a198279acc65419cd7d0ea8",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T15:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58571acbaa5f9f462c9c77e911700ac66f446d4e",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T15:07:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76c2419e17b929d6e926b3c92aaff2b0a2aa4b9d",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T14:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1e20d7889b9345b192d66a2f6b21f6c4e903510",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T14:34:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "427a3e87ac6c06f0b90cd0dcc3ce8a266c4c1c2d",
"body": "Drop support for legacy versions",
"is_bot": false,
"headline": "Merge pull request #10 from fruitcake/feat-php74plus",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T14:33:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4632212ba0ccc092ec1536845f9a52dd8806d36a",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T14:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22e07135007e203c16d6cb56d97a743fe5763649",
"body": null,
"is_bot": false,
"headline": "No need to validate anymore with typed properties",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T14:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d32c5083258a21f6e306bafd1730e1a5b58d438",
"body": null,
"is_bot": false,
"headline": "Drop support for legacy versions",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T14:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "507d1de41251b5c22eaf361df3e362b84da8d83e",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T11:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8623f8cdb1d4db559e4a01f703005e8e6b4446",
"body": "Test setOptions",
"is_bot": false,
"headline": "Merge pull request #9 from fruitcake/feat-setOptions",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T10:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cf2a9d480bf93733affe7603a0e19d431d281f7",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T10:56:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc3df1fad1caa69f253631b765a12c45528148f2",
"body": null,
"is_bot": false,
"headline": "Add setOptions to lazy set options",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T10:55:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42ea548dce7ff98a8a0577f8b8404914f728a3fc",
"body": null,
"is_bot": false,
"headline": "Add single command for local tests",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-20T10:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07611b4d603a72f097aeeeeb1e67d5ae7a6d0798",
"body": null,
"is_bot": false,
"headline": "Skip wildcard conversion when all origin is allowed",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T16:21:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff8fdb850d52f028ac4de1416f683035eac4426",
"body": null,
"is_bot": false,
"headline": "Test default options",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T16:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ad611e885a8e7cb7d7a748515570ff760b65177",
"body": "* Use actual properties instead of arrays\r\n\r\n* Re-format methods",
"is_bot": false,
"headline": "Use actual properties instead of arrays (#8)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T16:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4126072788730bc3c008556e698a803930b4ce6c",
"body": null,
"is_bot": false,
"headline": "Tweak name",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T15:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c5d1e86391b17f2cedcdf5ea2c7580c38b9c92",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T14:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8de9e06ce348a0900ac3974321b016a86f23662",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T14:12:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f10ce9f15df9e354b6da47c6e54f12f2c4926814",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T14:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf08000ba133b6cac6fbaefba12dc0f9a349bd11",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T14:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f79340fd70e34608e04f3cfe6e046bfd1c60a991",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T14:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "006045966c440300e6f7fa37c0f040ec70053859",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T13:29:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44fbc11ffb62bbd5021fc45703abf4989e166817",
"body": null,
"is_bot": false,
"headline": "Expliticly test normalization",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T13:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "257d0f8ac186f28e3bf8c97df075851521916fc2",
"body": null,
"is_bot": false,
"headline": "Test exposedHeaders false",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T13:06:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de2c938c8a412b3e00f12d10eb51b27004a4949f",
"body": null,
"is_bot": false,
"headline": "Simplify origin",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T12:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28f2ee7e4e14b0d6d4eba6e6147fb3c5af3004d9",
"body": "* Split actions\r\n\r\n* Upload coverage html\r\n\r\n* Rename",
"is_bot": false,
"headline": "Split actions (#7)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T12:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c784e49cdfb84eac1d03c98d4dd65033a4f4f04c",
"body": null,
"is_bot": false,
"headline": "Use Teamcity for GH",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T12:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc19ee81e370bd75c484d395269d411d71120932",
"body": "* Add coverage\r\n\r\n* Tweak coverage\r\n\r\n* Tweak coverage",
"is_bot": false,
"headline": "Add coverage (#5)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T12:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fac60833e0bd7e6b1271febf9c6b643dd0abdabb",
"body": null,
"is_bot": false,
"headline": "Revert",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T12:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f51727ebe2f43b65b66d643afe6fd393607e23c2",
"body": null,
"is_bot": false,
"headline": "Tweak coverage",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T12:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "125c6d1903bcdcbf60875607974930d0c70a2d93",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T11:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb56f94ba331b09e5b5d4b76332a2ab54c9f7083",
"body": null,
"is_bot": false,
"headline": "phpstan level 9 (#4)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T11:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed3e6217de11f1d2eab036a35bab34a5642522fd",
"body": "* Bump to 8, fix cast for origin\r\n\r\n* Check origin\r\n\r\n* Explicit cast",
"is_bot": false,
"headline": "Phpstan level8 (#3)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T10:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "277ac8de1b1965250ddbe98b1788ee43afd038e0",
"body": "* Simplify array structure\r\n\r\n* Remove array merges in favor of explicit options\r\n\r\n* Split allowAll options\r\n\r\n* Tweak array type\r\n\r\n* Revert \"Tweak array type\"\r\n\r\nThis reverts commit 4738baf14e10d5654f63e87fedaffc76347f9158.\r\n\r\n* Add explicit cast\r\n\r\n* Skip check on lowest symfony 4\r\n\r\n* Skip check on lowest symfony 4\r\n\r\n* Skip check on lowest symfony 4\r\n\r\n* SKip\r\n\r\n* SKip",
"is_bot": false,
"headline": "Phpstan level7 (#2)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T10:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d0d027092de49b0d9d926f2ef1192bc22e7069",
"body": "Bump to Phpstan level6",
"is_bot": false,
"headline": "Merge pull request #1 from fruitcake/phpstan-level6",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T08:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "306877230721d77dfd53fcb6a529c80065fc04f5",
"body": null,
"is_bot": false,
"headline": "Add ALL the types",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T08:25:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c89b6040b11e9e83c80c0274afb607bd705ad63a",
"body": null,
"is_bot": false,
"headline": "Fix type for maxAge",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T07:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7270a6dad83cb1cfdf82780d2268bb9d5d2fa4db",
"body": null,
"is_bot": false,
"headline": "Add phpstan to CI",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T07:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11d4d3f971c3c92bf1b1e5b43ebe63a25dcf8786",
"body": null,
"is_bot": false,
"headline": "Add phpstan",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T07:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8c8efbd0bb658917403d199b67793ad241d0547",
"body": null,
"is_bot": false,
"headline": "Test defaults",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T07:14:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e9e369e60019bb6cf7767e342378f3833d35634",
"body": null,
"is_bot": false,
"headline": "Reformat tests to PSR-12",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T07:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "178ae0364a95c434bc468caa3ecd1df3e49b9973",
"body": null,
"is_bot": false,
"headline": "Tweak defaults",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-19T06:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46d32c99be9402902fcdb8ee447c8284b0057ec0",
"body": null,
"is_bot": false,
"headline": "Clarify exposeHeaders array",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T20:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4d1f1cc7493f3c77ac6b17d06ac6914c7836564",
"body": null,
"is_bot": false,
"headline": "Update example for origins",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T20:05:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a9b3bcd97ba650be40fd64068e493266a220c34",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T20:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b9a8c1b01ece9bd81f33d7e697dc0951e4dca58",
"body": null,
"is_bot": false,
"headline": "Test option normalisation",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T19:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "720a90c5727660894a8376dc816bbe85e187b8c2",
"body": null,
"is_bot": false,
"headline": "Fix newline",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T19:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b61cb41d157535d2f6eb7ef351dba37d94981b9",
"body": null,
"is_bot": false,
"headline": "Use own Exception",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T18:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ee5cc9d64c3e02e2c9d1d43a0d9d224e5e9e3d",
"body": null,
"is_bot": false,
"headline": "Fix wildcard conversion",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T18:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32ad18f783e831cc5bc78f5d9070db792c9a1abe",
"body": null,
"is_bot": false,
"headline": "Fix exposedHeaders",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T18:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0c6752517f75b35eae40762f9baa35aa96b5815",
"body": null,
"is_bot": false,
"headline": "Fix alias",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T18:10:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6282469ae1f6ad21b56616df0628c00e09ef221c",
"body": null,
"is_bot": false,
"headline": "Support wildcards, underscore options, validate options",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T18:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23b9796610178cb3a7ae414e28e61a4beb960514",
"body": null,
"is_bot": false,
"headline": "Fix branch alias",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T17:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4699158e43b60eb1c94ba47ef53fb18b14f4310b",
"body": null,
"is_bot": false,
"headline": "Tweak badge",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T17:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69f28135e1748c24be539a7eac38c97f669cf13b",
"body": null,
"is_bot": false,
"headline": "Tweak badges",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T17:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dd6a93222f06925891e1880fa344abfaf7d9287",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T17:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4d5ef05a08f520ecd3bc663a0b1ce421d1cbeca",
"body": null,
"is_bot": false,
"headline": "Initial commit, standalone split-off from asm89/stack-cors",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-02-18T17:32:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a",
"body": null,
"is_bot": false,
"headline": "Remove 7.1",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-01-18T09:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bda36ebe14f5f7a4909590d880ac2fded0aa1322",
"body": "* Test Symfony 4,5,6\r\n* Use signature for both new and old versions",
"is_bot": false,
"headline": "Re-support Symfony 4 and 5 (#99)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-01-18T09:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1faf1a97bddf4ce46521ba747f8474e4c15bb546",
"body": null,
"is_bot": false,
"headline": "Ignore line length",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-01-03T15:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "924abba50358cc48befbe7f5915086ea7ac887de",
"body": null,
"is_bot": false,
"headline": "Test contstructor",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-01-03T15:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b27af9955b5b587da2eab7f3c0dac3c5352a428",
"body": null,
"is_bot": false,
"headline": "Only support Symfony 6",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-01-03T15:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a198ec737e926eab15d29368fc6fff66772b0e2",
"body": null,
"is_bot": false,
"headline": "Update CorsService.php",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-01-03T15:27:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f11068700958215c5b1e745968e402c8d400cefc",
"body": null,
"is_bot": false,
"headline": "Update CorsService.php",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2022-01-03T15:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c393588f99793ba7edb9f3c0281d9b3ecba49a7",
"body": null,
"is_bot": false,
"headline": "Allow Symfony 6 (#96)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2021-09-29T15:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6400748fd18be962db69c89bccc975f23b4d9f4e",
"body": null,
"is_bot": false,
"headline": "Remove unused Response import (#94)",
"author_name": "James Brooks",
"author_login": "jbrooksuk",
"committed_at": "2021-07-17T13:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "073cc8782acaeb447bde12e71f8f0b183fa8a5f5",
"body": null,
"is_bot": false,
"headline": "Use isCorsRequest method (#93)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2021-03-12T08:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7feb529b1db0ee2749fcf2a55b81669335adcbb",
"body": null,
"is_bot": false,
"headline": "Update README.md (#91)",
"author_name": "Selçuk Çukur",
"author_login": "selcukcukur",
"committed_at": "2021-03-11T19:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46db52e7c258354e0205ac8ab676418e8f1a5ca2",
"body": "* PR #89 & #88 [https://github.com/asm89/stack-cors/pull/89]\r\n\r\n* Necessary corrections.",
"is_bot": false,
"headline": "PR #89 & #88 [https://github.com/asm89/stack-cors/pull/89] (#90)",
"author_name": "Selçuk Çukur",
"author_login": "selcukcukur",
"committed_at": "2021-03-11T19:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38607ec5f6d459da493cdaf2fa42b2e55e1d0b79",
"body": "- \"array ()\" declaration is not required in function parameters. It will be detected automatically when declared as \"Array\" type.",
"is_bot": false,
"headline": "It is better to use \"[]\" instead of \"array()\". (#88)",
"author_name": "Selçuk Çukur",
"author_login": "selcukcukur",
"committed_at": "2021-03-11T18:34:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a092c15717bcd2c72ee93876b98d551345e4f8a",
"body": null,
"is_bot": false,
"headline": "It is better to use \"[]\" instead of \"array()\". (#89)",
"author_name": "Selçuk Çukur",
"author_login": "selcukcukur",
"committed_at": "2021-03-11T18:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cb795bf30988e8c96dd3c40623c48a877bc6714",
"body": null,
"is_bot": false,
"headline": "Do not check isSameHost (#84)",
"author_name": "Barry vd. Heuvel",
"author_login": "barryvdh",
"committed_at": "2021-03-11T06:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6920bd8996449400ac976e083b55fb45f035467",
"body": null,
"is_bot": false,
"headline": "Fix Access-Control-Allow-Origin null bug (#86)",
"author_name": "jetexe",
"author_login": "jetexe",
"committed_at": "2021-03-11T06:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d8f88b3b3830916be94292c1fbce84433efb1aa",
"body": "* PHP 8 Support\r\n\r\n* Fix whitespace issue\r\n\r\n* Run builds on Pull Requests",
"is_bot": false,
"headline": "PHP 8 Support (#83)",
"author_name": "Dries Vints",
"author_login": "driesvints",
"committed_at": "2020-10-29T16:03:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 5,
"latest_release_at": "2025-12-03T09:36:59Z",
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_last_push": 210,
"active_weeks_last_year": 3,
"days_since_latest_release": 231,
"mean_days_between_releases": 153.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "fruitcake/php-cors",
"exists": true,
"license": "MIT",
"keywords": [
"symfony",
"cors",
"laravel"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/fruitcake/php-cors",
"is_deprecated": false,
"latest_version": "v1.4.0",
"repository_url": "https://github.com/fruitcake/php-cors",
"versions_count": 12,
"total_downloads": 281246634,
"dependents_count": 36,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 10892881,
"first_published_at": null,
"latest_published_at": "2025-12-03T09:33:47Z",
"latest_version_yanked": null,
"days_since_latest_publish": 231
}
]
},
"popularity": {
"forks": 20,
"stars": 316,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-06-28",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2023-09-30",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-08-09",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-08-16",
"count": 1
},
{
"date": "2025-11-23",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
}
],
"complete": true,
"collected": 20,
"total_forks": 20
},
"star_history": null,
"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": 19709,
"source_files_sampled": 5,
"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": 5,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "symfony/http-foundation",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^5.4|^6.4|^7.3|^8"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "symfony/http-foundation",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "squizlabs/php_codesniffer",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 5,
"direct_count": 1,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 20,
"open_issues": 2,
"closed_ratio": 0.846,
"closed_issues": 11,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "barryvdh",
"commits": 122,
"avatar_url": "https://avatars.githubusercontent.com/u/973269?v=4"
},
{
"type": "User",
"login": "asm89",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/657357?v=4"
},
{
"type": "User",
"login": "selcukcukur",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5716652?v=4"
},
{
"type": "User",
"login": "GrahamCampbell",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/2829600?v=4"
},
{
"type": "User",
"login": "jnoordsij",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/45041769?v=4"
},
{
"type": "User",
"login": "adityamenon-exp",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/18206894?v=4"
},
{
"type": "User",
"login": "Nyholm",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1275206?v=4"
},
{
"type": "User",
"login": "sergiy-petrov",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8986207?v=4"
},
{
"type": "User",
"login": "crynobone",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/172966?v=4"
},
{
"type": "User",
"login": "bartlangelaan",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1851670?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.663
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"run-coverage.yml",
"run-matcher.yml",
"run-tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 4,
"reason": "5 out of 12 merged PRs checked by a CI test -- score normalized to 4",
"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 6/23 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 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": "5c0458a39a5d2334ff20f967a0c20e49478a2e13",
"ran_at": "2026-07-22T17:19:13Z",
"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": "2026-07-22T02:48:51Z",
"oldest_open_prs": [
{
"number": 13,
"created_at": "2022-08-03T13:12:36Z",
"last_comment_at": "2024-09-11T11:25:23Z",
"last_comment_author": "barryvdh"
},
{
"number": 27,
"created_at": "2024-09-04T01:58:58Z",
"last_comment_at": "2024-11-15T09:41:03Z",
"last_comment_author": "yinheli"
}
],
"last_merged_pr_at": "2025-12-23T19:38:21Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 29,
"created_at": "2024-09-11T08:48:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 35,
"created_at": "2025-06-10T06:33:35Z",
"last_comment_at": "2025-06-10T10:50:54Z",
"last_comment_author": "barryvdh"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/fruitcake/php-cors",
"host": "github.com",
"name": "php-cors",
"owner": "fruitcake"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 32,
"vitality": 33,
"community": 62,
"governance": 65,
"engineering": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 33,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 1,
"days_since_last_push": 210,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 210 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 210
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "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": "moderate",
"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": 62,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_latest_release": 231,
"mean_days_between_releases": 153.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 231 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 231
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~153.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 153.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 210,
"days_since_last_human_commit": 210,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 210 days, with nothing left unanswered; held at dormant by a release within the year",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 210
}
},
{
"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": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"forks": 20,
"stars": 316,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "316 stars",
"points": 40.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 316
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "20 forks",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 20
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"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": 90,
"inputs": {
"packages": [
"fruitcake/php-cors"
],
"dependents": 36,
"ecosystems": "packagist",
"total_downloads": 281246634,
"monthly_downloads": 10892881
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "10,892,881 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 10892881,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "36 packages depend on it",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 36
}
}
],
"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": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 19,
"top_contributor_share": 0.663
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 66% of commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 20,
"open_issues": 2,
"closed_issues": 11,
"issue_closed_ratio": 0.846,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "85% of issues closed",
"points": 39.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 85
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "20/25 decided PRs merged",
"points": 30.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 20,
"decided": 25
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/23 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 77,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "fruitcake",
"public_repos": 44,
"account_age_days": 4543
},
"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": "77 followers of fruitcake",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 77,
"login": "fruitcake"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "44 public repos, account ~12 yr old",
"points": 24,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 44
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"fruitcake/php-cors"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 231
},
"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 231 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 231
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 56,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "5 out of 12 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"php",
"cors",
"laravel",
"symfony",
"hacktoberfest"
],
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": 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": "5 out of 12 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/23 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 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": 29
},
"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": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.31,
"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": "31 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 31,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"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": 19709,
"source_files_sampled": 5,
"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/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"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-22T17:19:31.734321Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/fruitcake/php-cors.svg",
"full_name": "fruitcake/php-cors",
"license_state": "standard",
"license_spdx": "MIT"
}