JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 88,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 33213
},
"pushed_at": "2026-01-15T11:09:13Z",
"created_at": "2015-11-05T09:49:26Z",
"owner_type": "Organization",
"updated_at": "2026-06-24T08:24:19Z",
"description": "A one class lib to parse multipart document ( multipart email, multipart form, etc ...) and manage each part encoding and charset to extract their content.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": null,
"name": "Riverline",
"type": "Organization",
"login": "Riverline",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/8589449?v=4",
"created_at": "2014-08-29T10:25:21Z",
"is_verified": null,
"public_repos": 13,
"account_age_days": 4358
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.2.2",
"kind": "patch",
"published_at": "2026-01-15T11:09:14Z"
},
{
"tag": "2.2.1",
"kind": "patch",
"published_at": "2026-01-07T12:31:01Z"
},
{
"tag": "2.2.0",
"kind": "minor",
"published_at": "2025-04-29T08:41:47Z"
},
{
"tag": "2.1.2",
"kind": "patch",
"published_at": "2024-03-12T16:47:48Z"
},
{
"tag": "2.1.1",
"kind": "patch",
"published_at": "2023-04-28T18:55:15Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2023-04-28T18:55:45Z"
}
],
"recent_commits": [
{
"oid": "fadbb1c1f8e66f96eaa36ab8ed13cbc451c6ded7",
"body": "…eader missing (#60)\n\n* Initial plan\n\n* Initial plan for fixing PHP 8.4 TypeError with null Content-Type\n\nCo-authored-by: rcambien <400464+rcambien@users.noreply.github.com>\n\n* Fix PHP 8.4 TypeError by casting null Content-Type to string\n\nCo-authored-by: rcambien <400464+rcambien@users.noreply.githu\n[…]\n4+rcambien@users.noreply.github.com>\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: rcambien <400464+rcambien@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix PHP 8.4 TypeError: strtolower() null argument when Content-Type h…",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-01-15T11:08:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "67937af1966be008f5b7ef3c45865710f30270f4",
"body": null,
"is_bot": false,
"headline": "Update composer.json to modify audit config",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2026-01-07T12:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74aae5f23239325b909541801d120b86fa6d80e4",
"body": "Co-authored-by: Christian Bartels <christian.bartels@alemo.de>",
"is_bot": false,
"headline": "Do not try to detect encoding on binary data (#57) (#58)",
"author_name": "Christian Bartels",
"author_login": "klammbueddel",
"committed_at": "2026-01-07T12:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af2d6c39b0279b579723cac91b8c69292611c215",
"body": null,
"is_bot": false,
"headline": "Add PHP version 8.5 to test suite",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2026-01-07T12:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9498351b43e19ce6f9410b9c042d59a20ec9fe0",
"body": null,
"is_bot": false,
"headline": "Update dev requirements for PHP 8.3 and 8.4 (#56)",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2025-04-29T14:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1410f23a8fd416a0cf5c8867ea9c95544016c831",
"body": "Change the default encoding when `Content-Transfer-Encoding` header is missing to binary 7bit (as recommended by RFC 2388 and RFC 2045) to disable the charset detection and conversion to UTF-8 that may break binary content.\n\n! May be a breaking change !",
"is_bot": false,
"headline": "Fix invalid binary data for attachments without encoding specified (#54)",
"author_name": "ErickSkrauch",
"author_login": "erickskrauch",
"committed_at": "2025-04-29T08:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaf7e51c24fbbfae22fd6b6ff820bdf813ab8353",
"body": null,
"is_bot": false,
"headline": "Add test for PHP 8.2 (#51)",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2024-03-12T16:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a9f4646db5181516c61b8e0225a343189beedcd",
"body": "* Check for malformed (long) headers all the time",
"is_bot": false,
"headline": "Add check for malformed headers (long strings) (#50)",
"author_name": "Matthieu Napoli",
"author_login": "mnapoli",
"committed_at": "2024-03-12T16:46:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2418bdfc2eab01e39bcffee808b1a365c166292a",
"body": null,
"is_bot": false,
"headline": "fix: Make \"isMultiPart\" method case-insensitive (#49)",
"author_name": "Jawira Portugal",
"author_login": "jawira",
"committed_at": "2023-04-28T18:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68e5499c54e455830bd3cfa4e5abe8c5d71360c8",
"body": "* Change behavior of testNoNewLineAtTheEndOfThePartsWhenNewLineIsOneCharacterLong to not specify EOLCharacterLength\r\n\r\n* Remove parameter EOLCharacterLength and detect it automatically",
"is_bot": false,
"headline": "Remove parameter EOLCharacterLength and detect it automatically (#46)",
"author_name": "Julian Krzefski",
"author_login": "jkrzefski",
"committed_at": "2023-04-12T14:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "755f054e1b00fb3cc0aa0d134f4488450f20752a",
"body": "Change tests badge in the README",
"is_bot": false,
"headline": "GitHub action (#48)",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2023-04-12T14:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32387d05e68a3854d71a75a7a0e20984d77cf66b",
"body": "Migrate tests to github actions",
"is_bot": false,
"headline": "Create php.yml (#47)",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2023-04-12T14:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caad7d92aeb5c61cf54b9365416e5e87d93e4c84",
"body": null,
"is_bot": false,
"headline": "Fix exported folders, follow up from #42 (#44)",
"author_name": "Matthieu Napoli",
"author_login": "mnapoli",
"committed_at": "2022-08-29T17:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be6ac99f77dec1c801f3ae08b84a9e7cfeb9386b",
"body": null,
"is_bot": false,
"headline": "Fix typos (#43)",
"author_name": "Daniel Schmelz",
"author_login": "krsriq",
"committed_at": "2022-08-26T15:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebba10245b5a6e03a673ff52c547d05029caedab",
"body": null,
"is_bot": false,
"headline": "add paths and folders to be export-ignored to .gitattributes (#42)",
"author_name": "Michael Dyrynda",
"author_login": "michaeldyrynda",
"committed_at": "2021-10-18T09:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "959f17e16d5c524fdb0ba5b09681bba8556bbd6b",
"body": null,
"is_bot": false,
"headline": "Fixes PHP 8.1 deprecated features (#41)",
"author_name": "Nuno Maduro",
"author_login": "nunomaduro",
"committed_at": "2021-10-18T09:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fe9026789754c1ff07c06047f0acc113e90933a",
"body": null,
"is_bot": false,
"headline": "Run tests under php 7.4 (#35)",
"author_name": "Ivan Shcherbak",
"author_login": "funivan",
"committed_at": "2020-01-24T09:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "675d35cb42d2b32c56a8d5ed4dca8331a043cd58",
"body": "- added laminas-diactoros 1.8.7 (newer versions require php 7 and multipart parser itself is php 5.6 compatible)",
"is_bot": false,
"headline": "- removed zend-diactoros dependency (#34)",
"author_name": "flpgnewikow",
"author_login": null,
"committed_at": "2020-01-20T15:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f71c80281d8f04e840c31edede6516b63f4d699b",
"body": "Merged.\r\nThank you.",
"is_bot": false,
"headline": "Update directory structure (#33)",
"author_name": "bigfoot90",
"author_login": "bigfoot90",
"committed_at": "2019-12-16T11:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2a9053072fee6dd6be37e57b74bae0fe60e4d82",
"body": null,
"is_bot": false,
"headline": "Fixed typo (#31)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2019-09-23T11:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bb18f1d374b5d611325c4ac36a5dbdc1cdd9248",
"body": null,
"is_bot": false,
"headline": "Add CONTENT_TYPE in $_SERVER to test situation (#30)",
"author_name": "Chun-Sheng, Li",
"author_login": "peter279k",
"committed_at": "2019-08-26T14:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062832daee7af34453f196ce575570f7fd21ed36",
"body": null,
"is_bot": false,
"headline": "Remove unused PHPUnit version (#29)",
"author_name": "Chun-Sheng, Li",
"author_login": "peter279k",
"committed_at": "2019-08-26T09:27:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b88c9ed363429d4669258b5ac81367172b939588",
"body": "Relax PSR7 converter interface",
"is_bot": false,
"headline": "Allow converter to work with any HTTP message (#28)",
"author_name": "Dmitry Lezhnev",
"author_login": "lezhnev74",
"committed_at": "2019-07-17T12:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6990904af2b2ca97e69ced5ba8f1b2c469fba676",
"body": null,
"is_bot": false,
"headline": "Add exception tests (#25)",
"author_name": "peter279k",
"author_login": "peter279k",
"committed_at": "2019-05-27T14:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "172d374bc1cde6ddffea2ee4f97b454bb5a546a4",
"body": "… do (#26)",
"is_bot": false,
"headline": "#23 - Files are not using windows returns while unittest assumes they…",
"author_name": "SamanthaAdrichem",
"author_login": "aiwha-dev",
"committed_at": "2019-05-27T14:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab6adbe388a9751db3f2dd9b9fdf19ad363926aa",
"body": "#23 - instead of text with windows returns, handle them as binary",
"is_bot": false,
"headline": "#23 - test files as binary (#24)",
"author_name": "SamanthaAdrichem",
"author_login": "aiwha-dev",
"committed_at": "2019-05-27T09:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "107833acd1eba8efee985361898f513a3e06acbb",
"body": "Allow setting a custom length of the EOL.",
"is_bot": false,
"headline": "Allow setting a custom length of the EOL (#22)",
"author_name": "Paul A",
"author_login": "paulandroshchuk",
"committed_at": "2019-03-28T10:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91dd118cdd59986bcc104cce419b13fa48c87ee5",
"body": "Fix last part length and improve test suite",
"is_bot": false,
"headline": "Test suite improvements (#21)",
"author_name": "Asmir Mustafic",
"author_login": "goetas",
"committed_at": "2018-12-17T13:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fb7491904200651257b5a0f74d3f976f6eb49f0",
"body": "* Create a new parser for stream input\r\n\r\n* Deprecate old parse (keep a wrapper class for BC)\r\n* Remove use of preg_ function to avoid regexp size limit\r\n* Bump min PHP version to 5.4.4 to avoid a bug with stream\r\n* TODO: migrate tests and create new tests with stream\r\n\r\n* Update Tests for the new StreamedPart\r\n\r\n* Dump min PHP version to 5.6\r\n* Update Travis conf to test new PHP versions\r\n\r\n* Update Readme and convert to PSR-4\r\n\r\n* Add converters\r\n\r\n* Update extract of the sub parts",
"is_bot": false,
"headline": "Create a new parser for stream input (#20)",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2018-11-23T15:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6dbac2ddfec1b938423d24c6627586f4444ccb8",
"body": "Add RFC 5987 decode for headers",
"is_bot": false,
"headline": "Merge pull request #14 from Riverline/rfc5987",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2018-04-18T12:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7ad43a17a9d58f11fa44551f4b66e4a29b9593",
"body": null,
"is_bot": false,
"headline": "Add RFC 5987 decode for headers",
"author_name": "Romain Cambien",
"author_login": null,
"committed_at": "2018-04-18T10:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c800dab9cc409751ea6203e145adb7cb6cfde30",
"body": null,
"is_bot": false,
"headline": "Fix code sniffer warn",
"author_name": "Romain Cambien",
"author_login": null,
"committed_at": "2018-04-18T09:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35df9a0c9bccc20d72519118a5ee4ccbdb6e6fb1",
"body": "fix docblock",
"is_bot": false,
"headline": "Update Part.php",
"author_name": "Gemorroj",
"author_login": "Gemorroj",
"committed_at": "2018-04-17T09:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8692fc3109dffa1c2188329da1b09f556f46844c",
"body": null,
"is_bot": false,
"headline": "Fix test for PHP 5.3",
"author_name": "Romain Cambien",
"author_login": null,
"committed_at": "2018-01-16T08:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a06d21e154090696b3f137588b8d439aa2372bc5",
"body": "Some simplification, no logic affected by changes",
"is_bot": false,
"headline": "Merge pull request #8 from nazar-pc/simplifications",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2016-03-25T08:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4208a0246370657a1017ad20166d0096dc7cd608",
"body": "Fix for boundary \\r part of body",
"is_bot": false,
"headline": "Merge pull request #7 from kriver/master",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2016-03-24T10:02:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e8b4e63b053405fbaf98af1733a984fe7982182",
"body": null,
"is_bot": false,
"headline": "Fix for boundary \\r part of body",
"author_name": "kriver",
"author_login": "kriver",
"committed_at": "2016-03-24T08:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65fee53c0e77c6cb044f69b0719d270eb3b3de33",
"body": "Add phpunit to development dependencies",
"is_bot": false,
"headline": "Merge pull request #5 from nazar-pc/phpunit-dev",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2016-03-21T08:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a12defb8f2e129ab1c8bfa6fdcd5da703411db5",
"body": "License file changed to typical MIT, it was basically broken before",
"is_bot": false,
"headline": "Merge pull request #4 from nazar-pc/typical-MIT",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2016-03-21T08:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57ffc7121c4aa626a2a9160f50731e1029bfb82f",
"body": "Small PhpDoc fixes (typos)",
"is_bot": false,
"headline": "Merge pull request #3 from nazar-pc/phpdoc-fixes",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2016-03-21T08:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed916f2f3568eeae9b98c8af2edffa40be1c7ae4",
"body": "Test on HHVM as well",
"is_bot": false,
"headline": "Merge pull request #2 from nazar-pc/hhvm-tests",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2016-03-21T08:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a37a46a8200adff06fbddd45aa136a5e31e770a9",
"body": null,
"is_bot": false,
"headline": "Some simplification, no logic affected by changes",
"author_name": "Nazar Mokrynskyi",
"author_login": "nazar-pc",
"committed_at": "2016-03-20T04:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c7aadef47801b6774a2a3ae3be3758c74d39502",
"body": "…static",
"is_bot": false,
"headline": "No need to call static methods dynamically, they should be called as …",
"author_name": "Nazar Mokrynskyi",
"author_login": "nazar-pc",
"committed_at": "2016-03-20T04:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c4eb79f4e780e95c57e89acab3c882f61a8e04",
"body": "Also `composer.lock` added to ignored files, since this is a library and environment where it is used might vary, so better not to fix packages hardly.\nPhpUnit 4.7 (latest with support for deprecated PHP 5.3, PHP 5.4 and PHP 5.5) and 5.2 (for modern supported PHP 5.6+) added as 2 alternative supported versions.",
"is_bot": false,
"headline": "Add phpunit to development dependencies.",
"author_name": "Nazar Mokrynskyi",
"author_login": "nazar-pc",
"committed_at": "2016-03-20T04:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5fab0e9720bc4d5bc0bc7fda6431cfce0a44c44",
"body": null,
"is_bot": false,
"headline": "License file changed to typical MIT, it was basically broken before",
"author_name": "Nazar Mokrynskyi",
"author_login": "nazar-pc",
"committed_at": "2016-03-20T03:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f5b20c479f1d895394c62febd61fb8d2df7b620",
"body": null,
"is_bot": false,
"headline": "Small PhpDoc fixes (typos)",
"author_name": "Nazar Mokrynskyi",
"author_login": "nazar-pc",
"committed_at": "2016-03-20T03:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d82b8e59b452be6c4b29f628598b076cc4434d1a",
"body": null,
"is_bot": false,
"headline": "Test on HHVM as well",
"author_name": "Nazar Mokrynskyi",
"author_login": "nazar-pc",
"committed_at": "2016-03-20T03:16:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a25de1a3b01886a6cf25203d7623aa908895ebfb",
"body": null,
"is_bot": false,
"headline": "Avoid error with bogus headers",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-12-17T14:31:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78d87ff26799b00af00259f2316bc4e20dd58d9b",
"body": null,
"is_bot": false,
"headline": "Fix a bug with header without value",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-12-17T09:43:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f2fed64a991b8f0969a08d30b86604ac67a421b",
"body": null,
"is_bot": false,
"headline": "Fix boundary escaping and change multiline header detection",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-12-07T09:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b674ce8171fd681455ace2129ba2b3b4f3316720",
"body": null,
"is_bot": false,
"headline": "Use RegEx to avoid inconsistent end of line problems",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-12-04T15:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36c43ac04a2f190d3d8f1ce4e437c80064bbf3ed",
"body": null,
"is_bot": false,
"headline": "Change end of line detection and fix multiline headers with tab",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-11-10T10:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38dd5172bf51d650070e65067bd7b60c885f1d08",
"body": null,
"is_bot": false,
"headline": "Fix empty header option",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-11-09T11:00:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34d497a3be506df75e5d9b2bf76b83f3d3bfe490",
"body": null,
"is_bot": false,
"headline": "Add file helper",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-11-09T09:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "974a239881f79629d33b87de4716d4d60fdc11fc",
"body": null,
"is_bot": false,
"headline": "Fix bug",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-11-06T11:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a28b225ddea82a19efddac916ab06e1e88a47776",
"body": null,
"is_bot": false,
"headline": "Add \"new line style\" detection and update project description and README",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-11-06T11:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb444384d9cdf4f79e9d5de1839ad924f3ecaaf6",
"body": null,
"is_bot": false,
"headline": "Add a filter by part name and helpers for headers",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-11-05T17:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4f10866c07a39a3ee0da746f33b7d699cc03293",
"body": null,
"is_bot": false,
"headline": "Add composer command in the README",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-11-05T14:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "417fde313b849873e3dd1d4c4d6d5ee5748405a3",
"body": null,
"is_bot": false,
"headline": "Add Travis badge in the README",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-11-05T09:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c81d836a7445a6ecbf3d39d5e3e054ac67d1636",
"body": null,
"is_bot": false,
"headline": "Remove unsupported php versions in travis configuration",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-11-05T09:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4639c376f2aa80cc67edda4a7fd8d6cdaa529ebd",
"body": null,
"is_bot": false,
"headline": "Correct travis config file name",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-11-05T09:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a527f858da61191a95108eb03d9f1688d1320db3",
"body": null,
"is_bot": false,
"headline": "Initial import",
"author_name": "Romain Cambien",
"author_login": "rcambien",
"committed_at": "2015-11-05T09:46:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 4,
"latest_release_at": "2026-01-15T11:09:14Z",
"latest_release_tag": "2.2.2",
"releases_from_tags": false,
"days_since_last_push": 201,
"active_weeks_last_year": 2,
"days_since_latest_release": 201,
"mean_days_between_releases": 198.5
},
"artifacts": {
"collected": true,
"structure": [],
"declarations": [
{
"name": "riverline/multipart-parser",
"path": "composer.json",
"tokens": [
"composer.type:library"
],
"ecosystem": "packagist"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"github.com"
],
"total": 1,
"header": 1,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "riverline/multipart-parser",
"exists": true,
"license": "MIT",
"keywords": [
"http",
"parser",
"multipart"
],
"ecosystem": "packagist",
"categories": [],
"matches_repo": true,
"registry_url": "https://packagist.org/packages/riverline/multipart-parser",
"declared_type": "library",
"is_deprecated": false,
"latest_version": "2.2.2",
"repository_url": "https://github.com/Riverline/multipart-parser",
"versions_count": 30,
"total_downloads": 63871285,
"dependents_count": 47,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1595763,
"first_published_at": null,
"latest_published_at": "2026-01-15T11:08:16Z",
"latest_version_yanked": null,
"days_since_latest_publish": 201
}
]
},
"popularity": {
"forks": 27,
"stars": 172,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2016-03-20",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-09-24",
"count": 1
},
{
"date": "2017-08-30",
"count": 1
},
{
"date": "2017-12-13",
"count": 1
},
{
"date": "2018-04-17",
"count": 1
},
{
"date": "2018-06-13",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-12-15",
"count": 1
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-05-25",
"count": 1
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2019-09-15",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2021-06-20",
"count": 1
},
{
"date": "2021-10-02",
"count": 1
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
}
],
"complete": true,
"collected": 27,
"total_forks": 27
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 12753,
"source_files_sampled": 11,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 6,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ext-mbstring",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "laminas/laminas-diactoros",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "psr/http-message",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/psr-http-message-bridge",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 0,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 35,
"open_issues": 1,
"closed_ratio": 0.933,
"closed_issues": 14,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "rcambien",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/400464?v=4"
},
{
"type": "User",
"login": "nazar-pc",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/928965?v=4"
},
{
"type": "User",
"login": "peter279k",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/9021747?v=4"
},
{
"type": "User",
"login": "mnapoli",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/720328?v=4"
},
{
"type": "User",
"login": "aiwha-dev",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/9433667?v=4"
},
{
"type": "User",
"login": "goetas",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/776743?v=4"
},
{
"type": "User",
"login": "klammbueddel",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3835586?v=4"
},
{
"type": "User",
"login": "krsriq",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2337648?v=4"
},
{
"type": "User",
"login": "lezhnev74",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10206110?v=4"
},
{
"type": "User",
"login": "erickskrauch",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4787256?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.509
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"php.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "1 out of 27 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": 6,
"reason": "Found 20/29 approved changesets -- score normalized to 6",
"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": 10,
"reason": "no dangerous workflow patterns detected",
"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": 0,
"reason": "0 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "fadbb1c1f8e66f96eaa36ab8ed13cbc451c6ded7",
"ran_at": "2026-08-04T16:33:17Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 45,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-01-15T11:09:05Z",
"oldest_open_prs": [
{
"number": 61,
"created_at": "2026-04-22T08:14:31Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-01-15T11:08:17Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 37,
"created_at": "2021-04-27T10:49:08Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Riverline/multipart-parser",
"host": "github.com",
"name": "multipart-parser",
"owner": "Riverline"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 49 is calibrated to 48 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 49,
"calibrated": 48,
"calibration": "2026-08-02"
}
}
],
"value": 48,
"inputs": {
"security": 45,
"vitality": 31,
"community": 61,
"governance": 64,
"calibration": "2026-08-02",
"engineering": 49,
"ai_readiness": 32,
"weighted_overall_raw": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 31,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 201,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 201 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 201
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 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": "moderate",
"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": 62,
"inputs": {
"releases_count": 6,
"latest_release_tag": "2.2.2",
"releases_from_tags": false,
"days_since_latest_release": 201,
"mean_days_between_releases": 198.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 201 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 201
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~198.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 198.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"recent_release"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 1,
"days_since_last_merged_pr": 201,
"days_since_last_human_commit": 201,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 201 days, with nothing left unanswered; held at dormant by a release within the year",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 201
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a release within the year"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 27,
"stars": 172,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "172 stars",
"points": 36.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 172
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "27 forks",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 27
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 1,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"github.com"
],
"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": 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": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"riverline/multipart-parser"
],
"dependents": 47,
"ecosystems": "packagist",
"total_downloads": 63871285,
"monthly_downloads": 1595763
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,595,763 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1595763,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "47 packages depend on it",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 47
}
}
],
"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": 64,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 20,
"top_contributor_share": 0.509
},
"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 51% of commits",
"points": 11,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 51
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 82,
"inputs": {
"merged_prs": 35,
"open_issues": 1,
"closed_issues": 14,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 0.933,
"closed_unmerged_prs": 10,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "93% of issues closed",
"points": 39.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 93
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "35/45 decided PRs merged",
"points": 23.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 35,
"decided": 45
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 20/29 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Riverline",
"public_repos": 13,
"account_age_days": 4358
},
"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": "0 followers of Riverline",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "Riverline"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "13 public repos, account ~11 yr old",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 13
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"riverline/multipart-parser"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 201
},
"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 201 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 201
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "30 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 30
}
}
],
"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": "weak",
"name": "Engineering Quality",
"value": 49,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 27 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "weak",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.5
},
"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": "1 out of 27 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 20/29 approved changesets -- score normalized to 6",
"points": 4.5,
"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 dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"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": "0 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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 20
},
"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": 32,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.565,
"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 62 human commits state their intent (structured subject or explanatory body)",
"points": 30.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 62
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.016,
"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": 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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": 12753,
"source_files_sampled": 11,
"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/11 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 22
},
"primary": "library",
"evidence": [
{
"tier": "declared",
"label": "library",
"source": "composer.type:library",
"weight": 10
},
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
},
{
"tier": "distribution",
"label": "library",
"source": "registry_type:library",
"weight": 6
}
],
"artifacts": [
{
"path": "composer.json",
"labels": [
"library"
],
"ecosystem": "packagist"
}
],
"confidence": "high",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.2"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-04T16:33:42.126580Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/Riverline/multipart-parser.svg",
"full_name": "Riverline/multipart-parser",
"license_state": "standard",
"license_spdx": "MIT"
}