Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 106,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 134110,
"Makefile": 781
},
"pushed_at": "2026-07-23T20:44:43Z",
"created_at": "2025-05-24T21:40:31Z",
"owner_type": "User",
"updated_at": "2026-07-23T20:44:45Z",
"description": "A convenient and near zero-cost way to retrieve targets of PHP 8 attributes",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": null,
"name": "Ondřej Mirtes",
"type": "User",
"login": "ondrejmirtes",
"company": "PHPStan",
"location": "Prague, Czech Republic",
"followers": 825,
"avatar_url": "https://avatars.githubusercontent.com/u/104888?v=4",
"created_at": "2009-07-14T17:35:34Z",
"is_verified": null,
"public_repos": 194,
"account_age_days": 6218
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2026-07-23T20:44:20Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2025-06-05T19:41:17Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2025-06-03T09:32:38Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2025-05-24T23:38:56Z"
}
],
"recent_commits": [
{
"oid": "fb663d3c6dc2f0fd402f643bd7245ec82e4c6b36",
"body": "Constructing ReflectionClass autoloads the inspected class, which breaks\nwhen the source (or a class it depends on) uses PHP 8 syntax: parse\nerrors abort collection of that class, and delayed variance checks\nagainst unloadable classes are unrecoverable fatal errors that kill\ncomposer entirely.\n\nUnde\n[…]\n generated attributes.php is byte-identical between\nPHP 7.4 and PHP 8.5.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01EUJZL34ngijx9XTFtLGnEC",
"is_bot": false,
"headline": "Collect attributes from the AST under PHP < 8, without autoloading",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2026-07-23T20:44:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "48124ab07a5e19b7bd0ad20c791a8ff0bf3feab9",
"body": null,
"is_bot": false,
"headline": "Support for `Foo::class`",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-06-05T19:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc4ca66239df03c35912807aa92435fe1e4e3323",
"body": null,
"is_bot": false,
"headline": "Implement ParameterAttributeCollector",
"author_name": "Markus Staab",
"author_login": "staabm",
"committed_at": "2025-06-03T09:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c979522d0ca729438102cafe5b92ba7aa46944b",
"body": null,
"is_bot": false,
"headline": "Readme: fix package name",
"author_name": "Markus Staab",
"author_login": "staabm",
"committed_at": "2025-05-27T14:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d285f54d139d1f14b5d4ae928c9fb45bff22fda1",
"body": null,
"is_bot": false,
"headline": "Remove useless filter",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T23:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ed6d38ecf3174f76ee0261eeb80ef2c6ca3b67",
"body": null,
"is_bot": false,
"headline": "Fix CS",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T23:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b92aa1ebd2b51fc5d9ce62d942610aa50a968a29",
"body": null,
"is_bot": false,
"headline": "No named arguments #3",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T23:31:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d37a48215ea797f06bd20a676a67adc03e730c5",
"body": null,
"is_bot": false,
"headline": "Fix CS",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T23:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a27522ce76b6ce6eef1f189b9901eb4ab9284020",
"body": null,
"is_bot": false,
"headline": "No named arguments #2",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T23:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92a0b8d75b7f31b1a98e5ce6c47e3253e2e25314",
"body": null,
"is_bot": false,
"headline": "Collect attributes on PHP 7.4 by parsing source code",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T23:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86541201f1ddb1ecd4264e051d7d4e37c9881d19",
"body": null,
"is_bot": false,
"headline": "Remove Docker",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T22:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e394681a6b8855a8c8bc4964e85a699bb6af1c73",
"body": null,
"is_bot": false,
"headline": "Remove changelog",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T22:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d61e7a46d8ebe614fdb59c21528dea8f498bf9ea",
"body": null,
"is_bot": false,
"headline": "More built-in PHP attributes to ignore",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T22:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "991782c176813828379392b0e250b8ebbf5ac289",
"body": null,
"is_bot": false,
"headline": "Named arguments cannot be used",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T22:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40e85d3c1abfcc67f8840e5b74d5d890104b83c5",
"body": null,
"is_bot": false,
"headline": "Lines can be as long as we want",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T22:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e52e9cb4b8897cf1b98fbd787269c5971c1528",
"body": null,
"is_bot": false,
"headline": "attributes.php - generate code compatible with PHP 7.4",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T22:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8586d1f9b595b46961f5c87b3d3c5daa7a906f40",
"body": null,
"is_bot": false,
"headline": "Manually downgrade the rest",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T22:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee659616e77030e9909845dd416d0fcdca0c43f9",
"body": null,
"is_bot": false,
"headline": "Downgrade code to PHP 7.4",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T21:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d473680e7c27c3f9f648958de36bce34c92e13",
"body": null,
"is_bot": false,
"headline": "Support PHP 7.4",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T21:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21742a976f96ab3ebb38fc2eed9cc2906f712e18",
"body": null,
"is_bot": false,
"headline": "Update package details",
"author_name": "Ondrej Mirtes",
"author_login": "ondrejmirtes",
"committed_at": "2025-05-24T21:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "990adbcc8f4f069a71be12dc980ce12689cf897a",
"body": null,
"is_bot": false,
"headline": "v2.0.2",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2024-11-29T13:09:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdb1ace2c01979a765b77ee72c28f036595f2663",
"body": null,
"is_bot": false,
"headline": "Stable XDebug is now available for PHP 8.4",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2024-11-29T13:07:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "929d155128879e2073cd37b8aadfb6f8d91369f3",
"body": null,
"is_bot": false,
"headline": "Don't add empty lists",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2024-11-27T01:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17eed381ad6cd4d1be5adbeda4632829b9731594",
"body": null,
"is_bot": false,
"headline": "Simplify attribute creation functions",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2024-11-27T01:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f0033ad33ffc6f0fb3779f20d334f39d899441",
"body": null,
"is_bot": false,
"headline": "Use PHP 8.4 stable",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2024-11-23T11:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10bcbeab874933bf7d69359c3e43e4f5cd679f53",
"body": null,
"is_bot": false,
"headline": "Tidy documentation",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2024-11-22T00:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "322223280b83589c9f77e2bc041bb1aa74f3309c",
"body": null,
"is_bot": false,
"headline": "Use PHPStan 2.0",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2024-11-21T12:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b3882ac33fac8865c2356ef020ed9656e221f0d",
"body": null,
"is_bot": false,
"headline": "Test against PHP 8.4",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2024-11-21T11:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3d45a2e9bab87e31d07652c47d12a6bcc7ac2b1",
"body": "Fix rendering of enums on PHP < 8.2.0",
"is_bot": false,
"headline": "fix: rendering of enums on PHP < 8.2.0 (#26)",
"author_name": "Matias Navarro Carter",
"author_login": "mnavarrocarter",
"committed_at": "2023-10-28T01:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e740af74b1d5cb94279d84426e44a03ea3e9ae00",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-09-23T08:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a008e275956960536bc0cda38c4770ed5f60c220",
"body": null,
"is_bot": false,
"headline": "Add tests for PHP 8.1 enum",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-09-23T07:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edbc5195b3535981bedada9db19a004dce2cf022",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-09-17T17:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a09d87936ba60b5eef4a8859a6ef0ca7d281e4f",
"body": null,
"is_bot": false,
"headline": "Tweak error handling",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-09-14T20:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff062a3268bf9dbbfeace10064d5a6b4a3c869dc",
"body": "Composer fails to generate the autoloader if \"vendor/attributes.php\" is in the autoloading but is not available yet. As a workaround, a stub file is created when the plugin is activated.",
"is_bot": false,
"headline": "Generate stub file during activation",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-09-01T20:53:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9d76a3e27c172fd491cf523b8590cd95803a70b",
"body": null,
"is_bot": false,
"headline": "Update documentation",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-09-01T20:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80a029fa573647ad8551b0a6fc6428415d8cc7f6",
"body": null,
"is_bot": false,
"headline": "Tidy",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-09-01T20:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5a744528038557089d267b07c345e8276875af4",
"body": null,
"is_bot": false,
"headline": "No cache by default",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-09-01T20:35:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81bb220fdf905196b23aecb88d669351cbd6d7e5",
"body": null,
"is_bot": false,
"headline": "Scan only included paths",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-09-01T20:34:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40f5a3ed17a19a1e8ce427623e7143b282301b06",
"body": null,
"is_bot": false,
"headline": "Replace ignore-paths with include/exclude",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-08-29T22:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff5635f0f4136e5264c8e9d1156f33d9dc4eb465",
"body": null,
"is_bot": false,
"headline": "Ignored paths and relative to the composer.json file (#18)",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-05-25T21:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3f7b3ffeb35aedd2dc7356a9e9599b18b96acd",
"body": "https://github.com/olvlvl/composer-attribute-collector/issues/19",
"is_bot": false,
"headline": "Recover unserialize errors (#21)",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-05-24T17:11:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fa69527964ffdb2695504362f6666b4a4e13302",
"body": null,
"is_bot": false,
"headline": "Add support for property attributes (#17)",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-04-09T13:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b61523ccc8788194cf021c1aab9c97da01c1558c",
"body": null,
"is_bot": false,
"headline": "Fix: The classmap could point to a file",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-03-26T22:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14e1d53ad6af25a560859959589a2af078594022",
"body": null,
"is_bot": false,
"headline": "Fix: Changes in subdirectories are not detected (#13)",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-03-26T21:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83eaa34bf38b72fe88ddd3e6c05ee5f2ddc13d4e",
"body": null,
"is_bot": false,
"headline": "Add predicateForAttributeInstanceOf()",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-03-24T22:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "319322255fee426ed84d94a466121b02010741e6",
"body": null,
"is_bot": false,
"headline": "Add 'Configure components from attributes' use case",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-03-24T22:35:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85c45c5d0883f24cff73c855046489fdee4b6251",
"body": "* Cache class map\r\n* Cache filtered files\r\n* Cache class attributes",
"is_bot": false,
"headline": "Introduce caching in multiple steps (Fix #6) (#10)",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-03-24T14:05:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da48030a4b2b69a3eb735d649de2ead185dc842",
"body": null,
"is_bot": false,
"headline": "Add filterTargetClasses and filterTargetMethods (#12)",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-03-24T12:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91e614edf3628e2eaf2544d3c3c5933824685704",
"body": null,
"is_bot": false,
"headline": "Decorate errors to help find origin (#11)",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-03-24T10:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75517544cf34e436ea5de2948a35bf5614ef3b0c",
"body": null,
"is_bot": false,
"headline": "Add timing debug messages",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-03-22T05:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98ea8874227cdb5bac8c2c7a3005461d6c32161b",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-03-21T11:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5401f95764fd2df5a9563770621149960435756",
"body": "The visibility shouldn't matter to the collector. Attributes on non-public methods are no longer discarded.",
"is_bot": false,
"headline": "Remove visibility filter",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-03-21T00:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82924733dd1cde297c02d4239e51dca6b2ae4b09",
"body": "* Add support for out-of-order named arguments\r\n\r\n* Just use var_export",
"is_bot": false,
"headline": "Add support for out-of-order named arguments (Fix #7) (#8)",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-03-19T15:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bd1168b34b258812db8d0f827c071abb9968c7f",
"body": null,
"is_bot": false,
"headline": "Ignore paths (Fixes #3, #4) (#5)",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2023-01-27T10:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42669a2fae2bca4da0f3078487c9216caeb06040",
"body": null,
"is_bot": false,
"headline": "Add watcher suggestions",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2022-12-24T16:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dee8cc0b26d4c9e2e430fb6470debc716bfc476",
"body": null,
"is_bot": false,
"headline": "Add FAQ",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2022-12-18T23:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c65b066fdba6ff749a95450e6b205e20d17b2b",
"body": null,
"is_bot": false,
"headline": "Reorganize README",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2022-12-18T12:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6fc0e2b1352d7444d2e5a9e652711665e807c4e",
"body": null,
"is_bot": false,
"headline": "Testing with PHP 8.2",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2022-12-17T01:16:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b168f7650deebae4f9eed369496b770f6560fd0b",
"body": null,
"is_bot": false,
"headline": "Add Attributes::forClass",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2022-12-15T23:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec5027f88de8df4e2e8a05fdcabb7aa5794dd911",
"body": "Use case: Symfony6 where `Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand` implements `Symfony\\Component\\Translation\\Command\\XliffLintCommand` which is not available in the base setup.",
"is_bot": false,
"headline": "Classes that fail to load are discarded",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2022-11-23T22:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ca21244f769827b050289f2c4001387801eb9a5",
"body": null,
"is_bot": false,
"headline": "Don't use __set_state",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2022-11-06T22:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ded97b42ed9e0edec8648d059230468f9f0b8c6",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Olivier Laviale",
"author_login": "olvlvl",
"committed_at": "2022-11-06T10:29:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2026-07-23T20:44:20Z",
"latest_release_tag": "1.2.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 0,
"days_since_latest_release": 0,
"mean_days_between_releases": 141.6
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ondrejmirtes/composer-attribute-collector",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/ondrejmirtes/composer-attribute-collector",
"is_deprecated": false,
"latest_version": "1.2.0",
"repository_url": "https://github.com/ondrejmirtes/composer-attribute-collector",
"versions_count": 4,
"total_downloads": 3821512,
"dependents_count": 0,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 359548,
"first_published_at": null,
"latest_published_at": "2026-07-23T20:44:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 2,
"stars": 6,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-05-25",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"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": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 15469,
"source_files_sampled": 80,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"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": [
{
"name": "nikic/php-parser",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^5.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 2,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "olvlvl",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/155998?v=4"
},
{
"type": "User",
"login": "ondrejmirtes",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/104888?v=4"
},
{
"type": "User",
"login": "staabm",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/120441?v=4"
},
{
"type": "User",
"login": "mnavarrocarter",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/17072441?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.661
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"code-style.yml",
"static-analysis.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [
"phpcs.xml",
"phpstan.neon"
],
"has_editorconfig": true,
"has_linter_config": true,
"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": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"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 2/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 4 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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "fb663d3c6dc2f0fd402f643bd7245ec82e4c6b36",
"ran_at": "2026-07-23T20:50:00Z",
"aggregate_score": 2.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": "2026-07-23T20:45:05Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-06-03T09:32:38Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ondrejmirtes/composer-attribute-collector",
"host": "github.com",
"name": "composer-attribute-collector",
"owner": "ondrejmirtes"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"security": 28,
"vitality": 50,
"community": 30,
"governance": 58,
"engineering": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 50,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 0
},
"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": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 72,
"inputs": {
"releases_count": 4,
"latest_release_tag": "1.2.0",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 141.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"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 ~141.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 141.6
}
}
],
"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": 30,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"forks": 2,
"stars": 6,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "6 stars",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 6
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"packages": [
"ondrejmirtes/composer-attribute-collector"
],
"dependents": 0,
"ecosystems": "packagist",
"total_downloads": 3821512,
"monthly_downloads": 359548
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "359,548 downloads/month across packagist",
"points": 74.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 359548,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.661
},
"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 66% of commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"merged_prs": 2,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"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": "2/3 decided PRs merged",
"points": 25.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 70,
"inputs": {
"followers": 825,
"owner_type": "User",
"is_verified": null,
"owner_login": "ondrejmirtes",
"public_repos": 194,
"account_age_days": 6218
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "825 followers of ondrejmirtes",
"points": 21,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 825,
"login": "ondrejmirtes"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "194 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 194
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"ondrejmirtes/composer-attribute-collector"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 42,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "phpcs.xml, phpstan.neon",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "phpcs.xml, phpstan.neon"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 28,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"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": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.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": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 9
},
"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": 43,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.258,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "16 of 62 human commits state their intent (structured subject or explanatory body)",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 16,
"sampled": 62
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"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": 60,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.016,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": "phpcs.xml, phpstan.neon",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "phpcs.xml, phpstan.neon"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 62 commits agent-authored or agent-credited",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 62
}
}
],
"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": 15469,
"source_files_sampled": 80,
"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/80 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 80,
"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",
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-23T20:50:07.725967Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/ondrejmirtes/composer-attribute-collector.svg",
"full_name": "ondrejmirtes/composer-attribute-collector",
"license_state": "custom",
"license_spdx": null
}