Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"component",
"javascript",
"polyfill",
"symfony",
"symfony-component",
"symfony-polyfill",
"compatibility",
"deepclone",
"portable",
"shim"
],
"is_fork": false,
"size_kb": 285,
"has_wiki": false,
"homepage": "https://symfony.com/polyfill-deepclone",
"languages": {
"PHP": 102630
},
"pushed_at": "2026-06-12T07:28:55Z",
"created_at": "2026-04-10T14:42:29Z",
"owner_type": "Organization",
"updated_at": "2026-07-07T05:02:34Z",
"description": "Symfony polyfill for the deepclone extension",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "1.x",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://symfony.com/",
"name": "Symfony",
"type": "Organization",
"login": "symfony",
"company": null,
"location": "The Internet",
"followers": 2169,
"avatar_url": "https://avatars.githubusercontent.com/u/143937?v=4",
"created_at": "2009-10-24T04:05:23Z",
"is_verified": null,
"public_repos": 414,
"account_age_days": 6115
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.40.0",
"kind": "minor",
"published_at": "2026-06-12T07:28:56Z"
},
{
"tag": "v1.39.0",
"kind": "minor",
"published_at": "2026-06-10T20:20:55Z"
},
{
"tag": "v1.38.2",
"kind": "patch",
"published_at": "2026-06-09T06:07:18Z"
},
{
"tag": "v1.37.0",
"kind": "minor",
"published_at": "2026-04-26T14:44:58Z"
},
{
"tag": "v1.36.0",
"kind": "minor",
"published_at": "2026-04-15T15:29:14Z"
},
{
"tag": "v1.35.0",
"kind": "minor",
"published_at": "2026-04-14T09:00:16Z"
},
{
"tag": "v1.34.0",
"kind": "minor",
"published_at": "2026-04-11T08:15:19Z"
}
],
"recent_commits": [
{
"oid": "dca4ccba5f360070b574414dce4c1e7a559844fa",
"body": null,
"is_bot": false,
"headline": "Update changelog for v1.40.0",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-06-12T07:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8203fecfbac8f9b657e903980a63d554034e933c",
"body": null,
"is_bot": false,
"headline": "Tweak error message",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-06-12T06:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c9dac37623512a2ffc596f2b5cd7ace7e160edd",
"body": "… decode its global-function references\n\nTwo related improvements to how the polyfill cooperates with the extension on\nfirst-class callables declared in constant expressions.\n\nRefusal message. deepclone_to_array() refuses to serialize a closure over a\nnamed callable unless allow_named_closures is se\n[…]\nth line 0. The polyfill\ncannot produce these, but must decode them: ReflectionFunction reports no start\nline for an internal function, so a line-0 reference is normalized rather than\ntreated as stale.",
"is_bot": false,
"headline": "[DeepClone] Suggest the extension when refusing a named callable, and…",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-06-11T15:53:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e0cc7db8cfedd4eb01130f28d05f4f092a6879bd",
"body": "…closures option\n\nA by-name closure payload (a first-class callable over a named function or\nmethod) lets deepclone_from_array() mint a Closure over any function or method\nof that name, with no visibility or staticness restriction and including\ninternal functions such as system() -- a stronger primi\n[…]\nmethods, runtime-created\ncallables) keep the by-name form and need the opt-in.\n\nallowed_classes still gates Closure for both forms. Payloads stay byte-identical\nand interchangeable with the extension.",
"is_bot": false,
"headline": "[DeepClone] Gate closures over named callables behind an allow_named_…",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-06-11T10:10:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1b034bc050d84cc9c187de373f744912e1e35f1f",
"body": "PHP 8.5 allows anonymous closures in constant expressions: attribute\narguments, class constants, property and parameter defaults, property\nhooks. They are compile-time checked to be static and capture-free, so\nthey are fully described by their declaration site. deepclone_to_array()\nnow encodes them \n[…]\n is evaluated on the to_array side, and the payload-named\nclass must be allow-listed before it is autoloaded on the from_array\nside. Closures created at runtime keep throwing\nNotInstantiableException.",
"is_bot": false,
"headline": "[DeepClone] Support closures declared in constant expressions",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-06-10T20:07:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6daa214e570f4f88d4268a581b8a449fae97fe3",
"body": "…s on PHP 8.2\n\nBefore PHP 8.3, Random\\Randomizer::__serialize() returns the object's raw\nproperty table with only the table itself addref'd. Its \"engine\" entry is\nan IS_INDIRECT slot pointing into the object, so when the Randomizer is\nreleased before the returned state, the slot dangles: array reads\n[…]\nis the only one declaring a property,\nand only declared properties create IS_INDIRECT slots. Everything else\ntherefore pays nothing, and the version guard makes the branch dead code\non PHP 8.3 and up.",
"is_bot": false,
"headline": "[DeepClone] Fix round-tripping short-lived Random\\Randomizer instance…",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-06-10T19:52:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2c8fd7f31df708e4af82e196397bd3ba23a30a75",
"body": "…zed object\n\ndeepclone_to_array() always emits a class that has __unserialize() as a\nnegative-wakeup state replay. A crafted deepclone_from_array() payload\nthat flags such a class for plain creation (wakeup >= 0, no replay) was\nreconstructed as an uninitialized object: the polyfill returned null.\n\nr\n[…]\nrror before\nbuilding the object, matching the extension (symfony/php-ext-deepclone#22).\nWell-formed payloads always carry the negative-wakeup replay for an\n__unserialize class, so they are unaffected.",
"is_bot": false,
"headline": "[DeepClone] Reject from_array payloads that would build an uninitiali…",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-06-10T18:23:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c1b95c370cb2ee4ee221f0a317f5ae5dfae9a42e",
"body": "…her object\n\nA needsFullUnserialize object (a final internal class with __unserialize\nthat rejects an empty payload, e.g. Random\\Randomizer) whose __serialize()\nnests another object carries an object-ref mask on its state. Such an\nobject cannot be built as an early empty shell, and the eager-finaliz\n[…]\ned inside such a state is still reconstructed as an\nindependent copy (pure PHP cannot inject a live shared object into an\ninternal final class's __unserialize); the extension preserves identity\nthere.",
"is_bot": false,
"headline": "[DeepClone] Fix round-tripping objects whose __serialize() nests anot…",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-06-08T20:10:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c820d84ef9308a434bf1658f05dad04864e958c0",
"body": "BcMath\\Number is a final internal class whose __unserialize() rejects an\nempty payload, so it has no empty-shell prototype. Two bugs surfaced:\n\n- deepclone_from_array() reconstructs it via the full O: serialization\n form (which runs __unserialize() internally), then called\n __unserialize() a secon\n[…]\nototype is null. It now throws\n \\DeepClone\\NotInstantiableException, matching the extension: such a\n class can only be reconstructed via a full serialization round-trip,\n not by property injection.",
"is_bot": false,
"headline": "[DeepClone] Fix round-tripping and hydrating BcMath\\Number",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-06-08T18:57:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "79da3b038a58f6020fd7b427eb0395bba1f2ed47",
"body": "…nings\n\nA serialized class-name blob that does not unserialize() to an object is now rejected with a \\ValueError instead of being stored and treated as an object. A PHP_INT_MIN reference id on the object-reference, named-closure and \"prepared\" paths no longer reaches -$id, which overflows to a float and emits a runtime warning before the error. Mirrors symfony/php-ext-deepclone#19.",
"is_bot": false,
"headline": "[DeepClone] Reject malformed deepclone_from_array() input without war…",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-06-08T16:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a9711f5f10ad9e37f90f6a0bbb0838ab1de8f2c",
"body": "A numeric property name (e.g. $o->{'999'}) round-trips through serialize()\nbut deepclone_from_array() rejected the integer array key PHP produces when\nnormalizing it. Accept numeric property names, matching the extension and\nunserialize().\n\nFixes symfony/symfony#64548.",
"is_bot": false,
"headline": "[DeepClone] Fix cloning objects with numeric property names",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-06-08T14:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca9e9e75ead5174f2b44613a646bdc9338b8eb4",
"body": "Mirrors the C extension change (symfony/php-ext-deepclone#17). ArrayObject,\nArrayIterator and SplObjectStorage all ship __serialize / __unserialize\nsince PHP 7.4 — callers populate them the standard way:\n\n $ao = deepclone_hydrate('ArrayObject');\n $ao->__unserialize([ArrayObject::ARRAY_AS_PROPS\n[…]\n], []]);\n\nThe mangled-key resolution path is unchanged; only the SPL fast-path is\nremoved. Symfony's Hydrator/Instantiator retain BC by translating the\nlegacy \"\\0\" shape to __unserialize() themselves.",
"is_bot": false,
"headline": "[DeepClone] Drop SPL \"\\0\" special key from deepclone_hydrate()",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-26T13:03:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6e90fdb4dc716c5a003a5e7da5daaf5d41cfb6d7",
"body": "Mirrors the ext fix from v0.5.1. A tiny payload with a huge integer\nobjectMeta (e.g. 0x40000000) used to trigger an enormous array_fill\nallocation before any validation. Caps the count at 1<<20, matching\nthe ext; payloads with genuinely more objects should use the array\nform which is naturally bounded by hash-table size.",
"is_bot": false,
"headline": "[DeepClone] Cap IS_LONG objectMeta count at 1M",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-17T11:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d450529b9d44fb5ead8cb546cc6516764c3d0ed5",
"body": null,
"is_bot": false,
"headline": "CS fixes",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-16T13:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ec241376b8e402c208eda8aff588bcb1d9ab70",
"body": null,
"is_bot": false,
"headline": "[DeepClone] Drop scoped mode — mangled-only is now the only shape",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-16T12:42:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c05dbe5a1b00e77a403eb71209b626603c1e26a",
"body": "Follow-up to #574. When the class has no hooked / readonly / non-\nnullable-typed / backed-enum properties, emit a closure that skips the\nper-prop `$notByRef[$name] ?? false` lookup entirely. The write loop\nbecomes just:\n\n foreach ($properties as $name => $value) {\n $object->$name = $value;\n[…]\ne branchy path\n because the readonly handler sits in $notByRef. Moving readonly into\n a separate per-call isInitialized() check could recover the lean-path\n win for them too; left for another pass.",
"is_bot": false,
"headline": "[DeepClone] Shave per-prop overhead with a lean hydrator variant",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-15T18:12:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e6b13a9cb0a0969d8437b6d50ef5df905fec78b3",
"body": "Mirrors symfony/php-ext-deepclone#12 follow-up commit.\n\nIn scoped mode, the pre-v0.4.0 hot-path validation rejected non-string\nkeys, NUL-containing names, and mangled-shape keys with a ValueError.\nThat was stricter than what unserialize() does on the same shapes in an\nO:… payload — unserialize() coe\n[…]\nsemantic alignment with unserialize(), this saves ~18 ns per\nproperty in the hot path — on a 5-prop stdClass hydration that's ~130 ns\n(~18% of the call), matching what the ext-side commit also avoids.",
"is_bot": false,
"headline": "[DeepClone] Match unserialize() permissiveness on scoped-mode prop names",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-15T17:14:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "771a2e38b6416dc9d44f032481b9f59139aab5d3",
"body": "Mirrors symfony/php-ext-deepclone#12 on the polyfill side.\n\nPRESERVE_REFS flag (BC break)\n-----------------------------\nBy default, deepclone_hydrate() now drops PHP & references from $vars on\nwrite; pass the new DEEPCLONE_HYDRATE_PRESERVE_REFS flag to keep ref links.\nCallers that intentionally shar\n[…]\n | 1,519 | 1,283 | 2.63x |\n\nScenarios 3 and 4 still lag Reflection because of the outer multi-scope\niteration and the per-readonly-prop ReflectionProperty invocation inside\nthe hydrator.",
"is_bot": false,
"headline": "[DeepClone] Add DEEPCLONE_HYDRATE_PRESERVE_REFS flag + hot-path perf",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-15T16:31:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "db657e0870f727db076c4649fc01301ab02a176f",
"body": "… param\n\nAdds DEEPCLONE_HYDRATE_MANGLED_VARS flag. $vars is scoped per-class by\ndefault; pass the flag to interpret it as the flat mangled-key array\n(array) $obj produces. Footgun guard: NUL-prefixed key in scoped mode\nraises ValueError pointing at the missing flag.",
"is_bot": false,
"headline": "[DeepClone] Collapse $scoped_vars + $mangled_vars into a single $vars…",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-15T15:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51654698106e68f4a414a7edd6fb38ae043cf89b",
"body": "setRawValueWithoutLazyInitialization semantics: skip the lazy initializer\non the target slot, realize the object when the last lazy property is\nwritten. The polyfill installs first-class setRawValueWithoutLazyInitialization\ncallables in the per-(scope, flags) cached hydrator on PHP 8.4+.\n\nFast path:\n[…]\nn the target isn't a lazy ghost/proxy with uninitialized\nprops (checked via the cached ReflectionClass::isUninitializedLazyObject),\nthe flag is downgraded to 0 and the default hydrator runs unchanged.",
"is_bot": false,
"headline": "[DeepClone] Add DEEPCLONE_HYDRATE_NO_LAZY_INIT flag",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-15T11:51:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ca4f5b985c08e19fa43458db4c53079230640930",
"body": null,
"is_bot": false,
"headline": "[DeepClone] Cast scalar payload values to backed-enum cases",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-15T11:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f157daccef4b994568485da4d59685b49a51680",
"body": null,
"is_bot": false,
"headline": "[DeepClone] Hydrate null into non-nullable typed as unset()",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-15T08:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4f9fad54350b428bb358e63ef2f533111eed69e",
"body": null,
"is_bot": false,
"headline": "[DeepClone] Idempotent readonly hydrate",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-15T08:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23d8027741aae9aae30287965949f87de7f8c4ee",
"body": "…DRATE_CALL_HOOKS\n\nLets callers select setValue semantics (invoke set hooks) instead of the\ndefault setRawValue semantics (bypass them). Default (flags == 0) keeps\nthe existing behavior. Unknown bits raise ValueError.\n\ndeepclone_from_array() always uses the default setRawValue semantics\n(payload-driven, mirroring unserialize()).",
"is_bot": false,
"headline": "[DeepClone] Add $flags parameter to deepclone_hydrate(): DEEPCLONE_HY…",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-15T08:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "363e1a7edcbba36c3e475c0cade5564a0a878f7d",
"body": null,
"is_bot": false,
"headline": "[DeepClone] Align readonly+typed-property hydration with setRawValue",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-15T06:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f0c2d3a25f808e0ebdcd45aabfeb7a0eaa8540",
"body": null,
"is_bot": false,
"headline": "[DeepClone] Add guards, validate mangled keys",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-14T20:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dc2e85343d28343b675c9e67d94fdd888d2d180",
"body": "…ared properties",
"is_bot": false,
"headline": "[DeepClone] Fix PHP warning for `__sleep()`-listed uninitialized decl…",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-14T12:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7451b82b69ea99c2a337a8ab2cc85fa1497bf54",
"body": "…tion",
"is_bot": false,
"headline": "[DeepClone] Fix cache poisoning causing spurious NotInstantiableExcep…",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-14T08:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c4ba650d2c9a315aa99ccb0e9968ec1411a15e1",
"body": null,
"is_bot": false,
"headline": "[DeepClone] Add deepclone_hydrate() polyfill",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-12T08:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a5dadd199bba6ed8a9b00465ae7080261cac163",
"body": null,
"is_bot": false,
"headline": "CS fixes",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-10T16:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dfd75f5e02bb8a9c9b3a51808e56b7f07083aed",
"body": "…ongoDB BSON types)\n\nInternal extension classes that are final and have a C-level create_object\nhandler cannot be instantiated via ReflectionClass::newInstanceWithoutConstructor()\nor via unserialize('O:...:0:{}') when they require non-empty state.\n\nMongoDB BSON types (ObjectId, Binary, UTCDateTime, \n[…]\ninternally invokes __unserialize() with the correct state.\n\nThe states loop retains a fallback path for the rare case where the state\nitself contains object references (requiring deferred resolution).",
"is_bot": false,
"headline": "[DeepClone] Support internal final classes with __unserialize (e.g. M…",
"author_name": "Jérôme Tamarelle",
"author_login": "GromNaN",
"committed_at": "2026-04-10T12:47:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "49ae97703975b257bca808a81866f13a4b7130a7",
"body": null,
"is_bot": false,
"headline": "Add polyfill for symfony/php-ext-deepclone",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2026-04-10T12:47:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 32,
"latest_release_at": "2026-06-12T07:28:56Z",
"latest_release_tag": "v1.40.0",
"releases_from_tags": false,
"days_since_last_push": 40,
"active_weeks_last_year": 5,
"days_since_latest_release": 40,
"mean_days_between_releases": 10.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "symfony/polyfill-deepclone",
"exists": true,
"license": "MIT",
"keywords": [
"compatibility",
"portable",
"polyfill",
"shim",
"deepclone"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/symfony/polyfill-deepclone",
"is_deprecated": false,
"latest_version": "v1.40.0",
"repository_url": "https://github.com/symfony/polyfill-deepclone",
"versions_count": 7,
"total_downloads": 4263601,
"dependents_count": 6,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2562181,
"first_published_at": null,
"latest_published_at": "2026-06-12T07:27:17Z",
"latest_version_yanked": null,
"days_since_latest_publish": 40
}
]
},
"popularity": {
"forks": 0,
"stars": 8,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 99615,
"source_files_sampled": 5,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.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": [
"packagist"
],
"dependencies": [],
"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": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "nicolas-grekas",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/243674?v=4"
},
{
"type": "User",
"login": "GromNaN",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/400034?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.969
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 10,
"reason": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"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": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": "dca4ccba5f360070b574414dce4c1e7a559844fa",
"ran_at": "2026-07-22T17:51:36Z",
"aggregate_score": 4.8,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/symfony/polyfill-deepclone",
"host": "github.com",
"name": "polyfill-deepclone",
"owner": "symfony"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 48,
"vitality": 67,
"community": 57,
"governance": 47,
"engineering": 27
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 32,
"human_commit_share": 1,
"days_since_last_push": 40,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 40 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 40
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "32 commits in the last year",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 32
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 100,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v1.40.0",
"releases_from_tags": false,
"days_since_latest_release": 40,
"mean_days_between_releases": 10.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 40 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 40
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~10.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 10.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"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.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"forks": 0,
"stars": 8,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "8 stars",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 8
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"packages": [
"symfony/polyfill-deepclone"
],
"dependents": 6,
"ecosystems": "packagist",
"total_downloads": 4263601,
"monthly_downloads": 2562181
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,562,181 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2562181,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "6 packages depend on it",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 6
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 47,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.969
},
"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 97% of commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"followers": 2169,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "symfony",
"public_repos": 414,
"account_age_days": 6115
},
"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": "2,169 followers of symfony",
"points": 24,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2169,
"login": "symfony"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "414 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 414
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"symfony/polyfill-deepclone"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 40
},
"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 40 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 40
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 27,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"component",
"javascript",
"polyfill",
"symfony",
"symfony-component",
"symfony-polyfill",
"compatibility",
"deepclone",
"portable",
"shim"
],
"has_wiki": false,
"homepage": "https://symfony.com/polyfill-deepclone",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://symfony.com/polyfill-deepclone",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 4.8
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"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": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"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": "critical",
"name": "AI Readiness",
"value": 19,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.562,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "18 of 32 human commits state their intent (structured subject or explanatory body)",
"points": 30,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 32
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"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": 1,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": 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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 32",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 32
}
}
],
"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": "at_risk",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 99615,
"source_files_sampled": 5,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/5 source files over 60KB",
"points": 44,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T17:51:41.710312Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/symfony/polyfill-deepclone.svg",
"full_name": "symfony/polyfill-deepclone",
"license_state": "standard",
"license_spdx": "MIT"
}