Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"php",
"laravel",
"crawler",
"spider",
"bot",
"detect"
],
"is_fork": false,
"size_kb": 237,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 7266
},
"pushed_at": "2026-07-28T17:28:04Z",
"created_at": "2015-03-18T20:59:36Z",
"owner_type": "User",
"updated_at": "2026-07-28T17:24:43Z",
"description": "A Laravel wrapper for CrawlerDetect - the web crawler detection library",
"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://ma.rkbee.ch",
"name": "Mark Beech",
"type": "User",
"login": "JayBizzle",
"company": "Vision Six Media",
"location": "York, UK",
"followers": 141,
"avatar_url": "https://avatars.githubusercontent.com/u/340752?v=4",
"created_at": "2010-07-22T11:54:15Z",
"is_verified": null,
"public_repos": 108,
"account_age_days": 5850
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2026-07-28T17:28:04Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-07-11T08:31:49Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2022-07-06T10:43:39Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2017-06-01T20:31:05Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2017-01-25T22:01:10Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2015-08-12T20:41:17Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2015-03-23T21:35:15Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2015-03-23T21:31:37Z"
}
],
"recent_commits": [
{
"oid": "ec1dfaea645a30c6b462702b7b9a2b1e933537d3",
"body": "Feature: Add Request macros (isCrawler & crawler) for fluent detection",
"is_bot": false,
"headline": "Merge pull request #24 from DmytroGural/master",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2026-07-28T17:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f4d3179af094a302bcd964420add59c0c50097d",
"body": null,
"is_bot": false,
"headline": "Tidy the Request macro example in the README",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2026-07-28T17:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45c15b3c9131455f569c4b09b02a418a4b0ea542",
"body": "Resolving the shared singleton and then calling setHttpHeaders()/setUserAgent()\non it meant every macro call mutated application-scoped state. An unrelated\n$request->isCrawler($someUserAgent) check would leave the singleton holding that\nuser agent, so an injected CrawlerDetect or the Crawler facade \n[…]\ngent straight through to\nCrawlerDetect::isCrawler(), which already accepts one and records the matches.\nThat keeps request context and the matches state working without touching the\ncontainer binding.",
"is_bot": false,
"headline": "Scope the macro's CrawlerDetect instance to the request",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2026-07-28T17:19:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28ad9185561e05bc062c49e5036126123218c731",
"body": null,
"is_bot": false,
"headline": "Fix request context and preserve singleton state in macros",
"author_name": "Dmytro Gural",
"author_login": "DmytroGural",
"committed_at": "2026-07-28T00:18:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f3f014e623b88526849a363e710b19f4d2ea659",
"body": null,
"is_bot": false,
"headline": "Fix request context and preserve singleton state in macros",
"author_name": "Dmytro Gural",
"author_login": "DmytroGural",
"committed_at": "2026-07-28T00:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0fb8886f9056f3cb15817c5304aa0f9151a26fb",
"body": null,
"is_bot": false,
"headline": "feat: add Request::crawler() macro",
"author_name": "Dmytro Gural",
"author_login": "DmytroGural",
"committed_at": "2026-07-24T13:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88b7049c2ef842ea9334856d19504445e5665cb4",
"body": null,
"is_bot": false,
"headline": "Run tests weekly on a schedule",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2026-07-11T08:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cd7b0cbbf317496603e04be7cf17ea171bdc276",
"body": null,
"is_bot": false,
"headline": "Fix CI installs for EOL Laravel versions and test against Laravel 13",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2026-07-11T08:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "942e6eb0bdf0fceaa2b470d11de597245fa4d346",
"body": null,
"is_bot": false,
"headline": "Add Laravel 13 support",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2026-07-11T08:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c0fddb4c41a1fcc910f30ad0900001f519fb6c8",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2026-07-11T08:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4488f92ee0ed3ffc1474515a38fb48a49eb7c28f",
"body": null,
"is_bot": false,
"headline": "Replace Travis CI and StyleCI with GitHub Actions and Pint",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2026-07-11T08:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d0624f7ee61e330ed3f099fec0a6cb85076090f",
"body": null,
"is_bot": false,
"headline": "Modernise test suite and fix moved fixture URLs",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2026-07-11T08:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d599c2eb65193fab8b2ff99884cefce426560732",
"body": null,
"is_bot": false,
"headline": "Bind CrawlerDetect for dependency injection and add facade docblocks",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2026-07-11T08:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dd755cd4f57a956c090c1fc60be2e1f7fbf24be",
"body": null,
"is_bot": false,
"headline": "Require PHP 8.1+ and Laravel 10-12",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2026-07-11T08:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0339574b6dfb6b82167b6c65d068d751a6e8c4d",
"body": "Pass the server variables from the Laravel request",
"is_bot": false,
"headline": "Merge pull request #20 from GC-Mark/patch-1",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2022-07-06T10:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51236c7e40bf8230ac5c4d8e7397917c8b71a6be",
"body": null,
"is_bot": false,
"headline": "Pass the server variables from the Laravel request",
"author_name": "Mark Beech",
"author_login": "GC-Mark",
"committed_at": "2022-07-06T10:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11fd99664202ab790c5becbbda2bbc4a26b09c65",
"body": null,
"is_bot": false,
"headline": "Update .travis.yml",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2021-10-21T18:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b81bfd1749b68b2ef3ed52336a35cedb147010c",
"body": null,
"is_bot": false,
"headline": "Test on PHP 7.3",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2018-12-06T21:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdb6ab8ff03827abcd050e164a30e419ee053671",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2018-04-06T17:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e684c28ae4a3f6a4d549b1cb11f310381801cf9",
"body": "test enhancement",
"is_bot": false,
"headline": "Merge pull request #14 from peter279k/test_enhancement",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2018-04-06T13:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ba17037d88dbd06e4ba8b568185cdfb46f988ae",
"body": null,
"is_bot": false,
"headline": "fix style ci error",
"author_name": "peter279k",
"author_login": "peter279k",
"committed_at": "2018-04-06T12:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d25938995052a440e5456c62bb700ebb958d0047",
"body": null,
"is_bot": false,
"headline": "alias PHPUnit namespace",
"author_name": "peter279k",
"author_login": "peter279k",
"committed_at": "2018-04-06T12:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb54c5a266f2643914f8e18fadd5e0ea8c383a2b",
"body": null,
"is_bot": false,
"headline": "using tetsbench version 3.4",
"author_name": "peter279k",
"author_login": "peter279k",
"committed_at": "2018-04-06T11:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8880a0da25c3a6e41699781c8101292735927d93",
"body": null,
"is_bot": false,
"headline": "change the testbench version",
"author_name": "peter279k",
"author_login": "peter279k",
"committed_at": "2018-04-06T11:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d054d999c8fd9f433644cbef2431fcd48532107",
"body": null,
"is_bot": false,
"headline": "keep the line in assertTrue and assertFalse",
"author_name": "peter279k",
"author_login": "peter279k",
"committed_at": "2018-04-06T11:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "449f4d7a5fa853fcc9d7fb762255561877cb5f61",
"body": null,
"is_bot": false,
"headline": "test enhancement",
"author_name": "peter279k",
"author_login": "peter279k",
"committed_at": "2018-04-06T02:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e260a414a47218d64524c74396c9ae9ef1f9128a",
"body": null,
"is_bot": false,
"headline": "Test against PHP 7.2",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2018-04-05T19:43:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e39b536fb5e4f21a49328e83a2ab26f0b64b06f7",
"body": "Support Auto-Discovery",
"is_bot": false,
"headline": "Merge pull request #11 from JayBizzle/JayBizzle-patch-1",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-06-01T20:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2168368fa09ed17da799ee5d9c880d5f528654e6",
"body": null,
"is_bot": false,
"headline": "FFS!",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-06-01T20:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28f97a481cb3e46b2c8063665ce771488671dad4",
"body": null,
"is_bot": false,
"headline": "Tweak matrix",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-06-01T20:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c33c60f40f7584c7e30900d0df2f12b0121cfb7",
"body": null,
"is_bot": false,
"headline": "Fix tests",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-06-01T20:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d861c90c93f5ad7f57500d2ed95d28c562395216",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-06-01T19:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c63ecf436bf6cf288a1215c9c2ae00eba6face0f",
"body": "https://github.com/laravel/framework/pull/19420",
"is_bot": false,
"headline": "Support Auto-Discovery",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-06-01T19:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d77b0b3c747aaa2825acccee045b8e18a60caf1",
"body": "Laravel 5.4",
"is_bot": false,
"headline": "Merge pull request #6 from JayBizzle/laravel_54",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T21:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e4e1f3498a8b503f93a19c1e93e7ce99a7b3230",
"body": null,
"is_bot": false,
"headline": "Update travis settings",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T21:31:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b743b2f78b8a123e4a8ab32b4e0b254a982c56e7",
"body": null,
"is_bot": false,
"headline": "Bump testbench version",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T21:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf9857962205d873b17c2b20f0090f08ef1ce344",
"body": null,
"is_bot": false,
"headline": "Fix service provider",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T21:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e577b75f455523b3e9ac051e2669e16984430068",
"body": null,
"is_bot": false,
"headline": "Add links to previous version",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T20:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68918fd47bcca94db0acdaa0ae9f5a9a62a56749",
"body": null,
"is_bot": false,
"headline": "Tweak README",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T20:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "809dded7c9352039240127bfb69afdac736020b0",
"body": "Apply fixes from StyleCI",
"is_bot": false,
"headline": "Merge pull request #8 from JayBizzle/analysis-zDLjAJ",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T20:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbed6418461312661928750da6624c457fc493a4",
"body": null,
"is_bot": false,
"headline": "Apply fixes from StyleCI",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T20:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82dc42a0f0e441727f0a38dc690453ca8bbf88f3",
"body": null,
"is_bot": false,
"headline": "CS",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T20:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d3d4fe6e60b4e33c74db10c823cdbc42d421cc",
"body": null,
"is_bot": false,
"headline": "Tweak settings",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T20:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022607a877d257bdaba2992f3b9ea1b7834109da",
"body": null,
"is_bot": false,
"headline": "Add StyleCI settings",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T20:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4172256a6ce890c25dc1ca8b00b457290a66c927",
"body": null,
"is_bot": false,
"headline": "Tweak install instructions",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T20:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67efd13e73c12b2561fcbf0115d6319afc65c380",
"body": null,
"is_bot": false,
"headline": "Update copyright",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T20:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8f2e9e009d66ca0fba5e5a0ace8e65659bb50dd",
"body": null,
"is_bot": false,
"headline": "Uneeded file",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T20:20:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "812c354ad469d5ce2e7fa723f3af1c6dd584f3c2",
"body": null,
"is_bot": false,
"headline": "Fix for Laravel 5.4",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2017-01-25T20:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "331877b8bb00a05d105331bc811c56f03d5b5777",
"body": null,
"is_bot": false,
"headline": "Update description",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2016-03-31T21:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ef603e880ffe41dff57c6d2e073b24f8d3c598",
"body": null,
"is_bot": false,
"headline": "Update keywords",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2016-03-31T21:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "debb8562cf40513261b98a9b14e6db341f1926f7",
"body": null,
"is_bot": false,
"headline": "Use test data from JayBizzle/Crawler-Detect",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2016-03-31T21:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33eedb3b491c1ef1d7074bc80ed080a7434474cf",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2016-03-31T15:52:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d59d8e08d2d4822020484a79b3d2978016773c",
"body": null,
"is_bot": false,
"headline": "Update tests",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-09-09T21:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58d1f788b68e622b860112584430dd549ad2d3d3",
"body": null,
"is_bot": false,
"headline": "Minimum PHP version should match minimum version of Laravel 5",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-08-12T20:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cccd1ba4383c954effdfd1483e3ebdfa853e3da0",
"body": null,
"is_bot": false,
"headline": "Add StyleCI badge",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-08-11T23:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d8501ae46b6058586fda12ccd94760cfe0ed27",
"body": "Applied fixes from StyleCI",
"is_bot": false,
"headline": "Merge pull request #4 from JayBizzle/analysis-XNMYe8",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-08-11T23:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27488500c846a563695f8637d36d4a95474bf1fc",
"body": "Update tests",
"is_bot": false,
"headline": "Merge pull request #5 from JayBizzle/develop",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-08-11T23:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4151e2175ef78cee94e64adb8af7a475833f8ba2",
"body": "Conflicts:\n\ttests/crawlers.txt",
"is_bot": false,
"headline": "Merge branch 'master' into develop",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-08-11T23:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70179887b3a012dcedf4886f84a3166dc8e7e881",
"body": null,
"is_bot": false,
"headline": "Update tests",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-08-11T23:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3d2c4f5f8271fb2442b2bd11da6a0fd5238aaae",
"body": null,
"is_bot": false,
"headline": "Applied fixes from StyleCI",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-08-07T14:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa3124192fd8c95cd78f608ee4490c2e01c3e35",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-06-30T19:57:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7015e66c7feb68730abd115578cfa37b7e1b47e",
"body": "Update devices.txt",
"is_bot": false,
"headline": "Merge pull request #3 from GC-Mark/master",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-06-17T14:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeca0af1f8fe59ce11f3f9625cfb693ee5a26307",
"body": null,
"is_bot": false,
"headline": "Update devices.txt",
"author_name": "Mark Beech",
"author_login": "GC-Mark",
"committed_at": "2015-06-17T08:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f93bcbe073bf3fc497530cb59114d62b41561007",
"body": null,
"is_bot": false,
"headline": "Update crawlers.txt",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-06-17T08:44:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "578282b7e8168aa4e0b0bde9c8a1cd76db9bcc10",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-06-17T08:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc1aee3c0f0dd4c1a5d3b13c2549ac56b73ffd27",
"body": null,
"is_bot": false,
"headline": "PSR-2 fixes",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-06-15T21:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d6d60d2a7b3ed0ac5f8741cb514bbc2d85c79a7",
"body": null,
"is_bot": false,
"headline": "Removed duplicate crawler agents",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-26T20:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cdc1cb55010cdea86ea53bf147bdf31335731be",
"body": null,
"is_bot": false,
"headline": "Removed 'Yahoo Link Preview' from devices list",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-25T22:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bceb704707a8499fc11a395052a60c01ab0bd9e8",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-25T22:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b395449a9a3595ccf2c709ff0cc531bce1a6822",
"body": null,
"is_bot": false,
"headline": "Added new crawler agents for testing",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-25T22:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac2966fa1006c79b82e9cc071343fd18ab3b0c1a",
"body": null,
"is_bot": false,
"headline": "Fix tests",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-23T21:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3dbbce7ad0a65bd34f7a8ed9cad4837a6da6653",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-23T21:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feb5baffcd40562f2d69795f5307a4362095b751",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-23T21:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "602707cdc98757e868724c7f70bea9d3a294098f",
"body": null,
"is_bot": false,
"headline": "Decouple the main library from the package",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-23T21:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34322ea0f4c79f4daa5060fa420d802ca67e7da4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-22T21:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0813345d3f101a40a8597ec459d64ceee023f0b0",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-22T21:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bd1c7d6760afd809731e2732c81655a6b7ab974",
"body": null,
"is_bot": false,
"headline": "Delete LICENSE",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-22T21:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b7b8e3c2c730ddedfb8839f3f57cb6c916a131",
"body": null,
"is_bot": false,
"headline": "Delete README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-22T21:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec356d0c8283f5afdeb70cc1be9ffa4f02270f1e",
"body": null,
"is_bot": false,
"headline": "Define properties",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-22T20:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fe2727f0be65ba2d767472be3dde2112f95898a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-20T23:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78e5466406338f30b675adf21f6e81e2ceb77f2a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-20T23:01:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60da5c5fba6b99787519a39cd144b4bbfeb6b985",
"body": null,
"is_bot": false,
"headline": "Added more crawler UAs to test against",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-20T22:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60c806a9cf8c7f42a3af89cf7cf540c4f0d74eba",
"body": null,
"is_bot": false,
"headline": "Crawler updates",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-20T22:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc132e010ed9620822fc6e1b083da76e3758062",
"body": null,
"is_bot": false,
"headline": "Code tidy",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-19T23:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57a70ffe617905d0f7a21709e643a3b3e9a3fc17",
"body": null,
"is_bot": false,
"headline": "Test updates",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-19T23:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a568c57ac3695b1ffad6df89956781fe5a808cb",
"body": null,
"is_bot": false,
"headline": "Update matchers",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-19T23:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9264f5e229176a0a448e47ab51c62286d808817c",
"body": null,
"is_bot": false,
"headline": "Update bot list",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-19T22:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2cf807b518099a2b694cc5099d1cda20b647894",
"body": null,
"is_bot": false,
"headline": "Split crawlers and devices",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-19T22:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b62f72b13bd56980f6421fe7429cd9b84fa373dc",
"body": null,
"is_bot": false,
"headline": "Added a load of UA's for testing",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-19T21:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e6fa709dfc57f8988adfc7a11defb1fba606f27",
"body": null,
"is_bot": false,
"headline": "Store the matcher that match the UA",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-19T21:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bbfc043f08616cf8e7415ba6a6d5dd3b62f2a55",
"body": null,
"is_bot": false,
"headline": "Tweak matchers",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-19T21:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e14fc1a3a0697bd026551ced813402bb49a769a8",
"body": null,
"is_bot": false,
"headline": "Added new bots",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-18T23:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d6b783fdc7f907190e8386f4c1a11cd9559fec7",
"body": null,
"is_bot": false,
"headline": "Fix PSR4 autoload",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-18T23:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85d9124adf986b9e5cb2a8a95c122a9248e8c909",
"body": null,
"is_bot": false,
"headline": "TestBench update",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-18T23:00:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "758e2650ad1bebc6d9d391fab42f756615439ede",
"body": null,
"is_bot": false,
"headline": "Start of basic tests",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-18T22:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae571c20ec3fc858e2307d74adffe58beae30ba5",
"body": null,
"is_bot": false,
"headline": "No config options in use",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-18T22:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4360dedf66a4bfa16ae7bd06c966d050dbba3c32",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Mark Beech",
"author_login": "JayBizzle",
"committed_at": "2015-03-18T22:13:23Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 9,
"latest_release_at": "2026-07-28T17:28:04Z",
"latest_release_tag": "v2.1.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 0,
"mean_days_between_releases": 592.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "jaybizzle/laravel-crawler-detect",
"exists": true,
"license": "MIT",
"keywords": [
"detect",
"spider",
"crawler",
"bot",
"user-agent",
"laravel",
"crawler detect",
"crawler detector",
"php crawler detect",
"crawlerdetect"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/jaybizzle/laravel-crawler-detect",
"is_deprecated": false,
"latest_version": "v2.0.0",
"repository_url": "https://github.com/JayBizzle/Laravel-Crawler-Detect",
"versions_count": 7,
"total_downloads": 2788468,
"dependents_count": 25,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 61209,
"first_published_at": null,
"latest_published_at": "2026-07-11T08:22:50Z",
"latest_version_yanked": null,
"days_since_latest_publish": 17
}
]
},
"popularity": {
"forks": 28,
"stars": 324,
"watchers": 12,
"fork_history": {
"days": [
{
"date": "2015-10-01",
"count": 1
},
{
"date": "2015-10-04",
"count": 1
},
{
"date": "2016-02-04",
"count": 1
},
{
"date": "2016-03-01",
"count": 1
},
{
"date": "2016-03-22",
"count": 1
},
{
"date": "2017-02-05",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-07-27",
"count": 1
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2018-04-06",
"count": 1
},
{
"date": "2018-06-10",
"count": 1
},
{
"date": "2018-07-06",
"count": 1
},
{
"date": "2019-04-28",
"count": 1
},
{
"date": "2019-05-17",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-07-05",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2020-01-04",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-08-22",
"count": 1
},
{
"date": "2020-08-24",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-09-15",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-07-24",
"count": 1
}
],
"complete": true,
"collected": 28,
"total_forks": 28
},
"star_history": null,
"open_issues_and_prs": 0
},
"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": 4832,
"source_files_sampled": 4,
"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": 6,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "illuminate/support",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^10.0|^11.0|^12.0|^13.0"
},
{
"name": "jaybizzle/crawler-detect",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "illuminate/support",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "jaybizzle/crawler-detect",
"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": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 2,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 9,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 12,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "JayBizzle",
"commits": 86,
"avatar_url": "https://avatars.githubusercontent.com/u/340752?v=4"
},
{
"type": "User",
"login": "peter279k",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/9021747?v=4"
},
{
"type": "User",
"login": "DmytroGural",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/268188117?v=4"
},
{
"type": "User",
"login": "GC-Mark",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1477806?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.887
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"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": 0,
"reason": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 3/16 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 19 contributing companies or organizations",
"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": 10,
"reason": "14 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ec1dfaea645a30c6b462702b7b9a2b1e933537d3",
"ran_at": "2026-07-28T17:31:10Z",
"aggregate_score": 4.1,
"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-28T17:29:26Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-28T17:24:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/JayBizzle/Laravel-Crawler-Detect",
"host": "github.com",
"name": "Laravel-Crawler-Detect",
"owner": "JayBizzle"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 41,
"vitality": 64,
"community": 59,
"governance": 63,
"engineering": 53
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 9,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"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": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"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": "14 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 76,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v2.1.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 592.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"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 ~592.1 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 592.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": "excellent",
"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": "moderate",
"name": "Community & Adoption",
"value": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"forks": 28,
"stars": 324,
"watchers": 12,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "324 stars",
"points": 40.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 324
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "28 forks",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 28
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "12 watchers",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 12
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"packages": [
"jaybizzle/laravel-crawler-detect"
],
"dependents": 25,
"ecosystems": "packagist",
"total_downloads": 2788468,
"monthly_downloads": 61209
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "61,209 downloads/month across packagist",
"points": 63.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 61209,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "25 packages depend on it",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 25
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.887
},
"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 89% of commits",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 89
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 19 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 9,
"open_issues": 0,
"closed_issues": 12,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/12 decided PRs merged",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 12
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/16 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 141,
"owner_type": "User",
"is_verified": null,
"owner_login": "JayBizzle",
"public_repos": 108,
"account_age_days": 5850
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "141 followers of JayBizzle",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 141,
"login": "JayBizzle"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "108 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 108
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"jaybizzle/laravel-crawler-detect"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 17
},
"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 17 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 17
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"php",
"laravel",
"crawler",
"spider",
"bot",
"detect"
],
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": 41,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/16 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 19 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "14 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 13
},
"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": 22,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 6,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.113,
"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": "11 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 11,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 97",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 97
}
}
],
"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": 4832,
"source_files_sampled": 4,
"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/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"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-28T17:31:23.066915Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/JayBizzle/Laravel-Crawler-Detect.svg",
"full_name": "JayBizzle/Laravel-Crawler-Detect",
"license_state": "standard",
"license_spdx": "MIT"
}