Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 248,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 159944
},
"pushed_at": "2026-07-30T15:28:53Z",
"created_at": "2023-08-23T13:20:20Z",
"owner_type": "Organization",
"updated_at": "2026-07-30T15:30:56Z",
"description": "A library for managing asset registration and enqueuing in WordPress.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://liquidweb.com/",
"name": "Nexcess",
"type": "Organization",
"login": "stellarwp",
"company": null,
"location": null,
"followers": 115,
"avatar_url": "https://avatars.githubusercontent.com/u/84730291?v=4",
"created_at": "2021-05-24T15:44:12Z",
"is_verified": null,
"public_repos": 90,
"account_age_days": 1892
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.5.3",
"kind": "patch",
"published_at": "2026-07-30T15:28:54Z"
},
{
"tag": "1.5.2",
"kind": "patch",
"published_at": "2026-06-15T20:47:09Z"
},
{
"tag": "1.5.1",
"kind": "patch",
"published_at": "2026-01-27T14:40:54Z"
},
{
"tag": "1.5.0",
"kind": "minor",
"published_at": "2025-09-22T17:55:49Z"
},
{
"tag": "1.4.11",
"kind": "patch",
"published_at": "2025-08-26T16:43:21Z"
},
{
"tag": "1.4.10",
"kind": "patch",
"published_at": "2025-05-22T14:41:20Z"
},
{
"tag": "1.4.9",
"kind": "patch",
"published_at": "2025-05-22T13:00:47Z"
},
{
"tag": "1.4.8",
"kind": "patch",
"published_at": "2025-04-11T20:36:09Z"
},
{
"tag": "1.4.7",
"kind": "patch",
"published_at": "2025-04-11T17:57:13Z"
},
{
"tag": "1.4.6",
"kind": "patch",
"published_at": "2025-04-08T14:25:56Z"
},
{
"tag": "1.4.5",
"kind": "patch",
"published_at": "2025-01-20T14:41:19Z"
},
{
"tag": "1.4.4",
"kind": "patch",
"published_at": "2025-01-19T21:59:04Z"
},
{
"tag": "1.4.3",
"kind": "patch",
"published_at": "2024-12-17T09:20:33Z"
},
{
"tag": "1.4.2",
"kind": "patch",
"published_at": "2024-11-11T15:54:19Z"
},
{
"tag": "1.4.1",
"kind": "patch",
"published_at": "2024-11-08T23:06:45Z"
},
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2024-10-22T16:50:02Z"
},
{
"tag": "1.3.2",
"kind": "patch",
"published_at": "2024-10-21T13:56:19Z"
},
{
"tag": "1.3.1",
"kind": "patch",
"published_at": "2024-09-28T18:21:35Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2024-09-27T13:14:09Z"
},
{
"tag": "1.2.9",
"kind": "patch",
"published_at": "2024-08-08T20:47:05Z"
},
{
"tag": "1.2.8",
"kind": "patch",
"published_at": "2024-08-08T20:29:28Z"
},
{
"tag": "1.2.7",
"kind": "patch",
"published_at": "2024-07-13T22:37:39Z"
},
{
"tag": "1.2.6",
"kind": "patch",
"published_at": "2024-06-17T13:07:58Z"
},
{
"tag": "1.2.5",
"kind": "patch",
"published_at": "2024-06-17T13:07:46Z"
},
{
"tag": "1.2.4",
"kind": "patch",
"published_at": "2024-06-17T13:07:30Z"
},
{
"tag": "1.2.3",
"kind": "patch",
"published_at": "2024-06-13T14:24:42Z"
},
{
"tag": "1.2.2",
"kind": "patch",
"published_at": "2024-06-05T15:59:03Z"
},
{
"tag": "1.2.1",
"kind": "patch",
"published_at": "2024-05-03T13:01:38Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2024-05-01T15:32:15Z"
},
{
"tag": "1.1.3",
"kind": "patch",
"published_at": "2024-04-30T08:51:51Z"
},
{
"tag": "1.1.2",
"kind": "patch",
"published_at": "2024-04-23T08:20:20Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2023-09-15T16:05:55Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2023-09-13T14:54:56Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2023-08-25T00:23:02Z"
}
],
"recent_commits": [
{
"oid": "4b8264a7c9af2cabdee19533da8170c26e064526",
"body": "Release 1.5.3: completes the PHP 8.4 implicit-nullable deprecation fix by\nmaking Assets::asset()'s $version and $plugin_path explicitly nullable\n(1.5.2 fixed Asset::__construct but missed Assets::asset()).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Gf8LDhhTyMZJhD6upQsFRV",
"is_bot": false,
"headline": "chore: bump version to 1.5.3",
"author_name": "renventura",
"author_login": "renventura",
"committed_at": "2026-07-30T15:27:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3d39075a2159d01448aaddc4e741ac46c08d8a10",
"body": "…ullable-params\n\nfix(SOFT-4034): PHP 8.4 compatibility — explicit nullable types on Assets::asset()",
"is_bot": false,
"headline": "Merge pull request #48 from stellarwp/bug/SOFT-4034/php-84-implicit-n…",
"author_name": "Ren Ventura",
"author_login": "renventura",
"committed_at": "2026-07-30T15:26:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d1fe34bdd14723c5582eb64782b11e957bd50f7",
"body": "PHP 8.4 deprecates implicitly marking a typed parameter nullable by\ngiving it a `null` default. `Assets::asset()` declared `string $version = null`\nand `string $plugin_path = null`, emitting two deprecation notices on 8.4.\n\nMake both parameters explicitly nullable (`?string`), matching the signature\n[…]\ny's declared minimum (PHP 7.4)\nand is behavior-preserving.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Gf8LDhhTyMZJhD6upQsFRV",
"is_bot": false,
"headline": "fix(SOFT-4034): use explicit nullable types on Assets::asset()",
"author_name": "renventura",
"author_login": "renventura",
"committed_at": "2026-07-30T13:50:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "55045a2751222c5ade7f192acfaada2cea9a92f7",
"body": "Fix/deprecation notices",
"is_bot": false,
"headline": "Merge pull request #47 from stellarwp/fix/deprecation-notices",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2026-06-15T20:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b6351355caaa98cd401cac0e93dadfb21f942b4",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 1.5.2",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2026-06-15T20:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2a5f425e8ca7aff19929f2bdac1bdd0de7ecf26",
"body": null,
"is_bot": false,
"headline": "fix: more deprecation notices removed",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2026-06-15T20:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e5654d8ac9a2af436583e31c352b21101da735b",
"body": null,
"is_bot": false,
"headline": "fix: deprecation notices",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2026-06-15T20:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1e1852299f838a54fb5b296e77cc3788bc530ed",
"body": "Fix/path to url replacement",
"is_bot": false,
"headline": "Merge pull request #46 from stellarwp/fix/path-to-url-replacement",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2026-01-27T14:39:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3d0ec41c456deab46b785b3d7b40b22388f642",
"body": null,
"is_bot": false,
"headline": "Update version bump to 1.5.1",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2026-01-27T14:38:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff7e4db2b09608fcd5153a09ae89064f551b75b3",
"body": null,
"is_bot": false,
"headline": "tweak: update to array_column for optimization",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2026-01-27T14:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d913b6b639e342d69bd8f7b1c82ca589d0a59cdd",
"body": null,
"is_bot": false,
"headline": "fix: account for rare case",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2026-01-27T14:25:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba07b3d7239b80ef21a0018e99e58e56c3a319ea",
"body": null,
"is_bot": false,
"headline": "chore: fix phpcs",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2026-01-27T13:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e301f19e58b22f7d8ffda280f1249e5335149e03",
"body": "…url-replacement",
"is_bot": false,
"headline": "Merge remote-tracking branch 'vannidellaricca/main' into fix/path-to-…",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2026-01-27T13:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9280e52d982e6bd7fc153d09864caa673eeea705",
"body": "Assets::get() phpstan fix and add Assets::remove_all() method",
"is_bot": false,
"headline": "Merge pull request #45 from stellarwp/bugfix/proper-phpstan-annotations",
"author_name": "Justin",
"author_login": "defunctl",
"committed_at": "2025-09-22T17:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5053c0b15181781a203044b91349eb636189b5cc",
"body": "…ter_in_wp test and fix it. Ass more get tests",
"is_bot": false,
"headline": "Enable it_should_accept_instance_of_asset_or_array_of_assets_in_regis…",
"author_name": "Justin Frydman",
"author_login": "defunctl",
"committed_at": "2025-09-22T17:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47357288318d8fcf670e851101fcecb80654c193",
"body": "… null on single asset, add remove_all method.",
"is_bot": false,
"headline": "Fix return type on Assets::get(), add phpstan return, properly return…",
"author_name": "Justin Frydman",
"author_login": "defunctl",
"committed_at": "2025-09-22T17:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "696c87310370a60cf2a1c3a192cfd31f260a6315",
"body": "Prevents enqueueing assets when an empty array is provided",
"is_bot": false,
"headline": "Merge pull request #44 from stellarwp/fix/empty-category-enqueue",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-08-26T16:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "214508e5193af5a0bea7769faf84eefcec671e49",
"body": null,
"is_bot": false,
"headline": "replace TBD",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-08-26T16:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eaeb9c116a30115cb118cd4d94c427bc6cd601d",
"body": "Adds a check in the `enqueue` method to prevent any asset enqueueing\nwhen an empty array is explicitly passed. This ensures the method\nbehaves as expected in such scenarios.\n\nAlso adds a test to verify that no assets are enqueued when a\nnon-existent group is requested via `enqueue_group`.",
"is_bot": false,
"headline": "Prevents enqueueing assets when an empty array is provided",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-08-26T16:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7c196cd6a4189d3f8f1112c5e66bcf1a5d1f610",
"body": "Hook prefix the new filter",
"is_bot": false,
"headline": "Merge pull request #43 from stellarwp/fix/hook-prefix-the-new-filter",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-05-22T14:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f0beaa279d0027919c8db9264561024f6948c63",
"body": null,
"is_bot": false,
"headline": "fixing broken test",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-05-22T14:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a01ad71aa7240bb595e8538069b44fa04bfbfafe",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-05-22T14:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd603317466660ed3312d543f1ea85cf0de78d46",
"body": null,
"is_bot": false,
"headline": "Hook prefix the new filter",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-05-22T14:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e66779161f87ea978e0648c8e8954394a53460c",
"body": "…tered\n\nAllow filtering of group path",
"is_bot": false,
"headline": "Merge pull request #42 from stellarwp/feat/allow-group-path-to-be-fil…",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-05-22T12:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c65ccba4fa3918e72fd09b4939318f7802946c39",
"body": null,
"is_bot": false,
"headline": "explanation message for the added filter",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-05-22T12:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bea79bf58608241067ab8342f5046632b74aaa1",
"body": null,
"is_bot": false,
"headline": "align comment correctly",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-05-22T11:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0193371ad098f932a91f5e660543a86cd9ed2c9a",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-05-22T11:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfefa0efd38f60972751cfc046749ccb2361bc51",
"body": null,
"is_bot": false,
"headline": "Allow filtering of group path",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-05-22T10:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48903e797c7eebb7146581593d9efeea927f1b09",
"body": "Since dependencies must be arrays, ensure they are if not a callable.",
"is_bot": false,
"headline": "Merge pull request #38 from stellarwp/fix/dependencies-must-be-arrays",
"author_name": "Stephen Page",
"author_login": "Camwyn",
"committed_at": "2025-04-11T20:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f748fb9867c503c8228ad5da7de79262efd51ed6",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "Camwyn",
"author_login": "Camwyn",
"committed_at": "2025-04-11T20:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5525d26a86624aceeab2f481ac4e2a04f5467d59",
"body": "…t-is-remote\n\nReturn URL as the full path when URL was given",
"is_bot": false,
"headline": "Merge pull request #39 from stellarwp/fix/return-remote-url-when-asse…",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-04-11T17:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c09281f97c6b3f54b83509cdab2fe88ab0e61a88",
"body": null,
"is_bot": false,
"headline": "code readability improvement",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-04-11T16:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2b5268e1f5ef3d14318abc04ab38c2b0c1ab35b",
"body": null,
"is_bot": false,
"headline": "Return URL as the full path when URL was given",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-04-11T15:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be6c210a945667edb3f3f7fae7cd5cc6d824d329",
"body": "In set_dependencies, if the first argument is not a callable,\ncast it to an array when we assign it to the class property.\n\nIn get_dependencies, cast the return value to an array.\n\nIssue: https://github.com/stellarwp/assets/issues/37",
"is_bot": false,
"headline": "Since dependencies must be arrays, ensure they are if not a callable.",
"author_name": "Camwyn",
"author_login": "Camwyn",
"committed_at": "2025-04-10T03:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e09adf91804a27da2387f7e60c1b4858d685a97",
"body": "Adds a full path API method",
"is_bot": false,
"headline": "Merge pull request #36 from stellarwp/feat/add-full-path-api-method",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-04-08T14:25:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35397216d6939cbb5af437a9db57ea20985d0c98",
"body": null,
"is_bot": false,
"headline": "replace TBD",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-04-08T14:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdf0f33904fc45b9a387d80a752e58bfa85c04a1",
"body": null,
"is_bot": false,
"headline": "Cover min with tests too",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-04-08T14:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "079ac722beff0997fb08f3d3d7605443629de9be",
"body": null,
"is_bot": false,
"headline": "Fixing my bugs",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-04-08T13:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cb0586f2893fa7c07d7c9b21dde4a4c2ec91a87",
"body": null,
"is_bot": false,
"headline": "Fixed testcase",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-04-08T13:27:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a57e64c05ba179cf0f424bab365d427777483fd2",
"body": null,
"is_bot": false,
"headline": "added test coverage",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-04-08T13:17:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1571b1ae5a5a1306e03544768d82b30ee9bdc7e6",
"body": null,
"is_bot": false,
"headline": "Update cache action",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-04-08T13:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33bfb9785da24dc3a8b7cd80affb5a20b86168e5",
"body": null,
"is_bot": false,
"headline": "Adds a full path API method",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-04-08T13:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60c7366e56ac0219b3056e56b06a8fe803690cb4",
"body": null,
"is_bot": false,
"headline": "fixed a rare case where assets urls are created invalid",
"author_name": "Vanni Della Ricca",
"author_login": "vannidellaricca",
"committed_at": "2025-03-24T08:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ddd4370c9b0f391592de0d46137886ca4bcb15f",
"body": null,
"is_bot": false,
"headline": "Merge pull request #33 from stellarwp/feature/add_version_filter",
"author_name": "Jeremy Pry",
"author_login": "JPry",
"committed_at": "2025-02-12T16:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc1b420e853a01494b11125e8607ea0cb88a08ba",
"body": null,
"is_bot": false,
"headline": "Remove since tag from filter",
"author_name": "Jeremy Pry",
"author_login": "JPry",
"committed_at": "2025-02-12T16:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8f5b06239b34beea06406800f998669d903c6e7",
"body": null,
"is_bot": false,
"headline": "Add unit test for the filter",
"author_name": "Jeremy Pry",
"author_login": "JPry",
"committed_at": "2025-02-12T16:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48218ced018baea36ca7f158f2d1cd84a972f0f9",
"body": null,
"is_bot": false,
"headline": "Use hook prefix in filter to match other filters",
"author_name": "Jeremy Pry",
"author_login": "JPry",
"committed_at": "2025-02-12T16:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beafa9957cd2f7616b8c3595e17c258894050e51",
"body": null,
"is_bot": false,
"headline": "Add new filter to asset version",
"author_name": "Jeremy Pry",
"author_login": "JPry",
"committed_at": "2025-02-12T15:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da0472671aa7f31a5acd65f4f2a212ac4abbfb8",
"body": "…of-assets-during-register-in-wp\n\nEnsure reigster_in_wp accepts only null or Asset or Asset[]",
"is_bot": false,
"headline": "Merge pull request #32 from stellarwp/fix/accept-only-asset-or-array-…",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-01-20T14:40:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da3792bc698795c77c7bba8f24fe1cbe29a47740",
"body": null,
"is_bot": false,
"headline": "testcase follows",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-01-20T13:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f681e5a153e98bca26b8930c7b0e50ce0e0ba0a",
"body": null,
"is_bot": false,
"headline": "amend register_in_wp",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-01-20T13:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88338ec8f3e85e2fbb625dc84a3f1dc61b71806e",
"body": null,
"is_bot": false,
"headline": "Fix the exception message",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-01-20T13:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf8eaa1ee310732a4d27f908ceb5ea0b7eca72ab",
"body": null,
"is_bot": false,
"headline": "amend the docblock",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-01-20T13:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d074d346f758f5beb95087dc58df94d5c35a923b",
"body": null,
"is_bot": false,
"headline": "Make the required changes to have the test case passing",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-01-20T13:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "897dcaacf076e77a3666b8db6f76600b95a0fdb9",
"body": null,
"is_bot": false,
"headline": "Test case for covering upcoming changes",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-01-20T13:30:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f62d32590f704457aea28df3e2ed8d75e671bc6",
"body": null,
"is_bot": false,
"headline": "Set assets.php header to 1.4.4",
"author_name": "Matthew Batchelder",
"author_login": "borkweb",
"committed_at": "2025-01-19T21:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e20aade12ff65cc8605d0766eba59e7dc63f643",
"body": null,
"is_bot": false,
"headline": "Set assets.php header to 1.4.5",
"author_name": "Matthew Batchelder",
"author_login": "borkweb",
"committed_at": "2025-01-19T21:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6787fc0bb42f6cb48bab45a61a4914ddafbe7f7",
"body": "…ries\n\nPrevent assets from being added to assets array twice",
"is_bot": false,
"headline": "Merge pull request #31 from stellarwp/fix/prevent-duplicate-asset-ent…",
"author_name": "Matthew Batchelder",
"author_login": "borkweb",
"committed_at": "2025-01-19T21:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f4ea1658b6b32c826170c3aa41e0c1b885df5af",
"body": null,
"is_bot": false,
"headline": "tests: Rollback quote change",
"author_name": "Matthew Batchelder",
"author_login": "borkweb",
"committed_at": "2025-01-19T21:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4db5351c781e6bcd89ba823c91a2295fe61b322",
"body": null,
"is_bot": false,
"headline": "chore: phpstan fix",
"author_name": "Matthew Batchelder",
"author_login": "borkweb",
"committed_at": "2025-01-19T21:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e8ea4d9ced2ee1def74a836ed0e488f2783e958",
"body": "When adding assets, an asset would be added to the `Assets::$assets` array with the slug as the index and with a numeric index. There's no reason for the numeric index, as it just causes extra looping and attempts to enqueue.\n\nWP must be outputting script tags with single quotes now. Updated tests to reflect that.",
"is_bot": false,
"headline": "Prevent assets from being added to assets array twice",
"author_name": "Matthew Batchelder",
"author_login": "borkweb",
"committed_at": "2025-01-19T21:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83b198201af99c1ded1c8eff8e8930255642ccd2",
"body": "…ault-for-scripts\n\nFalse by default for asset file for styles",
"is_bot": false,
"headline": "Merge pull request #30 from stellarwp/fix/use-asset-file-false-by-def…",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-01-10T16:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "986c5e29bbf9ca0f80dcdcb56f08b2171b695a13",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2025-01-10T16:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303583b530b4cd840c67b6671dad7918f9fb18c8",
"body": null,
"is_bot": false,
"headline": "Fixing and adding acceptance test",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-12-17T18:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdcb23b6be9eb0ddd1217285bcbae314c29171a3",
"body": null,
"is_bot": false,
"headline": "False by default for asset file for styles",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-12-17T18:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0432d149bc02810423388f01fcf6cd383906746",
"body": "Handle later calls to the add_to_group_path method",
"is_bot": false,
"headline": "Merge pull request #28 from stellarwp/feat/add-to-group-path",
"author_name": "theAverageDev (Luca Tumedei)",
"author_login": "lucatume",
"committed_at": "2024-12-17T09:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bef4338ec5c3f7f6ba24f8c8adac65a00dcab62",
"body": null,
"is_bot": false,
"headline": "doc(Asset.php) fix cascading list",
"author_name": "Luca Tumedei",
"author_login": "lucatume",
"committed_at": "2024-12-16T14:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7a1e1db0a2301260beb82a85f6fbff4a299d552",
"body": "Replace uses of `file_exists` with `is_file`. While there is\nfunctionally no difference between the two in this context, the\n`is_file` function will use a cached check for a small performance\nboost.",
"is_bot": false,
"headline": "refactor(src) is_file over file_exists",
"author_name": "Luca Tumedei",
"author_login": "lucatume",
"committed_at": "2024-12-16T13:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "493bdc8307c7fd53e6b7d1937f9954a6836f9f67",
"body": null,
"is_bot": false,
"headline": "doc(Asset.php) update var doc-block",
"author_name": "Luca Tumedei",
"author_login": "lucatume",
"committed_at": "2024-12-16T13:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c97cd03ebea4dc98317b9e0a5998aae2b297bdcc",
"body": "While the `Asset::add_to_group_path()` method _should_ be used while the\nAsset is being registered, nothing currently prevents (e.g. an\nexception) the method from being called on the `Asset` object after\nregistration.\n\nSince the path resolution in the `get_root_path` method is done\nlazily, when the \n[…]\ncalls to the\n`Asset::add_to_group_path` method after the object registration and take\nthe group path into account when resolving the root path.\n\nSee the test in this PR to have a better understanding.",
"is_bot": false,
"headline": "fix(Asset) resolve from group path",
"author_name": "Luca Tumedei",
"author_login": "lucatume",
"committed_at": "2024-12-16T12:37:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c26d088dcf940234c57185218258dc909be657d",
"body": "…ng-based-on-group-path\n\nFeat/support asset path prefixing based on group path",
"is_bot": false,
"headline": "Merge pull request #27 from stellarwp/feat/support-asset-path-prefixi…",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-11T15:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fd3d0f562363e8c81fad7644607e1f880722b81",
"body": "Co-authored-by: theAverageDev (Luca Tumedei) <luca@theaveragedev.com>",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-11T14:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f074d1c64cf45b75bd3b3cf3a7878a5ee61588d",
"body": null,
"is_bot": false,
"headline": "Updated doc comment",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-11T13:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9001c0c3217e256f5de19b5c84b92c02ed1b25a9",
"body": null,
"is_bot": false,
"headline": "Updated Doc files",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-11T13:54:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5db1b1c4b070e33b46ebe3021bcc3d2164e20834",
"body": null,
"is_bot": false,
"headline": "Added fake assets to support test cases",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-11T13:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d5194c19b140ab4e508ee2cfed427de678f9fff",
"body": null,
"is_bot": false,
"headline": "Added new test cases",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-11T13:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c84fe22acf6db9583201881bc72c8556dc3d92d3",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-11T13:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42a2f4e98c88588edc971fc9286c38c04a56d95b",
"body": null,
"is_bot": false,
"headline": "Support asset path prefixing based on group path",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-11T13:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6efe53189b446b5cf612d4bd9d8bbbbeb65ee59",
"body": "…mes-and-plugins\n\nAllow paths outside of theme and plugins",
"is_bot": false,
"headline": "Merge pull request #25 from stellarwp/feat/allow-paths-outside-of-the…",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-08T23:04:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0b43a510684e9d6ab3518ec7406f8100144c23",
"body": "Prefix Config::set_path() when path is relative",
"is_bot": false,
"headline": "Merge pull request #26 from stellarwp/fix/only-prefix-for-relative-paths",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-08T23:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56b65394d157c869408c037986490ba356e760fe",
"body": "This ensures that if an absolute path is set during `Config::set_path()`, the library respects that full path rather than attempting to prefix it.\n\nThis builds on top of the work by @dpanta94 in #25",
"is_bot": false,
"headline": "Prefix Config::set_path() when path is relative",
"author_name": "Matthew Batchelder",
"author_login": "borkweb",
"committed_at": "2024-11-08T20:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "579f8aa6f6e98468babc9bd529cb65043e490c9c",
"body": null,
"is_bot": false,
"headline": "fix theme test case",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-08T19:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0edd8b74bea6976cf39ade24495fa28fbfad5633",
"body": null,
"is_bot": false,
"headline": "Added a message as well to the assertion",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-08T19:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "967d6931715ae1b352ee3c33a8cc099903969694",
"body": null,
"is_bot": false,
"headline": "fix test case",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-08T19:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f964859a1c113a52a0f368073cc712204880b1cd",
"body": null,
"is_bot": false,
"headline": "Add another test case",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-08T19:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17720aba07c51f7865be1c1d46224936eaa8f4e4",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-08T19:01:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18d5466f07c8da17a1625c4bc4f06cbe2781d879",
"body": null,
"is_bot": false,
"headline": "Added testcase",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-08T19:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1a575790a1076860003c95f905d5b95b38a98a7",
"body": null,
"is_bot": false,
"headline": "Edit doc comment",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-08T18:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "473ac074d573a4d3398669f4614cd6e931b28a52",
"body": null,
"is_bot": false,
"headline": "Allow paths outside of theme and plugins",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-11-08T18:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c35ada807f60b94a72aff27f2b27411f40b83371",
"body": "Adding groups of paths",
"is_bot": false,
"headline": "Merge pull request #24 from stellarwp/feat/add-groups-of-paths",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-10-22T16:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b10b248449fe2c6a9f9585c7e16f4669143aeb12",
"body": null,
"is_bot": false,
"headline": "Added docs",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-10-22T16:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d64fbea0e0ca090ba309170700cf27cc82f97fe7",
"body": null,
"is_bot": false,
"headline": "bumping version to 1.4.0",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-10-22T16:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c85b44d1ffb3c647141508367b5c368ae2990363",
"body": "Co-authored-by: theAverageDev (Luca Tumedei) <luca@theaveragedev.com>",
"is_bot": false,
"headline": "Update tests/wpunit/AssetsTest.php",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-10-22T16:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ef9b69a91d6ee49d857c62f618a96906207b760",
"body": null,
"is_bot": false,
"headline": "Merge branch 'local/edge-case-test' into feat/add-groups-of-paths",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-10-22T16:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "937b0b2eba73007f5b50402a6b2e485e7a34e920",
"body": null,
"is_bot": false,
"headline": "Adding edge test case",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-10-22T15:59:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "010e7d8b9c5a680794f677a4177d6cb9aa5069d3",
"body": "Co-authored-by: theAverageDev (Luca Tumedei) <luca@theaveragedev.com>",
"is_bot": false,
"headline": "Update tests/wpunit/ConfigTest.php",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-10-22T15:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0552a4058ea100c93aba16ec2c6422b8bed00cf",
"body": "Co-authored-by: theAverageDev (Luca Tumedei) <luca@theaveragedev.com>",
"is_bot": false,
"headline": "Update tests/wpunit/ConfigTest.php",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-10-22T15:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4fc7a1c96fd1641e034069609765025efd98d1a",
"body": null,
"is_bot": false,
"headline": "refactor add_group_path methods arguments as per Luca's observation",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-10-22T15:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65386f110b99fd44ab684121af7dcc411281b26f",
"body": null,
"is_bot": false,
"headline": "Adding test supporting files",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-10-22T14:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f56400f9cd0ef601a13894dd68923aad138cc52b",
"body": null,
"is_bot": false,
"headline": "Adding tests",
"author_name": "Dimitrios Pantazis",
"author_login": "dpanta94",
"committed_at": "2024-10-22T14:44:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 34,
"commits_last_year": 16,
"latest_release_at": "2026-07-30T15:28:54Z",
"latest_release_tag": "1.5.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 4,
"days_since_latest_release": 0,
"mean_days_between_releases": 53.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "stellarwp/assets",
"exists": true,
"license": "GPL-2.0",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/stellarwp/assets",
"is_deprecated": false,
"latest_version": "1.5.2",
"repository_url": "https://github.com/stellarwp/assets",
"versions_count": 33,
"total_downloads": 764015,
"dependents_count": 0,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 25095,
"first_published_at": null,
"latest_published_at": "2026-06-15T20:46:24Z",
"latest_version_yanked": null,
"days_since_latest_publish": 44
}
]
},
"popularity": {
"forks": 3,
"stars": 4,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 8
},
"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": 42208,
"source_files_sampled": 56,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "phpunit/phpunit",
"direct": false,
"version": "6.5.14",
"severity": "high",
"ecosystem": "packagist",
"cvss_score": 7.8,
"advisory_ids": [
"GHSA-vvj3-c3rp-c85p"
],
"fixed_version": "12.5.8",
"advisory_count": 1,
"oldest_advisory_days": 183
},
{
"name": "symfony/process",
"direct": false,
"version": "5.4.36",
"severity": "high",
"ecosystem": "packagist",
"cvss_score": 8.4,
"advisory_ids": [
"GHSA-qq5c-677p-737q",
"GHSA-r39x-jcww-82v6"
],
"fixed_version": "8.0.5",
"advisory_count": 2,
"oldest_advisory_days": 631
},
{
"name": "guzzlehttp/guzzle",
"direct": false,
"version": "7.8.1",
"severity": "moderate",
"ecosystem": "packagist",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-94pj-82f3-465w",
"GHSA-cwxw-98qj-8qjx",
"GHSA-f283-ghqc-fg79",
"GHSA-g446-98w2-8p5w",
"GHSA-h95v-h523-3mw8",
"GHSA-wm3w-8rrp-j577",
"GHSA-wpwq-4j6v-78m3"
],
"fixed_version": "7.15.1",
"advisory_count": 7,
"oldest_advisory_days": 41
},
{
"name": "guzzlehttp/psr7",
"direct": false,
"version": "2.6.2",
"severity": "moderate",
"ecosystem": "packagist",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-34xg-wgjx-8xph",
"GHSA-c2w2-prh8-qm98",
"GHSA-hq7v-mx3g-29hw",
"GHSA-vm85-hxw5-5432"
],
"fixed_version": "2.12.3",
"advisory_count": 4,
"oldest_advisory_days": 49
},
{
"name": "symfony/dom-crawler",
"direct": false,
"version": "5.4.35",
"severity": "moderate",
"ecosystem": "packagist",
"cvss_score": 4.3,
"advisory_ids": [
"GHSA-x6g4-fwcc-jj8w"
],
"fixed_version": "8.0.12",
"advisory_count": 1,
"oldest_advisory_days": 63
},
{
"name": "symfony/yaml",
"direct": false,
"version": "5.4.35",
"severity": "moderate",
"ecosystem": "packagist",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-4qpc-3hr4-r2p4",
"GHSA-9frc-8383-795m",
"GHSA-c2p3-7m5p-cv8x"
],
"fixed_version": "8.0.12",
"advisory_count": 3,
"oldest_advisory_days": 63
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2,
"moderate": 4
},
"advisory_count": 18,
"affected_count": 6,
"assessed_count": 82,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "behat/gherkin",
"direct": false,
"version": "4.9.0",
"ecosystem": "packagist"
},
{
"name": "codeception/codeception",
"direct": false,
"version": "4.2.2",
"ecosystem": "packagist"
},
{
"name": "codeception/lib-asserts",
"direct": false,
"version": "1.13.2",
"ecosystem": "packagist"
},
{
"name": "codeception/lib-innerbrowser",
"direct": false,
"version": "1.5.1",
"ecosystem": "packagist"
},
{
"name": "codeception/module-asserts",
"direct": false,
"version": "1.3.1",
"ecosystem": "packagist"
},
{
"name": "codeception/module-cli",
"direct": false,
"version": "1.1.1",
"ecosystem": "packagist"
},
{
"name": "codeception/module-db",
"direct": false,
"version": "1.2.0",
"ecosystem": "packagist"
},
{
"name": "codeception/module-filesystem",
"direct": false,
"version": "1.0.3",
"ecosystem": "packagist"
},
{
"name": "codeception/module-phpbrowser",
"direct": false,
"version": "1.0.3",
"ecosystem": "packagist"
},
{
"name": "codeception/module-rest",
"direct": false,
"version": "1.4.2",
"ecosystem": "packagist"
},
{
"name": "codeception/module-webdriver",
"direct": false,
"version": "1.4.1",
"ecosystem": "packagist"
},
{
"name": "codeception/phpunit-wrapper",
"direct": false,
"version": "6.8.4",
"ecosystem": "packagist"
},
{
"name": "codeception/stub",
"direct": false,
"version": "3.0.0",
"ecosystem": "packagist"
},
{
"name": "codeception/util-universalframework",
"direct": false,
"version": "1.0.0",
"ecosystem": "packagist"
},
{
"name": "doctrine/deprecations",
"direct": false,
"version": "1.1.3",
"ecosystem": "packagist"
},
{
"name": "doctrine/instantiator",
"direct": false,
"version": "1.5.0",
"ecosystem": "packagist"
},
{
"name": "guzzlehttp/guzzle",
"direct": false,
"version": "7.8.1",
"ecosystem": "packagist"
},
{
"name": "guzzlehttp/promises",
"direct": false,
"version": "2.0.2",
"ecosystem": "packagist"
},
{
"name": "guzzlehttp/psr7",
"direct": false,
"version": "2.6.2",
"ecosystem": "packagist"
},
{
"name": "ifsnop/mysqldump-php",
"direct": false,
"version": "2.12",
"ecosystem": "packagist"
},
{
"name": "justinrainbow/json-schema",
"direct": false,
"version": "5.2.13",
"ecosystem": "packagist"
},
{
"name": "lucatume/wp-browser",
"direct": false,
"version": "3.5.7",
"ecosystem": "packagist"
},
{
"name": "myclabs/deep-copy",
"direct": false,
"version": "1.11.1",
"ecosystem": "packagist"
},
{
"name": "phar-io/manifest",
"direct": false,
"version": "1.0.1",
"ecosystem": "packagist"
},
{
"name": "phar-io/version",
"direct": false,
"version": "1.0.1",
"ecosystem": "packagist"
},
{
"name": "php-stubs/wordpress-stubs",
"direct": false,
"version": "6.5.2",
"ecosystem": "packagist"
},
{
"name": "php-webdriver/webdriver",
"direct": false,
"version": "1.15.1",
"ecosystem": "packagist"
},
{
"name": "phpdocumentor/reflection-common",
"direct": false,
"version": "2.2.0",
"ecosystem": "packagist"
},
{
"name": "phpdocumentor/reflection-docblock",
"direct": false,
"version": "5.4.0",
"ecosystem": "packagist"
},
{
"name": "phpdocumentor/type-resolver",
"direct": false,
"version": "1.8.2",
"ecosystem": "packagist"
},
{
"name": "phpoption/phpoption",
"direct": false,
"version": "1.9.2",
"ecosystem": "packagist"
},
{
"name": "phpspec/prophecy",
"direct": false,
"version": "1.10.3",
"ecosystem": "packagist"
},
{
"name": "phpstan/phpdoc-parser",
"direct": false,
"version": "1.28.0",
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": "1.10.67",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-code-coverage",
"direct": false,
"version": "5.3.2",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-file-iterator",
"direct": false,
"version": "1.4.5",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-text-template",
"direct": false,
"version": "1.2.1",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-timer",
"direct": false,
"version": "1.0.9",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-token-stream",
"direct": false,
"version": "2.0.2",
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": "6.5.14",
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit-mock-objects",
"direct": false,
"version": "5.0.10",
"ecosystem": "packagist"
},
{
"name": "psr/container",
"direct": false,
"version": "1.1.2",
"ecosystem": "packagist"
},
{
"name": "psr/event-dispatcher",
"direct": false,
"version": "1.0.0",
"ecosystem": "packagist"
},
{
"name": "psr/http-client",
"direct": false,
"version": "1.0.3",
"ecosystem": "packagist"
},
{
"name": "psr/http-factory",
"direct": false,
"version": "1.0.2",
"ecosystem": "packagist"
},
{
"name": "psr/http-message",
"direct": false,
"version": "2.0",
"ecosystem": "packagist"
},
{
"name": "ralouphie/getallheaders",
"direct": false,
"version": "3.0.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"direct": false,
"version": "1.0.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/comparator",
"direct": false,
"version": "2.1.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/diff",
"direct": false,
"version": "2.0.1",
"ecosystem": "packagist"
},
{
"name": "sebastian/environment",
"direct": false,
"version": "3.1.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/exporter",
"direct": false,
"version": "3.1.6",
"ecosystem": "packagist"
},
{
"name": "sebastian/global-state",
"direct": false,
"version": "2.0.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/object-enumerator",
"direct": false,
"version": "3.0.5",
"ecosystem": "packagist"
},
{
"name": "sebastian/object-reflector",
"direct": false,
"version": "1.1.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/recursion-context",
"direct": false,
"version": "3.0.2",
"ecosystem": "packagist"
},
{
"name": "sebastian/resource-operations",
"direct": false,
"version": "1.0.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/version",
"direct": false,
"version": "2.0.1",
"ecosystem": "packagist"
},
{
"name": "softcreatr/jsonpath",
"direct": false,
"version": "0.7.6",
"ecosystem": "packagist"
},
{
"name": "symfony/browser-kit",
"direct": false,
"version": "5.4.35",
"ecosystem": "packagist"
},
{
"name": "symfony/console",
"direct": false,
"version": "5.4.36",
"ecosystem": "packagist"
},
{
"name": "symfony/css-selector",
"direct": false,
"version": "5.4.35",
"ecosystem": "packagist"
},
{
"name": "symfony/deprecation-contracts",
"direct": false,
"version": "2.5.3",
"ecosystem": "packagist"
},
{
"name": "symfony/dom-crawler",
"direct": false,
"version": "5.4.35",
"ecosystem": "packagist"
},
{
"name": "symfony/event-dispatcher",
"direct": false,
"version": "5.4.35",
"ecosystem": "packagist"
},
{
"name": "symfony/event-dispatcher-contracts",
"direct": false,
"version": "2.5.3",
"ecosystem": "packagist"
},
{
"name": "symfony/filesystem",
"direct": false,
"version": "5.4.38",
"ecosystem": "packagist"
},
{
"name": "symfony/finder",
"direct": false,
"version": "5.4.35",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-ctype",
"direct": false,
"version": "1.29.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-intl-grapheme",
"direct": false,
"version": "1.29.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-intl-normalizer",
"direct": false,
"version": "1.29.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-mbstring",
"direct": false,
"version": "1.29.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-php73",
"direct": false,
"version": "1.29.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-php80",
"direct": false,
"version": "1.29.0",
"ecosystem": "packagist"
},
{
"name": "symfony/process",
"direct": false,
"version": "5.4.36",
"ecosystem": "packagist"
},
{
"name": "symfony/service-contracts",
"direct": false,
"version": "2.5.3",
"ecosystem": "packagist"
},
{
"name": "symfony/string",
"direct": false,
"version": "5.4.36",
"ecosystem": "packagist"
},
{
"name": "symfony/yaml",
"direct": false,
"version": "5.4.35",
"ecosystem": "packagist"
},
{
"name": "szepeviktor/phpstan-wordpress",
"direct": false,
"version": "1.3.4",
"ecosystem": "packagist"
},
{
"name": "theseer/tokenizer",
"direct": false,
"version": "1.2.3",
"ecosystem": "packagist"
},
{
"name": "vlucas/phpdotenv",
"direct": false,
"version": "4.3.0",
"ecosystem": "packagist"
},
{
"name": "webmozart/assert",
"direct": false,
"version": "1.11.0",
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 82,
"direct_count": 0,
"indirect_count": 82
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 35,
"open_issues": 4,
"closed_ratio": 0.333,
"closed_issues": 2,
"closed_unmerged_prs": 3
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "dpanta94",
"commits": 101,
"avatar_url": "https://avatars.githubusercontent.com/u/29694484?v=4"
},
{
"type": "User",
"login": "borkweb",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/430385?v=4"
},
{
"type": "User",
"login": "lucatume",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/2749650?v=4"
},
{
"type": "User",
"login": "bordoni",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/236579?v=4"
},
{
"type": "User",
"login": "jesseeproductions",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/8312466?v=4"
},
{
"type": "User",
"login": "JPry",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/871924?v=4"
},
{
"type": "User",
"login": "Camwyn",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/929375?v=4"
},
{
"type": "User",
"login": "defunctl",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1066195?v=4"
},
{
"type": "User",
"login": "renventura",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/7537202?v=4"
},
{
"type": "User",
"login": "vannidellaricca",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8779987?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.483
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"static-analysis.yml",
"tests-php.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"composer.lock"
],
"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": 6,
"reason": "5 out of 8 merged PRs checked by a CI test -- score normalized to 6",
"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": 8,
"reason": "Found 8/9 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"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": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"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": 0,
"reason": "18 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4b8264a7c9af2cabdee19533da8170c26e064526",
"ran_at": "2026-07-30T15:38:38Z",
"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-07-30T15:30:22Z",
"oldest_open_prs": [
{
"number": 2,
"created_at": "2024-01-15T21:34:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2024-12-17T16:50:56Z",
"last_comment_at": "2024-12-19T19:00:32Z",
"last_comment_author": "borkweb"
},
{
"number": 34,
"created_at": "2025-03-03T22:55:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 40,
"created_at": "2025-04-14T23:22:42Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-30T15:26:45Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2023-08-28T15:24:01Z",
"last_comment_at": "2023-08-28T15:27:52Z",
"last_comment_author": "Camwyn"
},
{
"number": 9,
"created_at": "2024-05-24T05:28:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2025-04-10T02:01:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 41,
"created_at": "2025-04-14T23:29:11Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/stellarwp/assets",
"host": "github.com",
"name": "assets",
"owner": "stellarwp"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 47,
"vitality": 70,
"community": 43,
"governance": 71,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 16,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 4
},
"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": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "16 commits in the last year",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 16
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"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": 34,
"latest_release_tag": "1.5.3",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 53.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "34 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 34
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~53.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 53.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"forks": 3,
"stars": 4,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"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": 0,
"status": "missed",
"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": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"packages": [
"stellarwp/assets"
],
"dependents": 0,
"ecosystems": "packagist",
"total_downloads": 764015,
"monthly_downloads": 25095
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "25,095 downloads/month across packagist",
"points": 58.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 25095,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "0 packages depend on it",
"points": 0,
"status": "missed",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 0
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 11,
"top_contributor_share": 0.483
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 48% of commits",
"points": 11.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 48
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"merged_prs": 35,
"open_issues": 4,
"closed_issues": 2,
"issue_closed_ratio": 0.333,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "33% of issues closed",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 33
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "35/38 decided PRs merged",
"points": 35.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 35,
"decided": 38
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/9 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 115,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "stellarwp",
"public_repos": 90,
"account_age_days": 1892
},
"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": "115 followers of stellarwp",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 115,
"login": "stellarwp"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "90 public repos, account ~5 yr old",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 90
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"stellarwp/assets"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 44
},
"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 44 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 44
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "33 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 33
}
}
],
"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": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 8 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 47,
"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 8 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 8/9 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"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": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"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": "18 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 82 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 82
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 18,
"affected_packages": 6,
"assessed_packages": 82,
"unassessed_packages": 0,
"affected_by_severity": "high 2, moderate 4",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 82,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 12
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 35,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.35,
"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": "35 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"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": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"composer.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.02,
"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": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 42208,
"source_files_sampled": 56,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/56 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 56,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T15:38:58.118639Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/stellarwp/assets.svg",
"full_name": "stellarwp/assets",
"license_state": "standard",
"license_spdx": "MIT"
}