Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"php",
"mysql-dump-utility",
"backup"
],
"is_fork": false,
"size_kb": 29,
"has_wiki": false,
"homepage": "https://nette.org",
"languages": {
"PHP": 10240
},
"pushed_at": "2026-07-31T08:22:29Z",
"created_at": "2010-06-05T14:38:50Z",
"owner_type": "User",
"updated_at": "2026-07-31T08:23:44Z",
"description": "MySQL Dump Utility",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://davidgrudl.com",
"name": "David Grudl",
"type": "User",
"login": "dg",
"company": "Nette Foundation",
"location": null,
"followers": 800,
"avatar_url": "https://avatars.githubusercontent.com/u/194960?v=4",
"created_at": "2010-02-03T00:47:26Z",
"is_verified": null,
"public_repos": 77,
"account_age_days": 6022
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.7.1",
"kind": "patch",
"published_at": "2026-07-31T08:22:04Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-05-18T00:49:32Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2024-09-16T04:30:48Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2019-09-10T21:36:25Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2018-10-31T00:31:09Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2017-05-24T12:44:51Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2015-04-18T14:09:50Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2014-02-03T15:45:23Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2014-01-30T00:54:05Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2013-05-13T16:19:19Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2012-08-31T01:53:15Z"
}
],
"recent_commits": [
{
"oid": "ad432452ec4c6cfca9093797e274897e59a14895",
"body": "The body was read from the Statement column of SHOW TRIGGERS, i.e. from\ninformation_schema.TRIGGERS.ACTION_STATEMENT. That is MySQL's normalized\nre-rendering of the body, in which escaping inside string literals is lost\n('' collapses to ', backslashes disappear), so a trigger containing quotes\nprodu\n[…]\n...' instead of LIKE,\nwhere _ in a table name acted as a wildcard, and the DEFINER clause is now\nstripped from them too, via a shared stripDefiner() that survives a quoted\nuser name containing spaces.",
"is_bot": false,
"headline": "MySQLDump: fixed export of triggers with escaped quotes in body",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2026-07-31T08:22:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d290380aa42aa117ac5353680e735eaf1a2cd525",
"body": null,
"is_bot": false,
"headline": "added AGENTS.md",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2026-07-13T00:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53015f98ff8e14795cd50764f47b635fe00cfccb",
"body": null,
"is_bot": false,
"headline": "cs",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2026-06-01T15:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6c284206b83f69012939403b3b9f0cc0b106c25",
"body": null,
"is_bot": false,
"headline": "requires PHP 8.2",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2026-06-01T15:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "257d0c2c0ed4415330912456d252f2f4253496cc",
"body": null,
"is_bot": false,
"headline": "type fix",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2026-05-18T00:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6d429fc78603ba1c1bcf83f583cf262cf74a167",
"body": null,
"is_bot": false,
"headline": "added export of stored functions, procedures and events",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2026-05-17T22:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b2654902ddbe8052eb373c74b49e21702641809",
"body": null,
"is_bot": false,
"headline": "triggers respect DROP flag",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2026-05-17T22:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af949f76b6d4d909fb4d16c1350362479f8dd34d",
"body": null,
"is_bot": false,
"headline": "added .gitignore",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2026-05-17T22:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f55b26d1134ef0497b2f030ca51624f8ed9eff6",
"body": null,
"is_bot": false,
"headline": "cs",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2026-05-17T22:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47949fc8d04655255bf5f1a859abab25079e7572",
"body": null,
"is_bot": false,
"headline": "singleline declare statements",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2026-02-23T00:02:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b83859026dc3651c6aa39376705fbfa57c0486c5",
"body": null,
"is_bot": false,
"headline": "charset is utf8mb4",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2024-09-16T04:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "081404c977b39a36b201589ce07d8c5570706492",
"body": null,
"is_bot": false,
"headline": "added funding.yml",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2020-05-11T22:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7a0a32e512d8cde6a26de0ebb8a96739c5a028",
"body": null,
"is_bot": false,
"headline": "uses PHP 7.1 features",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2019-09-29T09:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cb33ff70a9bb66c2e254da33537fbfae0a9f6e1",
"body": null,
"is_bot": false,
"headline": "minimal version is PHP 7.1",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2019-09-29T09:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e287b715b43293773a8b0edf8514f606e01780",
"body": null,
"is_bot": false,
"headline": "MySQLDump: skip `dumpTable` if mode set to NONE (#9)",
"author_name": "Jakub Vokoun",
"author_login": "jakubvokoun",
"committed_at": "2019-09-10T21:36:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c9cf07092bcc4a140bef01c64d883ebfccfccfa",
"body": null,
"is_bot": false,
"headline": "MySQLDump: disables UNIQUE_CHECKS, AUTOCOMMIT and KEYS",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2018-10-31T00:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f8f76bf50d7883033b5bbc413db64ba9da42581",
"body": null,
"is_bot": false,
"headline": "MySQLImport: added SQL to exception message",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2018-10-31T00:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "522d6ada8a10e7195884fe1eff97da3cc7afec75",
"body": null,
"is_bot": false,
"headline": "added donation link",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2018-10-31T00:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a56b9c2214a28d17a3a8c19929c62fc4e6ecaa1d",
"body": null,
"is_bot": false,
"headline": "readme.md: improved",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2018-10-31T00:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75435d7d198a2551d69496753e0dd80e2a2f6f9b",
"body": null,
"is_bot": false,
"headline": "coding style",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2018-10-31T00:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28e9b22e7a0d72ebc52904f5c0b4404771f2822f",
"body": null,
"is_bot": false,
"headline": "minimal version is PHP 5.6",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2018-10-31T00:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8970328c9a8665e65f3855c849f5d4de94075f13",
"body": null,
"is_bot": false,
"headline": "MySQLImport: passes percent to onProgress",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2017-05-24T12:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afd2788746ea2344a535d5207e74df7ddf3f2625",
"body": null,
"is_bot": false,
"headline": "added MySQLImport [Closes #7]",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2017-05-24T12:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1c00a6b7ded9cab37f0280fa2940b1809835f90",
"body": null,
"is_bot": false,
"headline": "allows to pass charset as optional parameter [Closes #4]",
"author_name": "Fabrizio Monti",
"author_login": null,
"committed_at": "2015-04-18T14:09:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b31ff3f42bbef5b1e8bb2c5d54edbb705809149c",
"body": "fixed export of views",
"is_bot": false,
"headline": "Merge pull request #5 from Clevis/views",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2015-04-17T19:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd3e5473d93c00984fdad20c6319a8cd9f3f4c0",
"body": "views must be exported after all tables",
"is_bot": false,
"headline": "fixed export of views",
"author_name": "Jan Tvrdik",
"author_login": "JanTvrdik",
"committed_at": "2015-04-17T18:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462eaac79ea4ad9da75645b8930ce96a8eb10be2",
"body": null,
"is_bot": false,
"headline": "fixed dump of longtext [Closes #2]",
"author_name": "Jan Tvrdik",
"author_login": "JanTvrdik",
"committed_at": "2014-03-12T20:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40995e4061a5d40fc853018387519205acc7154f",
"body": null,
"is_bot": false,
"headline": "fixed license identifier in composer.json",
"author_name": "Jan Tvrdik",
"author_login": "JanTvrdik",
"committed_at": "2014-03-12T20:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b78e4fdb69a416e1d42ee941aec636a88cfea46",
"body": null,
"is_bot": false,
"headline": "new directory structure",
"author_name": "Jan Tvrdik",
"author_login": "JanTvrdik",
"committed_at": "2014-03-12T20:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c79bd413176fc416e2784728f3a594bf43fde7",
"body": null,
"is_bot": false,
"headline": "tables are locked when dumping",
"author_name": "Jan Tvrdik",
"author_login": "JanTvrdik",
"committed_at": "2014-03-12T20:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fe38bd0ff897cfbc608c7557e508312903f35d3",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "Jan Tvrdik",
"author_login": "JanTvrdik",
"committed_at": "2014-03-12T20:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10672d6226abd1c2a69932f5bba8746c1fd14c98",
"body": null,
"is_bot": false,
"headline": "fixed export of triggers",
"author_name": "Jan Tvrdik",
"author_login": "JanTvrdik",
"committed_at": "2014-02-03T15:45:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db4f275f94d0492c9e845f3431835e7753c37a8f",
"body": null,
"is_bot": false,
"headline": "implemented export of TRIGGERS",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2014-01-30T00:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c59f9dc935a2a5f82d76a4fe73a949910069f2c1",
"body": null,
"is_bot": false,
"headline": "added delimite() for escaping identifiers",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2014-01-30T00:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4f26c411e30d6460526fe67fc9ee5897fc28298",
"body": null,
"is_bot": false,
"headline": "whitespace",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2014-01-30T00:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43928fc540865372a7d94fd750ab16ffd4774e88",
"body": null,
"is_bot": false,
"headline": "added readme.md, license.md",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2013-05-13T16:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15605d813274511f60d4e5d6b6039bdce4444a9d",
"body": "… table",
"is_bot": false,
"headline": "added $tables, user can specify DROP | CREATE | DATA options for each…",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2013-05-13T15:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "916691086456139849543eb7a3763967d3ed704f",
"body": null,
"is_bot": false,
"headline": "removed MySQLDump::send(), code moved to example.sendAsFile.php",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2013-05-13T15:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3eb6ced246028fb8a3ff93931968378144bd73a",
"body": null,
"is_bot": false,
"headline": "write() has optional argument",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2013-05-13T15:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "152408390b2421ca638ea07b9622704eb065a5af",
"body": null,
"is_bot": false,
"headline": "refactoring, added dumpTable()",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2013-05-13T15:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "049c8b637bafc7b225ae0f7a2204539ff8256171",
"body": "Numeric type recognition should ignore content of parentheses",
"is_bot": false,
"headline": "Merge pull request #1 from VaclavSir/master",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2013-05-13T14:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65bfe46f4d752a82862327a598e1bb6baa4370ff",
"body": null,
"is_bot": false,
"headline": "Numeric type regexp ignores content of parentheses.",
"author_name": "Vaclav Sir",
"author_login": "VaclavSir",
"committed_at": "2013-05-13T13:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b23ed194406f3a337f5d43f6c42edd58a85898",
"body": null,
"is_bot": false,
"headline": "added composer.json",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2012-08-31T01:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffbeb09a9dcad5c9553e413f25ef674cbe355f4f",
"body": null,
"is_bot": false,
"headline": "fixed identifier escaping",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2012-08-31T01:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "346b418f81dcd4e03cacb11b417739993e9be4c1",
"body": null,
"is_bot": false,
"headline": "MySQLDump::write() is public now",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2010-06-05T16:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e1294da4ed04527f32463b7ff651584a008244d",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "David Grudl",
"author_login": "dg",
"committed_at": "2010-06-05T16:35:41Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 9,
"latest_release_at": "2026-07-31T08:22:04Z",
"latest_release_tag": "v1.7.1",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 3,
"days_since_latest_release": 0,
"mean_days_between_releases": 536.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "dg/mysql-dump",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [
"mysql"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/dg/mysql-dump",
"is_deprecated": false,
"latest_version": "v1.7.0",
"repository_url": "https://github.com/dg/MySQL-dump",
"versions_count": 10,
"total_downloads": 3153715,
"dependents_count": 13,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 41926,
"first_published_at": null,
"latest_published_at": "2026-05-18T00:49:32Z",
"latest_version_yanked": null,
"days_since_latest_publish": 74
}
]
},
"popularity": {
"forks": 48,
"stars": 210,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2013-03-20",
"count": 1
},
{
"date": "2013-05-13",
"count": 1
},
{
"date": "2013-07-23",
"count": 1
},
{
"date": "2013-09-19",
"count": 1
},
{
"date": "2014-05-13",
"count": 1
},
{
"date": "2014-07-31",
"count": 1
},
{
"date": "2014-09-08",
"count": 1
},
{
"date": "2015-04-23",
"count": 1
},
{
"date": "2016-05-30",
"count": 1
},
{
"date": "2016-07-04",
"count": 1
},
{
"date": "2016-11-05",
"count": 1
},
{
"date": "2016-11-26",
"count": 1
},
{
"date": "2017-01-11",
"count": 1
},
{
"date": "2017-05-15",
"count": 1
},
{
"date": "2017-07-13",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2017-12-27",
"count": 1
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-04-24",
"count": 1
},
{
"date": "2018-08-06",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-11-03",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-27",
"count": 1
},
{
"date": "2019-01-16",
"count": 1
},
{
"date": "2019-02-22",
"count": 1
},
{
"date": "2019-03-25",
"count": 1
},
{
"date": "2019-05-14",
"count": 1
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-09-28",
"count": 1
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2020-06-07",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2021-12-12",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-12-12",
"count": 1
}
],
"complete": true,
"collected": 44,
"total_forks": 48
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 8229,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 4764
},
"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": 1,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 0,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 3,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "dg",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/194960?v=4"
},
{
"type": "User",
"login": "JanTvrdik",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/175109?v=4"
},
{
"type": "User",
"login": "jakubvokoun",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/14090004?v=4"
},
{
"type": "User",
"login": "VaclavSir",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1473642?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.8
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 2/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 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": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ad432452ec4c6cfca9093797e274897e59a14895",
"ran_at": "2026-07-31T08:31:42Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-31T08:22:30Z",
"oldest_open_prs": [
{
"number": 11,
"created_at": "2021-03-31T20:28:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 13,
"created_at": "2024-12-12T21:07:04Z",
"last_comment_at": "2026-01-21T19:15:18Z",
"last_comment_author": "bs-thomas"
},
{
"number": 15,
"created_at": "2025-04-19T13:29:05Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2019-09-10T21:36:26Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dg/MySQL-dump",
"host": "github.com",
"name": "MySQL-dump",
"owner": "dg"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 46 is calibrated to 44 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 46,
"calibrated": 44,
"calibration": "2026-08-02"
}
}
],
"value": 44,
"inputs": {
"security": 36,
"vitality": 58,
"community": 58,
"governance": 52,
"calibration": "2026-08-02",
"engineering": 27,
"ai_readiness": 31,
"weighted_overall_raw": 46
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 58,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 9,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 3
},
"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": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "9 commits in the last year",
"points": 9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 9
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"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": 64,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v1.7.1",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 536.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~536.3 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 536.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 58,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"forks": 48,
"stars": 210,
"watchers": 13,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "210 stars",
"points": 37.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 210
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "48 forks",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 48
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"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": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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 (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"dg/mysql-dump"
],
"dependents": 13,
"ecosystems": "packagist",
"total_downloads": 3153715,
"monthly_downloads": 41926
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "41,926 downloads/month across packagist",
"points": 61.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 41926,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "13 packages depend on it",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 13
}
}
],
"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": 52,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.8
},
"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 80% of commits",
"points": 4.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 80
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 22,
"inputs": {
"merged_prs": 3,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 6,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/9 decided PRs merged",
"points": 10,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 9
}
}
],
"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 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 70,
"inputs": {
"followers": 800,
"owner_type": "User",
"is_verified": null,
"owner_login": "dg",
"public_repos": 77,
"account_age_days": 6022
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "800 followers of dg",
"points": 20.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 800,
"login": "dg"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "77 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 77
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"dg/mysql-dump"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 74
},
"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 74 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 74
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 27,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"php",
"mysql-dump-utility",
"backup"
],
"has_wiki": false,
"homepage": "https://nette.org",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://nette.org",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "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": "weak",
"name": "Security",
"value": 36,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "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": 5
},
"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": 31,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.152,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 4764
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.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": "7 of 46 human commits state their intent (structured subject or explanatory body)",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 7,
"sampled": 46
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 46",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 46
}
}
],
"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": 8229,
"source_files_sampled": 5,
"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/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"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-07-31T08:31:48.706979Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dg/MySQL-dump.svg",
"full_name": "dg/MySQL-dump",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}