Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"feature-flags",
"laravel"
],
"is_fork": false,
"size_kb": 122,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 28662
},
"pushed_at": "2026-08-04T01:43:33Z",
"created_at": "2022-03-23T00:47:41Z",
"owner_type": "Organization",
"updated_at": "2026-08-04T01:37:19Z",
"description": "Laravel Feature Flags allows instant, zero-deployment toggling of application features.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://codinglabs.com.au",
"name": "Coding Labs",
"type": "Organization",
"login": "codinglabsau",
"company": null,
"location": "Gold Coast, Australia",
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/43810819?v=4",
"created_at": "2018-10-03T10:01:09Z",
"is_verified": null,
"public_repos": 28,
"account_age_days": 2861
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2026-08-04T01:43:33Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-04-16T06:32:57Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2025-02-25T00:00:09Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2024-03-11T04:11:19Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2023-02-20T04:17:08Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2022-08-30T04:09:43Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2022-08-30T02:03:08Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2022-08-29T02:36:20Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2022-06-13T04:10:03Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2022-06-13T01:56:34Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-04-06T01:02:56Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-03-31T01:34:50Z"
}
],
"recent_commits": [
{
"oid": "c6a812c33d175924bdd9cf6eec06e64978e911ce",
"body": "composer.json aliased the bare `FeatureFlag::` shorthand to the\nplural `Codinglabs\\FeatureFlags\\Facades\\FeatureFlags`, which doesn't\nexist (the class is singular: Facades\\FeatureFlag). This 404'd the\nalias everywhere, including tinker.",
"is_bot": false,
"headline": "Fix FeatureFlag facade alias to point at singular Facades class (#11)",
"author_name": "Steve Thomas",
"author_login": "stevethomas",
"committed_at": "2026-08-04T01:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12927e8b09cbdc91fdbd1796c17749d191f21f94",
"body": "- Replace php-cs-fixer wrapper with laravel/pint\n- Add pint.json with sort_algorithm: length\n- Update CI workflow to use vendor/bin/pint --test\n- Reformat all files with Pint\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Swap codinglabsau/php-styles for laravel/pint (#8)",
"author_name": "Steve Thomas",
"author_login": "stevethomas",
"committed_at": "2026-04-16T06:32:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "64d04f69f3b7002cd6ffbc04269fc8871fae6be4",
"body": "This reverts commit cb0fa8c1af0671dc40e9b78880bb3a6d6dc1ad31.",
"is_bot": false,
"headline": "Revert \"Add scope column for categorising feature flags (#6)\"",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2026-04-16T06:30:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd4e46f6893e0ae2d086fc81211f9d382190f4de",
"body": "This reverts commit c4ddb0523a75c86e26255d06823e84d8eeda1f1d.",
"is_bot": false,
"headline": "Revert \"Add artisan commands for feature flag management (#5)\"",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2026-04-16T06:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d426d8a58729eedd752c79fb5b8eb8b2cffe30d",
"body": "This reverts commit 13b658b8e0d42df529b0ac5f28e1a390ad6739de.",
"is_bot": false,
"headline": "Revert \"Remove getScope and getDescription facade methods\"",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2026-04-16T06:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93a3f89f8cdf58343572ebb85cbb2af2976ccc58",
"body": "…n permissions\n\nCo-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for code scanning alert no. 1: Workflow does not contai…",
"author_name": "Steve Thomas",
"author_login": "stevethomas",
"committed_at": "2026-04-16T03:47:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cca0b9d4a2c34052ec0e494840a2c075d85be228",
"body": "Drop Laravel 10 and 11 support, add Laravel 13.\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Support Laravel 13 (#7)",
"author_name": "Steve Thomas",
"author_login": "stevethomas",
"committed_at": "2026-04-16T03:45:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "13b658b8e0d42df529b0ac5f28e1a390ad6739de",
"body": "These accessors have no practical use case — scope and description\nare for bulk filtering via Eloquent, not single-feature lookups.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove getScope and getDescription facade methods",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2026-04-08T03:59:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c4ddb0523a75c86e26255d06823e84d8eeda1f1d",
"body": "* Add artisan commands for managing feature flags\n\nAdds interactive `feature:manage` command for SSH-based flag toggling\nwith table display, selection, and confirmation. Also adds scriptable\n`feature:on`, `feature:off`, and `feature:state` commands for\nautomation. All commands delegate to existing F\n[…]\nude Opus 4.6 <noreply@anthropic.com>\n\n* Document artisan commands in README\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add artisan commands for feature flag management (#5)",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2026-03-13T05:51:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cb0fa8c1af0671dc40e9b78880bb3a6d6dc1ad31",
"body": "* add scope column for categorising feature flags\n\nAdds a nullable scope string column to the features table, allowing\nprojects to categorise flags however they want (e.g. 'development',\n'release'). Supports both simple and rich config formats, with\nBackedEnum resolution. Scope syncs from config on \n[…]\nruntime behaviour\n- Update config docblock for rich format with description\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add scope column for categorising feature flags (#6)",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2026-03-13T05:51:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c0d8af7ef6a498be682e333d1ab46cce9c0cfd11",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2025-02-24T23:57:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecff95824217b10934cd20c0379709f716294166",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2025-02-24T23:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3282247858708d2c04cfdf0ff463c5e82e815ac",
"body": null,
"is_bot": false,
"headline": "update test runner",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2025-02-24T23:46:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9122fb4995d3a1d0cda115f3b4f129737de64f9d",
"body": null,
"is_bot": false,
"headline": "support Laravel 12",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2025-02-24T23:46:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4858f9be5e02d23aaba8fef53d757d1b5b96d42a",
"body": null,
"is_bot": false,
"headline": "support L11",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2024-03-11T04:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6a029398739cd5f675ee480285ea88382ad85f9",
"body": null,
"is_bot": false,
"headline": "wip it",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2023-02-20T02:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d9a8495a4ba1e3ccdcdaba87e7b94b693156595",
"body": null,
"is_bot": false,
"headline": "wip it",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2023-02-20T02:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7615367115041af45f5e1bc8f3d671d4ef594b7a",
"body": null,
"is_bot": false,
"headline": "upgrade for Laravel 10",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2023-02-20T02:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fcb6b7bb8462dae73dd3fa2c4fb02d20576167c",
"body": null,
"is_bot": false,
"headline": "whoops",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-09-01T23:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3be47e49c92dc84f6f84631a3791c674b99a3069",
"body": null,
"is_bot": false,
"headline": "warning",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-09-01T23:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "932e3bd8ffa0b951f7df38f6c7bd277178efe7bc",
"body": null,
"is_bot": false,
"headline": "use configured model for action",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-08-30T04:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a266f3a741314be00ee45b8d0590d1f7533e3309",
"body": "…ction-over-to-package-with\n\nSt/sc 7287 move syncfeaturesaction over to package with",
"is_bot": false,
"headline": "Merge pull request #4 from codinglabsau/st/sc-7287-move-syncfeaturesa…",
"author_name": "Steve Thomas",
"author_login": "stevethomas",
"committed_at": "2022-08-30T02:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c48931dd2123191512d7f68d535b5ec4bb2f65fb",
"body": null,
"is_bot": false,
"headline": "increase test coverage",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-08-30T00:07:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fd85152fd2627a07d70b718a90a847fb9b4ccfc",
"body": null,
"is_bot": false,
"headline": "wip it",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-08-29T07:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fcf63e84ab53a3c2b93ea113bdd96acd4a8f7f8",
"body": null,
"is_bot": false,
"headline": "always-on config item allows features to always be on",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-08-29T07:28:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17491eee88f53090cf524a7a65cea20536951709",
"body": null,
"is_bot": false,
"headline": "add sync features command and tests",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-08-29T07:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0e14edfb3917745493e55133907a8e28f346771",
"body": null,
"is_bot": false,
"headline": "reorganise tests",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-08-29T06:55:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab33924e5de0d4f93d5f424958421ba282780aca",
"body": null,
"is_bot": false,
"headline": "test blade directive",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-08-29T06:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51532229017a1599ee6f3982151fb0e081329859",
"body": "…eware-per-laravel-roles\n\nadd tests for middleware",
"is_bot": false,
"headline": "Merge pull request #3 from codinglabsau/st/sc-7265-test-feature-middl…",
"author_name": "Steve Thomas",
"author_login": "stevethomas",
"committed_at": "2022-08-29T02:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf0d91af785839a3755214e02bb08ef16dccc4c8",
"body": null,
"is_bot": false,
"headline": "add tests for middleware",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-08-29T02:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b90bb2b6674e4ae9233bd34c439fa618839009e",
"body": null,
"is_bot": false,
"headline": "add feature is on middleware",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-06-13T04:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb6e552be59cb8cd963160983db77b149ece2d9e",
"body": null,
"is_bot": false,
"headline": "wip it",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-06-13T01:54:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1d88ee0f4ad9a66d53b9c164efe20cd4f847076",
"body": null,
"is_bot": false,
"headline": "ignore composer lock, move php-styles to dev dependencies",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-06-13T01:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c1c193249578fb310e221f6e7b0993b1617598d",
"body": null,
"is_bot": false,
"headline": "add new methods to facade docblock",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-04-06T01:00:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c67e7bdbebcc5f8b95a377088463774351e42e50",
"body": null,
"is_bot": false,
"headline": "add isOff public method, make getState public",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-04-06T00:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f505bc6043c9667330b532135a186c3800d33b",
"body": null,
"is_bot": false,
"headline": "wip it good",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-03-31T01:24:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0487533727f3bac07ab0a0e4696a2ee5b618522",
"body": null,
"is_bot": false,
"headline": "wip it",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-03-31T01:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d04f7d5102284bca94f9422b4424acb5136c6c09",
"body": null,
"is_bot": false,
"headline": "re-organise and rewrite some of the readme",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-03-31T01:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5e0b4600072da2a63bd202f4d8c1e5c889314c2",
"body": null,
"is_bot": false,
"headline": "cs fixes",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-30T06:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a793ab5f4dc15a1cc2c5575e85ab182909045ed0",
"body": null,
"is_bot": false,
"headline": "rename isEnabled to isOn",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-30T06:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83a1988a198a173f05eb0aa0b95caeb715be8765",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into improvements",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-30T06:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a360b0b8e5df485ce8452abe11ebaf0925d07914",
"body": "…l-feature-flags into improvements",
"is_bot": false,
"headline": "Merge branch 'improvements' of https://github.com/codinglabsau/larave…",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-30T06:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c44308a5cdcc3cc657a659c408f9678dd40bca1",
"body": "Improvements",
"is_bot": false,
"headline": "Merge pull request #1 from codinglabsau/improvements",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-30T06:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d411ae5e0fafe3452a50a04e49f3d4e0536c1ab8",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-03-30T06:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32fdb4bf6baaf46d315ea382841e86bce25d3dac",
"body": "Steve/wip",
"is_bot": false,
"headline": "Merge pull request #2 from codinglabsau/steve/wip",
"author_name": "Steve Thomas",
"author_login": "stevethomas",
"committed_at": "2022-03-30T06:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2216f8df3e739cf1736506dab3fa39f54a4ea0eb",
"body": null,
"is_bot": false,
"headline": "wip it",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-03-30T06:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20c942d05c362751b048fb6a31acbed471f4a2dc",
"body": null,
"is_bot": false,
"headline": "cleanup some things",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-03-30T06:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2fb25ac1f63e6af95fccfe43a8321fb97ad3c1a",
"body": null,
"is_bot": false,
"headline": "refactor to match()",
"author_name": "stevethomas",
"author_login": "stevethomas",
"committed_at": "2022-03-30T06:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa4d7d45f997213b49317303a6df7b416fb9d699",
"body": "Improvements",
"is_bot": false,
"headline": "Merge pull request #1 from codinglabsau/improvements",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-30T05:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f422396f8546abe55246a68b0d5b02c065798e39",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-30T05:32:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4860beadc553216a3da80efa1463a8cf2b172f2",
"body": null,
"is_bot": false,
"headline": "clean up docs, add github action,",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-30T05:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d58f17f4d9dd38a75b8fa8e95ba57867f614eb",
"body": null,
"is_bot": false,
"headline": "cs style fixes",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-29T06:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dd85bffb2a8de416d034840f5d5f4afc9093dda",
"body": "- added enums package\n- removed support for php 7.4\n- renamed restricted to dynamic\n- added readme instructions",
"is_bot": false,
"headline": "various improvements",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-29T06:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "634223177bd307f4622a4976fbca8c4157c6a989",
"body": null,
"is_bot": false,
"headline": "passing tests",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-25T00:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c389dfde848d66089aa459c739f9c2f73d070c6",
"body": null,
"is_bot": false,
"headline": "mostly functional feature flags",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-24T07:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88d50a1060658ece63081cc6a76bef22165d3cd6",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Jonathan Louw",
"author_login": "JonathanLouw",
"committed_at": "2022-03-23T00:47:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 9,
"latest_release_at": "2026-08-04T01:43:33Z",
"latest_release_tag": "v1.6.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 3,
"days_since_latest_release": 0,
"mean_days_between_releases": 168.1
},
"artifacts": {
"collected": true,
"structure": [
"tree.migrations"
],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"github.com",
"shields.io"
],
"total": 3,
"header": 3,
"collected": true,
"has_inspect_badge": false
},
"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": "codinglabsau/laravel-feature-flags",
"exists": true,
"license": "MIT",
"keywords": [
"flags",
"feature",
"laravel",
"laravel-feature-flags",
"Codinglabs"
],
"ecosystem": "packagist",
"categories": [],
"matches_repo": true,
"registry_url": "https://packagist.org/packages/codinglabsau/laravel-feature-flags",
"declared_type": "library",
"is_deprecated": false,
"latest_version": "v1.6.0",
"repository_url": "https://github.com/codinglabsau/laravel-feature-flags",
"versions_count": 11,
"total_downloads": 99341,
"dependents_count": 0,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 7694,
"first_published_at": null,
"latest_published_at": "2026-04-16T06:32:04Z",
"latest_version_yanked": null,
"days_since_latest_publish": 109
}
]
},
"popularity": {
"forks": 0,
"stars": 38,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 2
},
"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": 8051,
"source_files_sampled": 20,
"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": 7,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "illuminate/contracts",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^12.0|^13.0"
},
{
"name": "spatie/laravel-package-tools",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.14.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "illuminate/contracts",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spatie/laravel-package-tools",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "laravel/pint",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "orchestra/testbench",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "pestphp/pest",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "pestphp/pest-plugin-laravel",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 2,
"indirect_count": 5
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 9,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "stevethomas",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/1127412?v=4"
},
{
"type": "User",
"login": "JonathanLouw",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/14814040?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.714
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"run-tests.yml"
],
"has_docs_dir": false,
"linter_configs": [
".php-cs-fixer.dist.php"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "5 out of 7 merged PRs checked by a CI test -- score normalized to 7",
"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": 0,
"reason": "Found 0/23 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 2,
"reason": "SAST tool is not run on all commits -- score normalized to 2",
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "c6a812c33d175924bdd9cf6eec06e64978e911ce",
"ran_at": "2026-08-04T01:45:34Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 1,
"decided_7d": 1,
"merged_30d": 1,
"authors_30d": 1,
"decided_30d": 1,
"sample_size": 9,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-08-04T01:44:10Z",
"oldest_open_prs": [
{
"number": 9,
"created_at": "2026-04-16T06:34:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2026-04-16T06:34:47Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-08-04T01:37:15Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/codinglabsau/laravel-feature-flags",
"host": "github.com",
"name": "laravel-feature-flags",
"owner": "codinglabsau"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 54 is calibrated to 56 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 54,
"calibrated": 56,
"calibration": "2026-08-02"
}
}
],
"value": 56,
"inputs": {
"security": 45,
"vitality": 62,
"community": 40,
"governance": 58,
"calibration": "2026-08-02",
"engineering": 67,
"ai_readiness": 35,
"weighted_overall_raw": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"commits_last_year": 9,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "9 commits in the last year",
"points": 9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 9
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 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": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v1.6.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 168.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~168.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 168.1
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 40,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"forks": 0,
"stars": 38,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "38 stars",
"points": 25.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 38
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 3,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"github.com",
"shields.io"
],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"packages": [
"codinglabsau/laravel-feature-flags"
],
"dependents": 0,
"ecosystems": "packagist",
"total_downloads": 99341,
"monthly_downloads": 7694
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "7,694 downloads/month across packagist",
"points": 51.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 7694,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "0 packages depend on it",
"points": 0,
"status": "missed",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 0
}
}
],
"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": 58,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.714
},
"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 71% of commits",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 71
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"merged_prs": 9,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": 1,
"prs_decided_7d": 1,
"prs_merged_30d": 1,
"prs_decided_30d": 1,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"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": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/9 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 9
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"followers": 5,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "codinglabsau",
"public_repos": 28,
"account_age_days": 2861
},
"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": "5 followers of codinglabsau",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "codinglabsau"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "28 public repos, account ~7 yr old",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 28
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"codinglabsau/laravel-feature-flags"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 109
},
"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 109 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 109
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 67,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".php-cs-fixer.dist.php",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"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 7 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"feature-flags",
"laravel"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "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": "weak",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.5
},
"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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 7 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"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 0/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 2",
"points": 1,
"status": "partial",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 35,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.268,
"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": "15 of 56 human commits state their intent (structured subject or explanatory body)",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 15,
"sampled": 56
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.107,
"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": ".php-cs-fixer.dist.php",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"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": "6 of the last 56 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 6,
"sampled": 56
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 8051,
"source_files_sampled": 20,
"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/20 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 20,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 12
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
},
{
"tier": "distribution",
"label": "library",
"source": "registry_type:library",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.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-08-04T01:45:43.422761Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/codinglabsau/laravel-feature-flags.svg",
"full_name": "codinglabsau/laravel-feature-flags",
"license_state": "standard",
"license_spdx": "MIT"
}