Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 44,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 23079,
"Shell": 481,
"Gherkin": 10647
},
"pushed_at": "2026-06-12T14:52:54Z",
"created_at": "2018-07-03T10:54:15Z",
"owner_type": "Organization",
"updated_at": "2026-06-13T03:18:22Z",
"description": ":pager: Default classes for Page object pattern in Behat",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "PHP",
"significant_languages": [
"PHP",
"Gherkin"
]
},
"owner": {
"blog": null,
"name": "Friends of Behat",
"type": "Organization",
"login": "FriendsOfBehat",
"company": null,
"location": null,
"followers": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/20600343?v=4",
"created_at": "2016-07-22T15:40:37Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 3660
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-06-12T14:53:13Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2021-02-05T14:42:18Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2019-12-19T10:43:21Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2018-11-12T14:37:10Z"
},
{
"tag": "0.2",
"kind": "other",
"published_at": "2018-07-06T08:41:15Z"
},
{
"tag": "0.1",
"kind": "other",
"published_at": "2018-07-04T06:46:03Z"
}
],
"recent_commits": [
{
"oid": "60a0ef19c3577b66fa0db91e947b7062ead1ffaa",
"body": "…-stable\n\nPromote Behat 4 + Symfony 8 CI rows to stable",
"is_bot": false,
"headline": "Merge pull request #20 from FriendsOfBehat/ci/promote-experimental-to…",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2026-06-12T14:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b57480af2551552cb27770e8a6c32bf7eb965f0e",
"body": "…rror)\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Promote Behat 4 + Symfony 8 matrix rows to stable (drop continue-on-e…",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2026-06-12T14:49:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ed51844c4da0a99f9c510b98715c4a6ce9ffa5a0",
"body": "…equirements\n\nModernise CI: Behat 4 + Symfony 8 matrix, PHPStan, CS Fixer, source cleanup",
"is_bot": false,
"headline": "Merge pull request #19 from FriendsOfBehat/ci/modernize-php-symfony-r…",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2026-06-12T14:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d4e3b063b989981f1271b241bb1be701d01387d",
"body": "…lifications\n\n- Expand CI matrix: stable PHP 8.3–8.5 × Symfony 7.4 × Behat 3.31; experimental\n rows for Behat 4.x-dev × Symfony 7.4/8.0/8.1 with continue-on-error: true\n (PHP 8.3 excluded from Symfony 8.x per its PHP ≥8.4 requirement)\n- Add bin/lock-symfony-version.sh and bin/lock-behat-version.sh\n[…]\n$url, PHP_URL_PATH) ?? '/' for null-safe path extraction\n- Drop unused catch variable bindings; use array_key_first() over key()\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Behat 4 + Symfony 8 CI matrix, PHPStan, CS Fixer, and source simp…",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2026-06-12T14:44:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a5084a0b353338f663169c7b0e3da2ab98d481ce",
"body": "- FakeDriver: use findElementXpaths() instead of overriding final find()\n- FakeDriver: remove isDisabled() which is not part of DriverInterface\n- thereIsFile: guard replaceAnnotationsWithAttributes with str_contains\n check — skips the regex for files that have no annotations\n- thereIsFeatureFile: d\n[…]\nuniqid()\n- assertOutputMatches: collapse dead false-branch (preg_quote always\n produces a valid pattern) into a single if check\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Simplify TestContext: fix FakeDriver, drop dead code, guard regex",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2026-06-12T12:19:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1897f523f1910ad7e674a90ec5efdd4a6b530f1b",
"body": "- Add dev dependencies: behat/behat, symfony/filesystem, symfony/process, symfony/yaml\n- Add autoload-dev entry for tests namespace\n- Add TestContext with subprocess behat runner + FakeDriver step\n- Add ArrayConfig wrapper for PHP-format behat config\n- Add behat.dist.php (behat 4.x) and behat.yml.di\n[…]\ns\n- Add feature files covering page opening, isOpen checks, and element lookup\n- Update CI to run behat tests across PHP 8.3–8.5\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add behat test suite for PageObjectExtension",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2026-06-12T12:11:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "da75e74d0de20e3b15ddc8dcc2fcd4d831a44f34",
"body": "- Require PHP ^8.3 (drop EOL PHP 7.x, 8.0, 8.1, 8.2)\n- Require behat/mink ^1.9 (from ^1.7)\n- Require symfony/routing ^7.4 in require-dev (drop EOL 3.x/4.x/5.x)\n- Modernize source: typed properties, constructor promotion, union types,\n str_starts_with(), remove manual ArrayAccess validation (now enf\n[…]\n Add .github/workflows/build.yml: composer validation + PHP syntax check\n across PHP 8.3/8.4/8.5\n- Bump branch alias to 0.4-dev\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Drop PHP <8.3 and Symfony <7.4, add CI workflow",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2026-06-12T11:56:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2e65b0bd7cca6ff2085b0fa885dc13dc57b18d4b",
"body": null,
"is_bot": false,
"headline": "Generate changelog for v0.3.2",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2020-11-05T20:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd0353216ef17846567e0ee4a442229789730187",
"body": "This PR was merged into the 1.0-dev branch.\n\nDiscussion\n----------\n\nFollows FriendsOfBehat/SymfonyExtension#134\n\nCommits\n-------\n\n4c35f9d647aa3cc4ef61c7a366fdccceb73b9715 allow PHP 8",
"is_bot": false,
"headline": "feature #16 allow PHP 8 (dunglas)",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2020-11-05T20:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c35f9d647aa3cc4ef61c7a366fdccceb73b9715",
"body": null,
"is_bot": false,
"headline": "allow PHP 8",
"author_name": "Kévin Dunglas",
"author_login": "dunglas",
"committed_at": "2020-10-30T15:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b77db7346ba0e8fe60efd5855effe23635dc73d9",
"body": "Delete wrong strict type on function",
"is_bot": false,
"headline": "Merge pull request #13 from AdamKasp/patch-1",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2019-12-19T10:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936a140cdf6e61ea80ca7eda5247f52d89d341cd",
"body": null,
"is_bot": false,
"headline": "deleted wrong strinct type on function",
"author_name": "Adam Kasperczak",
"author_login": "AdamKasp",
"committed_at": "2019-12-19T10:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "447cd6c0248807c456e8283116cbcb1842fe8abf",
"body": "…utowiring (pamil)\n\nThis PR was merged into the 1.0-dev branch.\n\nDiscussion\n----------\n\nWhile autowiring Mink parameters with `$parameters` could be too much, we could setup autowiring for `$minkParameters` in SymfonyExtension.\n\nCommits\n-------\n\nc693639e60bfbf37d60928ab8c82f9cd9d09b1fc Change parameters argument to minkParameters to support autowiring",
"is_bot": false,
"headline": "refactor #8 Change parameters argument to minkParameters to support a…",
"author_name": "Mateusz Zalewski",
"author_login": "Zales0123",
"committed_at": "2019-01-09T09:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c693639e60bfbf37d60928ab8c82f9cd9d09b1fc",
"body": null,
"is_bot": false,
"headline": "Change parameters argument to minkParameters to support autowiring",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2019-01-09T09:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "938cc536be67b026b0f22fd02667bf2b7bdd8a3b",
"body": "Accept \"\\ArrayAccess\" instances as parameters",
"is_bot": false,
"headline": "Merge pull request #7 from pamil/accept-arrayaccess",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2018-12-28T14:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c81761cbc2b9145da7436197bdf384233590825b",
"body": null,
"is_bot": false,
"headline": "Accept \"\\ArrayAccess\" instances as parameters",
"author_name": "Kamil Kokot",
"author_login": "pamil",
"committed_at": "2018-12-28T14:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37804ad78fe51327d4d52445cee701a10c9417dd",
"body": "Fix getParameter return type declaration",
"is_bot": false,
"headline": "Merge pull request #5 from MKietlinski/master",
"author_name": "Mateusz Zalewski",
"author_login": "Zales0123",
"committed_at": "2018-11-02T06:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf33c2547f3f55df6a468c243c0f0122747117a",
"body": null,
"is_bot": false,
"headline": "Fix getParameter return type declaration",
"author_name": "Maciej Kietlinski",
"author_login": "MKietlinski",
"committed_at": "2018-10-27T14:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23bf73a2d779e6b6736d2e1dc919a6fb25a947c0",
"body": "Symfony support",
"is_bot": false,
"headline": "Merge pull request #3 from Zales0123/symfony-support",
"author_name": "Łukasz Chruściel",
"author_login": "lchrusciel",
"committed_at": "2018-07-04T09:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4523feb7c08f2bcab92be0515979e9d50cd00c62",
"body": null,
"is_bot": false,
"headline": "Suggest symfony/routing and explain packages conflict",
"author_name": "Mateusz Zalewski",
"author_login": "Zales0123",
"committed_at": "2018-07-04T09:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39baf89a89aee3a2d2470f0f094a9312f6d5c9c0",
"body": null,
"is_bot": false,
"headline": "Document SymfonyPage",
"author_name": "Mateusz Zalewski",
"author_login": "Zales0123",
"committed_at": "2018-07-04T08:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76f72eb1e54d5e32d9acadfe7e8350156397addd",
"body": null,
"is_bot": false,
"headline": "Add Symfony page class for Symfony support",
"author_name": "Mateusz Zalewski",
"author_login": "Zales0123",
"committed_at": "2018-07-04T08:57:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dfdda8a744f899e2cca8e37362f332d4963f3dd",
"body": "Mention source of classes and add more authors",
"is_bot": false,
"headline": "Merge pull request #1 from Zales0123/readme-improvements",
"author_name": "Łukasz Chruściel",
"author_login": "lchrusciel",
"committed_at": "2018-07-04T06:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a91db040e52915be5667517da15e0ef666d49906",
"body": null,
"is_bot": false,
"headline": "Mention sensiolabs/BehatPageObjectExtension",
"author_name": "Mateusz Zalewski",
"author_login": "Zales0123",
"committed_at": "2018-07-04T06:34:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "922ce0a4ba39718671405c9f6a9409f45816549a",
"body": null,
"is_bot": false,
"headline": "Mention source of classes and add more authors",
"author_name": "Mateusz Zalewski",
"author_login": "Zales0123",
"committed_at": "2018-07-03T18:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd923184796904d5cf731235be607f5168d001f",
"body": null,
"is_bot": false,
"headline": "README file",
"author_name": "Mateusz Zalewski",
"author_login": "Zales0123",
"committed_at": "2018-07-03T10:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e8756dc3f39d2410fc893031bd8ad8e83a60d5e",
"body": null,
"is_bot": false,
"headline": "Element concept related class",
"author_name": "Mateusz Zalewski",
"author_login": "Zales0123",
"committed_at": "2018-07-03T10:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b22e13fc67fd8063f27666fd618ad1c83d0d87bd",
"body": null,
"is_bot": false,
"headline": "Initial commit with Page class",
"author_name": "Mateusz Zalewski",
"author_login": "Zales0123",
"committed_at": "2018-07-03T10:44:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 7,
"latest_release_at": "2026-06-12T14:53:13Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 48,
"active_weeks_last_year": 1,
"days_since_latest_release": 48,
"mean_days_between_releases": 580.1
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "friends-of-behat/page-object-extension",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/friends-of-behat/page-object-extension",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/FriendsOfBehat/PageObjectExtension",
"versions_count": 7,
"total_downloads": 6681462,
"dependents_count": 483,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 118921,
"first_published_at": null,
"latest_published_at": "2026-06-12T14:51:50Z",
"latest_version_yanked": null,
"days_since_latest_publish": 48
}
]
},
"popularity": {
"forks": 10,
"stars": 180,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2018-07-03",
"count": 1
},
{
"date": "2018-10-27",
"count": 1
},
{
"date": "2018-10-30",
"count": 1
},
{
"date": "2018-12-28",
"count": 1
},
{
"date": "2019-03-05",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2020-06-16",
"count": 1
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
}
],
"complete": true,
"collected": 10,
"total_forks": 10
},
"star_history": null,
"open_issues_and_prs": 5
},
"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": 8969,
"source_files_sampled": 11,
"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": 9,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "behat/mink",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.9"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "behat/mink",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "behat/behat",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "friendsofphp/php-cs-fixer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/filesystem",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/process",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/routing",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/yaml",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 1,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 9,
"open_issues": 3,
"closed_ratio": 0.25,
"closed_issues": 1,
"closed_unmerged_prs": 5
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "pamil",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/1897953?v=4"
},
{
"type": "User",
"login": "Zales0123",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/6212718?v=4"
},
{
"type": "User",
"login": "lchrusciel",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6213903?v=4"
},
{
"type": "User",
"login": "AdamKasp",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/29897151?v=4"
},
{
"type": "User",
"login": "dunglas",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/57224?v=4"
},
{
"type": "User",
"login": "MKietlinski",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/25354887?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.464
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml"
],
"has_docs_dir": false,
"linter_configs": [
".php-cs-fixer.dist.php",
"phpstan.neon"
],
"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": 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": 2,
"reason": "2 out of 9 merged PRs checked by a CI test -- score normalized to 2",
"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": 4,
"reason": "Found 6/13 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"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": "60a0ef19c3577b66fa0db91e947b7062ead1ffaa",
"ran_at": "2026-07-30T22:45:53Z",
"aggregate_score": 3.8,
"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-25T03:59:39Z",
"oldest_open_prs": [
{
"number": 12,
"created_at": "2019-05-06T14:55:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 15,
"created_at": "2020-06-16T10:57:55Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-12T14:51:50Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2018-07-04T06:40:43Z",
"last_comment_at": "2019-03-05T17:37:53Z",
"last_comment_author": "winkbrace"
},
{
"number": 9,
"created_at": "2019-02-20T11:16:40Z",
"last_comment_at": "2019-03-06T10:23:08Z",
"last_comment_author": "winkbrace"
},
{
"number": 17,
"created_at": "2021-11-29T09:29:48Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/FriendsOfBehat/PageObjectExtension",
"host": "github.com",
"name": "PageObjectExtension",
"owner": "FriendsOfBehat"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 52 is calibrated to 53 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 52,
"calibrated": 53,
"calibration": "2026-08-02"
}
}
],
"value": 53,
"inputs": {
"security": 38,
"vitality": 50,
"community": 49,
"governance": 62,
"calibration": "2026-08-02",
"engineering": 61,
"ai_readiness": 39,
"weighted_overall_raw": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 50,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"commits_last_year": 7,
"human_commit_share": 1,
"days_since_last_push": 48,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 48 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 48
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "7 commits in the last year",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 7
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"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": 6,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 48,
"mean_days_between_releases": 580.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 48 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 48
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~580.1 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 580.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": 51,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 51 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 51
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"forks": 10,
"stars": 180,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "180 stars",
"points": 36.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 180
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "10 forks",
"points": 8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 10
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"packages": [
"friends-of-behat/page-object-extension"
],
"dependents": 483,
"ecosystems": "packagist",
"total_downloads": 6681462,
"monthly_downloads": 118921
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "118,921 downloads/month across packagist",
"points": 67.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 118921,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "483 packages depend on it",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 483
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 6,
"top_contributor_share": 0.464
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 46% of commits",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 46
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "weak",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"merged_prs": 9,
"open_issues": 3,
"closed_issues": 1,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.25,
"closed_unmerged_prs": 5,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "25% of issues closed",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 25
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/14 decided PRs merged",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 14
}
}
],
"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 6/13 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"followers": 13,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "FriendsOfBehat",
"public_repos": 15,
"account_age_days": 3660
},
"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": "13 followers of FriendsOfBehat",
"points": 8.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 13,
"login": "FriendsOfBehat"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~10 yr old",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"friends-of-behat/page-object-extension"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 48
},
"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 48 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 48
}
}
],
"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": 61,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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, phpstan.neon",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php, phpstan.neon"
}
}
],
"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": "2 out of 9 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 38,
"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": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.8
},
"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": "2 out of 9 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/13 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"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": "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": 14
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 39,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.464,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "13 of 28 human commits state their intent (structured subject or explanatory body)",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 13,
"sampled": 28
}
}
],
"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.179,
"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, phpstan.neon",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php, phpstan.neon"
}
}
],
"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": "5 of the last 28 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 28
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "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": 8969,
"source_files_sampled": 11,
"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/11 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"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": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"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-30T22:46:07.716085Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/FriendsOfBehat/PageObjectExtension.svg",
"full_name": "FriendsOfBehat/PageObjectExtension",
"license_state": "absent",
"license_spdx": null
}