from property names for PHP while preserving it for JSON keys. DtoGenerator had this via getPropertyNames(), but IntersectionTypeWrapperGenerator used prop.name directly, causing invalid syntax like `$this->$schema`.", "is_bot": false, "headline": "feat: Fix property name handling in IntersectionTypeWrapperGenerator", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T15:25:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "866211f4334a43071bf49c3957c4457097067d44", "body": "… type wrappers\n\nThe renderFromArrayArg method always called asArray() for array types, ignoring the isOptional flag. This caused InvalidArgumentException at runtime when optional array properties like _meta were null.", "is_bot": false, "headline": "feat: Use asArrayOrNull for optional array properties in intersection…", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T15:16:36Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "9397925212df5d088bcb6287edd44d7e75797d87", "body": "…letion.values\n\nThe MCP spec states that completion values \"Must not exceed 100 items\". This adds automatic extraction of maxItems constraints from JSDoc descriptions and generates validation in fromArray().\n\n - Add maxItems field to PhpProperty type\n - Extract limits from JSDoc pattern \"Must not exceed N items\"\n - Generate MAX_* constants for discoverable limits\n - Generate validation that throws InvalidArgumentException when exceeded", "is_bot": false, "headline": "feat: Add runtime validation for 100-item limit on CompleteResultComp…", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T14:20:09Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "53a777a18818adf7bd6c21ad78769e78f2e77d09", "body": "The generator now preserves value types from TypeScript index signatures like `{ [key: string]: string }` and generates appropriate PHP validation.\n\n - Add isIndexSignature and indexSignatureValueType fields to PhpType\n - Add extractIndexSignatureValueType() to parse index signature value types\n \n[…]\nring]: string } → array\u003cstring, string> with asStringMap()\n - { [key: string]: object } → array\u003cstring, object> with asObjectMap()\n - { [key: string]: unknown } → array\u003cstring, mixed> with asArray()", "is_bot": false, "headline": "feat: Add runtime validation for index signature value types", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T14:05:54Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "0a9fc156a7c1ab3ac49789f390db5663c28f1097", "body": "The MCP spec defines ProgressToken as `string | number`, but the PHP DTOs accepted any value without runtime validation. This could produce invalid MCP payloads when arrays, booleans, or objects were passed.\n\nAdd asStringOrNumber() and asStringOrNumberOrNull() helpers to the ValidatesRequiredFields trait, and update the DTO generator to detect string|number union types and use these helpers automatically.", "is_bot": false, "headline": "feat: Add runtime validation for ProgressToken (string|number) type", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T13:53:31Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0d5302a904dbd0bbcf95f94ed6b3ff38b95d777e", "body": "Optional array properties were calling asArray() which throws InvalidArgumentException when the value is null. This broke DTOs like CompleteRequestParamsContext where omitting the optional 'arguments' field caused a runtime exception.\n\n\\The generator now uses ${suffix} variable ('OrNull' for optional, '' for required) consistently in the \"Array of primitives\" code path, matching other type helpers like asObject${suffix} and asStringArray${suffix}.", "is_bot": false, "headline": "fix: Use asArrayOrNull for optional array properties in fromArray()", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T13:29:16Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "1e8eb64ff93d6637408b3c02ced393f7f0db09ac", "body": "The synthetic DTO extractor was generating empty classes for inline object types (like CompleteResultCompletion) when the TypeScript schema included JSDoc comments on properties. The regex expected property strings to start with the property name, but JSDoc comments caused the pattern to fail.\n\nNow the parser strips JSDoc comments before matching property names and extracts description text for PHP docblocks.", "is_bot": false, "headline": "fix: Extract properties from inline object types with JSDoc comments", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T13:21:49Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "f3afd8728307eca850369716b04e2c55ef28ecb2", "body": null, "is_bot": false, "headline": "feat: Generate task result intersection type wrappers", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "17b66e8ecae17ba3fb8941bc74d3e7faa29fedd6", "body": null, "is_bot": false, "headline": "feat: Generate EmptyResult wrapper class", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b5e870f8b3111a1b3776e76524d51e94207a4df1", "body": null, "is_bot": false, "headline": "feat: Generate McpConstants PHP class", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "761eeb347a12fb2fe290fa21e508ac5a938f7615", "body": null, "is_bot": false, "headline": "feat: Generate skill search scripts", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "04094c4feaffbd504cf9ca727e1f1cdae65379d5", "body": null, "is_bot": false, "headline": "feat: Generate skill JSON data files", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "c5976972029466eab0a961f8510d5fa89b420e3c", "body": null, "is_bot": false, "headline": "feat: Generate skill documentation files", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b97adfc342a03c0fd7e755cc3ef3239ab4737b16", "body": null, "is_bot": false, "headline": "feat: Update TsConstant type to support numeric values", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "eaa5c0fce675ca3cf49b4fbc01b5710ac3c15a34", "body": null, "is_bot": false, "headline": "feat: Add skill types definitions", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "68b67dbb8d82f6dd2cd3d00eb87eae473da785e2", "body": null, "is_bot": false, "headline": "feat: Enhance parser to extract numeric constants", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d1f71ebd057c5bfbcfae0a0167eef2af2926a6e4", "body": null, "is_bot": false, "headline": "feat: Integrate new generators into main pipeline", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "525bab81f81e80694a308ef38261c3b1c6628f52", "body": null, "is_bot": false, "headline": "feat: Support numeric constants in type mapper", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d85185f54ed7d522b58d09e3961e3970ce0e46fb", "body": null, "is_bot": false, "headline": "feat: Export new generators from index", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "8aed90725a01ac9e7899a0d5a73f04d06b57e547", "body": null, "is_bot": false, "headline": "feat: Add skill markdown helpers", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d81b175791695c1216b1ad3014052f93e2e626ad", "body": null, "is_bot": false, "headline": "feat: Add skill file generator for Claude Code integration", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3960af04d3fb59ef4bb3effcd1473c8d941ee36a", "body": null, "is_bot": false, "headline": "feat: Add schema map generator for JSON metadata", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0ec11f5d649ff6a657f615c3b1dcb1dc4f283e5f", "body": null, "is_bot": false, "headline": "feat: Add intersection type wrapper generator", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5e470c14c14e315d1920430b38f6af11ab0bb11e", "body": null, "is_bot": false, "headline": "feat: Add type alias wrapper generator", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "92e460a390566c2d107fb2d084c3917fac04bc85", "body": null, "is_bot": false, "headline": "feat: Add numeric enum generator for TypeScript enums", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "8572f7f64af4fb384ee31a342ea28548a6090ff7", "body": null, "is_bot": false, "headline": "feat: Add constants generator for protocol constants", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0a31fe22c1d17c99ee93139c0ff8417fec0a36c0", "body": null, "is_bot": false, "headline": "docs: Update design decisions with new type handling strategies", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "c750230b827e57956baf3ce9471d817e42ff60b6", "body": null, "is_bot": false, "headline": "docs: Update configuration guide with new outputs and features", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7a4a9a540e1e633ec7d249f2e6b789410cff4f84", "body": null, "is_bot": false, "headline": "docs: Update architecture documentation with new components", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d120ee58ddf69c151feba5f476e8f0d35a254adb", "body": null, "is_bot": false, "headline": "docs: Update README with new generator features", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-11T12:37:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "969ff1086220cebe3bbde784126ae2d2e4f23f13", "body": " Generated 187 PHP files including:\n - 143 DTOs for MCP protocol types\n - 4 Enums for string literal unions\n - 15 Union interfaces with discriminator support\n - 11 Factory classes for union type hydration\n\n PHP 7.4 compatible with PHPStan max level compliance.", "is_bot": false, "headline": "feat: Generate PHP DTOs from MCP schema version 2025-11-25", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:13:04Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3d44699b3d3f91f77e643b0ef90ca32f58098f3e", "body": "Add TypeScript generator for MCP PHP DTOs", "is_bot": false, "headline": "Merge pull request #1 from WordPress/feature/mcp-schema-generator", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:04:38Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "40e89be2dceb6012b73a2ca851ae8a2c5233b7af", "body": null, "is_bot": false, "headline": "chore: Upgrade PHPStan configuration to max level", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "159bc37e1042c19c109859582f383e4d5abd46a5", "body": null, "is_bot": false, "headline": "fix: Handle non-scalar discriminator values in factory error messages", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3ff683c245e10dd3161a87895a7f5db0f4d35ffd", "body": null, "is_bot": false, "headline": "fix: Add factory imports for union interface arrays in DTOs", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0d315f9e67e91da6d87c8a856c34f21dea3afca6", "body": null, "is_bot": false, "headline": "feat: Add hasNarrowerPhpDocType helper for @var annotation detection", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2fc2c1440d0646340a3a4a5ac712cfd25ce111e8", "body": null, "is_bot": false, "headline": "feat: Add comprehensive type assertion helpers to deserialization", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ee8af4922dbb9db46dd6623774a99bbab9640be6", "body": "… max level", "is_bot": false, "headline": "feat: Implement variable extraction with @var annotations for PHPStan…", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "864f1a9a0ef29594b06d05260ae23989dec5bbc2", "body": "…upport", "is_bot": false, "headline": "refactor: Use typed array shapes in fromArray phpDoc for better IDE s…", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d3e276adc6076807b843fef96e7a6a2c6459cd58", "body": null, "is_bot": false, "headline": "refactor: Rename trait usage for type assertions and update comments", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "bd5de4813de37a082d8c6a698193e5ab3a8b5caa", "body": "…elds trait", "is_bot": false, "headline": "feat: Add comprehensive type assertion helpers to ValidatesRequiredFi…", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "c74dd3a6453683e38f9e748dda6262136de33165", "body": null, "is_bot": false, "headline": "feat: Wire up constants map in main generator workflow", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "292d7083bc7ac9b68352962c97d82c58ff0d9ab3", "body": null, "is_bot": false, "headline": "refactor: Thread constants map through type resolution pipeline", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2e0282263493dd8ec15228aa10fe3bc9ee0ede87", "body": null, "is_bot": false, "headline": "feat: Implement constants map for typeof expression resolution", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a7e0b35e5f2160a8bc6f0f8ad01f1d3f36d24b90", "body": null, "is_bot": false, "headline": "feat: Add constant extraction to parser for typeof resolution", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "132ecbfd6f3195ff03f0986e6b3e7a14dc2c6467", "body": null, "is_bot": false, "headline": "docs: Update generator documentation for PHPStan max level", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "e3991e555e6d9c647fa72e3acab6f387eb4dc4ee", "body": null, "is_bot": false, "headline": "refactor: Remove local schema source support from fetcher", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0af63995f067fd457d74e7fe5267389309d9b0f8", "body": "…ttings", "is_bot": false, "headline": "refactor: Remove configurable options for schema source and output se…", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d4a4c9d7f2c2b03a8dfcf7ab0508c7bee392b52e", "body": "…ings", "is_bot": false, "headline": "docs: Update CLAUDE.md with PHPStan max level and generated code warn…", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-10T23:01:09Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "8a204359749f205c56b04bb744792d7e0b17774b", "body": "Implement a complete pipeline to generate PHP Data Transfer Objects from the official MCP TypeScript schema specification. The generator handles enums, unions, inheritance hierarchies, and domain-based file organization.\n\nThis enables automatic PHP schema updates when new MCP spec versions are released, ensuring the Composer package stays in sync with the protocol specification.", "is_bot": false, "headline": "Add TypeScript generator for MCP PHP DTOs", "author_name": "Ovidiu Galatan", "author_login": "galatanovidiu", "committed_at": "2025-12-04T19:10:37Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "351bc7c0db543404c61bfeb0d5c55f5a7f6d6e1b", "body": null, "is_bot": false, "headline": "first commit", "author_name": "Ovidiu Galatan", "author_login": "ovidiu-galatan", "committed_at": "2025-12-04T15:03:48Z", "body_truncated": false, "is_coding_agent": false } ], "releases_count": 3, "commits_last_year": 80, "latest_release_at": "2026-06-05T08:27:08Z", "latest_release_tag": "v0.1.2", "releases_from_tags": false, "days_since_last_push": 0, "active_weeks_last_year": 9, "days_since_latest_release": 52, "mean_days_between_releases": 47.5 }, "community": { "has_readme": true, "has_license": true, "has_description": false, "has_contributing": true, "health_percentage": 62, "has_issue_template": false, "has_code_of_conduct": true, "has_pull_request_template": false }, "ecosystem": { "packages": [ { "name": "wordpress/php-mcp-schema", "exists": true, "license": "GPL-2.0-or-later", "keywords": [ "php", "schema", "dto", "mcp", "model-context-protocol" ], "ecosystem": "packagist", "matches_repo": true, "registry_url": "https://packagist.org/packages/wordpress/php-mcp-schema", "is_deprecated": false, "latest_version": "v0.1.2", "repository_url": "https://github.com/WordPress/php-mcp-schema", "versions_count": 3, "total_downloads": 155991, "dependents_count": 1, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": 64556, "first_published_at": null, "latest_published_at": "2026-06-05T08:26:32Z", "latest_version_yanked": null, "days_since_latest_publish": 52 } ] }, "popularity": { "forks": 5, "stars": 14, "watchers": 4, "fork_history": { "days": [ { "date": "2026-04-20", "count": 1 }, { "date": "2026-05-05", "count": 1 }, { "date": "2026-05-15", "count": 1 }, { "date": "2026-05-16", "count": 1 }, { "date": "2026-07-18", "count": 1 } ], "complete": true, "collected": 5, "total_forks": 5 }, "star_history": null, "open_issues_and_prs": 2 }, "ai_readiness": { "has_nix": false, "example_dirs": [], "has_llms_txt": false, "has_dockerfile": false, "has_mcp_signal": false, "bootstrap_files": [], "api_schema_files": [], "has_devcontainer": false, "typecheck_configs": [ "generator/tsconfig.json" ], "toolchain_manifests": [], "largest_source_bytes": 70844, "source_files_sampled": 221, "oversized_source_files": 1, "agent_instruction_files": [ "CLAUDE.md" ], "agent_instruction_max_bytes": 2630 }, "dependencies": { "manifests": [ "composer.json", "generator/package.json" ], "advisories": { "error": null, "scope": null, "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": 0, "direct_affected_count": 0 }, "ecosystems": [ "npm", "packagist" ], "dependencies": [ { "name": "ts-morph", "manifest": "generator/package.json", "ecosystem": "npm", "version_constraint": "^24.0.0" }, { "name": "commander", "manifest": "generator/package.json", "ecosystem": "npm", "version_constraint": "^12.1.0" }, { "name": "chalk", "manifest": "generator/package.json", "ecosystem": "npm", "version_constraint": "^5.3.0" }, { "name": "ora", "manifest": "generator/package.json", "ecosystem": "npm", "version_constraint": "^8.1.0" }, { "name": "fs-extra", "manifest": "generator/package.json", "ecosystem": "npm", "version_constraint": "^11.2.0" } ], "all_dependencies": { "error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository", "source": null, "packages": [], "collected": false, "truncated": false, "total_count": null, "direct_count": null, "indirect_count": null } }, "maintainership": { "issues": { "open_prs": 1, "merged_prs": 7, "open_issues": 1, "closed_ratio": 0, "closed_issues": 0, "closed_unmerged_prs": 0 }, "bus_factor": 1, "bot_contributors": 0, "top_contributors": [ { "type": "User", "login": "galatanovidiu", "commits": 79, "avatar_url": "https://avatars.githubusercontent.com/u/2674748?v=4" }, { "type": "User", "login": "ovidiu-galatan", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/191402693?v=4" } ], "contributors_sampled": 2, "top_contributor_share": 0.988 }, "quality_signals": { "has_ci": true, "has_tests": false, "ci_workflows": [ "copilot-setup-steps.yml", "phpstan.yml", "props-bot.yml" ], "has_docs_dir": false, "linter_configs": [ "eslint.config.js", "phpstan.neon" ], "has_editorconfig": false, "has_linter_config": true, "has_precommit_config": false }, "security_signals": { "lockfiles": [ "composer.lock", "package-lock.json" ], "scorecard": { "checks": [ { "name": "Binary-Artifacts", "score": 10, "reason": "no binaries found in the repo", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts" }, { "name": "Branch-Protection", "score": 0, "reason": "branch protection not enabled on development/release branches", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection" }, { "name": "CI-Tests", "score": 8, "reason": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8", "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": 2, "reason": "Found 2/7 approved changesets -- score normalized to 2", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review" }, { "name": "Contributors", "score": 3, "reason": "project has 1 contributing companies or organizations -- score normalized to 3", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors" }, { "name": "Dangerous-Workflow", "score": null, "reason": "no workflows found", "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": 3, "reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3", "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": null, "reason": "no dependencies found", "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": null, "reason": "No tokens found", "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": "95df8a50a3bd54f6b7c4869c6e2185db380d4d63", "ran_at": "2026-07-27T20:28:30Z", "aggregate_score": 3.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-06-05T08:27:23Z", "oldest_open_prs": [ { "number": 9, "created_at": "2026-07-27T20:22:53Z", "last_comment_at": "2026-07-27T20:26:12Z", "last_comment_author": "github-actions" } ], "last_merged_pr_at": "2026-06-03T16:10:11Z", "ci_last_conclusion": "SUCCESS", "oldest_open_issues": [ { "number": 8, "created_at": "2026-06-27T15:54:32Z", "last_comment_at": null, "last_comment_author": null } ] } }, "config": { "disabled_metrics": [], "disabled_categories": [], "disabled_components": {} }, "source": { "url": "https://github.com/WordPress/php-mcp-schema", "host": "github.com", "name": "php-mcp-schema", "owner": "WordPress" }, "metrics": { "overall": { "key": "overall", "band": "moderate", "name": "Overall health", "note": "The weighted overall 55 is calibrated to 57 on the published index scale (record calibration 2026-08-02).", "notes": [ { "code": "overall_calibration", "params": { "raw": 55, "calibrated": 57, "calibration": "2026-08-02" } } ], "value": 57, "inputs": { "security": 34, "vitality": 74, "community": 57, "governance": 52, "calibration": "2026-08-02", "engineering": 50, "ai_readiness": 61, "weighted_overall_raw": 55 }, "components": [] }, "categories": [ { "key": "vitality", "band": "good", "name": "Vitality", "value": 74, "weight": 0.21, "metrics": [ { "key": "development_activity", "band": "moderate", "name": "Development activity", "note": null, "notes": [], "value": 62, "inputs": { "commits_last_year": 80, "human_commit_share": 1, "days_since_last_push": 0, "active_weeks_last_year": 9 }, "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": "9/52 weeks with commits", "points": 6.2, "status": "partial", "details": [ { "code": "commit_cadence_weeks", "params": { "weeks": 9 } } ], "max_points": 36 }, { "key": "commit_volume", "name": "Commit volume", "detail": "80 commits in the last year", "points": 17.1, "status": "partial", "details": [ { "code": "commits_last_year", "params": { "count": 80 } } ], "max_points": 18 }, { "key": "openssf_scorecard_maintained", "name": "OpenSSF Scorecard: Maintained", "detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3", "points": 3, "status": "partial", "details": [], "max_points": 10 } ] }, { "key": "release_discipline", "band": "excellent", "name": "Release discipline", "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "openssf_scorecard_signed_releases" ] } }, { "code": "weights_renormalized", "params": {} } ], "value": 92, "inputs": { "releases_count": 3, "latest_release_tag": "v0.1.2", "releases_from_tags": false, "days_since_latest_release": 52, "mean_days_between_releases": 47.5 }, "components": [ { "key": "ships_releases", "name": "Ships releases", "detail": "3 releases published", "points": 27, "status": "met", "details": [ { "code": "releases_published", "params": { "count": 3 } } ], "max_points": 27 }, { "key": "release_recency", "name": "Release recency", "detail": "latest release 52 days ago", "points": 36, "status": "met", "details": [ { "code": "release_recency", "params": { "days": 52 } } ], "max_points": 36 }, { "key": "release_cadence", "name": "Release cadence", "detail": "a release every ~47.5 days", "points": 19.8, "status": "partial", "details": [ { "code": "release_cadence", "params": { "gap": 47.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": "exceptional", "name": "Abandonment", "note": null, "notes": [], "value": 100, "inputs": { "cap": null, "state": "maintained", "guards": [], "signals": [], "red_flag": false, "multiplier_pct": 100, "declared_reason": null, "unverified_reason": null, "unanswered_open_prs": null, "unanswered_open_issues": null, "days_since_last_merged_pr": null, "days_since_last_human_commit": 58, "days_since_last_human_commit_is_floor": false }, "components": [ { "key": "project_is_still_maintained", "name": "Project is still maintained", "detail": "last human commit 58 days ago", "points": 100, "status": "met", "details": [ { "code": "abandonment_maintained", "params": { "days": 58 } } ], "max_points": 100 } ] } ], "description": "Is the project alive — is code being written and are releases shipping?" }, { "key": "community", "band": "moderate", "name": "Community & Adoption", "value": 57, "weight": 0.17, "metrics": [ { "key": "popularity", "band": "at_risk", "name": "Popularity & adoption", "note": null, "notes": [], "value": 26, "inputs": { "forks": 5, "stars": 14, "watchers": 4, "growth_state": "unverified", "growth_factor_pct": 100, "growth_unverified_reason": "no_history" }, "components": [ { "key": "stars", "name": "Stars", "detail": "14 stars", "points": 18.1, "status": "partial", "details": [ { "code": "stars", "params": { "count": 14 } } ], "max_points": 60 }, { "key": "forks", "name": "Forks", "detail": "5 forks", "points": 5, "status": "partial", "details": [ { "code": "forks", "params": { "count": 5 } } ], "max_points": 25 }, { "key": "watchers", "name": "Watchers", "detail": "4 watchers", "points": 2.7, "status": "partial", "details": [ { "code": "watchers", "params": { "count": 4 } } ], "max_points": 15 } ] }, { "key": "community_health", "band": "excellent", "name": "Community health", "note": null, "notes": [], "value": 85, "inputs": { "has_readme": true, "has_license": true, "readme_badges": null, "has_contributing": true, "has_issue_template": false, "has_code_of_conduct": true, "readme_badge_services": [], "has_pull_request_template": false }, "components": [ { "key": "readme", "name": "README", "detail": null, "points": 22.5, "status": "met", "details": [], "max_points": 22.5 }, { "key": "license", "name": "License", "detail": "recognized license (GPL-2.0)", "points": 22.5, "status": "met", "details": [ { "code": "license_standard", "params": {} }, { "code": "license_spdx", "params": { "spdx": "GPL-2.0" } } ], "max_points": 22.5 }, { "key": "contributing_guide", "name": "CONTRIBUTING guide", "detail": null, "points": 18, "status": "met", "details": [], "max_points": 18 }, { "key": "code_of_conduct", "name": "Code of conduct", "detail": null, "points": 13.5, "status": "met", "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": "good", "name": "Ecosystem adoption (downloads)", "note": null, "notes": [], "value": 66, "inputs": { "packages": [ "wordpress/php-mcp-schema" ], "dependents": 1, "ecosystems": "packagist", "total_downloads": 155991, "monthly_downloads": 64556 }, "components": [ { "key": "monthly_downloads", "name": "Monthly downloads", "detail": "64,556 downloads/month across packagist", "points": 64.1, "status": "partial", "details": [ { "code": "downloads_monthly", "params": { "count": 64556, "ecosystems": "packagist" } } ], "max_points": 80 }, { "key": "registry_dependents", "name": "Registry dependents", "detail": "1 packages depend on it", "points": 2, "status": "partial", "details": [ { "code": "registry_dependents", "params": { "count": 1 } } ], "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": 52, "weight": 0.23, "metrics": [ { "key": "maintainer_resilience", "band": "critical", "name": "Maintainer resilience (bus factor)", "note": null, "notes": [], "value": 15, "inputs": { "bus_factor": 1, "contributors_sampled": 2, "top_contributor_share": 0.988 }, "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 99% of commits", "points": 0.3, "status": "partial", "details": [ { "code": "top_contributor_share", "params": { "share": 99 } } ], "max_points": 22.5 }, { "key": "contributor_breadth", "name": "Contributor breadth", "detail": "2 contributors", "points": 2.7, "status": "partial", "details": [ { "code": "contributors_sampled", "params": { "count": 2 } } ], "max_points": 13.5 }, { "key": "openssf_scorecard_contributors", "name": "OpenSSF Scorecard: Contributors", "detail": "project has 1 contributing companies or organizations -- score normalized to 3", "points": 3, "status": "partial", "details": [], "max_points": 10 } ] }, { "key": "responsiveness", "band": "weak", "name": "Issue & PR responsiveness", "note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "newcomer_pr_acceptance" ] } }, { "code": "weights_renormalized", "params": {} } ], "value": 38, "inputs": { "merged_prs": 7, "open_issues": 1, "closed_issues": 0, "prs_merged_7d": null, "prs_decided_7d": null, "prs_merged_30d": null, "prs_decided_30d": null, "issue_closed_ratio": 0, "closed_unmerged_prs": 0, "first_time_authors_30d": null, "first_time_prs_merged_30d": null, "first_time_prs_decided_30d": null }, "components": [ { "key": "issue_resolution", "name": "Issue resolution", "detail": "0% of issues closed", "points": 0, "status": "missed", "details": [ { "code": "issues_closed_share", "params": { "share": 0 } } ], "max_points": 42 }, { "key": "pr_acceptance", "name": "PR acceptance", "detail": "7/7 decided PRs merged", "points": 30, "status": "met", "details": [ { "code": "decided_prs_merged", "params": { "merged": 7, "decided": 7 } } ], "max_points": 30 }, { "key": "newcomer_pr_acceptance", "name": "Newcomer PR acceptance", "detail": "no first-time contributor's PR decided in 30d", "points": 0, "status": "excluded", "details": [ { "code": "no_newcomer_prs", "params": { "days": 30 } } ], "max_points": 13 }, { "key": "openssf_scorecard_code_review", "name": "OpenSSF Scorecard: Code-Review", "detail": "Found 2/7 approved changesets -- score normalized to 2", "points": 3, "status": "partial", "details": [], "max_points": 15 } ] }, { "key": "stewardship", "band": "excellent", "name": "Ownership & stewardship", "note": null, "notes": [], "value": 80, "inputs": { "followers": 4796, "owner_type": "Organization", "is_verified": null, "owner_login": "WordPress", "public_repos": 203, "account_age_days": 5918 }, "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": "4,796 followers of WordPress", "points": 25, "status": "met", "details": [ { "code": "owner_followers", "params": { "count": 4796, "login": "WordPress" } } ], "max_points": 25 }, { "key": "track_record", "name": "Track record", "detail": "203 public repos, account ~16 yr old", "points": 25, "status": "met", "details": [ { "code": "public_repos", "params": { "count": 203 } }, { "code": "account_age_years", "params": { "years": 16 } } ], "max_points": 25 } ] }, { "key": "package_maintenance", "band": "excellent", "name": "Package maintenance", "note": null, "notes": [], "value": 92, "inputs": { "packages": [ "wordpress/php-mcp-schema" ], "ecosystems": "packagist", "any_deprecated": false, "min_days_since_publish": 52 }, "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 52 days ago", "points": 35, "status": "met", "details": [ { "code": "publish_recency", "params": { "days": 52 } } ], "max_points": 35 }, { "key": "version_history", "name": "Version history", "detail": "3 published versions", "points": 12, "status": "partial", "details": [ { "code": "published_versions", "params": { "count": 3 } } ], "max_points": 20 }, { "key": "not_deprecated", "name": "Not deprecated", "detail": "active, not deprecated or yanked", "points": 20, "status": "met", "details": [ { "code": "package_not_deprecated", "params": {} } ], "max_points": 20 } ] } ], "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?" }, { "key": "engineering", "band": "moderate", "name": "Engineering Quality", "value": 50, "weight": 0.19, "metrics": [ { "key": "engineering_practices", "band": "moderate", "name": "Engineering practices", "note": null, "notes": [], "value": 56, "inputs": { "has_ci": true, "has_tests": false, "has_editorconfig": false, "has_linter_config": true, "has_precommit_config": false }, "components": [ { "key": "ci_workflows", "name": "CI workflows", "detail": "3 workflow(s)", "points": 24, "status": "met", "details": [ { "code": "ci_workflows", "params": { "count": 3 } } ], "max_points": 24 }, { "key": "tests_present", "name": "Tests present", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 24 }, { "key": "linter_config", "name": "Linter config", "detail": "eslint.config.js, phpstan.neon", "points": 16, "status": "met", "details": [ { "code": "file_list", "params": { "files": "eslint.config.js, phpstan.neon" } } ], "max_points": 16 }, { "key": "pre_commit_hooks", "name": "Pre-commit hooks", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 9.6 }, { "key": "editorconfig", "name": ".editorconfig", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 6.4 }, { "key": "openssf_scorecard_ci_tests", "name": "OpenSSF Scorecard: CI-Tests", "detail": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8", "points": 16, "status": "partial", "details": [], "max_points": 20 } ] }, { "key": "documentation", "band": "weak", "name": "Documentation", "note": null, "notes": [], "value": 40, "inputs": { "topics": [], "has_wiki": true, "homepage": null, "has_readme": true, "has_docs_dir": false, "has_description": false }, "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": 0, "status": "missed", "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": 34, "weight": 0.16, "metrics": [ { "key": "security_posture", "band": "at_risk", "name": "Security posture", "note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "dangerous_workflow", "packaging", "pinned_dependencies", "signed_releases", "token_permissions" ] } }, { "code": "weights_renormalized", "params": {} } ], "value": 34, "inputs": { "source": "openssf_scorecard", "checks_evaluated": 13, "scorecard_version": "v5.5.0", "checks_inconclusive": 5, "scorecard_aggregate": 3.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": "branch protection not enabled on development/release branches", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "ci_tests", "name": "CI-Tests", "detail": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8", "points": 2, "status": "partial", "details": [], "max_points": 2.5 }, { "key": "cii_best_practices", "name": "CII-Best-Practices", "detail": "no effort to earn an OpenSSF best practices badge detected", "points": 0, "status": "missed", "details": [], "max_points": 2.5 }, { "key": "code_review", "name": "Code-Review", "detail": "Found 2/7 approved changesets -- score normalized to 2", "points": 1.5, "status": "partial", "details": [], "max_points": 7.5 }, { "key": "contributors", "name": "Contributors", "detail": "project has 1 contributing companies or organizations -- score normalized to 3", "points": 0.8, "status": "partial", "details": [], "max_points": 2.5 }, { "key": "dangerous_workflow", "name": "Dangerous-Workflow", "detail": "no workflows found", "points": 0, "status": "excluded", "details": [ { "code": "no_data", "params": {} } ], "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": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3", "points": 2.2, "status": "partial", "details": [], "max_points": 7.5 }, { "key": "packaging", "name": "Packaging", "detail": "packaging workflow not detected", "points": 0, "status": "excluded", "details": [ { "code": "no_data", "params": {} } ], "max_points": 5 }, { "key": "pinned_dependencies", "name": "Pinned-Dependencies", "detail": "no dependencies found", "points": 0, "status": "excluded", "details": [ { "code": "no_data", "params": {} } ], "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": "No tokens found", "points": 0, "status": "excluded", "details": [ { "code": "no_data", "params": {} } ], "max_points": 7.5 }, { "key": "vulnerabilities", "name": "Vulnerabilities", "detail": "0 existing vulnerabilities detected", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 } ] }, { "key": "high_risk_jurisdiction_exposure", "band": "exceptional", "name": "High-Risk Jurisdiction Exposure", "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.", "notes": [ { "code": "jurisdiction_evidence_limits", "params": {} } ], "value": 100, "inputs": { "meaning": "self-published location evidence; not nationality or citizenship", "red_flag": false, "exposures": [], "policy_countries": [ "Russia", "Iran", "North Korea" ], "commit_weight_rule": { "min_commits": 50, "min_commit_share": 0.1 }, "review_only_matches": 0, "below_threshold_exposures": [], "assessed_self_published_locations": 1 }, "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": "moderate", "name": "AI Readiness", "value": 61, "weight": 0.04, "metrics": [ { "key": "ai_agent_context", "band": "excellent", "name": "Agent context & guidance", "note": null, "notes": [], "value": 85, "inputs": { "has_llms_txt": false, "legible_history_share": 0.975, "agent_instruction_files": [ "CLAUDE.md" ], "agent_instruction_max_bytes": 2630 }, "components": [ { "key": "agent_instructions", "name": "Agent instructions", "detail": "CLAUDE.md", "points": 45, "status": "met", "details": [ { "code": "file_list", "params": { "files": "CLAUDE.md" } } ], "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": "78 of 80 human commits state their intent (structured subject or explanatory body)", "points": 40, "status": "met", "details": [ { "code": "legible_history", "params": { "legible": 78, "sampled": 80 } } ], "max_points": 40 } ] }, { "key": "ai_verify_loop", "band": "weak", "name": "Verify loop (build / test / typecheck)", "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "openssf_scorecard_pinned_dependencies" ] } }, { "code": "weights_renormalized", "params": {} } ], "value": 36, "inputs": { "has_nix": false, "has_tests": false, "lockfiles": [ "composer.lock", "package-lock.json" ], "has_dockerfile": false, "typed_language": false, "bootstrap_files": [], "has_devcontainer": false, "has_linter_config": true, "typecheck_configs": [ "generator/tsconfig.json" ], "agent_commit_share": 0, "toolchain_manifests": [], "dependency_bot_commit_share": 0 }, "components": [ { "key": "one_command_bootstrap", "name": "One-command bootstrap", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 18 }, { "key": "automated_tests", "name": "Automated tests", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 22 }, { "key": "lint_format_config", "name": "Lint / format config", "detail": "eslint.config.js, phpstan.neon", "points": 11, "status": "met", "details": [ { "code": "file_list", "params": { "files": "eslint.config.js, phpstan.neon" } } ], "max_points": 11 }, { "key": "static_type_checking", "name": "Static type checking", "detail": "generator/tsconfig.json", "points": 11, "status": "met", "details": [ { "code": "file_list", "params": { "files": "generator/tsconfig.json" } } ], "max_points": 11 }, { "key": "reproducible_environment", "name": "Reproducible environment", "detail": "lockfile", "points": 10, "status": "met", "details": [ { "code": "file_list", "params": { "files": "lockfile" } } ], "max_points": 10 }, { "key": "demonstrated_agent_practice", "name": "Demonstrated agent practice", "detail": "no agent-authored commits among the last 80", "points": 0, "status": "missed", "details": [ { "code": "no_agent_authored_commits", "params": { "sampled": 80 } } ], "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": "no dependencies found", "points": 0, "status": "excluded", "details": [ { "code": "no_data", "params": {} } ], "max_points": 10 } ] }, { "key": "ai_code_legibility", "band": "excellent", "name": "Code legibility for models", "note": null, "notes": [], "value": 82, "inputs": { "primary_language": "PHP", "largest_source_bytes": 70844, "source_files_sampled": 221, "oversized_source_files": 1 }, "components": [ { "key": "type_checkable_code", "name": "Type-checkable code", "detail": "PHP with type-check config (generator/tsconfig.json)", "points": 27, "status": "partial", "details": [ { "code": "typecheck_config_language", "params": { "files": "generator/tsconfig.json", "language": "PHP" } } ], "max_points": 45 }, { "key": "manageable_file_sizes", "name": "Manageable file sizes", "detail": "1/221 source files over 60KB", "points": 54.8, "status": "partial", "details": [ { "code": "oversized_source_files", "params": { "kb": 60, "sampled": 221, "oversized": 1 } } ], "max_points": 55 } ] } ], "description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)." } ], "classification": { "labels": [ "library", "cli" ], "scores": { "cli": 4, "library": 6 }, "primary": "library", "evidence": [ { "tier": "distribution", "label": "library", "source": "registry:packagist", "weight": 6 }, { "tier": "dependencies", "label": "cli", "source": "dep:commander", "weight": 4 } ], "artifacts": [], "confidence": "medium", "host_extension": false, "runs_as_process": true, "consumed_by_code": true }, "metrics_version": "2.3.1" }, "warnings": [ "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token", "Could not fetch npm package '@wordpress/php-mcp-schema-generator' from its registry", "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository" ], "report_type": "repository", "generated_at": "2026-07-27T20:28:44.983368Z", "schema_version": "0.27.0", "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/WordPress/php-mcp-schema.svg", "full_name": "WordPress/php-mcp-schema", "license_state": "standard", "license_spdx": "GPL-2.0" }, "repoMeta": null, "notFound": false, "related": [ { "id": 52222, "full_name": "IBM/mcp-context-forge", "url": "https://github.com/IBM/mcp-context-forge", "description": "An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.", "ecosystem": "pypi", "ecosystems": [ "pypi", "crates", "npm" ], "primary_language": "Python", "languages": [ "Python" ], "topics": [ "agents", "ai", "api-gateway", "asyncio", "authentication-middleware", "devops", "docker", "fastapi", "federation", "gateway", "generative-ai", "jwt", "kubernetes", "llm-agents", "mcp", "model-context-protocol", "observability", "prompt-engineering", "python", "tools", "api", "proxy", "agentic-ai", "multi-agent", "json-rpc", "sse", "websocket", "security", "authentication", "ai-control-plane", "control-plane", "governance" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 4178, "forks": 789, "watchers": 34, "monthly_downloads": null, "latest_score": 98, "latest_band": "exceptional", "latest_scanned_at": "2026-08-03T01:15:29.723980Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 9441, "full_name": "stacklok/toolhive", "url": "https://github.com/stacklok/toolhive", "description": "ToolHive is an enterprise-grade platform for running and managing Model Context Protocol (MCP) servers.", "ecosystem": "go", "ecosystems": [ "go" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "ai", "aicodeassistant", "mcp", "ai-security", "mcp-security", "mcp-servers", "mcp-tools", "security", "golang", "kubernetes", "model-context-protocol" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 1977, "forks": 265, "watchers": 15, "monthly_downloads": null, "latest_score": 99, "latest_band": "exceptional", "latest_scanned_at": "2026-07-29T23:13:37.779582Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 19749, "full_name": "stackloklabs/toolhive", "url": "https://github.com/stackloklabs/toolhive", "description": "ToolHive is an enterprise-grade platform for running and managing Model Context Protocol (MCP) servers.", "ecosystem": "go", "ecosystems": [ "go" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "ai", "aicodeassistant", "mcp", "ai-security", "mcp-security", "mcp-servers", "mcp-tools", "security", "golang", "kubernetes", "model-context-protocol" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 1951, "forks": 249, "watchers": 15, "monthly_downloads": null, "latest_score": 98, "latest_band": "exceptional", "latest_scanned_at": "2026-07-18T02:26:11.684256Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 3436, "full_name": "Sylius/Sylius", "url": "https://github.com/Sylius/Sylius", "description": "Headless open-source eCommerce platform on top of PHP/Symfony/API Platform", "ecosystem": "packagist", "ecosystems": [ "packagist", "npm" ], "primary_language": "PHP", "languages": [ "PHP" ], "topics": [ "api", "api-ecommerce", "ecommerce", "ecommerce-platform", "framework", "hacktoberfest", "headless", "headless-ecommerce", "php", "rest-api", "restful-api", "shop", "shopping-cart", "sylius", "symfony", "symfony-bundle" ], "license_spdx": "MIT", "license_state": "standard", "stars": 8505, "forks": 2161, "watchers": 257, "monthly_downloads": 120034, "latest_score": 98, "latest_band": "exceptional", "latest_scanned_at": "2026-07-14T10:23:48.536599Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 45727, "full_name": "awslabs/mcp", "url": "https://github.com/awslabs/mcp", "description": "Open source MCP Servers for AWS", "ecosystem": "pypi", "ecosystems": [ "pypi", "npm" ], "primary_language": "Python", "languages": [ "Python" ], "topics": [ "aws", "mcp", "mcp-client", "mcp-clients", "mcp-host", "mcp-server", "mcp-servers", "mcp-tools", "modelcontextprotocol" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 9510, "forks": 1665, "watchers": 74, "monthly_downloads": 193036, "latest_score": 99, "latest_band": "exceptional", "latest_scanned_at": "2026-07-28T18:45:53.913357Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 231, "full_name": "aaif-goose/goose", "url": "https://github.com/aaif-goose/goose", "description": "an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM", "ecosystem": "crates", "ecosystems": [ "crates", "npm" ], "primary_language": "Rust", "languages": [ "Rust", "TypeScript" ], "topics": [ "mcp", "acp", "ai", "ai-agents" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 51252, "forks": 5693, "watchers": 325, "monthly_downloads": null, "latest_score": 99, "latest_band": "exceptional", "latest_scanned_at": "2026-07-15T20:54:53.671043Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" } ] } }
WordPress/php-mcp-schema має індекс здоров’я 57 зі 100, що відповідає смузі «Помірний». Найвищий показник — Vitality (74/100), найнижчий — Security (34/100). Останнє оновлення — сьогодні. Більшість нещодавньої роботи виконує один учасник.
Метрики згруповано у зважені категорії на шкалі 1–100. Загальна оцінка починається як їхнє зважене середнє, відкаліброване за розподілом публічного реєстру, тож діапазони мають перцентильний зміст; коли публічні дані активують Політику юрисдикцій високого ризику, рейтинг коригується й отримує верхню межу 34 («У зоні ризику»).
Кожна вісь — окрема категорія. Форма важить більше, ніж середнє: здоровий об'єкт заповнює всю фігуру, тоді як профіль із піками та провалами означає, що сила в одному вимірі маскує ризик в іншому.
Зважений загальний бал 55 калібровано до 57 за шкалою опублікованого індексу (калібрування реєстру 2026-08-02).
За цим репозиторієм стоїть організація — спільна, підзвітна опіка, здатна пережити будь-якого окремого мейнтейнера.
| Реєстр | Пакет | Версія | Завантажень / міс | Версії | Остання публікація | Теги |
|---|---|---|---|---|---|---|
| Packagist | wordpress/php-mcp-schema | v0.1.2 | 64 556 | 3 | 52 дні тому | phpschemadtomcpmodel-context-protocol |
Чи живий проєкт — чи пишеться код і чи виходять релізи?
| 36/36 | Свіжість push — останній push 0 дн. тому |
| 6.2/36 | Ритм комітів — 9/52 тижнів із комітами |
| 17.1/18 | Обсяг комітів — 80 комітів за останній рік |
| 3/10 | OpenSSF Scorecard: Maintained — 4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3 |
| commits_last_year | 80 |
| human_commit_share | 1 |
| days_since_last_push | 0 |
| active_weeks_last_year | 9 |
| 27/27 | Випускає релізи — опубліковано 3 релізів |
| 36/36 | Свіжість релізів — останній реліз 52 дн. тому |
| 19.8/27 | Ритм релізів — реліз кожні ~47,5 дн. |
| 0/10 | OpenSSF Scorecard: Signed-Releases — немає даних |
| releases_count | 3 |
| latest_release_tag | v0.1.2 |
| releases_from_tags | ні |
| days_since_latest_release | 52 |
| mean_days_between_releases | 47,5 |
Чи має проєкт користувачів, завантаження, увагу та влаштовані умови для контриб’юторів?
| 18.1/60 | Зірки — 14 зірок |
| 5/25 | Форки — 5 форків |
| 2.7/15 | Спостерігачі — 4 спостерігачів |
| forks | 5 |
| stars | 14 |
| watchers | 4 |
| growth_state | unverified |
| growth_factor_pct | 100 |
| growth_unverified_reason | no_history |
| 22.5/22.5 | README |
| 22.5/22.5 | Ліцензія — визнана ліцензія (GPL-2.0) |
| 18/18 | Настанови CONTRIBUTING |
| 13.5/13.5 | Кодекс поведінки |
| 0/7.2 | Шаблон issue |
| 0/6.3 | Шаблон PR |
| has_readme | так |
| has_license | так |
| readme_badges | — |
| has_contributing | так |
| has_issue_template | ні |
| has_code_of_conduct | так |
| readme_badge_services | — |
| has_pull_request_template | ні |
| 64.1/80 | Щомісячні завантаження — 64 556 завантажень/місяць у packagist |
| 2/20 | Залежні пакети в реєстрі — залежних пакетів: 1 |
| packages | wordpress/php-mcp-schema |
| dependents | 1 |
| ecosystems | packagist |
| total_downloads | 155 991 |
| monthly_downloads | 64 556 |
Чи переживе проєкт своїх людей — бас-фактор, реактивність, хто за ним стоїть і як супроводжуються пакети?
| 9/54 | Бас-фактор — на 1 контриб’ютор(ів) припадає половина всіх комітів |
| 0.3/22.5 | Розподіл комітів — головний контриб’ютор — автор 99% комітів |
| 2.7/13.5 | Широта контриб’юторів — 2 контриб’юторів |
| 3/10 | OpenSSF Scorecard: Contributors — project has 1 contributing companies or organizations -- score normalized to 3 |
| bus_factor | 1 |
| contributors_sampled | 2 |
| top_contributor_share | 0,988 |
| 0/42 | Вирішення issue — закрито 0% issue |
| 30/30 | Прийняття PR — злито 7/7 вирішених PR |
| 0/13 | Newcomer PR acceptance — за 30 дн. не вирішено жодного PR від новачка |
| 3/15 | OpenSSF Scorecard: Code-Review — Found 2/7 approved changesets -- score normalized to 2 |
| merged_prs | 7 |
| open_issues | 1 |
| closed_issues | 0 |
| prs_merged_7d | — |
| prs_decided_7d | — |
| prs_merged_30d | — |
| prs_decided_30d | — |
| issue_closed_ratio | 0 |
| closed_unmerged_prs | 0 |
| first_time_authors_30d | — |
| first_time_prs_merged_30d | — |
| first_time_prs_decided_30d | — |
| 30/30 | Підтримка власника — у власності організації |
| 0/20 | Верифікований домен |
| 25/25 | Охоплення власника — 4 796 підписників у WordPress |
| 25/25 | Послужний список — 203 публічних репозиторіїв, вік облікового запису ~16 р. |
| followers | 4 796 |
| owner_type | Organization |
| is_verified | — |
| owner_login | WordPress |
| public_repos | 203 |
| account_age_days | 5 918 |
| 25/25 | Опубліковано й доступно — 1 пакет(ів) у packagist |
| 35/35 | Свіжість публікацій — остання публікація 52 дн. тому |
| 12/20 | Історія версій — 3 опублікованих версій |
| 20/20 | Не застарілий — активний, не deprecated і не yanked |
| packages | wordpress/php-mcp-schema |
| ecosystems | packagist |
| any_deprecated | ні |
| min_days_since_publish | 52 |
Чи наявні базові інженерні практики та документація?
| 24/24 | Процеси CI — 3 процес(ів) CI |
| 0/24 | Наявні тести |
| 16/16 | Конфігурація лінтера — eslint.config.js, phpstan.neon |
| 0/9.6 | Pre-commit-хуки |
| 0/6.4 | .editorconfig |
| 16/20 | OpenSSF Scorecard: CI-Tests — 5 out of 6 merged PRs checked by a CI test -- score normalized to 8 |
| has_ci | так |
| has_tests | ні |
| has_editorconfig | ні |
| has_linter_config | так |
| has_precommit_config | ні |
| 30/30 | README |
| 0/25 | Каталог документації |
| 0/15 | Сайт документації / домашня сторінка |
| 0/10 | Опис репозиторію |
| 0/10 | Теми |
| 10/10 | Wiki |
| topics | — |
| has_wiki | так |
| homepage | — |
| has_readme | так |
| has_docs_dir | ні |
| has_description | ні |
Чи міцні видимі практики безпеки й ланцюга постачання, без непослабленої пов’язаності з юрисдикціями високого ризику?
| 7.5/7.5 | Binary-Artifacts — no binaries found in the repo |
| 0/7.5 | Branch-Protection — branch protection not enabled on development/release branches |
| 2/2.5 | CI-Tests — 5 out of 6 merged PRs checked by a CI test -- score normalized to 8 |
| 0/2.5 | CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected |
| 1.5/7.5 | Code-Review — Found 2/7 approved changesets -- score normalized to 2 |
| 0.8/2.5 | Contributors — project has 1 contributing companies or organizations -- score normalized to 3 |
| 0/10 | Dangerous-Workflow — немає даних |
| 0/7.5 | Dependency-Update-Tool — no update tool detected |
| 0/5 | Fuzzing — project is not fuzzed |
| 2.5/2.5 | Ліцензія — license file detected |
| 2.2/7.5 | Maintained — 4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3 |
| 0/5 | Packaging — немає даних |
| 0/5 | Pinned-Dependencies — немає даних |
| 0/5 | SAST — SAST tool is not run on all commits -- score normalized to 0 |
| 0/5 | Security-Policy — security policy file not detected |
| 0/7.5 | Signed-Releases — немає даних |
| 0/7.5 | Token-Permissions — немає даних |
| 7.5/7.5 | Vulnerabilities — 0 existing vulnerabilities detected |
| source | openssf_scorecard |
| checks_evaluated | 13 |
| scorecard_version | v5.5.0 |
| checks_inconclusive | 5 |
| scorecard_aggregate | 3,4 |
Наскільки репозиторій оснащений для розробки та супроводу за участі ШІ-агентів? Має свідомо малу вагу (4%): агентний інструментарій — реальний сигнал супроводу, але репозиторій без нього все одно може отримати 100/100.
| 45/45 | Інструкції для агентів — CLAUDE.md |
| 0/15 | Машиночитана документація (llms.txt) |
| 40/40 | Читабельна історія комітів — намір зазначено у 78 з 80 людських комітів (структурований заголовок або пояснювальний текст) |
| has_llms_txt | ні |
| legible_history_share | 0,975 |
| agent_instruction_files | CLAUDE.md |
| agent_instruction_max_bytes | 2 630 |
| 0/18 | Розгортання однією командою |
| 0/22 | Автоматизовані тести |
| 11/11 | Конфігурація лінтера / форматера — eslint.config.js, phpstan.neon |
| 11/11 | Статична перевірка типів — generator/tsconfig.json |
| 10/10 | Відтворюване середовище — lockfile |
| 0/10 | Підтверджена практика роботи з агентами — серед останніх 80 комітів немає створених агентом |
| 0/8 | Автоматизоване супроводження — автоматичних оновлень залежностей не виявлено |
| 0/10 | OpenSSF Scorecard: Pinned-Dependencies — немає даних |
| has_nix | ні |
| has_tests | ні |
| lockfiles | composer.lock, package-lock.json |
| has_dockerfile | ні |
| typed_language | ні |
| bootstrap_files | — |
| has_devcontainer | ні |
| has_linter_config | так |
| typecheck_configs | generator/tsconfig.json |
| agent_commit_share | 0 |
| toolchain_manifests | — |
| dependency_bot_commit_share | 0 |
| 27/45 | Типізований код — PHP з конфігурацією перевірки типів (generator/tsconfig.json) |
| 54.8/55 | Керовані розміри файлів — 1/221 файлів вихідного коду понад 60 КБ |
| primary_language | PHP |
| largest_source_bytes | 70 844 |
| source_files_sampled | 221 |
| oversized_source_files | 1 |
Коли додано кожну зірку й форк — зібрано з GitHub і згруповано за днями. Кумулятивне зростання розміщено просто над денними додаваннями, з яких воно складається, тож їх видно одне проти одного: рівномірне органічне накопичення виглядає зовсім інакше, ніж різкий короткочасний сплеск. Там, де цю різницю можна виміряти, її подано як автентичність росту.
Незалежна, не прив'язана до інструментів оцінка безпеки від відкритого проєкту OpenSSF Scorecard. Кожна перевірка винагороджує практику безпеки, а не інструмент конкретного постачальника. Перевірки, які Scorecard не зміг визначити, позначено н/д і виключено з оцінки безпеки (вони ніколи не зараховуються як нуль).
| 10 | Binary-Artifacts | no binaries found in the repo |
| 0 | Branch-Protection | branch protection not enabled on development/release branches |
| 8 | CI-Tests | 5 out of 6 merged PRs checked by a CI test -- score normalized to 8 |
| 0 | CII-Best-Practices | no effort to earn an OpenSSF best practices badge detected |
| 2 | Code-Review | Found 2/7 approved changesets -- score normalized to 2 |
| 3 | Contributors | project has 1 contributing companies or organizations -- score normalized to 3 |
| н/д | Dangerous-Workflow | no workflows found |
| 0 | Dependency-Update-Tool | no update tool detected |
| 0 | Fuzzing | project is not fuzzed |
| 10 | License | license file detected |
| 3 | Maintained | 4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3 |
| н/д | Packaging | packaging workflow not detected |
| н/д | Pinned-Dependencies | no dependencies found |
| 0 | SAST | SAST tool is not run on all commits -- score normalized to 0 |
| 0 | Security-Policy | security policy file not detected |
| н/д | Signed-Releases | no releases found |
| н/д | Token-Permissions | No tokens found |
| 10 | Vulnerabilities | 0 existing vulnerabilities detected |
| Реєстр | Пакет | Обмеження версії | Маніфест |
|---|---|---|---|
| npm | ts-morph | ^24.0.0 | generator/package.json |
| npm | commander | ^12.1.0 | generator/package.json |
| npm | chalk | ^5.3.0 | generator/package.json |
| npm | ora | ^8.1.0 | generator/package.json |
| npm | fs-extra | ^11.2.0 | generator/package.json |
Не вдалося зібрати розв'язаний набір залежностей для цього звіту: GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 390,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 527406,
"Shell": 2286,
"JavaScript": 6882,
"TypeScript": 401756
},
"pushed_at": "2026-07-27T20:22:46Z",
"created_at": "2025-12-03T19:20:03Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T03:53:38Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-2.0",
"default_branch": "trunk",
"license_spdx_raw": "GPL-2.0",
"primary_language": "PHP",
"significant_languages": [
"PHP",
"TypeScript"
]
},
"owner": {
"blog": "https://wordpress.org/",
"name": "WordPress",
"type": "Organization",
"login": "WordPress",
"company": null,
"location": null,
"followers": 4796,
"avatar_url": "https://avatars.githubusercontent.com/u/276006?v=4",
"created_at": "2010-05-13T22:42:10Z",
"is_verified": null,
"public_repos": 203,
"account_age_days": 5918
},
"license": {
"state": "standard",
"spdx_id": "GPL-2.0",
"raw_spdx": "GPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-06-05T08:27:08Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-04-10T19:35:44Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-03-02T08:27:23Z"
}
],
"recent_commits": [
{
"oid": "95df8a50a3bd54f6b7c4869c6e2185db380d4d63",
"body": "Document the empty-tool-schema properties serialization fix shipping in\n0.1.2 so the release notes and tag have a matching changelog section.",
"is_bot": false,
"headline": "docs: add CHANGELOG entry for 0.1.2",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-06-05T08:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d1936f210af5695c36f8ed07ea5b1ef43c822cd",
"body": "fix: emit empty tool schema properties as JSON object",
"is_bot": false,
"headline": "Merge pull request #7 from WordPress/fix/tool-schema-empty-properties",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-06-03T16:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb914b29b399337a3338a3233a0f1bab85c7d1b1",
"body": null,
"is_bot": false,
"headline": "Refine tool schema property serialization",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-05-26T12:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff11fe5de440ce8541c347fbc47499a8018a855b",
"body": "ToolInputSchema::toArray() and ToolOutputSchema::toArray() now always\nemit the `properties` key, encoded as a JSON object even when the tool\ndeclares no parameters.\n\nPreviously, parameter-less tools produced one of two invalid wire\nshapes for strict JSON Schema validators:\n\n - properties = null → \n[…]\nrored in the TypeScript generator\n(generator/src/generators/dto.ts) so a clean regen reproduces the\npatched output. generator/package-lock.json was refreshed by a clean\n`npm install` during the regen.",
"is_bot": false,
"headline": "fix: emit `properties` as JSON object for empty tool schemas",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-05-04T06:24:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e2118ec421ead51a3e17a3d8160f4537727e91b9",
"body": "docs: update CHANGELOG for 0.1.1 and backfill 0.1.0 release date",
"is_bot": false,
"headline": "Merge pull request #6 from WordPress/docs/changelog-0.1.1",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-04-10T19:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7118acac8cce180b1c9fca94559c06dbc38552",
"body": "Add a 0.1.1 entry covering the two dist-archive fixes (#4, #5) that\nkeep dev-only files (skill/ folder and CLAUDE.md) out of the Composer\ndist tarball, since they have no runtime purpose for package\nconsumers and should not ship in the vendor/ folder.\n\nAlso backfill the 0.1.0 release date (2026-03-02), which was still\nmarked \"Unreleased\" even though the tag was published.",
"is_bot": false,
"headline": "docs: update CHANGELOG for 0.1.1 and backfill 0.1.0 release date",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-04-10T19:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01ff053eeba7b41e879c3a1b5e4ff794c1c0d21b",
"body": "build: exclude CLAUDE.md from dist archives",
"is_bot": false,
"headline": "Merge pull request #5 from WordPress/fix/gitattributes-exclude-claude-md",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-04-10T19:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6fa1f6bc7e72b41ceb81e97c99f87a5c71c4480",
"body": "CLAUDE.md holds Claude Code project instructions for contributors\nworking on this repo with AI assistance. It has no runtime purpose\nfor package consumers and should not ship in the Packagist dist\ntarball. Add it to the Files section of .gitattributes alongside\nthe other dev-only files already excluded there.",
"is_bot": false,
"headline": "build: exclude CLAUDE.md from dist archives",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-04-10T19:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edc2b8093cdd6da025684cc180ef78bf27faf456",
"body": "build: exclude skill/ folder from dist archives",
"is_bot": false,
"headline": "Merge pull request #4 from WordPress/fix/gitattributes-exclude-skill",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-04-10T19:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10364af18bf5e1e1c2e50d17a865d6a19bb086d2",
"body": "The skill/ folder contains Claude Code dev tooling (SKILL.md, helper\nshell scripts, reference docs) with no runtime purpose for package\nconsumers. Its shell scripts were causing WordPress.org plugin review\nbots to reject downstream plugins that transitively depend on this\npackage via wordpress/mcp-a\n[…]\napter.\n\nMatch the existing /generator precedent and export-ignore the whole\ndirectory rather than individual files, so any future additions under\nskill/ stay out of Packagist dist tarballs by default.",
"is_bot": false,
"headline": "build: exclude skill/ folder from dist archives",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-04-10T19:09:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1003dd4d223ef727f19a3163755163461009289",
"body": "Prepare repository for first public release",
"is_bot": false,
"headline": "Merge pull request #3 from WordPress/feat/release-preparation",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T08:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "617ab08ae3bc1956b5b4942a751161a5c08dedaf",
"body": "PHP 8.5 is not yet released and would cause CI failures.\nPHP 8.4 (released Nov 2024) is a valid addition.",
"is_bot": false,
"headline": "fix: remove unreleased PHP 8.5 from CI matrix, add 8.4",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T08:16:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e0f8fdba7d540f66ff7e61aeef59b4eacd6757d",
"body": "Sync lock file after phpstan minor patch bump (1.12.32 -> 1.12.33).\nResolves composer validate --strict mismatch.",
"is_bot": false,
"headline": "chore: update composer.lock",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T08:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "412cf93d9f238c32d6166a6d134704c4b0be9879",
"body": null,
"is_bot": false,
"headline": "ci: update PHP version matrix in PHPStan workflow",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T08:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffaedf12549ff3397073b04788c193cd36342603",
"body": "Configure GitHub Copilot coding agents with PHP 8.3 and Composer\ndependencies. Adapted from mcp-adapter, simplified for PHP-only.",
"is_bot": false,
"headline": "ci: add Copilot Setup Steps workflow",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T08:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bac93652eb8824ecf908c7ff41812afd5f0611b9",
"body": "Add serialization (toArray), deserialization (fromArray), factory/union\ntype, and JSON-RPC message examples. Fix incorrect namespace references\nto include the DTO\\ segment matching the actual generated code structure.",
"is_bot": false,
"headline": "docs: expand README with usage examples and fix namespaces",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T08:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dac4e67c3c33d103b965183fd5d4800e2485522",
"body": "Copy the WordPress/props-bot-action workflow from mcp-adapter to\nauto-generate contributor attribution on pull requests.",
"is_bot": false,
"headline": "ci: add Props Bot workflow for contributor attribution",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T08:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31dfcba7f4bfe4685de210d8c51d7801de9bbf3e",
"body": "Document the dual contribution workflow: generator changes (modify\nTypeScript, rebuild, regenerate PHP) vs direct edits (docs, CI).\nIncludes prominent warning to never edit generated src/ files.",
"is_bot": false,
"headline": "docs: add CONTRIBUTING.md with generator workflow guidelines",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T08:01:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95ea159cdf4eb443e9fd7f7bdc421e6acdeb9abf",
"body": "Fix license section to reference GPL-2.0-or-later and link to\nthe correct LICENSE.md filename.",
"is_bot": false,
"headline": "docs: update README license reference to GPL-2.0-or-later",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T08:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63afc3cb0ad1f26fe63c4d1860023b5b2ffa5858",
"body": "Run PHPStan static analysis on PRs and pushes to trunk across\nPHP 7.4-8.3 matrix. Uses shivammathur/setup-php and ramsey/composer-install.",
"is_bot": false,
"headline": "ci: add PHPStan GitHub Actions workflow",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T08:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61aecf2d720eed6ab1b1f9a46184910bd094cee9",
"body": "Align with WordPress ecosystem licensing. Updates SPDX identifier\nin both composer.json and generator/package.json.",
"is_bot": false,
"headline": "chore: update license from MIT to GPL-2.0-or-later",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T07:59:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58a3c0242905a49cd736b4bf69e99225c46761b2",
"body": "Add exclusions for .github, .gitignore, composer.lock, and\nCONTRIBUTING.md to keep the Composer package distribution lean.\nReorganize entries into logical groups (directories, files, patterns).",
"is_bot": false,
"headline": "chore: expand .gitattributes export-ignore rules",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T07:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "793a3455974b1ea43254ce131853e0bd4e73a57c",
"body": "Document the initial feature set using Keep a Changelog format.\nVersion 0.1.0 is marked as Unreleased until the actual release date.",
"is_bot": false,
"headline": "docs: add CHANGELOG.md with initial 0.1.0 release entry",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T07:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d37f897107e830b9fb04e095dcbfdd5da92aed5",
"body": "Add the canonical GNU General Public License v2 full text as LICENSE.md,\naligning with WordPress ecosystem licensing conventions.",
"is_bot": false,
"headline": "docs: add GPL-2.0-or-later license file",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-03-02T07:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfc14e6def0037f762fb87f3d141b105e66de85b",
"body": "Add generated PHP DTOs for MCP schema version 2025-11-25",
"is_bot": false,
"headline": "Merge pull request #2 from WordPress/feat/mcp-schema-2025-11-25",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-01-09T13:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d31bbf5acc5e3cc9d32e9e17d819e1ca8d18ba76",
"body": "WHAT: Reorganize generated PHP files so DTOs are placed in DTO/\nsubdirectories alongside existing Factory/ and Union/ directories.\n\nWHY: PR feedback noted that Factory and Union types have their own\nsubdirectories, but DTOs were placed at the subdomain root. This\nchange ensures consistent Domain/Subdomain/Type structure throughout\nthe generated codebase.",
"is_bot": false,
"headline": "refactor(generator): Move DTOs to dedicated DTO/ subdirectory",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2026-01-06T16:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf7071b75e365d423ea45f0e1e450fdedc30e239",
"body": "TypeScript uses a single `number` type for all numeric values, but the\ngenerator maps these to PHP `float` by default. The `code` property in\nJSON-RPC Error objects was incorrectly typed as `float`.\n\nJSON-RPC 2.0 specification defines error codes as integers (e.g., -32700\nfor Parse error, -32600 for Invalid Request). These are always whole\nnumbers, never decimals.\n\nAdded `/^code$/i` pattern to INTEGER_PATTERNS in type-mapper.ts to ensure\nthe `code` property is correctly mapped to PHP `int`.",
"is_bot": false,
"headline": "fix(generator): Map JSON-RPC error code property to int instead of float",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-18T22:45:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6642fe1f1570d37c27e2ac599be56e2f296d120",
"body": "Allow asObject() and asObjectMap() to accept PHP arrays as input,\nautomatically casting them to objects using (object). This change\naligns the library with MCP specification semantics where JSON objects\ncan be represented as either PHP arrays or stdClass objects.\n\nPreviously, consumers had to manual\n[…]\nll(): now accepts array|object|null, returns object|null\n- asObjectMap(): now accepts array values as array|object, returns array<string, object>\n- asObjectMapOrNull(): same as above, nullable variant",
"is_bot": false,
"headline": "feat(validator): Accept PHP arrays in asObject and asObjectMap helpers",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-18T16:34:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "76ef307563b0643480111a6b39207e71687ad68a",
"body": "… JSON\n\n**Why:**\nDownstream json_encode() / wp_json_encode() of DTO ->toArray() output produced {} placeholders when nested DTO objects leaked into arrays (protected props serialize as empty objects).\nThis broke MCP client-visible payloads for embedded resources and resource reads (baseline spec 202\n[…]\nrialize resource as an array\nReadResourceResult::toArray() to serialize contents as an array of arrays\nsame pattern in other affected union-based DTOs (e.g. sampling message content, completion refs).",
"is_bot": false,
"headline": "fix(generator): deep-serialize union DTOs in toArray() to avoid {} in…",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-12T18:18:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "18324955d9487c2e506e176bc6381663ab927c99",
"body": "Strip leading `$` from property names for PHP while preserving it for JSON keys. DtoGenerator had this via getPropertyNames(), but IntersectionTypeWrapperGenerator used prop.name directly, causing invalid syntax like `$this->$$schema`.",
"is_bot": false,
"headline": "feat: Fix property name handling in IntersectionTypeWrapperGenerator",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T15:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "866211f4334a43071bf49c3957c4457097067d44",
"body": "… type wrappers\n\nThe renderFromArrayArg method always called asArray() for array types, ignoring the isOptional flag. This caused InvalidArgumentException at runtime when optional array properties like _meta were null.",
"is_bot": false,
"headline": "feat: Use asArrayOrNull for optional array properties in intersection…",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T15:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9397925212df5d088bcb6287edd44d7e75797d87",
"body": "…letion.values\n\nThe MCP spec states that completion values \"Must not exceed 100 items\". This adds automatic extraction of maxItems constraints from JSDoc descriptions and generates validation in fromArray().\n\n - Add maxItems field to PhpProperty type\n - Extract limits from JSDoc pattern \"Must not exceed N items\"\n - Generate MAX_* constants for discoverable limits\n - Generate validation that throws InvalidArgumentException when exceeded",
"is_bot": false,
"headline": "feat: Add runtime validation for 100-item limit on CompleteResultComp…",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T14:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53a777a18818adf7bd6c21ad78769e78f2e77d09",
"body": "The generator now preserves value types from TypeScript index signatures like `{ [key: string]: string }` and generates appropriate PHP validation.\n\n - Add isIndexSignature and indexSignatureValueType fields to PhpType\n - Add extractIndexSignatureValueType() to parse index signature value types\n \n[…]\nring]: string } → array<string, string> with asStringMap()\n - { [key: string]: object } → array<string, object> with asObjectMap()\n - { [key: string]: unknown } → array<string, mixed> with asArray()",
"is_bot": false,
"headline": "feat: Add runtime validation for index signature value types",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T14:05:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a9fc156a7c1ab3ac49789f390db5663c28f1097",
"body": "The MCP spec defines ProgressToken as `string | number`, but the PHP DTOs accepted any value without runtime validation. This could produce invalid MCP payloads when arrays, booleans, or objects were passed.\n\nAdd asStringOrNumber() and asStringOrNumberOrNull() helpers to the ValidatesRequiredFields trait, and update the DTO generator to detect string|number union types and use these helpers automatically.",
"is_bot": false,
"headline": "feat: Add runtime validation for ProgressToken (string|number) type",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T13:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d5302a904dbd0bbcf95f94ed6b3ff38b95d777e",
"body": "Optional array properties were calling asArray() which throws InvalidArgumentException when the value is null. This broke DTOs like CompleteRequestParamsContext where omitting the optional 'arguments' field caused a runtime exception.\n\n\\The generator now uses ${suffix} variable ('OrNull' for optional, '' for required) consistently in the \"Array of primitives\" code path, matching other type helpers like asObject${suffix} and asStringArray${suffix}.",
"is_bot": false,
"headline": "fix: Use asArrayOrNull for optional array properties in fromArray()",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T13:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e8eb64ff93d6637408b3c02ced393f7f0db09ac",
"body": "The synthetic DTO extractor was generating empty classes for inline object types (like CompleteResultCompletion) when the TypeScript schema included JSDoc comments on properties. The regex expected property strings to start with the property name, but JSDoc comments caused the pattern to fail.\n\nNow the parser strips JSDoc comments before matching property names and extracts description text for PHP docblocks.",
"is_bot": false,
"headline": "fix: Extract properties from inline object types with JSDoc comments",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T13:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3afd8728307eca850369716b04e2c55ef28ecb2",
"body": null,
"is_bot": false,
"headline": "feat: Generate task result intersection type wrappers",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17b66e8ecae17ba3fb8941bc74d3e7faa29fedd6",
"body": null,
"is_bot": false,
"headline": "feat: Generate EmptyResult wrapper class",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5e870f8b3111a1b3776e76524d51e94207a4df1",
"body": null,
"is_bot": false,
"headline": "feat: Generate McpConstants PHP class",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "761eeb347a12fb2fe290fa21e508ac5a938f7615",
"body": null,
"is_bot": false,
"headline": "feat: Generate skill search scripts",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04094c4feaffbd504cf9ca727e1f1cdae65379d5",
"body": null,
"is_bot": false,
"headline": "feat: Generate skill JSON data files",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5976972029466eab0a961f8510d5fa89b420e3c",
"body": null,
"is_bot": false,
"headline": "feat: Generate skill documentation files",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b97adfc342a03c0fd7e755cc3ef3239ab4737b16",
"body": null,
"is_bot": false,
"headline": "feat: Update TsConstant type to support numeric values",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaa5c0fce675ca3cf49b4fbc01b5710ac3c15a34",
"body": null,
"is_bot": false,
"headline": "feat: Add skill types definitions",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68b67dbb8d82f6dd2cd3d00eb87eae473da785e2",
"body": null,
"is_bot": false,
"headline": "feat: Enhance parser to extract numeric constants",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1f71ebd057c5bfbcfae0a0167eef2af2926a6e4",
"body": null,
"is_bot": false,
"headline": "feat: Integrate new generators into main pipeline",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "525bab81f81e80694a308ef38261c3b1c6628f52",
"body": null,
"is_bot": false,
"headline": "feat: Support numeric constants in type mapper",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d85185f54ed7d522b58d09e3961e3970ce0e46fb",
"body": null,
"is_bot": false,
"headline": "feat: Export new generators from index",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aed90725a01ac9e7899a0d5a73f04d06b57e547",
"body": null,
"is_bot": false,
"headline": "feat: Add skill markdown helpers",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d81b175791695c1216b1ad3014052f93e2e626ad",
"body": null,
"is_bot": false,
"headline": "feat: Add skill file generator for Claude Code integration",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3960af04d3fb59ef4bb3effcd1473c8d941ee36a",
"body": null,
"is_bot": false,
"headline": "feat: Add schema map generator for JSON metadata",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec11f5d649ff6a657f615c3b1dcb1dc4f283e5f",
"body": null,
"is_bot": false,
"headline": "feat: Add intersection type wrapper generator",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e470c14c14e315d1920430b38f6af11ab0bb11e",
"body": null,
"is_bot": false,
"headline": "feat: Add type alias wrapper generator",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92e460a390566c2d107fb2d084c3917fac04bc85",
"body": null,
"is_bot": false,
"headline": "feat: Add numeric enum generator for TypeScript enums",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8572f7f64af4fb384ee31a342ea28548a6090ff7",
"body": null,
"is_bot": false,
"headline": "feat: Add constants generator for protocol constants",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a31fe22c1d17c99ee93139c0ff8417fec0a36c0",
"body": null,
"is_bot": false,
"headline": "docs: Update design decisions with new type handling strategies",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c750230b827e57956baf3ce9471d817e42ff60b6",
"body": null,
"is_bot": false,
"headline": "docs: Update configuration guide with new outputs and features",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a4a9a540e1e633ec7d249f2e6b789410cff4f84",
"body": null,
"is_bot": false,
"headline": "docs: Update architecture documentation with new components",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d120ee58ddf69c151feba5f476e8f0d35a254adb",
"body": null,
"is_bot": false,
"headline": "docs: Update README with new generator features",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-11T12:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "969ff1086220cebe3bbde784126ae2d2e4f23f13",
"body": " Generated 187 PHP files including:\n - 143 DTOs for MCP protocol types\n - 4 Enums for string literal unions\n - 15 Union interfaces with discriminator support\n - 11 Factory classes for union type hydration\n\n PHP 7.4 compatible with PHPStan max level compliance.",
"is_bot": false,
"headline": "feat: Generate PHP DTOs from MCP schema version 2025-11-25",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d44699b3d3f91f77e643b0ef90ca32f58098f3e",
"body": "Add TypeScript generator for MCP PHP DTOs",
"is_bot": false,
"headline": "Merge pull request #1 from WordPress/feature/mcp-schema-generator",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40e89be2dceb6012b73a2ca851ae8a2c5233b7af",
"body": null,
"is_bot": false,
"headline": "chore: Upgrade PHPStan configuration to max level",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "159bc37e1042c19c109859582f383e4d5abd46a5",
"body": null,
"is_bot": false,
"headline": "fix: Handle non-scalar discriminator values in factory error messages",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ff683c245e10dd3161a87895a7f5db0f4d35ffd",
"body": null,
"is_bot": false,
"headline": "fix: Add factory imports for union interface arrays in DTOs",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d315f9e67e91da6d87c8a856c34f21dea3afca6",
"body": null,
"is_bot": false,
"headline": "feat: Add hasNarrowerPhpDocType helper for @var annotation detection",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fc2c1440d0646340a3a4a5ac712cfd25ce111e8",
"body": null,
"is_bot": false,
"headline": "feat: Add comprehensive type assertion helpers to deserialization",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee8af4922dbb9db46dd6623774a99bbab9640be6",
"body": "… max level",
"is_bot": false,
"headline": "feat: Implement variable extraction with @var annotations for PHPStan…",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "864f1a9a0ef29594b06d05260ae23989dec5bbc2",
"body": "…upport",
"is_bot": false,
"headline": "refactor: Use typed array shapes in fromArray phpDoc for better IDE s…",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3e276adc6076807b843fef96e7a6a2c6459cd58",
"body": null,
"is_bot": false,
"headline": "refactor: Rename trait usage for type assertions and update comments",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd5de4813de37a082d8c6a698193e5ab3a8b5caa",
"body": "…elds trait",
"is_bot": false,
"headline": "feat: Add comprehensive type assertion helpers to ValidatesRequiredFi…",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c74dd3a6453683e38f9e748dda6262136de33165",
"body": null,
"is_bot": false,
"headline": "feat: Wire up constants map in main generator workflow",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "292d7083bc7ac9b68352962c97d82c58ff0d9ab3",
"body": null,
"is_bot": false,
"headline": "refactor: Thread constants map through type resolution pipeline",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e0282263493dd8ec15228aa10fe3bc9ee0ede87",
"body": null,
"is_bot": false,
"headline": "feat: Implement constants map for typeof expression resolution",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e0b35e5f2160a8bc6f0f8ad01f1d3f36d24b90",
"body": null,
"is_bot": false,
"headline": "feat: Add constant extraction to parser for typeof resolution",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "132ecbfd6f3195ff03f0986e6b3e7a14dc2c6467",
"body": null,
"is_bot": false,
"headline": "docs: Update generator documentation for PHPStan max level",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3991e555e6d9c647fa72e3acab6f387eb4dc4ee",
"body": null,
"is_bot": false,
"headline": "refactor: Remove local schema source support from fetcher",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0af63995f067fd457d74e7fe5267389309d9b0f8",
"body": "…ttings",
"is_bot": false,
"headline": "refactor: Remove configurable options for schema source and output se…",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a4c9d7f2c2b03a8dfcf7ab0508c7bee392b52e",
"body": "…ings",
"is_bot": false,
"headline": "docs: Update CLAUDE.md with PHPStan max level and generated code warn…",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-10T23:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a204359749f205c56b04bb744792d7e0b17774b",
"body": "Implement a complete pipeline to generate PHP Data Transfer Objects from the official MCP TypeScript schema specification. The generator handles enums, unions, inheritance hierarchies, and domain-based file organization.\n\nThis enables automatic PHP schema updates when new MCP spec versions are released, ensuring the Composer package stays in sync with the protocol specification.",
"is_bot": false,
"headline": "Add TypeScript generator for MCP PHP DTOs",
"author_name": "Ovidiu Galatan",
"author_login": "galatanovidiu",
"committed_at": "2025-12-04T19:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "351bc7c0db543404c61bfeb0d5c55f5a7f6d6e1b",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "Ovidiu Galatan",
"author_login": "ovidiu-galatan",
"committed_at": "2025-12-04T15:03:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 80,
"latest_release_at": "2026-06-05T08:27:08Z",
"latest_release_tag": "v0.1.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 9,
"days_since_latest_release": 52,
"mean_days_between_releases": 47.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "wordpress/php-mcp-schema",
"exists": true,
"license": "GPL-2.0-or-later",
"keywords": [
"php",
"schema",
"dto",
"mcp",
"model-context-protocol"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/wordpress/php-mcp-schema",
"is_deprecated": false,
"latest_version": "v0.1.2",
"repository_url": "https://github.com/WordPress/php-mcp-schema",
"versions_count": 3,
"total_downloads": 155991,
"dependents_count": 1,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 64556,
"first_published_at": null,
"latest_published_at": "2026-06-05T08:26:32Z",
"latest_version_yanked": null,
"days_since_latest_publish": 52
}
]
},
"popularity": {
"forks": 5,
"stars": 14,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"generator/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 70844,
"source_files_sampled": 221,
"oversized_source_files": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2630
},
"dependencies": {
"manifests": [
"composer.json",
"generator/package.json"
],
"advisories": {
"error": null,
"scope": null,
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm",
"packagist"
],
"dependencies": [
{
"name": "ts-morph",
"manifest": "generator/package.json",
"ecosystem": "npm",
"version_constraint": "^24.0.0"
},
{
"name": "commander",
"manifest": "generator/package.json",
"ecosystem": "npm",
"version_constraint": "^12.1.0"
},
{
"name": "chalk",
"manifest": "generator/package.json",
"ecosystem": "npm",
"version_constraint": "^5.3.0"
},
{
"name": "ora",
"manifest": "generator/package.json",
"ecosystem": "npm",
"version_constraint": "^8.1.0"
},
{
"name": "fs-extra",
"manifest": "generator/package.json",
"ecosystem": "npm",
"version_constraint": "^11.2.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 7,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "galatanovidiu",
"commits": 79,
"avatar_url": "https://avatars.githubusercontent.com/u/2674748?v=4"
},
{
"type": "User",
"login": "ovidiu-galatan",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/191402693?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.988
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"copilot-setup-steps.yml",
"phpstan.yml",
"props-bot.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.js",
"phpstan.neon"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"composer.lock",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8",
"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": 2,
"reason": "Found 2/7 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"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": "95df8a50a3bd54f6b7c4869c6e2185db380d4d63",
"ran_at": "2026-07-27T20:28:30Z",
"aggregate_score": 3.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-06-05T08:27:23Z",
"oldest_open_prs": [
{
"number": 9,
"created_at": "2026-07-27T20:22:53Z",
"last_comment_at": "2026-07-27T20:26:12Z",
"last_comment_author": "github-actions"
}
],
"last_merged_pr_at": "2026-06-03T16:10:11Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 8,
"created_at": "2026-06-27T15:54:32Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/WordPress/php-mcp-schema",
"host": "github.com",
"name": "php-mcp-schema",
"owner": "WordPress"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 55 is calibrated to 57 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 55,
"calibrated": 57,
"calibration": "2026-08-02"
}
}
],
"value": 57,
"inputs": {
"security": 34,
"vitality": 74,
"community": 57,
"governance": 52,
"calibration": "2026-08-02",
"engineering": 50,
"ai_readiness": 61,
"weighted_overall_raw": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 80,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 9
},
"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": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "80 commits in the last year",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 80
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.1.2",
"releases_from_tags": false,
"days_since_latest_release": 52,
"mean_days_between_releases": 47.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 52 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 52
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~47.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 47.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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 58,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 58 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 58
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 5,
"stars": 14,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "14 stars",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 14
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (GPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"packages": [
"wordpress/php-mcp-schema"
],
"dependents": 1,
"ecosystems": "packagist",
"total_downloads": 155991,
"monthly_downloads": 64556
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "64,556 downloads/month across packagist",
"points": 64.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 64556,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "1 packages depend on it",
"points": 2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 1
}
}
],
"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": 52,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.988
},
"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 99% of commits",
"points": 0.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "weak",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"merged_prs": 7,
"open_issues": 1,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/7 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 7
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/7 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "excellent",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 4796,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "WordPress",
"public_repos": 203,
"account_age_days": 5918
},
"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": "4,796 followers of WordPress",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4796,
"login": "WordPress"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "203 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 203
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"wordpress/php-mcp-schema"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 52
},
"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 52 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 52
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 50,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.js, phpstan.neon",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js, phpstan.neon"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "weak",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"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": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/7 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 1
},
"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": "moderate",
"name": "AI Readiness",
"value": 61,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.975,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2630
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "78 of 80 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 78,
"sampled": 80
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"composer.lock",
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"generator/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.js, phpstan.neon",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js, phpstan.neon"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "generator/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "generator/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 80",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 80
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 70844,
"source_files_sampled": 221,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP with type-check config (generator/tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "generator/tsconfig.json",
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/221 source files over 60KB",
"points": 54.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 221,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library",
"cli"
],
"scores": {
"cli": 4,
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
},
{
"tier": "dependencies",
"label": "cli",
"source": "dep:commander",
"weight": 4
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch npm package '@wordpress/php-mcp-schema-generator' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T20:28:44.983368Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/WordPress/php-mcp-schema.svg",
"full_name": "WordPress/php-mcp-schema",
"license_state": "standard",
"license_spdx": "GPL-2.0"
}Оцінки — це сигнали, а не гарантії. Вони відображають публічно видимі практики на GitHub — це не аудит коду й не гарантія безпеки.
Відсутні дані виключаються, а ваги перенормовуються — нуль за відсутність ніколи не ставиться. Методологія версіонована й відкрита: метрики v2.3.1, схема v0.27.0 — повна методологія · вікі метрик.
Як окремий результат виглядає на тлі всього реєстру: сукупна статистика — Packagist.