Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 76,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 41192
},
"pushed_at": "2026-06-22T21:22:56Z",
"created_at": "2024-10-16T14:00:21Z",
"owner_type": "Organization",
"updated_at": "2026-05-29T07:48:12Z",
"description": "A safe OOP wrapper around resource streams",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://www.phpro.be/",
"name": "PHPro",
"type": "Organization",
"login": "phpro",
"company": null,
"location": "Kontich, Belgium",
"followers": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/6286150?v=4",
"created_at": "2013-12-30T11:08:23Z",
"is_verified": null,
"public_repos": 38,
"account_age_days": 4587
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2026-05-29T07:49:09Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2025-10-21T10:08:59Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2025-03-24T16:55:33Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2025-01-22T13:49:01Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2024-10-21T10:21:38Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2024-10-21T09:54:56Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2024-10-18T09:52:34Z"
}
],
"recent_commits": [
{
"oid": "88e94a4d539a8c28d4a01d4367113b308df1870b",
"body": "Add ZipStream factory for reading zip entries",
"is_bot": false,
"headline": "Merge pull request #9 from phpro/feat/zip-stream-factory",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2026-05-29T07:48:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "801adf1be7a6b51a35a83960a438ef99e9efaea9",
"body": null,
"is_bot": false,
"headline": "Simplify ZipStream fopen call with named context arg",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2026-05-29T07:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb97d35eabd270524fb1958c9d2f305614b410dc",
"body": null,
"is_bot": false,
"headline": "Add ZipStream factory for reading zip entries",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2026-05-29T07:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "720e4a388381b391b99bc158d8c4e6ecd121eb78",
"body": "…eckout-6\n\nBump actions/checkout from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #7 from phpro/dependabot/github_actions/actions/ch…",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-11-25T06:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a55bcd8c9f1e2c10c81fa808ab7ae469ffaa4b6",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T21:23:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d56b29a4b8f10e8cf0cfac82949d9368b6189129",
"body": "Upgrade to PHP 8.5 support",
"is_bot": false,
"headline": "Merge pull request #6 from phpro/php-85-upgrade",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-10-21T10:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5478bf2d491234df0432a327e52da9ce82c7e8d4",
"body": "- Remove PHP 8.1 and 8.2 support, add PHP 8.5 support\n- Update dependencies:\n - PHPUnit to ^12.4 range\n - Psalm to ^6.13 range\n - PHP CS Fixer to ^3.88 range\n - GrumPHP shim to latest version\n- Update GitHub workflow matrix to test PHP 8.3, 8.4, 8.5\n- Add continue-on-error for PHP 8.5 in GrumPHP\n[…]\nppressions in static analysis tests\n- Fix GrumPHP configuration to properly handle PHPUnit coverage\n- All tests passing and tools working correctly\n\nCode changes performed by GitHub Copilot CLI agent.",
"is_bot": false,
"headline": "Upgrade to PHP 8.5 support",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-10-21T09:54:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80d48bf663f9f5486bb3dbbe75f7cd3dd2718b37",
"body": "…eckout-5\n\nBump actions/checkout from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #5 from phpro/dependabot/github_actions/actions/ch…",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-08-20T17:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e50bc99e999280d96755260c2e6a1c42928bbd43",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-19T07:44:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22bf15a01adf0f2f16d4cb591cdc1b46da154840",
"body": "Fallback to size 0 for remote resources",
"is_bot": false,
"headline": "Merge pull request #4 from stefliekens/size-fallback-remote-resources",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-03-24T16:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df28edc005c08493ff8fe5e8b7166216036cc339",
"body": null,
"is_bot": false,
"headline": "Using fakefailing stream for size/fstat test",
"author_name": "Stef Liekens",
"author_login": "stefliekens",
"committed_at": "2025-03-24T14:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "156cf43b1186eab5e22ca06e84d16fe30bcd8763",
"body": null,
"is_bot": false,
"headline": "Added more tests for read() and getContents()",
"author_name": "Stef Liekens",
"author_login": "stefliekens",
"committed_at": "2025-03-24T07:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfe1154b2ca916cb344d383e7d3f2fc46daa253f",
"body": null,
"is_bot": false,
"headline": "Fixed type errors by throwing StreamActionFailureException instead",
"author_name": "Stef Liekens",
"author_login": "stefliekens",
"committed_at": "2025-03-20T11:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cce91d571756162367f2f0c23fc9e4f131b0b897",
"body": null,
"is_bot": false,
"headline": "Fall back to size 0 for remote resources",
"author_name": "Stef Liekens",
"author_login": "stefliekens",
"committed_at": "2025-03-18T14:48:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64bca1d2d141ab7183651f72493261c66ef6c003",
"body": "Add common PHP I/O stream factories",
"is_bot": false,
"headline": "Merge pull request #3 from phpro/common-php-streams",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-01-22T13:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31efd6fbbc520566bc29ffefc890ffb1f9721850",
"body": null,
"is_bot": false,
"headline": "Add docs",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-01-22T13:41:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96c4dd096bfa093a72c75a417a214608c86fd3ea",
"body": null,
"is_bot": false,
"headline": "Add shortcut for parsing a valid open stream",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-01-22T13:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c70a9c8ecdb86b2f75f9ec1c2120e930854bdeb",
"body": null,
"is_bot": false,
"headline": "Add common PHP I/O stream factories",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-01-22T13:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65cb294d85c99545c76e9c50378b0e38499c9206",
"body": "Improve type docblocks",
"is_bot": false,
"headline": "Merge pull request #2 from phpro/improve-typedocs2",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-21T10:20:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98885791c82912327ac61c3fd6d551268cd27c7d",
"body": null,
"is_bot": false,
"headline": "Improve type docblocks",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-21T10:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6519acb578fd88365c097023657e9a40194e83c9",
"body": "Improve type docblocks",
"is_bot": false,
"headline": "Merge pull request #1 from phpro/improve-typedocs",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-21T09:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48be39e14f2a3f0c2b7c58c1eb7a708052a5a12e",
"body": null,
"is_bot": false,
"headline": "Improve type docblocks",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-21T09:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7ef74d298dd3fcec710e3bef293ee24250491b1",
"body": null,
"is_bot": false,
"headline": "Document hidden dependency",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-18T09:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38d7d349bcc428f210e0a67328d15a39d0ef29fd",
"body": null,
"is_bot": false,
"headline": "Be clear about hidden dependencies",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-18T09:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "879321e173707cfcac6793b7c993c3e538789169",
"body": null,
"is_bot": false,
"headline": "Small improvements",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-18T09:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "136324ad40ffb8c07a3ba84714cd861bf5d8ead2",
"body": null,
"is_bot": false,
"headline": "Rename psr7 stream",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T10:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84b5754bbf331eac5edaa034bf6185fbd312f7ba",
"body": null,
"is_bot": false,
"headline": "Improve psalm config",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T10:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f89f30b6617d034a3eded458064dbcbfb76d173e",
"body": null,
"is_bot": false,
"headline": "Fix check",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T09:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b8a1415e9deb30124cf9a53cba7b1b06087f19",
"body": null,
"is_bot": false,
"headline": "Add batch read methods",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T09:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6135c6052b3ac587c125b4430c251f4cd82ddd74",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T09:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "033883495caa7a01e7ab1d8fcc7940dcca5e56da",
"body": null,
"is_bot": false,
"headline": "disable windows runs ¯\\_(ツ)_/¯",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T09:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1efa9d0799c6f92d71ce00e224563c53b979d76",
"body": null,
"is_bot": false,
"headline": "Update build",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T09:26:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a439fb3740c16068fc3f12d23b6120021289265f",
"body": null,
"is_bot": false,
"headline": "Add common files",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T09:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fed7224558a8b56fe2a28a13b0ac96e034d706a",
"body": null,
"is_bot": false,
"headline": "Add common files",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T09:24:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af0e4fe81a9db54985f3b9d897591013b82b6c48",
"body": null,
"is_bot": false,
"headline": "Narrow down testsuite",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T09:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69f737a48610f08bac531d67204387d887321d2d",
"body": null,
"is_bot": false,
"headline": "Add github actions",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T08:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e58ed159e5f30cc613099d697180e58e0f67e2a4",
"body": null,
"is_bot": false,
"headline": "Add test coverage",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T08:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40e7f84ebbc1f45cdd27be8395f4eeec50791e79",
"body": null,
"is_bot": false,
"headline": "Improve types",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T07:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61f50304a48a6da2b7b8f030b6c8a69c4d6baf54",
"body": null,
"is_bot": false,
"headline": "Introduce error-handling component",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-17T07:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9567b1241ec0dacf900fee21612be9c274735776",
"body": null,
"is_bot": false,
"headline": "Introducing the ResourceStream wrapper",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-16T14:35:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 9,
"latest_release_at": "2026-05-29T07:49:09Z",
"latest_release_tag": "1.4.0",
"releases_from_tags": false,
"days_since_last_push": 30,
"active_weeks_last_year": 4,
"days_since_latest_release": 54,
"mean_days_between_releases": 98
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": true,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "phpro/resource-stream",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/phpro/resource-stream",
"is_deprecated": false,
"latest_version": "1.4.0",
"repository_url": "https://github.com/phpro/resource-stream",
"versions_count": 7,
"total_downloads": 62002,
"dependents_count": 2,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 10556,
"first_published_at": null,
"latest_published_at": "2026-05-29T07:48:07Z",
"latest_version_yanked": null,
"days_since_latest_publish": 54
}
]
},
"popularity": {
"forks": 1,
"stars": 1,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2025-03-18",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 8554,
"source_files_sampled": 27,
"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": 8,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "guzzlehttp/psr7",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php-cs-fixer/shim",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpro/grumphp-shim",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "psr/http-message",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "vimeo/psalm",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "webmozart/assert",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 0,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 8,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "veewee",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/1618158?v=4"
},
{
"type": "User",
"login": "stefliekens",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/3245491?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.895
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"depsreview.yaml",
"grumphp.yml"
],
"has_docs_dir": false,
"linter_configs": [
".php-cs-fixer.php"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 5,
"reason": "4 out of 8 merged PRs checked by a CI test -- score normalized to 5",
"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 1/14 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "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": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "88e94a4d539a8c28d4a01d4367113b308df1870b",
"ran_at": "2026-07-23T00:04:04Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T21:23:16Z",
"oldest_open_prs": [
{
"number": 8,
"created_at": "2026-05-12T03:44:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2026-06-22T21:22:56Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-05-29T07:48:07Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/phpro/resource-stream",
"host": "github.com",
"name": "resource-stream",
"owner": "phpro"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 50,
"vitality": 63,
"community": 38,
"governance": 60,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 63,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"commits_last_year": 9,
"human_commit_share": 0.95,
"days_since_last_push": 30,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 30 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 30
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "9 commits in the last year",
"points": 9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 9
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 7,
"latest_release_tag": "1.4.0",
"releases_from_tags": false,
"days_since_latest_release": 54,
"mean_days_between_releases": 98
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 54 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 54
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~98 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 98
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 54,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 54 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 54
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 38,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 3,
"inputs": {
"forks": 1,
"stars": 1,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": true,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 7.2,
"status": "met",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"packages": [
"phpro/resource-stream"
],
"dependents": 2,
"ecosystems": "packagist",
"total_downloads": 62002,
"monthly_downloads": 10556
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "10,556 downloads/month across packagist",
"points": 53.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 10556,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "2 packages depend on it",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 2
}
}
],
"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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.895
},
"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 90% of commits",
"points": 2.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 90
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 8,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/8 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 45,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "phpro",
"public_repos": 38,
"account_age_days": 4587
},
"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": "45 followers of phpro",
"points": 12,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 45,
"login": "phpro"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "38 public repos, account ~12 yr old",
"points": 23.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 38
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"phpro/resource-stream"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 54
},
"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 54 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 54
}
}
],
"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": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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.php",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.php"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 8 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 8 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"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 1/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"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": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 2
},
"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": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.237,
"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": "9 of 38 human commits state their intent (structured subject or explanatory body)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 9,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 41,
"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.05
},
"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.php",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.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 40",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 40
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 40 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 40
}
}
],
"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": 8554,
"source_files_sampled": 27,
"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/27 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 27,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-23T00:04:15.640586Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/phpro/resource-stream.svg",
"full_name": "phpro/resource-stream",
"license_state": "standard",
"license_spdx": "MIT"
}