Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"code-sniffer",
"coding-standards",
"hacktoberfest",
"phpcs",
"wordpress",
"wordpress-coding-standards",
"wpcs"
],
"is_fork": false,
"size_kb": 41,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 9849,
"Shell": 1581
},
"pushed_at": "2026-07-28T05:52:43Z",
"created_at": "2023-02-16T21:37:56Z",
"owner_type": "Organization",
"updated_at": "2026-03-31T20:22:13Z",
"description": "Pantheon WordPress PHPCS rulesets",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP",
"Shell"
]
},
"owner": {
"blog": "https://pantheon.io/",
"name": "Pantheon",
"type": "Organization",
"login": "pantheon-systems",
"company": null,
"location": "San Francisco, CA",
"followers": 212,
"avatar_url": "https://avatars.githubusercontent.com/u/513357?v=4",
"created_at": "2010-12-07T16:26:21Z",
"is_verified": null,
"public_repos": 99,
"account_age_days": 5711
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "3.0.1",
"kind": "patch",
"published_at": "2025-07-21T20:47:32Z"
},
{
"tag": "3.0.0",
"kind": "major",
"published_at": "2025-07-18T19:27:28Z"
},
{
"tag": "2.0.3",
"kind": "patch",
"published_at": "2024-07-05T21:40:23Z"
},
{
"tag": "2.0.2",
"kind": "patch",
"published_at": "2024-06-07T20:18:44Z"
},
{
"tag": "2.0.1",
"kind": "patch",
"published_at": "2023-12-12T16:18:53Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2023-09-12T17:25:53Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2023-04-14T16:54:31Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2023-02-17T16:18:09Z"
}
],
"recent_commits": [
{
"oid": "2588358a6add2a258827f3ad2d045a75275bb53f",
"body": "Update catalog owner from 'site' to 'site-experience' (full team slug).\n\nBackstage requires the complete team slug for proper team resolution\nand service catalog organization. The abbreviated 'site' slug does not\nresolve correctly in the service catalog.\n\nJira: DELENG-392\n\nCo-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix catalog-info.yaml team slug for Backstage (#22)",
"author_name": "Lauren Strong",
"author_login": "lowlostrong",
"committed_at": "2026-03-31T20:22:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "40a97fc4da4611f5f63f460211ff1e7d59b71f72",
"body": "* add new test case\n\n* don't flag inline comments",
"is_bot": false,
"headline": "Improve comment handling (#20)",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2025-07-21T20:47:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79ee409fb5e2fad4d0a445962d171b764a2c00be",
"body": "* autoload both classes\n\n* Group pantheon rules together\n\n* exclude the multiline slash comment rule\nwe're redeclaring in Pantheon-WP with a higher severity\n\n* duplicate exclusions in -Minimum\nWe need to redeclare because we're redeclaring the parent rulesets\n\n* exclude deprecated VIP CSS/JS checks\n\n[…]\neaders to determine test name\n\n* just echo an empty line\n\n* maybe a space?\n\n* add an error param\nso the severity level can be adjusted\n\n* pass an error for Pantheon-WP\n\n* include severity in the tests",
"is_bot": false,
"headline": "Add Pantheon-WP coding standards for comment usage (#19)",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2025-07-18T19:11:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "40c96b5ae9851aa59da693ecd3554da4e4506901",
"body": "* Add DisallowRenameFunctionSniff to enforce restrictions on rename() usage\n\n* remove phpcs stuff\n\n* exclude the wp rename sniff\nwp warns, we error\n\n* add a file to test the sniff against\n\n* add a script to run tests\n\n* add a composer test to test tests\n\n* test tests on push\n\n* exclude deprecated sniff from standards\n\n* fix spacing\n\n* add emoji\n\n* properly ignore deprecated sniff\n\n* add a comment for why we're excluding",
"is_bot": false,
"headline": "Add `DisallowRenameFunctionSniff` for `rename()` restrictions (#18)",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2025-07-18T14:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "570e6389b1a2a6633c42a0a3e3c9e6a169bf1e74",
"body": "Updates the requirements on [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) to permit the latest version.\n- [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)\n- [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/4.x/CHANGELOG.md)\n- [Commits](https://g\n[…]\nndency-version: 4.0.0\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update yoast/phpunit-polyfills requirement from 1.x-dev to 4.0.0 (#16)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-17T20:25:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1c92bce4f6360c2cfce3ebd15d02299668752d67",
"body": "Updates the requirements on [fig-r/psr2r-sniffer](https://github.com/php-fig-rectified/psr2r-sniffer) to permit the latest version.\n- [Release notes](https://github.com/php-fig-rectified/psr2r-sniffer/releases)\n- [Commits](https://github.com/php-fig-rectified/psr2r-sniffer/compare/1.5.0...2.2.1)\n\n--\n[…]\nendency-version: 2.2.1\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update fig-r/psr2r-sniffer requirement from ^1.5 to ^2.2 (#17)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-17T20:25:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "25f3717f4f558a7678f1459470883d8f7cb5d90d",
"body": "This is an issue that is likely coming from PHPCompatibility or PHPCompatibility-WP. The issue was present in WPCS (but fixed in 3.0). There is no real benefit for leaving error reporting in when it has to do with a CS ruleset, so I think we can safely just ignore errors.\nSee: https://github.com/WordPress/WordPress-Coding-Standards/issues/2035\nSee also: https://gist.github.com/shreyasikhar/f4495ac952586096eb81d505e9e914a4",
"is_bot": false,
"headline": "Ignore PHP errors related to the version being run (#12)",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2025-07-17T20:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a69fcdc2f6f2e7388f4646fb864caf36d65934",
"body": "this way we're informed of dependency updates",
"is_bot": false,
"headline": "add a dependabot.yml for composer updates (#14)",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2025-07-17T20:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9588a0a21136f0c300b070bba939726b20eb5555",
"body": "* Add @pantheon-systems/devrel to coding standards codeowners\n\n* Update CODEOWNERS\n\nCo-authored-by: Phil Tyler <philip@tylerdigital.com>\n\n---------\n\nCo-authored-by: Phil Tyler <philip@tylerdigital.com>",
"is_bot": false,
"headline": "Add @pantheon-systems/devrel to codeowners for coding standards (#13)",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2024-12-10T21:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c27064b8669fc909fd790f0ee2187a36141edd3c",
"body": "…0923\n\nRename catalog-info.yml to catalog-info.yaml",
"is_bot": false,
"headline": "Merge pull request #10 from pantheon-systems/rename-catalog-info-2024…",
"author_name": "Brian Weaver",
"author_login": "namespacebrian",
"committed_at": "2024-09-23T20:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9ade58a2bf5c539200c87285f2316551be2cd8d",
"body": null,
"is_bot": false,
"headline": "Rename catalog-info.yml to catalog-info.yaml",
"author_name": "Brian Weaver",
"author_login": "namespacebrian",
"committed_at": "2024-09-23T20:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "863ef245912276ba563bc47e74fdc806f118d4d8",
"body": "[SITE-1547] Add catalog-info.yml",
"is_bot": false,
"headline": "Merge pull request #9 from pantheon-systems/add-catalog-info-20240910",
"author_name": "Brian Weaver",
"author_login": "namespacebrian",
"committed_at": "2024-09-10T22:52:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef961fd2326d7a480cdb2f0db929246ecaf08a18",
"body": null,
"is_bot": false,
"headline": "Add or update catalog-info.yml",
"author_name": "Brian Weaver",
"author_login": "namespacebrian",
"committed_at": "2024-09-10T20:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac3a5461915b81878266a040877478644ce58ee3",
"body": null,
"is_bot": false,
"headline": "Update CODEOWNERS for new team names (#8)",
"author_name": "Greg Anderson",
"author_login": "greg-1-anderson",
"committed_at": "2024-08-28T17:59:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5008d7416057ab0420bcddd407d9833340a0081d",
"body": null,
"is_bot": false,
"headline": "allow or as logical operator (#7)",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2024-07-05T21:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fabb264d8dc39cf1cf3facea8526a881894dd591",
"body": null,
"is_bot": false,
"headline": "exclude linting warning for $_SERVER['HTTP_USER_AGENT'] (#6)",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2024-06-07T20:18:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbaf18c76ab342d1979f304a3dae0b529750e4e2",
"body": "This sniff no longer exists.",
"is_bot": false,
"headline": "Remove outdated sniff (#5)",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-12-12T16:18:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7262d7b3b489a3605a22db42d74962d81f1f08c8",
"body": "* bump wpcs and vipwpcs to 3.0\r\n\r\n* update short ternary exclusion\r\n\r\n* allow short arrays",
"is_bot": false,
"headline": "[CMSP-616] Update WPCS to 3.0 (#4)",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-09-12T17:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01259d900fa413790da86343b44dd5a39e6e609c",
"body": "Change support badge to actively maintained",
"is_bot": false,
"headline": "Merge pull request #3 from pantheon-systems/update-support-badge",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-05-11T14:55:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af5b8e5db9fa2c69d368f8a34ff0a81405791d3d",
"body": null,
"is_bot": false,
"headline": "change support badge to actively maintained",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-05-10T20:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e8fb654d52b9274f548c46f89d98f4913307fdf",
"body": "…warning\n\nIgnore WPVIPMinimum rules that suggest VIP-specific functions",
"is_bot": false,
"headline": "Merge pull request #2 from pantheon-systems/ignore-wp-remote-get-vip-…",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-04-14T16:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f9a9cb05e2e7f1757b3d28cd760ad06a1e99c07",
"body": "…rule",
"is_bot": false,
"headline": "move the excluded rule inside the vip minimum rule & add another vip …",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-04-14T16:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cecd26f1f15ba27a081036f743f777a1fd8eb4cf",
"body": "suggests a vip-only function that is not usable outside of VIP",
"is_bot": false,
"headline": "ignore the WPVIPMinimum rule warning against wp_remote_get",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-04-14T16:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be3c84253d4ba0cbafaa2ea438359651566d5daf",
"body": null,
"is_bot": false,
"headline": "fix the packagist link",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-02-17T16:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9555c8e63b521380b4630fe16674ef7c97dd8873",
"body": null,
"is_bot": false,
"headline": "make the packagist and licence badges links",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-02-17T16:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e732a701b06eb95cbb89e1f7f4c77335bcaa0bb",
"body": null,
"is_bot": false,
"headline": "add note about --ignore",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-02-17T16:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cef6a73ec12cd510f35b10fa24621350c3f8291e",
"body": null,
"is_bot": false,
"headline": "add PSR2 sniffer",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-02-17T16:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b4b50016c87b36eb5e86e47f26ce27f1742f01a",
"body": null,
"is_bot": false,
"headline": "fix tag mismatch",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-02-17T16:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8af42301c9796700aa00e6f32ae9aec7003a9160",
"body": null,
"is_bot": false,
"headline": "fix spacing",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-02-16T22:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a1d091029a91960394f1b520a37c84cc9212ca9",
"body": null,
"is_bot": false,
"headline": "all the things!",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-02-16T22:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c96901bad049c19fb2350ba1fc2130c40c42fc0",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Chris Reynolds",
"author_login": "jazzsequence",
"committed_at": "2023-02-16T21:37:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 1,
"latest_release_at": "2025-07-21T20:47:32Z",
"latest_release_tag": "3.0.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 371,
"mean_days_between_releases": 126.5
},
"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": "pantheon-systems/pantheon-wp-coding-standards",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/pantheon-systems/pantheon-wp-coding-standards",
"is_deprecated": false,
"latest_version": "3.0.1",
"repository_url": "https://github.com/pantheon-systems/Pantheon-WP-Coding-Standards",
"versions_count": 9,
"total_downloads": 136361,
"dependents_count": 18,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 7251,
"first_published_at": null,
"latest_published_at": "2025-07-21T20:47:08Z",
"latest_version_yanked": null,
"days_since_latest_publish": 371
}
]
},
"popularity": {
"forks": 1,
"stars": 9,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2024-08-27",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 1
},
"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": 3651,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 5,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "automattic/vipwpcs",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.0"
},
{
"name": "fig-r/psr2r-sniffer",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^2.2"
},
{
"name": "wp-coding-standards/wpcs",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "automattic/vipwpcs",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "fig-r/psr2r-sniffer",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "wp-coding-standards/wpcs",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpcompatibility/phpcompatibility-wp",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "squizlabs/php_codesniffer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "yoast/phpunit-polyfills",
"direct": false,
"version": "4.0.0",
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 3,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 18,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 2,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "jazzsequence",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/991511?v=4"
},
{
"type": "User",
"login": "namespacebrian",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/87093053?v=4"
},
{
"type": "User",
"login": "greg-1-anderson",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/612191?v=4"
},
{
"type": "User",
"login": "lowlostrong",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/239265111?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.793
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "4 out of 18 merged PRs checked by a CI test -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 7/23 approved changesets -- score normalized to 3",
"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": 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": "2588358a6add2a258827f3ad2d045a75275bb53f",
"ran_at": "2026-07-28T05:58:05Z",
"aggregate_score": 4.6,
"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-27T05:44:22Z",
"oldest_open_prs": [
{
"number": 23,
"created_at": "2026-07-28T05:53:02Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-03-31T20:22:09Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/pantheon-systems/Pantheon-WP-Coding-Standards",
"host": "github.com",
"name": "Pantheon-WP-Coding-Standards",
"owner": "pantheon-systems"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 57,
"vitality": 44,
"community": 40,
"governance": 63,
"engineering": 51
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 44,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 0.935,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"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": "moderate",
"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": 52,
"inputs": {
"releases_count": 8,
"latest_release_tag": "3.0.1",
"releases_from_tags": false,
"days_since_latest_release": 371,
"mean_days_between_releases": 126.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 371 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 371
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~126.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 126.5
}
}
],
"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": 118,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 118 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 118
}
}
],
"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": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"forks": 1,
"stars": 9,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "9 stars",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 9
}
}
],
"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": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"packages": [
"pantheon-systems/pantheon-wp-coding-standards"
],
"dependents": 18,
"ecosystems": "packagist",
"total_downloads": 136361,
"monthly_downloads": 7251
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "7,251 downloads/month across packagist",
"points": 51.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 7251,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "18 packages depend on it",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 18
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.793
},
"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 79% of commits",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 79
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"merged_prs": 18,
"open_issues": 0,
"closed_issues": 2,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "18/20 decided PRs merged",
"points": 34.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 18,
"decided": 20
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/23 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 212,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "pantheon-systems",
"public_repos": 99,
"account_age_days": 5711
},
"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": "212 followers of pantheon-systems",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 212,
"login": "pantheon-systems"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "99 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 99
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"pantheon-systems/pantheon-wp-coding-standards"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 371
},
"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 371 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 371
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"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": 51,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"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": "4 out of 18 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"code-sniffer",
"coding-standards",
"hacktoberfest",
"phpcs",
"wordpress",
"wordpress-coding-standards",
"wpcs"
],
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": 57,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.6
},
"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 is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 18 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 7/23 approved changesets -- score normalized to 3",
"points": 2.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": "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": "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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV; 5 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 5
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 5,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 3
},
"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": 37,
"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.552,
"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": "16 of 29 human commits state their intent (structured subject or explanatory body)",
"points": 29.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 16,
"sampled": 29
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.032,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.065
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 31 commits agent-authored or agent-credited",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 31
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 31 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 31
}
}
],
"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": 3651,
"source_files_sampled": 5,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-28T05:58:20.012985Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/pantheon-systems/Pantheon-WP-Coding-Standards.svg",
"full_name": "pantheon-systems/Pantheon-WP-Coding-Standards",
"license_state": "standard",
"license_spdx": "MIT"
}