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": 12466, "full_name": "fastify/fastify", "url": "https://github.com/fastify/fastify", "description": "Fast and low overhead web framework, for Node.js", "ecosystem": "npm", "ecosystems": [ "npm" ], "primary_language": "JavaScript", "languages": [ "JavaScript" ], "topics": [ "webframework", "performance", "speed", "nodejs", "hacktoberfest", "web", "framework", "json", "schema", "open", "api" ], "license_spdx": "MIT", "license_state": "standard", "stars": 36740, "forks": 2839, "watchers": 361, "monthly_downloads": 38579259, "latest_score": 99, "latest_band": "exceptional", "latest_scanned_at": "2026-07-17T04:49:50.860832Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "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": "" } ] } }
Öffentliches Register
Software-GesundheitsberichtSchema 0.27.0 · Metriken 2.3.1 · 2026-07-27 20:28 UTC

WordPress / php-mcp-schema

PHP · TypeScriptGPL-2.0★ 14 Sterne⑂ 5 Forksseit Dez. 2025Auf GitHub ansehen ↗
ArtBibliothekKommandozeilenwerkzeugwie das ermittelt wird

WordPress/php-mcp-schema erreicht einen Gesundheitsindex von 57 von 100 und liegt damit im Bereich Mittel. Am stärksten schneidet es bei Vitality (74/100) ab, am schwächsten bei Security (34/100). Zuletzt heute aktualisiert. Ein einzelner Mitwirkender trägt den Großteil der jüngsten Arbeit.

57
gesamt / 100
Mittel

Software-Gesundheitsindex

Metriken werden auf einer standardisierten Skala von 1–100 in gewichtete Kategorien gruppiert. Der Gesamtwert beginnt als ihr gewichtetes Mittel, kalibriert auf die Verteilung des öffentlichen Registers, sodass die Stufen Perzentilbedeutung tragen; sobald öffentliche Evidenz die Richtlinie für Hochrisikojurisdiktionen auslöst, wird die Bewertung angepasst und erhält die Obergrenze Gefährdet von 34.

57
Außergewöhnlich93-100Die Spitzengruppe des Registers (≈ obere 5 %); erfüllt im Wesentlichen alle geprüften Kriterien
Exzellent80-92Durchgehend stark; geringfügige Lücken
Gut65-79Gesund; Lücken sind begrenzt und beherrschbar
Mittel50-64Akzeptabel mit deutlichen Lücken; Überprüfung empfohlen
Schwach35-49Wesentliche Schwächen in mehreren Bereichen
Gefährdet20-34Erhebliche Schwächen; eine Übernahme erfordert Vorsicht
Kritisch1-19Schwerwiegende Probleme (aufgegeben, nur ein Maintainer, keine Hygiene)
VitalitätCommunity &VerbreitungNachhaltigkeit &GovernanceEngineering-QualitätSicherheitAI Readiness

Bewertungsprofil

Jede Achse ist eine Kategorie. Die Form zählt mehr als der Durchschnitt — ein gesundes Projekt füllt die gesamte Fläche, während ein Profil aus Spitzen und Kratern bedeutet, dass Stärke in einer Dimension Risiken in einer anderen verdeckt.

Der gewichtete Gesamtwert 55 wird auf der veröffentlichten Indexskala auf 57 kalibriert (Register-Kalibrierung 2026-08-02).

Eigentümerschaft

WordPressOrganisation
4.796 Follower203 öffentliche Reposseit Mai 2010

Dieses Repository wird von einer Organisation getragen — geteilte, rechenschaftspflichtige Trägerschaft, die jeden einzelnen Maintainer überdauern kann.

Paket-Ökosysteme

RegistryPaketVersionDownloads / MonatVersionenZuletzt veröffentlichtTags
Packagistwordpress/php-mcp-schemav0.1.264.5563vor 52 Tagenphpschemadtomcpmodel-context-protocol

Metriken nach Kategorie

Vitalität

Lebt das Projekt — wird Code geschrieben und werden Releases ausgeliefert?

74Gut · 21 % des Gesamtindex
Wie die Bewertung erfolgt
36/36Push-Aktualität — letzter Push vor 0 Tagen
6.2/36Commit-Rhythmus — 9/52 Wochen mit Commits
17.1/18Commit-Volumen — 80 Commits im letzten Jahr
3/10OpenSSF Scorecard: Maintained — 4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Verwendete Eingangsdaten
commits_last_year80
human_commit_share1
days_since_last_push0
active_weeks_last_year9
Wie die Bewertung erfolgt
27/27Liefert Releases aus — 3 Releases veröffentlicht
36/36Release-Aktualität — letztes Release vor 52 Tagen
19.8/27Release-Rhythmus — ein Release etwa alle 47,5 Tage
0/10OpenSSF Scorecard: Signed-Releases — keine Daten
Verwendete Eingangsdaten
releases_count3
latest_release_tagv0.1.2
releases_from_tagsnein
days_since_latest_release52
mean_days_between_releases47,5
Von der Bewertung ausgeschlossen (keine Daten oder nicht anwendbar): OpenSSF Scorecard: Signed-Releases. Die verbleibenden Gewichte wurden renormalisiert.

Community & Verbreitung

Hat das Projekt Nutzer, Downloads, Aufmerksamkeit und ein einladendes Umfeld für Beitragende?

57Mittel · 17 % des Gesamtindex
Wie die Bewertung erfolgt
18.1/60Stars — 14 Stars
5/25Forks — 5 Forks
2.7/15Watcher — 4 Watcher
Verwendete Eingangsdaten
forks5
stars14
watchers4
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
Wie die Bewertung erfolgt
22.5/22.5README
22.5/22.5Lizenz — anerkannte Lizenz (GPL-2.0)
18/18CONTRIBUTING-Leitfaden
13.5/13.5Verhaltenskodex
0/7.2Issue-Vorlage
0/6.3PR-Vorlage
Verwendete Eingangsdaten
has_readmeja
has_licenseja
readme_badges
has_contributingja
has_issue_templatenein
has_code_of_conductja
readme_badge_services
has_pull_request_templatenein
Wie die Bewertung erfolgt
64.1/80Downloads pro Monat — 64.556 Downloads/Monat über packagist
2/20Abhängige in der Registry — 1 Pakete hängen davon ab
Verwendete Eingangsdaten
packageswordpress/php-mcp-schema
dependents1
ecosystemspackagist
total_downloads155.991
monthly_downloads64.556

Nachhaltigkeit & Governance

Überdauert das Projekt die Menschen, die es tragen — Bus-Faktor, Reaktionsfähigkeit, Trägerschaft und Paketpflege?

52Mittel · 23 % des Gesamtindex
Wie die Bewertung erfolgt
9/54Bus-Faktor — 1 Beitragende decken die Hälfte aller Commits ab
0.3/22.5Commit-Verteilung — wichtigste beitragende Person verfasste 99 % der Commits
2.7/13.5Breite der Beitragenden — 2 Beitragende
3/10OpenSSF Scorecard: Contributors — project has 1 contributing companies or organizations -- score normalized to 3
Verwendete Eingangsdaten
bus_factor1
contributors_sampled2
top_contributor_share0,988
Wie die Bewertung erfolgt
0/42Issue-Lösungsquote — 0 % der Issues geschlossen
30/30PR-Annahme — 7/7 entschiedene PRs gemergt
0/13Newcomer PR acceptance — kein PR eines Erstbeitragenden in 30 Tagen entschieden
3/15OpenSSF Scorecard: Code-Review — Found 2/7 approved changesets -- score normalized to 2
Verwendete Eingangsdaten
merged_prs7
open_issues1
closed_issues0
prs_merged_7d
prs_decided_7d
prs_merged_30d
prs_decided_30d
issue_closed_ratio0
closed_unmerged_prs0
first_time_authors_30d
first_time_prs_merged_30d
first_time_prs_decided_30d
Von der Bewertung ausgeschlossen (keine Daten oder nicht anwendbar): newcomer_pr_acceptance. Die verbleibenden Gewichte wurden renormalisiert.
Wie die Bewertung erfolgt
30/30Organisatorische Trägerschaft — im Besitz einer Organisation
0/20Verifizierte Domain
25/25Reichweite des Inhabers — 4.796 Follower von WordPress
25/25Kontohistorie — 203 öffentliche Repos, Kontoalter ca. 16 Jahre
Verwendete Eingangsdaten
followers4.796
owner_typeOrganization
is_verified
owner_loginWordPress
public_repos203
account_age_days5.918

Paketpflege

92Exzellent
Wie die Bewertung erfolgt
25/25Veröffentlicht & auflösbar — 1 Paket(e) auf packagist
35/35Veröffentlichungsaktualität — letzte Veröffentlichung vor 52 Tagen
12/20Versionshistorie — 3 veröffentlichte Versionen
20/20Nicht veraltet — aktiv, nicht veraltet oder zurückgezogen
Verwendete Eingangsdaten
packageswordpress/php-mcp-schema
ecosystemspackagist
any_deprecatednein
min_days_since_publish52

Engineering-Qualität

Sind grundlegende Engineering- und Dokumentationspraktiken vorhanden?

50Mittel · 19 % des Gesamtindex
Wie die Bewertung erfolgt
24/24CI-Workflows — 3 Workflow(s)
0/24Tests vorhanden
16/16Linter-Konfiguration — eslint.config.js, phpstan.neon
0/9.6Pre-Commit-Hooks
0/6.4.editorconfig
16/20OpenSSF Scorecard: CI-Tests — 5 out of 6 merged PRs checked by a CI test -- score normalized to 8
Verwendete Eingangsdaten
has_cija
has_testsnein
has_editorconfignein
has_linter_configja
has_precommit_confignein

Dokumentation

40Schwach
Wie die Bewertung erfolgt
30/30README
0/25Dokumentationsverzeichnis
0/15Dokumentations-/Homepage-Site
0/10Repository-Beschreibung
0/10Topics
10/10Wiki
Verwendete Eingangsdaten
topics
has_wikija
homepage
has_readmeja
has_docs_dirnein
has_descriptionnein

Sicherheit

Sind die sichtbaren Sicherheits- und Lieferkettenpraktiken belastbar, ohne ungeklärte Exposition gegenüber Hochrisikojurisdiktionen?

34Gefährdet · 16 % des Gesamtindex

Sicherheitslage

34Gefährdet
Wie die Bewertung erfolgt
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
2/2.5CI-Tests — 5 out of 6 merged PRs checked by a CI test -- score normalized to 8
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
1.5/7.5Code-Review — Found 2/7 approved changesets -- score normalized to 2
0.8/2.5Contributors — project has 1 contributing companies or organizations -- score normalized to 3
0/10Dangerous-Workflow — keine Daten
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5Lizenz — license file detected
2.2/7.5Maintained — 4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
0/5Packaging — keine Daten
0/5Pinned-Dependencies — keine Daten
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — keine Daten
0/7.5Token-Permissions — keine Daten
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Verwendete Eingangsdaten
sourceopenssf_scorecard
checks_evaluated13
scorecard_versionv5.5.0
checks_inconclusive5
scorecard_aggregate3,4
Von der Bewertung ausgeschlossen (keine Daten oder nicht anwendbar): dangerous_workflow, packaging, pinned_dependencies, signed_releases, token_permissions. Die verbleibenden Gewichte wurden renormalisiert.

AI Readiness

Wie gut ist das Repository dafür ausgestattet, mit KI-Coding-Agenten entwickelt und gepflegt zu werden? Trägt ein bewusst kleines Gewicht (4 %): Agenten-Tooling ist ein echtes Pflegesignal, doch ein Repository ohne jedes Signal kann weiterhin 100/100 erreichen.

61Mittel · 4 % des Gesamtindex
Wie die Bewertung erfolgt
45/45Agentenanweisungen — CLAUDE.md
0/15Maschinenlesbare Doku (llms.txt)
40/40Lesbare Commit-Historie — 78 von 80 menschlichen Commits benennen ihre Absicht (strukturierter Betreff oder erläuternder Text)
Verwendete Eingangsdaten
has_llms_txtnein
legible_history_share0,975
agent_instruction_filesCLAUDE.md
agent_instruction_max_bytes2.630
Wie die Bewertung erfolgt
0/18Bootstrap mit einem Befehl
0/22Automatisierte Tests
11/11Lint-/Format-Konfiguration — eslint.config.js, phpstan.neon
11/11Statische Typprüfung — generator/tsconfig.json
10/10Reproduzierbare Umgebung — lockfile
0/10Belegte Agentenpraxis — keine von Agenten verfassten Commits unter den letzten 80
0/8Automatisierte Wartung — keine automatisierten Abhängigkeits-Updates beobachtet
0/10OpenSSF Scorecard: Pinned-Dependencies — keine Daten
Verwendete Eingangsdaten
has_nixnein
has_testsnein
lockfilescomposer.lock, package-lock.json
has_dockerfilenein
typed_languagenein
bootstrap_files
has_devcontainernein
has_linter_configja
typecheck_configsgenerator/tsconfig.json
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
Von der Bewertung ausgeschlossen (keine Daten oder nicht anwendbar): OpenSSF Scorecard: Pinned-Dependencies. Die verbleibenden Gewichte wurden renormalisiert.
Wie die Bewertung erfolgt
27/45Typprüfbarer Code — PHP mit Typprüfungs-Konfiguration (generator/tsconfig.json)
54.8/55Handhabbare Dateigrößen — 1/221 Quelldateien über 60 KB
Verwendete Eingangsdaten
primary_languagePHP
largest_source_bytes70.844
source_files_sampled221
oversized_source_files1

Eckdaten

14GitHub-Sterne
2Mitwirkende
80Commits, letzte 12 Monate
0Tage seit letztem Push
3Releases
1Bus-Faktor
1offene Issues
npm, PackagistPaket-Ökosysteme

Warnungen zur Datenerhebung

  • 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

Weitere Details

Stern- und Fork-Verlauf 0 ★ / 5 ⇿
0Sterne
5Forks
1Releases

Wann jeder Stern und Fork hinzugefügt wurde, von GitHub erfasst und nach Tagen gruppiert. Das kumulierte Wachstum steht direkt über den täglichen Zugängen, aus denen es besteht, sodass beide gegeneinander lesbar sind: stetiger organischer Zuwachs sieht ganz anders aus als ein abrupter, kurzlebiger Ausschlag. Wo dieser Unterschied messbar ist, wird er als Wachstumsauthentizität ausgewiesen.

12345512026-042026-062026-07
Major 0Minor 0Patch 1
OpenSSF Scorecard 3.4 / 10
3.4Gesamtwert

Unabhängige, werkzeugneutrale Sicherheitsbewertung durch das quelloffene OpenSSF Scorecard. Jede Prüfung honoriert eine Sicherheits-Praxis, nicht das Werkzeug eines bestimmten Anbieters. Prüfungen, die Scorecard nicht ermitteln konnte, sind mit k. A. markiert und vom Sicherheitswert ausgeschlossen (nie als null gezählt).Scorecard v5.5.0 · 2026-07-27 20:28 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
8CI-Tests5 out of 6 merged PRs checked by a CI test -- score normalized to 8
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
2Code-ReviewFound 2/7 approved changesets -- score normalized to 2
3Contributorsproject has 1 contributing companies or organizations -- score normalized to 3
k. A.Dangerous-Workflowno workflows found
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
3Maintained4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
k. A.Packagingpackaging workflow not detected
k. A.Pinned-Dependenciesno dependencies found
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
k. A.Signed-Releasesno releases found
k. A.Token-PermissionsNo tokens found
10Vulnerabilities0 existing vulnerabilities detected
Direkte Abhängigkeiten 5
RegistryPaketVersionsvorgabeManifest
npmts-morph^24.0.0generator/package.json
npmcommander^12.1.0generator/package.json
npmchalk^5.3.0generator/package.json
npmora^8.1.0generator/package.json
npmfs-extra^11.2.0generator/package.json
Alle Abhängigkeiten nicht erhoben

Der aufgelöste Abhängigkeitssatz konnte für diesen Bericht nicht erhoben werden: GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository

JSON-Rohbericht maschinenlesbar
{
  "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"
}

Bewertungen sind Signale, keine Garantien. Sie spiegeln öffentlich sichtbare Praxis auf GitHub wider — kein Code-Audit und keine Sicherheitsgarantie.

Fehlende Daten werden ausgeschlossen und die Gewichte neu normiert, nie als null bewertet. Die Methodik ist versioniert und offen: Metriken v2.3.1, Schema v0.27.0 — vollständige Methodik · Metriken-Wiki.

Wie ein einzelnes Ergebnis im Gesamtregister steht: aggregierte StatistikenPackagist.