Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 50,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 45212,
"Makefile": 4005
},
"pushed_at": "2026-05-06T22:52:24Z",
"created_at": "2020-01-19T20:04:56Z",
"owner_type": "Organization",
"updated_at": "2025-11-13T02:40:51Z",
"description": "Stream Wrapper: Include Interceptor. Allows to replace included (autoloaded) file with another one.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://infection.github.io",
"name": "Infection - Mutation Testing Framework for PHP",
"type": "Organization",
"login": "infection",
"company": null,
"location": "Poland",
"followers": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/29210618?v=4",
"created_at": "2017-06-05T18:56:59Z",
"is_verified": null,
"public_repos": 16,
"account_age_days": 3333
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2026-05-06T22:52:24Z"
},
{
"tag": "0.2.5",
"kind": "patch",
"published_at": "2021-08-09T10:05:04Z"
},
{
"tag": "0.2.4",
"kind": "patch",
"published_at": "2020-08-07T22:41:52Z"
},
{
"tag": "0.2.3",
"kind": "patch",
"published_at": "2020-01-27T10:28:46Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2020-01-26T21:15:52Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2020-01-19T20:06:38Z"
}
],
"recent_commits": [
{
"oid": "c083331bc0cd1cd319ac1b7a08e3ad4a34aa7992",
"body": null,
"is_bot": false,
"headline": "Add installation section",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2024-05-03T21:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afdc4767617594ba745067505573b4bb358e1e14",
"body": "Migrate to GitHub actions",
"is_bot": false,
"headline": "Merge pull request #19 from peter279k/issue_#18",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2023-01-09T11:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aad44a5b86fd7166bd548323a06b66a86f5ee369",
"body": null,
"is_bot": false,
"headline": "Resolves issue #18",
"author_name": "Peter",
"author_login": "peter279k",
"committed_at": "2023-01-09T03:48:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cc76d95a79d9832d74e74492b0a30139904bdf7",
"body": "Use the correct lock constant when stream wrapper locks the file",
"is_bot": false,
"headline": "Merge pull request #16 from infection/feature/flock",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2021-08-09T10:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32a873e50286cee19a2d2aad54e1717618dfe102",
"body": "$operation contains `0` value which results to `ValueError: flock(): Argument #2 ($operation) must be one of LOCK_SH, LOCK_EX, or LOCK_UN`\n\nSo we explicitly use `LOCK_SH`",
"is_bot": false,
"headline": "Use the correct lock constant when stream wrapper locks the file",
"author_name": "maks-rafalko",
"author_login": "maks-rafalko",
"committed_at": "2021-08-09T10:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "498f0a655aec2fdc6b6a42febddf5606a509a9fa",
"body": null,
"is_bot": false,
"headline": "Add FUNDING.yml to sponsor Infection organization",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2020-11-29T10:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3cf9317a7fd554ab60a5587f028b16418cc4264",
"body": "Respect symlinks in url_stat",
"is_bot": false,
"headline": "Merge pull request #14 from DanielSiepmann/bugfix/is_link-detection",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2020-08-07T22:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89fd3e879005501dee287f3a3cc0861283ec8a50",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into bugfix/is_link-detection",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2020-08-07T22:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "159ae3d9d2e6e59aa2237e51c4882492715b8bfb",
"body": "Fix Psalm warning",
"is_bot": false,
"headline": "Merge pull request #15 from sanmai/pr/2020-08/psalm",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2020-08-07T22:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee1c6bbdd02f3d115a59dfdcda48a00b596af089",
"body": "url_stat is called with an additional $flags argument by PHP.\nThis includes an flag whether info about sylimk or symlink target should\nbe returned.\n\nPrior to this change, stat was used all the time, delivering results for\nthe target of symlinks.\nRespecting the flag, lstat is used to return info about the symlink\ninstead, when requested.\n\nThis will properly return infos for is_link() calls.",
"is_bot": false,
"headline": "Respect symlinks in url_stat",
"author_name": "Daniel Siepmann",
"author_login": "DanielSiepmann",
"committed_at": "2020-08-07T07:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c756e819059bfdb6c6f5bd6f730e0f7595ff95d",
"body": null,
"is_bot": false,
"headline": "Fix Psalm warning",
"author_name": "Alexey Kopytko",
"author_login": "sanmai",
"committed_at": "2020-08-06T19:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "727a884dd895ab1e140eb2746437b2019a848903",
"body": null,
"is_bot": false,
"headline": "Add tests-checker bot",
"author_name": "borNfreee",
"author_login": "maks-rafalko",
"committed_at": "2020-03-24T05:13:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "965facd7b9126285c9fac8dd5da49a0ced0b56c8",
"body": "Coveralls integration",
"is_bot": false,
"headline": "Merge pull request #12 from sanmai/pr/2020/coveralls",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2020-01-30T06:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ef0865ea4bfb5bcd8540d73035129cdcbaf29f",
"body": null,
"is_bot": false,
"headline": "Coveralls integration",
"author_name": "Alexey Kopytko",
"author_login": "sanmai",
"committed_at": "2020-01-29T13:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1122e3adb6567f3bfdee319e67107687d603744",
"body": null,
"is_bot": false,
"headline": "Missing bits and pieces (#10)",
"author_name": "Alexey Kopytko",
"author_login": "sanmai",
"committed_at": "2020-01-29T06:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edc87c8dc2022f59084add390310ef846635cf6e",
"body": null,
"is_bot": false,
"headline": "Clean up PHP CS Fixer config (#9)",
"author_name": "Alexey Kopytko",
"author_login": "sanmai",
"committed_at": "2020-01-29T06:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f737ebdfb9f6884831d12d65f5b0f8dcf8c1e2",
"body": "Closes #6",
"is_bot": false,
"headline": "Use PCOV for coverage (#11)",
"author_name": "Alexey Kopytko",
"author_login": "sanmai",
"committed_at": "2020-01-29T04:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb42d66dc1f1eb4df56ed6302783fca9e57b1287",
"body": "* CI procedure\r\n\r\nRemove 7.1\r\n\r\n* Untag IncludeInterceptorTest as intergrational as it is the only test\r\n\r\n* Work around Infection using the same namespace\r\n\r\nSame workaround for Travis\r\n\r\nWorkaround is not the reason to fail\r\n\r\n* Update .travis.yml\r\n\r\nsudo has no effect\r\n\r\nRemove matrix declaration\n[…]\n:test_it_throws_an_exception_if_not_configured\r\nPHPUnit\\Framework\\Exception: Notice: stream_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor in Standard input code on line 66",
"is_bot": false,
"headline": "CI procedure (#5)",
"author_name": "Alexey Kopytko",
"author_login": "sanmai",
"committed_at": "2020-01-29T01:54:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c4d03b4d6ee10b0da6d5e751d169d8cbb9fdf5be",
"body": null,
"is_bot": false,
"headline": "Missing bits and pieces",
"author_name": "Alexey Kopytko",
"author_login": "sanmai",
"committed_at": "2020-01-28T14:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07d20c33a6c0624b8636adf25ddca7e9e19a5dc9",
"body": "Use correct magic const for location",
"is_bot": false,
"headline": "Merge pull request #7 from infection/location-const",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2020-01-27T10:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "767d45536d540bf3d2c896d552524c8fd2f57b9b",
"body": "Using __DIR__ for an include isn't a great idea, we want to have the file.",
"is_bot": false,
"headline": "Use correct magic const for location",
"author_name": "Gert de Pagter",
"author_login": "BackEndTea",
"committed_at": "2020-01-27T10:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "136066e2064b83c4aaf9fcee88745158fda79960",
"body": "Update README.md to include a build status badge",
"is_bot": false,
"headline": "Merge pull request #4 from infection/sanmai-patch-1",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2020-01-27T05:01:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2932174fc794fd41d21730d2f4b8e69069336d9",
"body": "Update composer.json",
"is_bot": false,
"headline": "Merge pull request #3 from sanmai/composer-update",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2020-01-27T05:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "778a828b4af6a850c6f4bcb4d6da1feabd0fb38d",
"body": "Delete composer.lock",
"is_bot": false,
"headline": "Merge pull request #2 from infection/no-lock",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2020-01-27T04:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dbdfe8bd7a59f8b7cb9a954886d1bf42794c01d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Alexey Kopytko",
"author_login": "sanmai",
"committed_at": "2020-01-27T02:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2af779ef9b3ac7d98bf568cd20e9f5e8e0819de2",
"body": null,
"is_bot": false,
"headline": "Delete composer.lock",
"author_name": "Alexey Kopytko",
"author_login": "sanmai",
"committed_at": "2020-01-27T02:39:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee702b7cb512b58a24a96b66e9f94e00a3219e0",
"body": "Expose file location of IncludeInterceptor",
"is_bot": false,
"headline": "Merge pull request #1 from infection/expose-location",
"author_name": "Maks Rafalko",
"author_login": "maks-rafalko",
"committed_at": "2020-01-26T20:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7ad413068fd5d40a82c093a4d606787267b37d0",
"body": "This removes the need to use reflection for that.",
"is_bot": false,
"headline": "Expose file location of IncludeInterceptor",
"author_name": "Gert de Pagter",
"author_login": "BackEndTea",
"committed_at": "2020-01-26T20:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a111c4cbf38a3a7d61f003993f66cc96701415",
"body": "- Platform lock is not required for a library.\n- Normalize.",
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Alexey Kopytko",
"author_login": "sanmai",
"committed_at": "2020-01-26T14:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02f9f90ef598bb09a2bbbe7cf7a6adeabf7b3158",
"body": null,
"is_bot": false,
"headline": "Add tests & README.md",
"author_name": "borNfreee",
"author_login": "maks-rafalko",
"committed_at": "2020-01-17T21:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9b14b580ea3c3189f6e9e5f0921746125077fdb",
"body": null,
"is_bot": false,
"headline": "Add IncludeInterceptor",
"author_name": "borNfreee",
"author_login": "maks-rafalko",
"committed_at": "2020-01-10T20:59:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2026-05-06T22:52:24Z",
"latest_release_tag": "1.0.0",
"releases_from_tags": false,
"days_since_last_push": 76,
"active_weeks_last_year": 0,
"days_since_latest_release": 76,
"mean_days_between_releases": 459.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "infection/include-interceptor",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/infection/include-interceptor",
"is_deprecated": false,
"latest_version": "1.0.0",
"repository_url": "https://github.com/infection/include-interceptor",
"versions_count": 6,
"total_downloads": 27729678,
"dependents_count": 5,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1054935,
"first_published_at": null,
"latest_published_at": "2024-05-03T21:48:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 809
}
]
},
"popularity": {
"forks": 4,
"stars": 31,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2020-01-27",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 16700,
"source_files_sampled": 3,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 7,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "friendsofphp/php-cs-fixer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "infection/infection",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phan/phan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php-coveralls/php-coveralls",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "vimeo/psalm",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 0,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 14,
"open_issues": 3,
"closed_ratio": 0.4,
"closed_issues": 2,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "maks-rafalko",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/3725595?v=4"
},
{
"type": "User",
"login": "sanmai",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/139488?v=4"
},
{
"type": "User",
"login": "BackEndTea",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/14289961?v=4"
},
{
"type": "User",
"login": "DanielSiepmann",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/354250?v=4"
},
{
"type": "User",
"login": "peter279k",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9021747?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.548
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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 14 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": 7,
"reason": "Found 13/18 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c083331bc0cd1cd319ac1b7a08e3ad4a34aa7992",
"ran_at": "2026-07-22T17:20:33Z",
"aggregate_score": 4,
"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:43:49Z",
"oldest_open_prs": [
{
"number": 21,
"created_at": "2023-01-31T18:19:03Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2023-01-09T11:51:55Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 8,
"created_at": "2020-01-29T02:16:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 17,
"created_at": "2021-10-19T05:19:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 20,
"created_at": "2023-01-31T18:16:01Z",
"last_comment_at": "2023-02-05T08:52:07Z",
"last_comment_author": "jacyimp"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/infection/include-interceptor",
"host": "github.com",
"name": "include-interceptor",
"owner": "infection"
},
"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": 40,
"vitality": 41,
"community": 50,
"governance": 55,
"engineering": 49,
"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": "at_risk",
"name": "Vitality",
"value": 41,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 76,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 76 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 76
}
}
],
"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": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"releases_count": 6,
"latest_release_tag": "1.0.0",
"releases_from_tags": false,
"days_since_latest_release": 76,
"mean_days_between_releases": 459.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 76 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 76
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~459.8 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 459.8
}
}
],
"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": [
"recent_release"
],
"signals": [
"scorecard_unmaintained",
"broken_ci"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 3,
"days_since_last_merged_pr": 1290,
"days_since_last_human_commit": 809,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 809 days; 2 unmet obligation(s): Scorecard reports it unmaintained, CI broken",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 809,
"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": 50,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"forks": 4,
"stars": 31,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "31 stars",
"points": 24,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 31
}
}
],
"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": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"packages": [
"infection/include-interceptor"
],
"dependents": 5,
"ecosystems": "packagist",
"total_downloads": 27729678,
"monthly_downloads": 1054935
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,054,935 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1054935,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "5 packages depend on it",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 5
}
}
],
"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": 55,
"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": 5,
"top_contributor_share": 0.548
},
"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 55% of commits",
"points": 10.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 55
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"merged_prs": 14,
"open_issues": 3,
"closed_issues": 2,
"issue_closed_ratio": 0.4,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "40% of issues closed",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 40
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "14/15 decided PRs merged",
"points": 35.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 14,
"decided": 15
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 13/18 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"followers": 29,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "infection",
"public_repos": 16,
"account_age_days": 3333
},
"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": "29 followers of infection",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 29,
"login": "infection"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "16 public repos, account ~9 yr old",
"points": 21,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 16
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"infection/include-interceptor"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 809
},
"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 809 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 809
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 49,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 14 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": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"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": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4
},
"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 14 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 13/18 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 15
},
"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": 39,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.548,
"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": "17 of 31 human commits state their intent (structured subject or explanatory body)",
"points": 29.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 17,
"sampled": 31
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 31",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 31
}
}
],
"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": 16700,
"source_files_sampled": 3,
"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/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"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-22T17:20:48.668013Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/infection/include-interceptor.svg",
"full_name": "infection/include-interceptor",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}