Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"stream",
"parser",
"php"
],
"is_fork": false,
"size_kb": 45,
"has_wiki": false,
"homepage": "https://amphp.org/parser",
"languages": {
"PHP": 10064
},
"pushed_at": "2024-03-21T19:18:20Z",
"created_at": "2017-06-05T17:59:24Z",
"owner_type": "Organization",
"updated_at": "2026-07-16T21:53:37Z",
"description": "A generator parser to make streaming parsers simple.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "1.x",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://amphp.org",
"name": "AMPHP",
"type": "Organization",
"login": "amphp",
"company": null,
"location": null,
"followers": 359,
"avatar_url": "https://avatars.githubusercontent.com/u/8865682?v=4",
"created_at": "2014-09-22T19:31:02Z",
"is_verified": null,
"public_repos": 69,
"account_age_days": 4320
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2024-03-21T19:18:46Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-12-30T19:26:39Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2017-06-06T05:47:49Z"
}
],
"recent_commits": [
{
"oid": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
"body": null,
"is_bot": false,
"headline": "Make implicit nullable types explicit (#6)",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2024-03-21T19:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff1de4144726c5dad5fab97f66692ebe8de3e151",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-12-30T18:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c887c1589caa825e65b6c3aa79f256956270a6",
"body": null,
"is_bot": false,
"headline": "Update to Psalm 5.4",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-12-30T17:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9588f7d897ca0d7fb21b8ef2995e97c98a0a41f6",
"body": null,
"is_bot": false,
"headline": "get_debug_type() is PHP 8+",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-12-25T17:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04874a620d98b680ebb2812dd86ea9b6f00b8b77",
"body": null,
"is_bot": false,
"headline": "Update phpunit config",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-12-25T17:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18ecb0c807d531f56652e8bed1c6f8f36b2fefe0",
"body": null,
"is_bot": false,
"headline": "Add Psalm",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-12-25T17:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f041b33a9d48b1f189b4366c427b5f7bb3ca072c",
"body": null,
"is_bot": false,
"headline": "Avoid pushing to array buffer unless necessary",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-12-25T17:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c608746bb416371f31b2f5fe5f5cad23823aaae",
"body": null,
"is_bot": false,
"headline": "Apply fixer rules",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-12-25T16:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b2911fd2b1e174cb7e7c5a2252b86e55d5ffe47",
"body": null,
"is_bot": false,
"headline": "Update php-cs-fixer config",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-12-25T16:16:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33edbdb46c98943c05154c65e53de3d326f8ce1d",
"body": null,
"is_bot": false,
"headline": "Require 7.4",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-12-25T16:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ba2da53d4e3772b0b92778ae21018580e8f60f2",
"body": null,
"is_bot": false,
"headline": "Refactor to use array buffer",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-12-25T05:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc59e0f4c87613aef3958caae5280d0329d74cfb",
"body": null,
"is_bot": false,
"headline": "Fix lib to src in php-cs-fixer config",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2022-09-18T19:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f32a3a581af3a16d85f7081a94ceca868643fa",
"body": null,
"is_bot": false,
"headline": "Add names to LICENSE",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2022-09-18T19:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1fa7844dcaee2bf446073a63f40d00aa3ddafc0",
"body": null,
"is_bot": false,
"headline": "Remove Makefile",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2022-09-18T18:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1929bbdb49c6cffe8f13ed6eb8d6e7cfb5a85522",
"body": null,
"is_bot": false,
"headline": "Move lib to src",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2022-09-18T18:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59138e958ae372bc9b407709e327f061181feb48",
"body": null,
"is_bot": false,
"headline": "Migrate CI to GitHub Actions",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2022-09-18T18:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5ca81948e0d5598bf293e2e52baa806ad2acd4d",
"body": null,
"is_bot": false,
"headline": "Move docs to README",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2022-09-18T18:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c831cf14f1a3e44a79da5d475975e5ea21249dad",
"body": "This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.",
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2020-08-30T19:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfc242771242d196ef47891ba8d384ac60033865",
"body": "This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.",
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2020-07-23T20:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b537c01ed3c6f08479df7fc4f74474703a087e",
"body": "This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.",
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2020-03-31T19:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffceb8fcb8e2cd15b2b09e27af66f377632e6501",
"body": null,
"is_bot": false,
"headline": "Ignore docs/Gemfile.lock",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2019-11-06T21:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98ac8810240706893803f6a9174ece05355a3bfd",
"body": null,
"is_bot": false,
"headline": "Update documentation dependencies",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2019-11-06T21:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba6fa63ef132c08b6f6d5fa1adac2b0f2d4d6cef",
"body": "This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.",
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-05-16T14:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "795759ab268af80cf581beb1bbc566cf7ebeeda3",
"body": null,
"is_bot": false,
"headline": "Add tests for Parser class (#3)",
"author_name": "peter279k",
"author_login": "peter279k",
"committed_at": "2018-03-08T18:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8be9c423f4af0508b91bc60f1cf3c261ab87915d",
"body": null,
"is_bot": false,
"headline": "Fix example",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-12-22T13:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4bf717045721935cec18390b199b008a2217134",
"body": "This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.",
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-12-14T18:16:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "966c843a33f0110e63a33013aba08c83d5ce3fb6",
"body": null,
"is_bot": false,
"headline": "Enable PHP 7.2 on Travis",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-12-06T12:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0e155386cd1a07574457e76608a7fe649d58166",
"body": null,
"is_bot": false,
"headline": "Define target platform and fix .travis.yml",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-12-06T12:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f021a216abdc1e18b3b1bcb7dad57932fbe00e4a",
"body": "This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.",
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-12-06T11:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3ce781a35b6760b59dbb6efa05dfab6ea046e81",
"body": "This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.",
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-10-20T17:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00454b0de3df4b5325c0cbf7f508bfcd6f79b06e",
"body": "This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.",
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-10-20T16:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c8c59d59a364c38957d83a0aab0c5bcbfa247fc",
"body": null,
"is_bot": false,
"headline": "Update to new shared docs repo",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-09-27T12:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c651c92ca681691e124fe69ce78e87e80ea356d",
"body": "This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.",
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-09-21T16:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6cc0631401efb332039c6e09fedd7d41d2ddeea",
"body": "This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.",
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-09-20T19:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ceb592e903d6945cd983a17cc15c95f34ccd5f8",
"body": "This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.",
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-09-16T17:35:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b4706ceeebdbde6a3f405458df95a9a7b253ac5",
"body": null,
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-09-13T08:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b0fc6f7d88e9a4b28319b4ec7cdf1c7d9654ad0",
"body": null,
"is_bot": false,
"headline": "Update shared documentation files",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-06-14T11:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a3e16a9fd1a4bf56c1d7b46d9279d3252ad5a4b",
"body": null,
"is_bot": false,
"headline": "Add simple example",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2017-06-08T03:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
"body": null,
"is_bot": false,
"headline": "Add isValid() method",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2017-06-06T05:29:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d206548d68d6766df8808dc9a6ea474554f5d819",
"body": "Just to differentiate it from the class in amphp/amp.",
"is_bot": false,
"headline": "InvalidYieldError → InvalidDelimiterError",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2017-06-06T05:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03eea34a45f5927b0e1c8d0c318744898ee3a097",
"body": null,
"is_bot": false,
"headline": "Add additional parser tests",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-06-05T20:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f7d012850b350241d2b4a413ce320b7a6a3a85c",
"body": null,
"is_bot": false,
"headline": "Add docs",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-06-05T19:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9f334fa0a4f25c03cb511ce8df8bd2a1fb7b904",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-06-05T18:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb274d30301aa99de06b59f892230d475fb3601a",
"body": null,
"is_bot": false,
"headline": "Initial commit importing the Parser from amphp/byte-stream",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2017-06-05T18:18:27Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 0,
"latest_release_at": "2024-03-21T19:18:46Z",
"latest_release_tag": "v1.1.1",
"releases_from_tags": false,
"days_since_last_push": 852,
"active_weeks_last_year": 0,
"days_since_latest_release": 852,
"mean_days_between_releases": 1240.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "amphp/parser",
"exists": true,
"license": "MIT",
"keywords": [
"stream",
"parser",
"async",
"non-blocking"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/amphp/parser",
"is_deprecated": false,
"latest_version": "v1.1.1",
"repository_url": "https://github.com/amphp/parser",
"versions_count": 3,
"total_downloads": 63078453,
"dependents_count": 22,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2874326,
"first_published_at": null,
"latest_published_at": "2024-03-21T19:16:53Z",
"latest_version_yanked": null,
"days_since_latest_publish": 852
}
]
},
"popularity": {
"forks": 4,
"stars": 152,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2018-03-08",
"count": 1
},
{
"date": "2020-07-26",
"count": 1
},
{
"date": "2021-12-06",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 4679,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 4,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "amphp/php-cs-fixer-config",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "psalm/phar",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 0,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 2,
"open_issues": 1,
"closed_ratio": 0.5,
"closed_issues": 1,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kelunik",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/2743004?v=4"
},
{
"type": "User",
"login": "trowski",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/1628287?v=4"
},
{
"type": "User",
"login": "nicolas-grekas",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/243674?v=4"
},
{
"type": "User",
"login": "peter279k",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9021747?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.659
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [
".php-cs-fixer.dist.php"
],
"has_editorconfig": true,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 2 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": 0,
"reason": "Found 2/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 9,
"reason": "security policy file 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": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
"ran_at": "2026-07-22T17:30:51Z",
"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-05-20T15:42:23Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2024-03-21T19:16:53Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2018-01-27T12:48:55Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/amphp/parser",
"host": "github.com",
"name": "parser",
"owner": "amphp"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 40,
"inputs": {
"security": 41,
"vitality": 15,
"community": 64,
"governance": 51,
"engineering": 68,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 47,
"overall_after_abandonment_multiplier": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 15,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 852,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 852 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 852
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.1.1",
"releases_from_tags": false,
"days_since_latest_release": 852,
"mean_days_between_releases": 1240.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 852 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 852
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1240.3 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1240.3
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"scorecard_unmaintained",
"broken_ci"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 1,
"days_since_last_merged_pr": 852,
"days_since_last_human_commit": 852,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 852 days; 2 unmet obligation(s): Scorecard reports it unmaintained, CI broken",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 852,
"count": 2,
"signals": "Scorecard reports it unmaintained, CI broken"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 64,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"forks": 4,
"stars": 152,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "152 stars",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 152
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"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": 89,
"inputs": {
"packages": [
"amphp/parser"
],
"dependents": 22,
"ecosystems": "packagist",
"total_downloads": 63078453,
"monthly_downloads": 2874326
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,874,326 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2874326,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "22 packages depend on it",
"points": 9.1,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 22
}
}
],
"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": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.659
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 66% of commits",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"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 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"merged_prs": 2,
"open_issues": 1,
"closed_issues": 1,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2/4 decided PRs merged",
"points": 19.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 4
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"followers": 359,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "amphp",
"public_repos": 69,
"account_age_days": 4320
},
"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": "359 followers of amphp",
"points": 18.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 359,
"login": "amphp"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "69 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 69
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"packages": [
"amphp/parser"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 852
},
"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 852 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 852
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".php-cs-fixer.dist.php",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 2 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": 65,
"inputs": {
"topics": [
"stream",
"parser",
"php"
],
"has_wiki": false,
"homepage": "https://amphp.org/parser",
"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": "https://amphp.org/parser",
"points": 15,
"status": "met",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 41,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 2 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 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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 detected",
"points": 4.5,
"status": "partial",
"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": 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": "at_risk",
"name": "AI Readiness",
"value": 32,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.295,
"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 44 human commits state their intent (structured subject or explanatory body)",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 13,
"sampled": 44
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"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,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".php-cs-fixer.dist.php",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 44",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 44
}
}
],
"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": 4679,
"source_files_sampled": 5,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T17:30:58.915395Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/amphp/parser.svg",
"full_name": "amphp/parser",
"license_state": "standard",
"license_spdx": "MIT"
}