Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"gdpr",
"mysqldump",
"php"
],
"is_fork": true,
"size_kb": 910,
"has_wiki": false,
"homepage": "https://packagist.org/packages/druidfi/mysqldump-php",
"languages": {
"PHP": 180809,
"Shell": 18871,
"Dockerfile": 251
},
"pushed_at": "2026-07-27T10:01:55Z",
"created_at": "2022-08-18T07:27:13Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T10:03:15Z",
"description": "PHP version of mysqldump cli that comes with MySQL",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "main",
"license_spdx_raw": "GPL-3.0",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://druid.fi/en",
"name": "Druid",
"type": "Organization",
"login": "druidfi",
"company": null,
"location": "Helsinki, Finland",
"followers": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/16334671?v=4",
"created_at": "2015-12-17T09:54:11Z",
"is_verified": null,
"public_repos": 20,
"account_age_days": 3875
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "2.0.3",
"kind": "patch",
"published_at": "2026-03-17T09:39:35Z"
},
{
"tag": "2.0.2",
"kind": "patch",
"published_at": "2026-02-07T05:52:23Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2026-01-15T09:34:40Z"
},
{
"tag": "2.0.1",
"kind": "patch",
"published_at": "2025-08-11T19:28:34Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2025-03-24T09:02:30Z"
},
{
"tag": "2.0.0-rc1",
"kind": "prerelease",
"published_at": "2025-03-07T04:43:22Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2024-03-03T10:22:29Z"
},
{
"tag": "2.0.0-beta1",
"kind": "prerelease",
"published_at": "2023-11-27T07:27:15Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2023-10-19T08:46:36Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2023-01-06T10:24:38Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2022-08-24T11:20:15Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2022-08-24T10:57:42Z"
},
{
"tag": "1.0.0-RC3",
"kind": "prerelease",
"published_at": "2022-08-23T16:39:35Z"
},
{
"tag": "1.0.0-RC2",
"kind": "prerelease",
"published_at": "2022-08-23T16:26:15Z"
},
{
"tag": "1.0.0-RC1",
"kind": "prerelease",
"published_at": "2022-08-19T10:13:48Z"
}
],
"recent_commits": [
{
"oid": "581c0fe5a7fe21ad197b1796429564ccb8e35d16",
"body": null,
"is_bot": false,
"headline": "Update .gitattributes with files and folders to exclude from releases",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-27T10:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4bf02cecf2174e74857cdbd6f139be595593e99",
"body": null,
"is_bot": false,
"headline": "Update tasks.md",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-09T09:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b976493b4e56b51ed1cc3ef7850a61444351bbd",
"body": "feat: add dependency-free Anonymizer helpers for GDPR-sanitizing dumps",
"is_bot": false,
"headline": "Merge pull request #104 from druidfi/feature/anonymization-helpers",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-09T06:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ab15a2d6123238e926f2569f595e346e7906951",
"body": "Faker is how realistic fake data has typically been combined with this\nlibrary's hooks; document the interop on top of Anonymizer::columnMap(),\nincluding NULL preservation, seeding Faker from the original value for\ndeterministic output (referential integrity), the unique() overflow\npitfall and per-locale generator caching.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Faker anonymization recipes",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-09T05:25:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "59492a1b83b4086ce48b11bd76795e89d716e14a",
"body": "Anonymizer::columnMap() builds a row-transform hook from a\ntable => column => transformer map, and the value helpers fixed(),\nmask(), hash() and email() cover the common anonymization cases.\nAll helpers preserve NULLs; hash() and email() are deterministic so\nunique indexes and joins keep working, wi\n[…]\nalt parameter against\nre-identification of guessable values. mask() is multibyte-safe\nwithout requiring ext-mbstring. Completes roadmap task 21.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add dependency-free Anonymizer helpers for GDPR-sanitizing dumps",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-09T05:16:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "017e173454eacb66fec23e9d0aa52eedfc54e7ff",
"body": "feat: return null from the row transform hook to skip a row",
"is_bot": false,
"headline": "Merge pull request #103 from druidfi/feature/row-filtering-hook",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-08T18:13:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "045f6a6c80758165ebe5db8719b125fd2efa09d7",
"body": "The transformTableRowHook callable may now return null to drop the row\nfrom the dump entirely (row filtering). The hook runs before the row is\ncounted, so skipped rows are excluded from the row-count comments and\nthe info hook's rowCount. Dumps without a hook are unchanged.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: return null from the row transform hook to skip a row",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-08T10:37:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dcce63297b6a24d5adaf8ec76293d8b05188296d",
"body": "test: broaden dump-settings coverage in integration tests",
"is_bot": false,
"headline": "Merge pull request #102 from druidfi/test/broaden-dump-settings-coverage",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-08T10:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5b80bad68976ff69cf953897029947ddb0a0d40",
"body": "Add test017: Gzip and Gzipstream dumps must decompress byte-identical\nto an uncompressed reference dump made with the same settings\n(skip-dump-date makes the dumps reproducible). Bzip2/Zstd/Lz4 need\noptional extensions and stay covered by unit tests.\n\nAdd test018: no-data with an exact table name an\n[…]\n-definer from the task description was already covered by the\ntest012 no-definer dump.\n\nCloses task 15.3 (and thereby task 15) in docs/tasks.md.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: broaden dump-settings coverage in integration tests",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T20:28:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ea14a45ae693f9a1d4c5b06693e9467d9bfe18f0",
"body": "perf: free column type maps once each table or view is dumped",
"is_bot": false,
"headline": "Merge pull request #101 from druidfi/perf/free-table-column-types",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T20:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c800e4a2e6cc4315f9d524d9f71cea27aaa623dd",
"body": "Entries in $tableColumnTypes are strictly populate-then-consume: a\ntable's entry is used only between its structure dump and its data dump,\nand a view's entry only for its Stand-In table. They were kept for the\nwhole run, so memory grew with the number of tables and columns. Each\nentry is now unset \n[…]\nt had no callers and\nnow has nothing meaningful to return (README upgrade note added).\n\nCloses task 17.4 (and thereby task 17) in docs/tasks.md.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: free column type maps once each table or view is dumped",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T12:00:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "335be3accd4868f07f23dc4403bf3e1123ac3152",
"body": "docs: document dumping to stream wrappers (cloud storage)",
"is_bot": false,
"headline": "Merge pull request #100 from druidfi/docs/stream-wrappers",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T11:45:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdadf693b0d24ef260e2fa749b547bef0313c44f",
"body": "Add a README section explaining that start() opens the target with\nfopen(), so any registered PHP stream wrapper (gs://, s3://, flysystem\nadapters) works as a dump target without cloud SDK dependencies in the\nlibrary. Includes a Google Cloud Storage example and a note that Gzip/\nBzip2 are local-only while Gzipstream is the wrapper-safe gzip method.\n\nCloses task 13.4 (and thereby task 13) in docs/tasks.md.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document dumping to stream wrappers (cloud storage)",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T11:42:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ddb37a9023af1c68a560ae4655f0202c22c08843",
"body": "docs: add security policy and credential practices documentation",
"is_bot": false,
"headline": "Merge pull request #99 from druidfi/docs/security-policy",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T10:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d57ff1ae0416f8529b10c346c468a874dc7b029",
"body": "Add SECURITY.md with supported versions, GitHub private vulnerability\nreporting as the channel, and a scope note that the raw-SQL settings\n(where/tableWheres/tableLimits) are unsafe for untrusted input by design.\n\nAdd a README \"Security considerations\" section covering credential\nhandling via environment variables, with a getenv() example.\n\nCloses task 19 in docs/tasks.md.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add security policy and credential practices documentation",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T09:49:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "82485d96454a4629f1949663ea1a6aebc35f7b5f",
"body": "feat(ci): add MariaDB 11.8 LTS to the test matrix",
"is_bot": false,
"headline": "Merge pull request #98 from druidfi/feature/mariadb-11-matrix",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T08:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e922a5e87a5b156681880a33f7e9a11488263eb5",
"body": "Completes the last item of task 15 (extend integration testing),\nunblocked by the switch to official database images: a mariadb11\nservice in compose.yaml and two new CI jobs (PHP 8.4/8.5), bringing\nthe matrix to 8 combinations.\n\nThe mariadb:11.8 image no longer ships the mysql/mysqldump\ncompatibilit\n[…]\n filter changes — the feared 11.x output drift\n(sandbox-mode header line) never reaches the filtered diffs, which\ngrep specific statement lines.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ci): add MariaDB 11.8 LTS to the test matrix",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T08:14:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d9fbe43c322415f0a8ad620d6ded6872976de2aa",
"body": "ci: replace frozen Bitnami database images with official ones",
"is_bot": false,
"headline": "Merge pull request #97 from druidfi/chore/official-db-images-ci",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T08:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b817946461d03f2c8807d5cafe2459920c57dec",
"body": "The bitnamilegacy/* namespace is frozen — Bitnami stopped publishing\nfree image updates in 2025 — so the CI databases were pinned to images\nthat will never receive another patch release. Local compose.yaml has\nused the official mysql:8.0 / mysql:8.4 / mariadb:10.11 images all\nalong; this brings CI i\n[…]\nariaDB 11.x LTS to the matrix (task 15), since\nofficial mariadb:11.8 images exist while bitnamilegacy stopped at\n10.11 — noted in docs/tasks.md.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: replace frozen Bitnami database images with official ones",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T07:17:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dcd096a32738687fd82e5277f8df4012e3237227",
"body": "fix: escape identifiers consistently when interpolated into SQL",
"is_bot": false,
"headline": "Merge pull request #96 from druidfi/fix/identifier-escaping",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-07T05:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdeaf602613db8e70e9b7d86cba8751a6ee503e8",
"body": "Completes task 18 of the improvement roadmap. A table, view, column,\ntrigger, routine or event name containing a backtick previously broke\nboth the internal queries (SELECT/SHOW CREATE/LOCK) and the generated\ndump statements.\n\n- New TypeAdapterInterface::quoteIdentifier(); the MySQL implementation\n \n[…]\nP 8.5 x MySQL 8.0. PHPUnit (89\ntests incl. new TypeAdapterMysqlTest and a backtick-name dump test),\nPHPStan level 6 and Rector dry-run all pass.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: escape identifiers consistently when interpolated into SQL",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-06T11:30:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "29b804f5a9ab974f69dd767e005ebee8eec6ce6a",
"body": "fix: return actual types from DumpSettings::get() instead of string cast",
"is_bot": false,
"headline": "Merge pull request #95 from druidfi/fix/dump-settings-get-types",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-06T10:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d948cc7bb84b092552371423618307fac6472f8",
"body": "Completes task 11 of the improvement roadmap. get() cast every setting\nto string, which mangled arrays, booleans and integers and made the\nreturn type a lie for most of the ~30 options.\n\n- get() now returns the raw value as mixed, and null for unknown\n options instead of \"\" (with an undefined-key w\n[…]\ntests), PHPStan level 6, Rector dry-run, and\nan integration run against MySQL 8.0 (where-clause paths covered by the\nfiltered-dump comparisons).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: return actual types from DumpSettings::get() instead of string cast",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-06T08:49:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "44d66a49920bd295f174a35aa5e0e21ef630f7b2",
"body": "refactor: dedupe structure extractors and break up TableDataDumper::dump()",
"is_bot": false,
"headline": "Merge pull request #94 from druidfi/refactor/dedupe-structure-extractors",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-06T08:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50a05527c0b63e4debf38cb4784af58f46d36dd6",
"body": "…ump()\n\nCompletes tasks 8 and 9 of the improvement roadmap.\n\nTask 8 — reduce duplication in Mysqldump:\n- New writeStructureFromShowCreate() helper owns the \"query SHOW CREATE,\n write the first row\" pattern that was copy-pasted across the trigger,\n procedure, function and event extractors; the tabl\n[…]\ntions and events) on PHP 8.4 x MySQL 8.0/8.4/MariaDB\n10.11 and PHP 8.5 x MySQL 8.0, plus PHPUnit (82 tests), PHPStan level 6\nand Rector dry-run.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: dedupe structure extractors and break up TableDataDumper::d…",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-06T08:07:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "af583a47bae6bd22a7e9570ca1ef5f17ab5ae7ca",
"body": "feat: add ConnectionInterface for swappable database connections",
"is_bot": false,
"headline": "Merge pull request #92 from druidfi/feature/connection-interface",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-06T07:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4740bf21c6314df32f9c16e67046845ea3a1669",
"body": "Completes task 4 of the improvement roadmap: extract a\nConnectionInterface (connect/getHost/getDbName) that DatabaseConnector\nnow implements, and add Mysqldump::setConnector() to inject a custom\nimplementation before start() — mirroring how addTypeAdapter() swaps\nthe type adapter. This lets callers \n[…]\nserver.\n\nREADME gains a \"Providing your own database connection\" section.\n\nVerified with PHPUnit (82 tests), PHPStan level 6 and Rector dry-run.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add ConnectionInterface for swappable database connections",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-06T07:34:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "075c01f7780fcd337444b0485709af0e23795e57",
"body": "chore(docker): use php:8.5 GA image instead of 8.5.0beta2",
"is_bot": false,
"headline": "Merge pull request #93 from druidfi/chore/php-85-ga-image",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-06T07:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6b299ca75eb6dba3703fc67ea467b3d98e0c256",
"body": "PHP 8.5 has been GA for a while; the pinned beta tag kept the local\nphp85 test container stuck on 8.5.0beta2. The plain 8.5 tag now\nresolves to the current GA release (8.5.7 at the time of writing) and\ntracks future patch releases automatically, matching how the php84\nstage uses php:8.4.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(docker): use php:8.5 GA image instead of 8.5.0beta2",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-06T07:27:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f7425375092ad5887ab29e8bed3f6842a78123ed",
"body": "refactor: extract table data dumping into TableDataDumper class",
"is_bot": false,
"headline": "Merge pull request #91 from druidfi/refactor/extract-table-data-dumper",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-06T07:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d2673a548168bff66576d12ec54f1a4e98f00a0",
"body": "Completes the last open item of the Mysqldump class refactoring\n(docs/tasks.md task 1): listValues(), prepareListValues(),\nendListValues(), prepareColumnValues(), getColumnStmt() and\ngetColumnNames() move from Mysqldump (~1040 -> 749 lines) into a\ndedicated TableDataDumper, together with getInsertTy\n[…]\n6, Rector dry-run, and\nthe Docker integration suite (39 byte-for-byte comparisons against\nnative mysqldump) on both MySQL 8.0 and MariaDB 10.11.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: extract table data dumping into TableDataDumper class",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-05T18:17:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "930bc487b37f4090cea8279ee0ccb4e95c6a7a96",
"body": "feat: add custom exception hierarchy",
"is_bot": false,
"headline": "Merge pull request #90 from druidfi/feat/custom-exceptions",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-05T09:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e20a514aedcf984d56fd26e81c1218450cebc0d0",
"body": "Introduce Druidfi\\Mysqldump\\Exception with a MysqldumpException base\nclass and three subclasses, replacing bare Exception throughout:\n\n- ConnectionException: DSN parsing and PDO connection failures\n- ConfigurationException: invalid/conflicting settings, missing\n include-tables, unknown compression \n[…]\nceptionHierarchyTest\nguards the hierarchy. README gains an \"Error handling\" section and\nan upgrade note. Closes tasks 3 and 12 in docs/tasks.md.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add custom exception hierarchy",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-03T11:04:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "85d068bd3ddc17f1a8fc4871157354281fe03487",
"body": null,
"is_bot": false,
"headline": "Update tasks.md",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-03T10:54:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "455d348bbe2aff769927a90c82dbaa93ff3ba5a6",
"body": "chore(phpstan): raise analysis level from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #89 from druidfi/chore/phpstan-level-6",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-03T10:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a0566bbf2a0c43d84ae83a685cd4ae4f33c346e",
"body": "Level 6 requires explicit types everywhere: add array value types\n(PHPDoc) across src/ and tests/, type the resource-holding properties\nin Compress classes, and type the reflection helpers and data\nproviders in tests.\n\nTyping the TypeAdapter row params as array<string, mixed> made Rector\nrequire exp\n[…]\ned elsewhere in the\nfile.\n\nAlso add --memory-limit=256M to the CI PHPStan step: a cold-cache\nlevel 6 run crashes under PHP's default 128M limit.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(phpstan): raise analysis level from 5 to 6",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-03T10:37:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c48607f32309b4d8bd461ff2bcb17a3aeadb0359",
"body": "refactor: dedupe iterate generators, drop getDatabaseStructure no-ops",
"is_bot": false,
"headline": "Merge pull request #88 from druidfi/refactor/iterate-object-names",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-03T10:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba15b53dc7602a049fe338be21e087f4876ce472",
"body": "Five getDatabaseStructure*() methods were empty no-ops left over from\nthe 2.x structure-collection phase; the sixth only validated the\ninclude-tables setting. The no-ops are removed and the survivor is now\nvalidateIncludedTables(), using array_diff() instead of the manual\nsearch-and-unset loop and r\n[…]\nobject queries on the connection.\n\nNo behavior change; integration output stays identical to native\nmysqldump (39 diff tests pass on MySQL 8.0).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: dedupe iterate generators, drop getDatabaseStructure no-ops",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-03T10:04:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "668bd2b44074b11583a626a9555c06fca074efa9",
"body": "docs: add 'Upgrading from 2.x to 3.x' section to README",
"is_bot": false,
"headline": "Merge pull request #87 from druidfi/docs/upgrading-from-2x",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-03T07:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e57c0202eb4d22cad01852f4983192dff41caf81",
"body": "Verified against the actual public API diff between origin/2.x and\nmain: the day-to-day API and dump output are unchanged; the breaks are\nthe PHP 8.4 floor, non-persistent connections by default, per-instance\naddTypeAdapter(), removed CompressManagerFactory::$methods and\nAttribute\\Deprecated, the checkDeprecated() return shape, and\nper-method compress-level validation.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add 'Upgrading from 2.x to 3.x' section to README",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-03T06:59:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "420aeef60e04c99280455843fd4e74e96b63a020",
"body": "fix: improve dependency wiring (task 2)",
"is_bot": false,
"headline": "Merge pull request #86 from druidfi/fix/dependency-wiring",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-03T06:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94eb95a44344e8ac0a174bae7136aaa3b4043e0f",
"body": "- setInfoHook example was missing a closing brace and did not parse;\n also document the info payload keys (name, rowCount, completed)\n- Dump Settings example passed $pdoOptions as the 4th constructor\n argument, which is the settings array; show both arguments correctly\n- the two-value setTableLimi\n[…]\nREAM const and the\n CompressMethod enum; mark disable-foreign-keys-check as deprecated\n- point MySQL doc links to the 8.0 manual instead of 5.7\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fix broken and incorrect README examples",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-03T06:43:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2905a22296bde523e774057ceacaf0a10d96e344",
"body": "The Constraint capped compress-level at 9, so the documented Zstd\n(1-22) and Lz4 (1-12) levels above 9 were rejected at validation.\nThe attribute now allows the global 0-22 range and DumpSettings\nenforces the per-method maximum via CompressMethod::maxLevel().\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: align compress-level validation with method-specific ranges",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-03T06:41:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b74e36ff6e1277b99bcd4304bd7a324436a2129a",
"body": "The interface bound is enforced at runtime; the narrower generic\nannotation contradicted the test that exercises the rejection path.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: loosen addTypeAdapter() param annotation to class-string",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T13:11:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1d1b97a1f57975bdd332dccf7e1e668145f2c778",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: check off task 2 (dependency wiring)",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T13:09:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "99a38f579e0077aa8d8e12a2f044bca9b96764a1",
"body": "A dump is a one-shot operation, so persistent connections gain nothing\nin CLI use, and under PHP-FPM a recycled handle can carry over session\nstate from a previous request. Users who want persistence can still\nopt in through the pdoOptions constructor argument.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: do not force persistent PDO connections by default",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T13:09:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1442e20001e659ce5a30abe7519a3c78454ee802",
"body": "Six positional closures were impossible to read at the call site;\nnamed arguments make the wiring explicit without adding a context\nclass around what are intentionally simple callback bundles.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: construct ObjectDumpers with named arguments",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T13:08:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a8f98dc8989bc366d1b000255e5f1a2454b1a1c0",
"body": "Mysqldump::$adapterClass was static, so addTypeAdapter() on one\ninstance silently changed the adapter of every other Mysqldump\ninstance in the same process. Now an instance property; adds a\nregression test that a second instance keeps TypeAdapterMysql.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: make type adapter selection per-instance",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T13:08:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "26d5cbc8d673e9b3830df9e7e0d327eb403684a5",
"body": "chore: PHP 8.4 modernization for 3.x",
"is_bot": false,
"headline": "Merge pull request #85 from druidfi/chore/php84-modernization",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T13:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e352a4d3c0ce0e4af2abd6cf75f5358b751ee0b",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update task list and CLAUDE.md for PHP 8.4 modernization",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T12:50:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e6bd0ee916d74deecae488467091315e4da22897",
"body": "Level 6 (mostly missing iterable value types in PHPDoc, 72 findings)\nis left as a follow-up.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: raise PHPStan to level 5",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T12:49:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3559107ae70acb23560d2e2a050e3c8e784f4885",
"body": "Apply the resulting modernizations: constructor property promotion in\nthe ObjectDumpers and TypeAdapterMysql, readonly properties, arrow\nfunctions for the dumper closures, str_contains(), and short list\ndestructuring. Multi-parameter promoted constructors reformatted to\none parameter per line.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: enable rector PHP sets and raise quality levels to 10",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T12:48:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e550589b4efc27b66fec81f976b2ff5ce5e23b53",
"body": "CompressMethod becomes the single source of truth for compression\nmethod names; the Constraint attribute gains an enum parameter and the\ncompress option validates against it. This fixes a real drift bug:\nConfigOption allowed 'Zstandard'/'LZ4' while the factory expected\n'Zstd'/'Lz4', so the Zstd, Lz4\n[…]\nfore ever reaching the factory.\n\nCompressManagerFactory stays as a thin wrapper with its string\nconstants; its public $methods array is dropped.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: introduce CompressMethod and InsertType enums",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T12:45:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1563fe6b850ec88e3e7f6c72ae62578dd5730ee1",
"body": "The native #[\\Deprecated] attribute carries the same information\n(message, since) and additionally makes PHP itself emit a deprecation\nnotice when the constant is accessed directly. The extra alternative/\nremoveIn fields of the custom attribute are folded into the message.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: replace custom Deprecated attribute with native PHP 8.4 one",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T12:44:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "77c99c0c14ed2e77822132ca4389c0af6fca06bc",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: use typed class constants",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T12:42:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4bac9a75e8be34fd97224906942b5ba36416a533",
"body": "Promote and mark readonly the constructor-assigned properties in\nDatabaseConnector and DumpWriter, mark the password parameter with\n#[SensitiveParameter] so it is redacted from stack traces, and make\nparseDsn() void — it returned its input unchanged.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: use constructor property promotion in connector and writer",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T12:42:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0212df9851c66994434ea991bf74ea950504973d",
"body": "Type the hook properties as ?Closure (first-class callable syntax in\nthe setters), add missing void return types, simplify matches() with\narray_any() — which also fixes a warning when an include/exclude\npattern is an empty string — and drop a redundant is_callable() check.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: modernize Mysqldump internals for PHP 8.4",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T12:41:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7b56688dfbcda2085af4cdedba12e7083c27cd52",
"body": "chore: update 3.x task list and skip CI for docs-only changes",
"is_bot": false,
"headline": "Merge pull request #84 from druidfi/chore/tasks-and-ci-path-filters",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T12:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aa2611bfe3e7002bebce293fdc7120e02e6908e",
"body": "Markdown files, docs/, LICENSE and .gitignore don't affect the test\noutcome, so don't spend 6 matrix jobs on them.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: skip test workflow for documentation-only changes",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T12:28:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "89a0b406e901062a9d60efa0acb380102b668e68",
"body": "Mark completed items (CI matrix, static analysis, Renovate), drop tasks\nout of scope for a dump library, and add concrete PHP 8.4-era tasks\nfound in the code: static $adapterClass leak, compress allowedValues\ndrift, dead getDatabaseStructure* methods, missing return types and\nuntyped hook properties, rector/phpstan strictness headroom.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: rewrite improvement tasks for 3.x against current codebase",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T12:28:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dcf5b64467fa47309c0abafec05ce6d14913f03d",
"body": "Add branch status badges to README",
"is_bot": false,
"headline": "Merge pull request #83 from druidfi/update/readme-branch-badges",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T10:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdaea4da4d4d0114f3a5590d3baffbf33be3986d",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add branch status badges to README",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T10:55:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d74bb2e5e2a4742e6259adfb9a018a57511c5f56",
"body": "Start 3.x development: require PHP 8.4+",
"is_bot": false,
"headline": "Merge pull request #81 from druidfi/update/3.x-php-84",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T10:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79fa0784b15c34cda9e666aa49594e27c97667f5",
"body": "The container entrypoint pre-creates the example user with the server\ndefault plugin, making CREATE USER IF NOT EXISTS a no-op - on MySQL\n8.4 the user was left on caching_sha2_password.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Force mysql_native_password for the test user with ALTER USER",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T10:28:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d2e230a26da6958e87e5bb906415cb8c51fa4049",
"body": "The runner's mysql binary is the MariaDB client, which cannot use\ncaching_sha2_password over plain TCP, so keep mysql_native_password\nfor the test user and enable the plugin on MySQL 8.4 via server flag.\nRun the root init step inside the service container over the local\nsocket, as the 8.4 root user uses caching_sha2_password.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix MySQL authentication for the CI test clients",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T10:25:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bfacd6ebc777e62c96b55851781c17acefe27243",
"body": "MySQL 8.0 community support ends April 2026; 8.4 is the current LTS.\n\nMySQL 8.4 disables mysql_native_password by default, so create the\ntest user with the default caching_sha2_password instead - fully\nsupported by mysqlnd on PHP 8.4+. Also add a mysql84 compose service\nfor local testing.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add MySQL 8.4 LTS to CI matrix",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T10:21:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f88a6d34fdc345beb60c7ada7d9bec25a89ed9bf",
"body": "Main branch is now the 3.x line; 2.x branch continues PHP 8.1+\nmaintenance.\n\n- composer.json: php ^8.1 -> ^8.4, phpunit ^10.5 -> ^12, add\n dev-main branch alias 3.x-dev for Packagist\n- phpunit.xml: migrate to PHPUnit 12.5 schema\n- CI: trim matrix to PHP 8.4/8.5 (4 combinations)\n- Docker: drop php81\n[…]\nector.php: target PHP 8.4\n- Mysqldump: remove PHP_VERSION_ID > 80100 check, always true now\n- README/CLAUDE.md: document branch/version strategy\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Start 3.x development: require PHP 8.4+",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T10:03:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "024a9b98ac05654bc53f9ad7a3680a547346e464",
"body": null,
"is_bot": false,
"headline": "Update CLAUDE.md [skip ci]",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T09:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "965f2f594672f9ad7dcf9402fe2866da4a7bbf1c",
"body": "Fix PHPStan findings and update actions/checkout to v7",
"is_bot": false,
"headline": "Merge pull request #80 from druidfi/fix/phpstan-findings",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T09:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44c99b49f4a872844205d522e44d58693be92df9",
"body": "PHPStan now passes with zero errors, so remove continue-on-error\nto let future findings fail the build instead of hiding in\nannotations.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Make PHPStan a blocking CI check",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T09:26:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f76caf89462ce789d75f95bcba6dc026daf8c6ef",
"body": "- FakeTypeAdapter: promote constructor parameters to public readonly\n properties; the signature is required by Mysqldump::getAdapter()\n- MysqldumpAdapterTest: assert the adapter receives the given PDO\n- CompressManagerFactoryTest: assert the concrete class returned per\n compression method instead \n[…]\nsObject\n- ConfigValidatorTest: drop redundant assertIsArray on typed return\n- GHA: update actions/checkout to v7 (v4 targets deprecated Node 20)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix PHPStan findings and update actions/checkout to v7",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T09:22:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "21f8b1b0c8b38079689a349131aa8a2a9917baef",
"body": "Update PHPUnit to ^10.5",
"is_bot": false,
"headline": "Merge pull request #79 from druidfi/update/phpunit-10",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T09:18:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f717baa797ecafbd5d67b7d310b288e34a0d1009",
"body": "- Bump phpunit/phpunit from ^9 to ^10.5 in require-dev\n- Migrate phpunit.xml to PHPUnit 10.5 schema (--migrate-configuration)\n- Convert @covers/@dataProvider annotations to PHP 8 attributes\n (CoversClass, DataProvider), removed in PHPUnit 12\n- Add missing coverage metadata to ConfigValidatorTest and fix\n non-namespaced @covers in MysqldumpTest and MysqldumpAdapterTest\n- Ignore PHPUnit 10 .phpunit.cache directory\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update PHPUnit to ^10.5",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-07-02T09:11:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "beb423722f659c9e97ab7c5224c961a7dedf13ce",
"body": "Fix compress-level setting ignored in CompressGzip",
"is_bot": false,
"headline": "Merge pull request #78 from druidfi/fix/compress-gzip-level",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-03-17T09:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1309a78d76b0a2dbb0155ceb41b2fd0e30eb471a",
"body": "…ress-gzip-level",
"is_bot": false,
"headline": "Merge branch 'main' of github.com:druidfi/mysqldump-php into fix/comp…",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-03-17T08:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138329964489d75f71c48e858c224eaba457b27e",
"body": "Fix include-tables list being cleared, causing full database dump",
"is_bot": false,
"headline": "Merge pull request #77 from druidfi/fix/include-tables-cleared",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-03-17T08:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71b424356c84538fd8503ac6792931cd8563e1b4",
"body": "Dumps test001 DB with include-tables => ['test000'] and verifies:\n- INSERT data matches native mysqldump output for the included table\n- Data from other tables (test001, test002, test003) is absent\n\nThis directly reproduces the regression from issue #75 where the full\ndatabase was dumped instead of only the specified table.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add integration tests for include-tables filtering",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-02-21T07:46:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5e35c3f0627c6fd37905631b66858e78a8f03607",
"body": "Covers: default level (0), valid levels (1-9) stored correctly,\nout-of-range values falling back to default, factory forwarding\nthe level to CompressGzip, and a round-trip write/read test.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add unit tests for CompressGzip compression level",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-02-21T07:45:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "52265e94ed41b892299037b1a172395153eacf88",
"body": null,
"is_bot": false,
"headline": "ci: trigger test workflow",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-02-20T20:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "563ccd59632df2fd7c7a0054390c161de4ce340e",
"body": "CompressGzip hardcoded 'wb' as the gzip mode, ignoring the compress-level\nsetting entirely. CompressManagerFactory also only forwarded $level to\nZstd and Lz4 constructors, not to Gzip.\n\nFix: accept int $level in CompressGzip::__construct() and append it to\nthe gzopen mode string ('wb1'..'wb9') when a valid level (1-9) is given.\nUpdate CompressManagerFactory to pass $level to Gzip alongside Zstd/Lz4.\n\nCloses #76\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix compress-level setting ignored in CompressGzip",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-02-20T20:07:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9a55f1837a8023542b21f7ceae7b780c6e8f977f",
"body": "getDatabaseStructureTables() was using a single $includedTables variable\nfor two purposes: as the filter for iterateTables() and as a tracker for\nmissing tables. It removed found tables from the list, then overwrote\ngetIncludedTables() with the emptied result. When all specified tables\nexisted, iter\n[…]\ns in start(). getIncludedTables() is no\nlonger modified, so iterateTables() correctly filters by the original\nuser-provided list.\n\nCloses #75\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix include-tables list being cleared, causing full database dump",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-02-20T20:06:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bca339123a2abd8dce3405c4bffff5dc66a35332",
"body": "…-w7xTU\n\nAdd CLAUDE.md for AI assistant guidance",
"is_bot": false,
"headline": "Merge pull request #74 from druidfi/claude/claude-md-mkwffnu7ho0dxg3u…",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-01-27T10:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b31259d27f885b4ae3aff5acabcc9f29745f8cb6",
"body": "Comprehensive documentation for AI assistants covering:\n- Project overview and codebase structure\n- Development commands and workflows\n- Key coding conventions (strict types, PHP 8 attributes)\n- Design patterns used (Strategy, Factory, Type Adapter)\n- Testing approach (PHPUnit, integration tests, CI matrix)\n- Static analysis configuration (PHPStan, Rector)\n- Common tasks and gotchas\n\nhttps://claude.ai/code/session_01XHvrejw4dbpEyPFZ9audbs",
"is_bot": false,
"headline": "Add CLAUDE.md for AI assistant guidance",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-01-27T10:05:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf64bff25e9638ac67a26e88e679eb60eda28d17",
"body": "Add Rector",
"is_bot": false,
"headline": "Merge pull request #72 from druidfi/QA-tools",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-01-09T06:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a1e38061c8b76f863975bcb52ef836d85cb20d",
"body": null,
"is_bot": false,
"headline": "Add Rector and PHPStan checks to GHA",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-01-07T08:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "351881881a7b94de05ca8fc5fbc7e58ed27b0980",
"body": null,
"is_bot": false,
"headline": "Fix php error",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-01-07T08:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "523af95d66e90fb7874dc34be361adbf7b86f79c",
"body": null,
"is_bot": false,
"headline": "Fix PHPstan issues",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-01-07T08:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8e5a63807700d87114ec488431f9b0008574c11",
"body": null,
"is_bot": false,
"headline": "Add initial PHPStan configuration",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-01-07T06:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63a5f14763c398cabb631a750ea53edf6af7a78b",
"body": null,
"is_bot": false,
"headline": "Add Rector",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-01-07T06:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaa8174a2379210ce250046cb52fb6bef468c510",
"body": "Use PHP native attributes",
"is_bot": false,
"headline": "Merge pull request #68 from druidfi/PHP-attributes",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-01-07T05:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8998be79d8db619b37e53f9c84ce5a0021c7fd2e",
"body": "bug fix for option no-data",
"is_bot": false,
"headline": "Merge pull request #69 from sensus-media/bugfix/no-data",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2026-01-07T05:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4834dc78fb95e67663125d17687b42ce7f9cee77",
"body": null,
"is_bot": false,
"headline": "bug fix for option no-data",
"author_name": "Sabrina Urban",
"author_login": "sabrinau99",
"committed_at": "2025-11-04T08:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b61374545cb312acc1b0396de377684661ca610c",
"body": null,
"is_bot": false,
"headline": "Validations and tests",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2025-10-22T13:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2888d219bc7f61d32bd09a859184c6324362e2e",
"body": null,
"is_bot": false,
"headline": "Use PHP native attributes",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2025-10-22T11:00:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be0f2804e1789be412db6a275ee4cbb27fdbe061",
"body": null,
"is_bot": false,
"headline": "Updated plan [skip ci]",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2025-10-22T10:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "148e613ead62e6d066cd1b5f6d5186d6cb8dcd0e",
"body": null,
"is_bot": false,
"headline": "GHA: bitnami Docker images are gone -also mysql",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2025-10-22T10:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f18d17ba3501f4f7069146205dd09a1ea9fe7c",
"body": null,
"is_bot": false,
"headline": "GHA: bitnami Docker images are gone",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2025-10-22T10:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb6ba7baf1b58ee9d65119fa476fd8900ae437d1",
"body": "Refactor",
"is_bot": false,
"headline": "Merge pull request #64 from druidfi/refactor-separate-classes",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2025-10-22T08:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29d9ae2a7cf9c568ff363f2cbcf558635e60d647",
"body": null,
"is_bot": false,
"headline": "More colorful output on test.sh",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2025-09-02T07:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e1fdb504104a031620d7821963d4526ae4f70e",
"body": "PHP 8.1 support",
"is_bot": false,
"headline": "Merge pull request #66 from druidfi/PHP-8.1-support",
"author_name": "Marko Korhonen",
"author_login": "back-2-95",
"committed_at": "2025-09-01T21:34:18Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 120,
"latest_release_at": "2026-03-17T09:39:35Z",
"latest_release_tag": "2.0.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 11,
"days_since_latest_release": 132,
"mean_days_between_releases": 129.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": "druidfi/mysqldump-php",
"exists": true,
"license": "GPL-3.0-or-later",
"keywords": [
"database",
"php",
"sql",
"mysql",
"pdo",
"mariadb",
"mysqldump",
"mysql-backup",
"php8"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/druidfi/mysqldump-php",
"is_deprecated": false,
"latest_version": "2.0.3",
"repository_url": "https://github.com/druidfi/mysqldump-php",
"versions_count": 15,
"total_downloads": 651075,
"dependents_count": 7,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 43500,
"first_published_at": null,
"latest_published_at": "2026-03-17T09:37:12Z",
"latest_version_yanked": null,
"days_since_latest_publish": 132
}
]
},
"popularity": {
"forks": 10,
"stars": 35,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2022-11-03",
"count": 1
},
{
"date": "2022-11-14",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
}
],
"complete": true,
"collected": 10,
"total_forks": 10
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 25344,
"source_files_sampled": 54,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 10779
},
"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": "composer-runtime-api",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-pdo",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "rector/rector",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "squizlabs/php_codesniffer",
"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": 67,
"open_issues": 3,
"closed_ratio": 0.833,
"closed_issues": 15,
"closed_unmerged_prs": 18
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "back-2-95",
"commits": 285,
"avatar_url": "https://avatars.githubusercontent.com/u/1140272?v=4"
},
{
"type": "User",
"login": "ifsnop",
"commits": 234,
"avatar_url": "https://avatars.githubusercontent.com/u/967656?v=4"
},
{
"type": "User",
"login": "clouddueling",
"commits": 72,
"avatar_url": "https://avatars.githubusercontent.com/u/1400735?v=4"
},
{
"type": "User",
"login": "code2prog",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/22845213?v=4"
},
{
"type": "User",
"login": "ge0ffray",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/810054?v=4"
},
{
"type": "User",
"login": "staabm",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/120441?v=4"
},
{
"type": "User",
"login": "Slamdunk",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/152236?v=4"
},
{
"type": "User",
"login": "bomoko",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/297936?v=4"
},
{
"type": "User",
"login": "phpfui",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/7434059?v=4"
},
{
"type": "User",
"login": "guvra",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/3967259?v=4"
}
],
"contributors_sampled": 45,
"top_contributor_share": 0.419
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"tests.yml"
],
"has_docs_dir": true,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/16 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 12 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"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": "581c0fe5a7fe21ad197b1796429564ccb8e35d16",
"ran_at": "2026-07-27T10:09:33Z",
"aggregate_score": 5.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T10:02:56Z",
"oldest_open_prs": [
{
"number": 53,
"created_at": "2025-01-20T07:31:15Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-09T06:55:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 24,
"created_at": "2023-03-23T13:19:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2023-04-04T08:04:44Z",
"last_comment_at": "2023-05-17T12:25:54Z",
"last_comment_author": "back-2-95"
},
{
"number": 32,
"created_at": "2023-11-14T13:21:32Z",
"last_comment_at": "2023-11-15T10:30:37Z",
"last_comment_author": "back-2-95"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/druidfi/mysqldump-php",
"host": "github.com",
"name": "mysqldump-php",
"owner": "druidfi"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 56,
"vitality": 73,
"community": 40,
"governance": 71,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"commits_last_year": 120,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 11
},
"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": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "120 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 120
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 74,
"inputs": {
"releases_count": 15,
"latest_release_tag": "2.0.3",
"releases_from_tags": false,
"days_since_latest_release": 132,
"mean_days_between_releases": 129.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 132 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 132
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~129.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 129.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": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 10,
"stars": 35,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "35 stars",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 35
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "10 forks",
"points": 8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 10
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"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": "recognized license (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"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": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"packages": [
"druidfi/mysqldump-php"
],
"dependents": 7,
"ecosystems": "packagist",
"total_downloads": 651075,
"monthly_downloads": 43500
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "43,500 downloads/month across packagist",
"points": 61.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 43500,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "7 packages depend on it",
"points": 6,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 7
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 45,
"top_contributor_share": 0.419
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 42% of commits",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 42
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "45 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 45
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"merged_prs": 67,
"open_issues": 3,
"closed_issues": 15,
"issue_closed_ratio": 0.833,
"closed_unmerged_prs": 18
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "83% of issues closed",
"points": 38.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 83
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "67/85 decided PRs merged",
"points": 30.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 67,
"decided": 85
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/16 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"followers": 13,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "druidfi",
"public_repos": 20,
"account_age_days": 3875
},
"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": "13 followers of druidfi",
"points": 8.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 13,
"login": "druidfi"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "20 public repos, account ~10 yr old",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 20
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"druidfi/mysqldump-php"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 132
},
"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 132 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 132
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"gdpr",
"mysqldump",
"php"
],
"has_wiki": false,
"homepage": "https://packagist.org/packages/druidfi/mysqldump-php",
"has_readme": false,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://packagist.org/packages/druidfi/mysqldump-php",
"points": 15,
"status": "met",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 5.6
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 0/16 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"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": 15
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.82,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 10779
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "82 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 82,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.48,
"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": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "48 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 48,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 25344,
"source_files_sampled": 54,
"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/54 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 54,
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-27T10:09:59.902618Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/druidfi/mysqldump-php.svg",
"full_name": "druidfi/mysqldump-php",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}