JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"python",
"shell"
],
"is_fork": false,
"size_kb": 4043,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 134,
"Python": 543910,
"Batchfile": 130,
"Dockerfile": 754,
"PowerShell": 622
},
"pushed_at": "2024-07-19T14:56:13Z",
"created_at": "2015-04-08T15:08:04Z",
"owner_type": "User",
"updated_at": "2026-07-21T21:38:33Z",
"description": "Magnificent app which corrects your previous console command.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://nvbn.github.io",
"name": "Vladimir Iakovlev",
"type": "User",
"login": "nvbn",
"company": null,
"location": "Amsterdam, The Netherlands",
"followers": 2096,
"avatar_url": "https://avatars.githubusercontent.com/u/1114542?v=4",
"created_at": "2011-10-09T18:21:18Z",
"is_verified": null,
"public_repos": 101,
"account_age_days": 5399
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "3.32",
"kind": "other",
"published_at": "2022-01-02T22:17:40Z"
},
{
"tag": "3.31",
"kind": "other",
"published_at": "2021-06-09T19:58:15Z"
},
{
"tag": "3.30",
"kind": "other",
"published_at": "2020-03-19T17:47:56Z"
},
{
"tag": "3.29",
"kind": "other",
"published_at": "2019-05-27T16:43:34Z"
},
{
"tag": "3.28",
"kind": "other",
"published_at": "2018-11-29T22:56:35Z"
},
{
"tag": "3.27",
"kind": "other",
"published_at": "2018-05-22T17:31:37Z"
},
{
"tag": "3.26",
"kind": "other",
"published_at": "2018-04-25T16:30:53Z"
},
{
"tag": "3.25",
"kind": "other",
"published_at": "2017-11-23T19:56:19Z"
},
{
"tag": "3.24",
"kind": "other",
"published_at": "2017-10-16T18:26:16Z"
},
{
"tag": "3.23",
"kind": "other",
"published_at": "2017-08-29T07:41:24Z"
},
{
"tag": "3.22",
"kind": "other",
"published_at": "2017-08-29T03:05:57Z"
},
{
"tag": "3.21",
"kind": "other",
"published_at": "2017-08-21T10:28:40Z"
},
{
"tag": "3.20",
"kind": "other",
"published_at": "2017-08-16T09:30:44Z"
},
{
"tag": "3.19",
"kind": "other",
"published_at": "2017-08-03T11:52:05Z"
},
{
"tag": "3.18",
"kind": "other",
"published_at": "2017-05-10T14:52:39Z"
},
{
"tag": "3.17",
"kind": "other",
"published_at": "2017-05-10T13:40:28Z"
},
{
"tag": "3.16",
"kind": "other",
"published_at": "2017-04-10T21:19:32Z"
}
],
"recent_commits": [
{
"oid": "c7e7e1d884d3bb241ea6448f72a989434c2a35ec",
"body": null,
"is_bot": false,
"headline": "Fix typos in README.md",
"author_name": "Alan Gabbianelli",
"author_login": "AlanGabbianelli",
"committed_at": "2024-01-25T19:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62e0767c5069aeee176b0fe3459068b7703aaa26",
"body": null,
"is_bot": false,
"headline": "#N/A: Fix a couple of issues after new flake8 release",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2023-07-30T20:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cd187a3bb47351890ac7308464e1a2780507220",
"body": "* feat: Added nicer support for Windows CMD & Powershell\r\n\r\n* Fix typo\r\n\r\n* Fix CMD console color after thefuck Ctrl-C\r\n\r\n* Update setup.py\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>\r\n\r\n* Update setup.py\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>\r\n\r\n* Addressed PR comments\r\n\r\n* fix spacing and newline issues\r\n\r\n---------\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#1329: Add support for Windows `CMD` and easier setup for Powershell",
"author_name": "Gerardo Grignoli",
"author_login": "gerardog",
"committed_at": "2023-07-10T13:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0420442e778dd7bc53bdbdb50278eea2c207dc74",
"body": "The imp module is deprecated and will be removed in Python 12.",
"is_bot": false,
"headline": "#1248: Use imp only when importlib.util not available",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2023-07-10T12:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "617aaa1fd07271d0b370e56efd307827c085eb7c",
"body": null,
"is_bot": false,
"headline": "#1248: Skip a failing test when running on Windows",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2023-07-10T12:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf0921be4ad01fc644358a3e99680be5f238bfa7",
"body": null,
"is_bot": false,
"headline": "#1248: Check for multiple patterns in functional tests",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2023-07-10T12:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef1ea4b4dd1016082c7d8199364cfe3e8a2916e6",
"body": null,
"is_bot": false,
"headline": "#1248: Check container status before test functions",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2023-07-10T12:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cadcca9043e6ae3ddf0b4cb9ddd9caa0c668f1e",
"body": null,
"is_bot": false,
"headline": "#1248: Reuse Docker images in functional tests",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2023-07-10T12:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d81929f29438b8e115efa4091dc8362431c4ce1e",
"body": null,
"is_bot": false,
"headline": "#1248: Move deprecated Python versions to separate workflow job",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2023-07-10T12:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b03e0913d3e94e605dc36ef9c7c2e48cd2f6e5fc",
"body": null,
"is_bot": false,
"headline": "#1248: Run workflows on push and pull_request",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2023-07-10T12:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b79e104df88877588386e3e2b20d5aa859649795",
"body": null,
"is_bot": false,
"headline": "Add support for Python 3.11",
"author_name": "Hugo van Kemenade",
"author_login": "hugovk",
"committed_at": "2023-07-09T11:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f71959b1ba9e8359cc0e42226706a742e82ab8b",
"body": null,
"is_bot": false,
"headline": "Add python_requires to help pip",
"author_name": "Hugo van Kemenade",
"author_login": "hugovk",
"committed_at": "2023-07-09T11:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51b82c53771b3fffeb07817acfbce6a80edee747",
"body": null,
"is_bot": false,
"headline": "Update min Python 3 version required in README",
"author_name": "Hugo van Kemenade",
"author_login": "hugovk",
"committed_at": "2023-07-09T11:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f562a185ce3ca398f990b392c54d82104a105a7",
"body": null,
"is_bot": false,
"headline": "Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160",
"author_name": "Hugo van Kemenade",
"author_login": "hugovk",
"committed_at": "2023-07-09T11:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a242c7daa59ddfe787eca0eb54d00afa03c95f8",
"body": null,
"is_bot": false,
"headline": "Test on Python 3.10 final",
"author_name": "Hugo van Kemenade",
"author_login": "hugovk",
"committed_at": "2023-07-09T11:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceeaeab94b5df5a4fe9d94d61e4f6b0bbea96378",
"body": "* Add terraform 'no command' rule\r\n\r\n* Feedback from PR\r\n\r\nCo-authored-by: Joseph Daniel <jdn@logpoint.com>",
"is_bot": false,
"headline": "Add terraform 'no command' rule (#1317)",
"author_name": "josepdaniel",
"author_login": "josepdaniel",
"committed_at": "2022-09-25T19:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77627a314048dad8439941ca25c8f0beaedf74a9",
"body": null,
"is_bot": false,
"headline": "#N/A: Define branches in workflow (#1328)",
"author_name": "Pablo Aguiar",
"author_login": "scorphus",
"committed_at": "2022-09-07T19:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a032295d3c978d10d8f43644679c917e870fd7",
"body": null,
"is_bot": false,
"headline": "#N/A: Change workflow triggers",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2022-08-31T20:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56c16b737f68cec08ab2160b9b7b0eb3b0084f33",
"body": "Co-authored-by: Dan <dan@arch.localdomain>",
"is_bot": false,
"headline": "Added Arch based installation (#1319)",
"author_name": "Dan",
"author_login": "deudz",
"committed_at": "2022-08-31T18:42:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9768cf929c5e96bd146a770b838680b4cdc04a9",
"body": "* Add git clone missing rule\r\n\r\n* Clean up tests and improve matching\r\n\r\n* Make rules behave correctly?\r\n\r\n* Improve tests and redo matcher\r\n\r\n* Remove unnecessary tests\r\n\r\n* Improvements as per code review\r\n\r\n* Remove dead tests\r\n\r\n* Improve match function for git clone missing\r\n\r\n* Improve tests\r\n\n[…]\nFix more tests\r\n\r\n* Fix failing test\r\n\r\n* Add Macos's /bin/sh command output to match\r\n\r\n* Add output for lines uncovered by tests\r\n\r\nCo-authored-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#1302: Add new git_clone_missing rule",
"author_name": "Miguel Guthridge",
"author_login": "MaddyGuthridge",
"committed_at": "2022-07-03T11:22:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed40463105a882c64cefa0b68f6267878f7cad9f",
"body": "* fix: Update output for brew_install test: fixed\r\n\r\n* chore: fixing flake8 styles\r\n\r\n* feat: show more suggestions\r\n\r\n* test: new functions added and multi suggestions\r\n\r\n* refactor: rename to _get_suggestions",
"is_bot": false,
"headline": "#1299: Update output for brew_install and cleanup (#1316)",
"author_name": "Peter",
"author_login": "pyrrolizin",
"committed_at": "2022-07-02T13:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1b7d879bdfc712c14de1e40f00c52ed4a0437dd",
"body": "* fix: brew_update_formula change output string\r\n\r\n* fix: regex removed, test: backtick added\r\n\r\n* Update tests/rules/test_brew_update_formula.py\r\n\r\n* Update thefuck/rules/brew_update_formula.py\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#1290: Update output for brew_update_formula",
"author_name": "Peter",
"author_login": "pyrrolizin",
"committed_at": "2022-06-28T16:28:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5198b34f24ca4bc414a5bf1b0288ee86ea2529a8",
"body": "Co-authored-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#1282: Keep quotes in the script on no_command rule",
"author_name": "Nikos Kakonas",
"author_login": "nkakonas",
"committed_at": "2022-06-13T21:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a1b5200a954975d88ea7165ad785f3f37540dc4",
"body": null,
"is_bot": false,
"headline": "#N/A: Lock pyte<=0.8.0 for Python 2",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2022-06-08T21:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06cb50b1e38263c365ed7abbccb22a04fb250c44",
"body": "* added updatedb(mlocate) to sudo rules\r\n\r\n* Add test\r\n\r\nCo-authored-by: phk <phk@terminal21.de>\r\nCo-authored-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#1308: Add updatedb (mlocate) pattern to sudo rule",
"author_name": "0xphk",
"author_login": "0xphk",
"committed_at": "2022-06-05T20:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16eb823066407a4115bb129ac3fce1872c16dc6b",
"body": "* macos shutdown sudo fix\r\n\r\n* Update tests/rules/test_sudo.py\r\n\r\n* Update thefuck/rules/sudo.py\r\n\r\n* Update tests/rules/test_sudo.py\r\n\r\n* Update thefuck/rules/sudo.py\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#1261: Add two more patterns to sudo rule (#1307)",
"author_name": "Oļegs Čapligins",
"author_login": null,
"committed_at": "2022-05-29T19:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8ddf5a2be9d52ec4bc8c11e79fcc7b3c390b669",
"body": "* Add pikaur AUR manager to Arch Linux's commands\r\n\r\n* Update README.md\r\n\r\n* Update test_pacman_not_found.py\r\n\r\n* Update pacman_not_found.py\r\n\r\n* Update README.md\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#1279: Add pikaur AUR manager to Arch Linux's commands",
"author_name": "Tagada",
"author_login": "Tagadda",
"committed_at": "2022-03-27T20:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf1beb6b89cfcefb594f40a0d698da2b1ee94955",
"body": "* Add missing comma in a test",
"is_bot": false,
"headline": "fix: Add missing comma",
"author_name": "Marek Šuppa",
"author_login": "mrshu",
"committed_at": "2022-01-30T21:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "925e562d968f45c588dd9fb4c26a2fa6fd931097",
"body": null,
"is_bot": false,
"headline": "Updated license date to 2022",
"author_name": "Anupam Patil",
"author_login": "anupampatil44",
"committed_at": "2022-01-20T21:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "841e3f9e13f52747c18319b55c77ece8095df306",
"body": null,
"is_bot": false,
"headline": "Bump to 3.32",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2022-01-02T21:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f4a523dc4cab990641131a7aac90b67bf7fb5fc",
"body": "Using the `force_command` argument will run into issues as the\n`_get_raw_command` method simply returns the value of `force_command`\n(which is a string) while it should actually return a list.\n\nFix #1240",
"is_bot": false,
"headline": "Encapsulate force_command in _get_raw_command",
"author_name": "Joris Hartog",
"author_login": "nootr",
"committed_at": "2021-12-19T23:05:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c719712b6256f4add4e65e8d4369b36d73342b48",
"body": "`sudo` with `pip` is [considered unsafe](https://stackoverflow.com/a/22517157/2469559).\r\n\r\nInstead, run such commands with the `--user` argument to get the same result _safely._",
"is_bot": false,
"headline": "Use `--user` with pip, not `sudo pip`",
"author_name": "Benjamin Rood",
"author_login": "benjamin-rood",
"committed_at": "2021-09-05T14:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51e4e8728098903a87fb6d1cd2083460d439f357",
"body": "Fix #1227",
"is_bot": false,
"headline": "#1227: Make `git_support` support output-independent rules",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-08-17T13:41:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b7c150bb7e86bf71523ec735f4e0cd7b68ddf5c",
"body": "Fix #697",
"is_bot": false,
"headline": "#697: Encode expanded script on Python 2",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-08-17T13:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a166a7dec3c872ef6be3870b50889500ca6a212",
"body": "Co-authored-by: user <avi.salmon@intel.com>\r\nCo-authored-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#977: Add `wrong_hyphen_before_subcommand` rule",
"author_name": "Yotam Salmon",
"author_login": "yotam180",
"committed_at": "2021-08-07T21:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa10b1049ddf21f188b9605bcd5afbe33bf33db",
"body": null,
"is_bot": false,
"headline": "#868: Fix outdated link to homebrew for Linux (#1226)",
"author_name": "Lars Alexander Blumberg",
"author_login": "larsblumberg",
"committed_at": "2021-08-07T11:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f3442747ee4318d893891db4527846bb656998c",
"body": null,
"is_bot": false,
"headline": "#579: Ignore commands of len 1 in missing_space_before_subcommand",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-08-01T20:24:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bebce331e75a1300cec31b3905be463a2ea0954",
"body": null,
"is_bot": false,
"headline": "#933: Correctly redefine the function with a cache",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-08-01T20:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbc435c0401c464b6bbb2059a77ec98a96d4fe06",
"body": "The rule was in a non-working state. And the tests needed some bit of\nsimplification. Certain degree of repetition is oftentimes a good thing.",
"is_bot": false,
"headline": "#618: Fix git_push_without_commits rule",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-07-29T20:11:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30c90bccaa358d0817cfedd11f246ab21ef1f159",
"body": "https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration",
"is_bot": false,
"headline": "#1184: Configure devcontainer shell with recommended way",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-07-29T20:09:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e8c80c22757508cb54f5fb17c67a7fb925dd0e1",
"body": "Fix #1188",
"is_bot": false,
"headline": "#1188: Remove only leading whitespace chars from script",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-07-29T19:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2df71caed917ea659a72a393b105881ec0709df",
"body": "Fix #994\n\nReference: https://docs.python.org/3/library/codecs.html#error-handlers",
"is_bot": false,
"headline": "#994: Replace decoding errors with the replacement marker",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-07-29T19:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb05b28c5b9c1c43fb0de126faa6d3949af3bf9f",
"body": null,
"is_bot": false,
"headline": "#N/A: Replace only exact words when expanding a Git alias",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-07-29T19:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2a6cbdc7098b099cee66b9625a061d8fc2f2299",
"body": null,
"is_bot": false,
"headline": "#894: Combine commands with shell.and_ in docker_login rule",
"author_name": "Divy Jain",
"author_login": "dvjn",
"committed_at": "2021-07-29T11:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58ddd4338adf12a3abc2ffed0e27794a398fa8d2",
"body": null,
"is_bot": false,
"headline": "#1215: Initiate settings before printing the alias",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-07-21T11:09:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f61d8090deff3727ac2a4f72927e85843ddb5c",
"body": "* adding devcontainer and new rule for main-master\r\n\r\n* update devcontainer work\r\n\r\n* cleaning up devcontainer.json\r\n\r\n* fixed line ending\r\n\r\n* move to VARIANT 3\r\n\r\n* Update .devcontainer/devcontainer.json\r\n\r\n* Update .devcontainer/devcontainer.json\r\n\r\n* Update .devcontainer/devcontainer.json\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#1184: Add devcontainer for easy Python development",
"author_name": "Dave Storey",
"author_login": "storey247",
"committed_at": "2021-07-19T20:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0668822abb6471c3f382ad19bb7f761ff79bea37",
"body": "Redirection to standard error with the `^` character is disabled by\ndefault since Fish Shell version 3.3[1].\n\nFix #1214\n\n[1]: https://github.com/fish-shell/fish-shell/blob/master/CHANGELOG.rst#deprecations-and-removed-features-1",
"is_bot": false,
"headline": "#1215: Remove redirection to stderr with the ^ character",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-07-18T13:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "711feb4df56c44561f4e6c347c5efb0fe3ab1a37",
"body": null,
"is_bot": false,
"headline": "#1184: Improve + fix `git_main_master` rule",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-07-09T14:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a42b54ab2153db4f6f5143122bc9ef9db4f818",
"body": null,
"is_bot": false,
"headline": "#1184: Add new rule for main / master Git branches",
"author_name": "Dave Storey",
"author_login": "storey247",
"committed_at": "2021-04-06T13:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11b70526f72339bcce0beefa1665c74bb06e18b3",
"body": "Add more capabilities to the rule, remove its priority and fix tests",
"is_bot": false,
"headline": "#1131: Improve git_commit_add rule",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-07-08T19:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55922e4dbeedaca384e83406f2fa87c5a8e152fb",
"body": null,
"is_bot": false,
"headline": "#1131: Add rule for Git commit with no added files",
"author_name": "Sergei Haller",
"author_login": "the-docta",
"committed_at": "2020-09-08T09:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "799f4127caab4e90755d5924e5f5e8239bbc955d",
"body": null,
"is_bot": false,
"headline": "#942: Improve git_branch_0flag rule - with a new name",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-07-13T13:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe1942866bb2cee93f750a97ee026508aa0b4fc6",
"body": "* Resolve paths before checking app identity\r\n\r\nCommands entered with a path do not match is_app. I encountered this\r\nwhen working with a test for the rm_dir rule. This rule did not use the\r\n@for_app decorator, but when I migrated it, the test for \"./bin/hdfs..\"\r\nfailed because 'hdfs' was recognized\n[…]\nle are now\r\nbroken because thefuck strips paths from the _user_'s command, but not\r\nfrom the for_app decoration.\r\n\r\nThis commit addresses that problem by changing the for_app decoration to\r\nthis rule.",
"is_bot": false,
"headline": "#1133: Match commands with path prefixes in @for_app decorations",
"author_name": "Ryan Delaney",
"author_login": "rpdelaney",
"committed_at": "2021-07-07T21:05:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13fda64d6e008e336b3a05a0e903242d01284176",
"body": "on -> one",
"is_bot": false,
"headline": "#1109: Fix a typo on a comment",
"author_name": "M. H. Kwon",
"author_login": "kwonmha",
"committed_at": "2021-07-06T14:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6111523034edcd8d78216ee6aa84acc383a87ee4",
"body": "* Add rule 'rails_migrations_pending'\r\n\r\n* Update thefuck/rules/rails_migrations_pending.py\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>\r\n\r\n* Add initial command to corrected command\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#1210: Add rule 'rails_migrations_pending'",
"author_name": "Abraham Chan",
"author_login": "abraham-chan",
"committed_at": "2021-07-06T10:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24576b30b294878e15b09c3e44010189360bc729",
"body": "* fix fuckup `branch 0v` by...\r\n\r\n...deleting branch `0v` and running `git branch -v` as the user intended\r\n\r\n* use quotes consistently\r\n\r\n* provide new solution implementation based on feedback on PR\r\n\r\n* rename files to more accurately reflect their more generic contents\r\n\r\n* update import statement to match new file name\r\n\r\n* update command name in README.md\r\n\r\n* separate out matching tests so the pattern is clear for those who add matches in the future",
"is_bot": false,
"headline": "#942: Add new git_branch_0v_to_dash_v rule",
"author_name": "ProfessorTom",
"author_login": "ProfessorTom",
"committed_at": "2021-07-01T21:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "373f445e9b514786b1231675674120dda5dc8e00",
"body": "* Update README.md\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#1150: Update the name of macOS on README",
"author_name": "T.J. Kolberg",
"author_login": "AirmanKolberg",
"committed_at": "2021-07-01T09:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54253027e3f5a186fd5ed9ce712c583b104a39b2",
"body": "Fix #1123",
"is_bot": false,
"headline": "#1123: Update composer_not_command rule (#1135)",
"author_name": "Divy Jain",
"author_login": "dvjn",
"committed_at": "2021-06-30T21:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9201ce79cf381c5516d736cce96a191840711383",
"body": null,
"is_bot": false,
"headline": "#1039: Remove all leading $ not just one",
"author_name": "theslimshaney",
"author_login": "theslimshaney",
"committed_at": "2021-06-30T20:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f97818663de9351ac7e2c6314ed94184811d62a",
"body": "* ~[Doc] Add Uninstall instructions\r\n\r\nAs we need the package and to modify the shell config, users could have a pain in the ass when it comes to retire *The Fuck* from the system.\r\n\r\n* Update README.md\r\n\r\n* Update README.md\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#455: [README] Add uninstall instructions (#1171)",
"author_name": "Romain Heller",
"author_login": "Rom1deTroyes",
"committed_at": "2021-06-30T12:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f4adcf3cbfc1f38712fb4c2c647bdbed67b9b40",
"body": null,
"is_bot": false,
"headline": "#N/A: Fix yield_fixture deprecation (#1211)",
"author_name": "Abraham Chan",
"author_login": "abraham-chan",
"committed_at": "2021-06-29T19:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06e14afd17bfeb61dbadd536dae648c7eb22b525",
"body": "* Fix grammar and spelling errors\r\n\r\n* Update README.md\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#N/A: Fix grammar and spelling errors (#1193)",
"author_name": "Elisha Hollander",
"author_login": "donno2048",
"committed_at": "2021-06-29T19:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3651b0fa0ccb6e15fe319ff8f3ad90815c523c80",
"body": "*Total -- 1,239.63kb -> 1,088.54kb (12.19%)\r\n\r\n/example_instant_mode.gif -- 535.22kb -> 457.41kb (14.54%)\r\n/example.gif -- 704.41kb -> 631.13kb (10.4%)\r\n\r\nSigned-off-by: ImgBotApp <ImgBotHelp@gmail.com>\r\n\r\nCo-authored-by: ImgBotApp <ImgBotHelp@gmail.com>",
"is_bot": false,
"headline": "#1164: Optimize GIFs with ImgBot",
"author_name": "Utkarsh Agarwal",
"author_login": "agarwalutkarsh554",
"committed_at": "2021-06-23T10:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d723bb71b7a98d93fa8f17586d24b84fef82eff7",
"body": "pkg_resources is expensive to load, and it's an external module provided\nby the setuptools project.\n\nLet's use importlib.metadata from Python 3.8+'s stdlib when available, which\nis much faster. This also erases setuptools from thefuck's runtime\ndependency.\n\nSimple benchmark data for `thefuck --version`:\n\nBefore: 0.602s\nAfter: 0.169s",
"is_bot": false,
"headline": "Avoid using pkg_resources",
"author_name": "Felix Yan",
"author_login": "felixonmars",
"committed_at": "2021-06-21T15:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2e1886de8baa8152aee2ff11fb35ad3e0adeea9",
"body": null,
"is_bot": false,
"headline": "Fix git_hook_bypass priority (#1207)",
"author_name": "Hamid Nazari",
"author_login": "hamidnazari",
"committed_at": "2021-06-21T14:32:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0949d2e77022ad69cc07d4b25a858a7e023503ac",
"body": null,
"is_bot": false,
"headline": "Bump to 3.31",
"author_name": "Vladimir Iakovlev",
"author_login": "nvbn",
"committed_at": "2021-06-09T19:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e343c577cd7da4d304b837d4a07ab4df1e023092",
"body": null,
"is_bot": false,
"headline": "NA: Fix possible changes in files outside of working directory (#1206)",
"author_name": "Vladimir Iakovlev",
"author_login": "nvbn",
"committed_at": "2021-06-08T20:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da0bc557f0fd94ea1397d3a7f508be896cc98d8",
"body": "Improves performance in WSL\r\n\r\nFix #1036\r\n\r\n* Add excluded_search_path_prefixes setting\r\n\r\nAllows filtering the paths used to search for commands\r\nCan be useful to filter out /mnt/ in WSL for performance\r\n\r\n* Add test for excluded_search_path_prefixes\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "Add excluded_search_path_prefixes setting (#1165)",
"author_name": "Stuart Leeks",
"author_login": "stuartleeks",
"committed_at": "2021-04-21T17:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a595f1ba23843823037479d0caede926b0bd752",
"body": "For some reason, the index used by GH Actions is not considering the\nrequesting Python version to decide which package version to deliver.\nThis is unnecessary for the official index and will be removed once we\ndrop support to Python 2.",
"is_bot": false,
"headline": "#N/A: Force decorator<5 for Python <= 2.7",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-04-18T13:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "875d3f11cbde13dfecdd9f7036d265be7fab6e81",
"body": "Co-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#N/A: Update license year to 2020-2021 (#1088)",
"author_name": "godofhyperdeath",
"author_login": "godofhyperdeath",
"committed_at": "2021-04-16T22:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c7479b3adcf8715a93d0c48e1ece83a35cda50d",
"body": "* adding in files for the cd-cs feature\r\n\r\n* Updated thefuck/rules/cd_cs.py comments to be more verbose\r\n\r\nThanks Scorphus!\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>\r\n\r\n* Updating the rules file to exclude the \\xe2 character\r\n\r\nThis character(–) has lead to the commit failing some of the \n[…]\nhe encoding in thefuck/rules/cd_cs.py\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>\r\n\r\nCo-authored-by: SID SHARDANAND <sshardan@deakin.edu.au>\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#N/A: Add `cd_cs` rule (#1167)",
"author_name": "Sid Shardanand",
"author_login": "s1ddly",
"committed_at": "2021-03-22T19:55:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5b612add745c52b25cbbf987bd58d7382a3eedfb",
"body": null,
"is_bot": false,
"headline": "#1154: Fix badges in README (#1175)",
"author_name": "Divy Jain",
"author_login": "dvjn",
"committed_at": "2021-03-13T13:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9dd54c76803d7038e77bb0e3027166706e5e5ea",
"body": null,
"is_bot": false,
"headline": "#1174: Fix anchor references",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-03-13T11:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7af9f41d93dfeda7a73d0116ffeddcf2dcda7e8a",
"body": "* Update README.md\r\n\r\n* Update README.md\r\n\r\n* Update README.md\r\n\r\n* Update README.md\r\n\r\n* Update README.md\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#N/A: Add a Contents section to README (#1174)",
"author_name": "Bhavishya Pandit",
"author_login": "bhav09",
"committed_at": "2021-03-12T23:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2cc95db886be879f9710095e4e70c64532573fd",
"body": "Instead of ignoring it whenever `go` is unavailable",
"is_bot": false,
"headline": "#1117: Mock Popen in go_unknown_command test",
"author_name": "Pablo Santiago Blum de Aguiar",
"author_login": "scorphus",
"committed_at": "2021-02-22T21:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e34c2343ed8b84e07b0320188397b1485985e6a",
"body": "Co-authored-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>\r\nCo-authored-by: Divy Jain <dkj@somaiya.edu>",
"is_bot": false,
"headline": "#/N/A: Extend pyenv rule to include goenv, nodenv and rbenv (#1100)",
"author_name": "Georgios Kontosis",
"author_login": "gkodosis",
"committed_at": "2021-02-11T11:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd90e69ceb63edb19e12eda7ba880288eb95d4eb",
"body": "* add conda rules\r\n\r\n* revert\r\n\r\n* add conda\r\n\r\n* add to readme and flake\r\n\r\n* consistency with quotes and use for_app\r\n\r\n* Update thefuck/rules/conda_mistype.py\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#N/A: Add conda rule (#1138)",
"author_name": "Connor Martin",
"author_login": "cjmartian",
"committed_at": "2021-02-08T12:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c5831793246a23e6b259a139773cff429ab5ba8",
"body": "Co-authored-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#N/A: Migrate CI pipeline to Github Actions (#1154)",
"author_name": "Divy Jain",
"author_login": "dvjn",
"committed_at": "2021-01-21T13:34:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62dddd5821312aca4a6001c7b84be0bee137fc48",
"body": null,
"is_bot": false,
"headline": "#1149: Add python_module_error rule (#1151)",
"author_name": "Divy Jain",
"author_login": "dvjn",
"committed_at": "2021-01-19T21:37:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40dd65963d7819a3c566416827dd1c8dae5baf0e",
"body": null,
"is_bot": false,
"headline": "#1141: Fix crash on empty history (#1145)",
"author_name": "Divy Jain",
"author_login": "dvjn",
"committed_at": "2020-11-18T09:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "836f6eeac50a25346df26a799b8f6b76b5ab2316",
"body": null,
"is_bot": false,
"headline": "Skip test instead of failing if go executable is not found. (#1117)",
"author_name": "Kartik Soneji",
"author_login": "KartikSoneji",
"committed_at": "2020-11-03T17:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c75eebe6078040d511437424b9a8616a3a027f",
"body": "* Add custom pytest mark.\r\n\r\n* Fix typo usefixture -> usefixtures.",
"is_bot": false,
"headline": "Fix pytest warnings (#1116)",
"author_name": "Kartik Soneji",
"author_login": "KartikSoneji",
"committed_at": "2020-11-03T17:29:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22efa8f70e4665e6e92392636ff7dd5ff2d369f8",
"body": null,
"is_bot": false,
"headline": "#1113: Do not load excluded rules (#1125)",
"author_name": "Pablo Aguiar",
"author_login": "scorphus",
"committed_at": "2020-11-03T17:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d3bcad229a29f3890514e5b33d474654ecd8e84",
"body": null,
"is_bot": false,
"headline": "#1113: Ignore a rule that fails to load (#1124)",
"author_name": "Pablo Aguiar",
"author_login": "scorphus",
"committed_at": "2020-11-03T17:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c196e2901c449d96bf5116e6988610c38ca8b725",
"body": "* Replaced print with sys.stdout.write\r\n\r\n* Fixed tests\r\n\r\n* Normalized line endings",
"is_bot": false,
"headline": "#509: Fixed correction on windows machine running other shells (#1091)",
"author_name": "Divya Jain",
"author_login": "dvjn",
"committed_at": "2020-07-16T21:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca46956e20b4bfd7424042a0f06cf206c26177fe",
"body": "* #1066: Add cask to list of fallback commands\r\n\r\n* #1066: Fix homebrew paths",
"is_bot": false,
"headline": "#1066 - Fix rule for brew cask (#1111)",
"author_name": "Aditi Gupta",
"author_login": "aditig",
"committed_at": "2020-07-16T21:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "639e9bda7a5a69e75c3de3e0b840c1940017968d",
"body": "…#1106)\n\nSome git hosts will copy the entire clone command, while others just\r\ncopy the url, so typing \"git clone \", then pasting a git url that\r\nalready has a \"git clone \" on the front is a somewhat common issue.",
"is_bot": false,
"headline": "Add rule to remove a doubled-up \"git clone\" in a git clone command. (…",
"author_name": "Nyanotech",
"author_login": "nyanotech",
"committed_at": "2020-07-16T21:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39753a004e2b01543bef418e677156ef11872b8f",
"body": "* naive implementation\r\n\r\n* better implementation\r\n\r\n* remove redundant enabled_by_default\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>\r\n\r\n* add README entry\r\n\r\n* add tests\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "#1096: Rule: Bypass failed git hook (#1097)",
"author_name": "Divya Jain",
"author_login": "dvjn",
"committed_at": "2020-07-16T21:32:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365db1ee41d7bcd9f62d910f3b20361ea3499d92",
"body": "* #N/A: Refactor for better readability\r\n\r\n* Change typename for test tuple\r\n\r\n* Rename variable",
"is_bot": false,
"headline": "#N/A: Refactor for better readability (#1094)",
"author_name": "Divya Jain",
"author_login": "dvjn",
"committed_at": "2020-06-14T14:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81b39defe48239f8c0585ea6d5c22a9c41612f15",
"body": "* Fixed corrector.py format string\r\n\r\n* Fixed types.py format string\r\n\r\n* Fixed tests/rules/test_fix_file.py formatting\r\n\r\n* Removed trailing whitespace\r\n\r\n* Fixed UnicodeEncodeError in python 2.7",
"is_bot": false,
"headline": "#N/A: Fix formatting (#1092)",
"author_name": "Divya Jain",
"author_login": "dvjn",
"committed_at": "2020-06-10T22:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f82176802e34ba5d5aa3ea0a4b81fe2af2c578e4",
"body": "* add mistyping support for git lfs\r\n\r\n* add the rule\r\n\r\n* fix flake8\r\n\r\n* flake8\r\n\r\n* add to readme\r\n\r\n* use fixtures and regex\r\n\r\n* get rid of additional matched strings",
"is_bot": false,
"headline": "add git-lfs support (#1056)",
"author_name": "Connor Martin",
"author_login": "cjmartian",
"committed_at": "2020-06-10T22:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6975d30818792f1b37de702fc93c66023c4c50d5",
"body": "The rule now matches all possible lower case options and only those, not\r\nfailing for those that cannot be fixed.",
"is_bot": false,
"headline": "#960: Improve pacman_invalid_option rule (#1072)",
"author_name": "Pablo Aguiar",
"author_login": "scorphus",
"committed_at": "2020-04-06T19:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c542a5b8cde085126fd9197b1ca6967c7adab1e",
"body": "* Added pacman invalid option rule\r\n\r\n* Added test\r\n\r\n* flake8 fixes\r\n\r\n* Test changes\r\n\r\n* Test fix\r\n\r\n* Typo - again\r\n\r\n* Travis test fix\r\n\r\n* More Travis\r\n\r\n* Even more travis\r\n\r\n* I hope im right here\r\n\r\n* Update README.md\r\n\r\nCo-Authored-By: Pablo Aguiar <scorphus@gmail.com>\r\n\r\n* Update thefuck/rules/pacman_invalid_option.py\r\n\r\nCo-Authored-By: Pablo Aguiar <scorphus@gmail.com>\r\n\r\nCo-authored-by: Pablo Aguiar <scorphus@gmail.com>",
"is_bot": false,
"headline": "Added pacman invalid option rule (#960)",
"author_name": "DragonGhost7",
"author_login": "DragonGhost7",
"committed_at": "2020-03-28T22:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3a05426deb53b46b63ea3a996dce7b4e472fadb",
"body": null,
"is_bot": false,
"headline": "Bump to 3.30",
"author_name": "Vladimir Iakovlev",
"author_login": "nvbn",
"committed_at": "2020-03-19T17:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88db57b4b131f87334e9de64be52ae2a814870fd",
"body": null,
"is_bot": false,
"headline": "#N/A: Add a new rule to create directory on cp or mv",
"author_name": "Caplinja",
"author_login": "Caplinja",
"committed_at": "2020-03-01T19:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "444908ce1c17767ef4aaf9e0b4950497914f7f63",
"body": "Fix #1047",
"is_bot": false,
"headline": "#1047: Fix pip_unknown_command by using a less restrictive regex",
"author_name": "Caplinja",
"author_login": "Caplinja",
"committed_at": "2020-03-01T16:40:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ced7a7f33ae0bec3ffc7a43ce95330bdf6cfcb9",
"body": "* Allow multiple returns from git_checkout\r\n\r\n* Remove multiple returns",
"is_bot": false,
"headline": "Allow multiple returns from git_checkout (#1022)",
"author_name": "David Hart",
"author_login": "djh82",
"committed_at": "2020-01-13T22:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28ece0f34e54d1c980e31223451f3b2f0f20ff9",
"body": "* Apt-get help is now much more like apt\r\n\r\n* Fix tests\r\n\r\n* Really fix the tests",
"is_bot": false,
"headline": "Apt-get help is now much more like apt (#1031)",
"author_name": "David Hart",
"author_login": "djh82",
"committed_at": "2020-01-05T22:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb60900330d038383fe1460e0279d33d303739a7",
"body": null,
"is_bot": false,
"headline": "#N/A: Unlink python 2 on travis-ci osx build (#1032)",
"author_name": "Vladimir Iakovlev",
"author_login": "nvbn",
"committed_at": "2020-01-05T22:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed8aaa7f26c61e20d0cecd1f6debff7f2a8fb43a",
"body": null,
"is_bot": false,
"headline": "fixed grammar on how to configure message (#1029)",
"author_name": "donniebreve",
"author_login": null,
"committed_at": "2019-12-23T16:57:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 0,
"latest_release_at": "2022-01-02T22:17:40Z",
"latest_release_tag": "3.32",
"releases_from_tags": false,
"days_since_last_push": 732,
"active_weeks_last_year": 0,
"days_since_latest_release": 1660,
"mean_days_between_releases": 176.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": true,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "thefuck",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/thefuck/",
"is_deprecated": false,
"latest_version": "3.32",
"repository_url": "https://github.com/nvbn/thefuck",
"versions_count": 101,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4907,
"first_published_at": "2015-04-08T16:17:58.318788Z",
"latest_published_at": "2022-01-02T21:46:55.080884Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1660
}
]
},
"popularity": {
"forks": 3952,
"stars": 97556,
"watchers": 811,
"fork_history": {
"days": [
{
"date": "2022-10-18",
"count": 2
},
{
"date": "2022-10-19",
"count": 2
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-10-21",
"count": 1
},
{
"date": "2022-10-22",
"count": 1
},
{
"date": "2022-10-23",
"count": 3
},
{
"date": "2022-10-24",
"count": 2
},
{
"date": "2022-10-31",
"count": 1
},
{
"date": "2022-11-01",
"count": 1
},
{
"date": "2022-11-03",
"count": 1
},
{
"date": "2022-11-06",
"count": 1
},
{
"date": "2022-11-09",
"count": 2
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-11",
"count": 2
},
{
"date": "2022-11-15",
"count": 2
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2022-11-19",
"count": 1
},
{
"date": "2022-11-21",
"count": 2
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-01",
"count": 2
},
{
"date": "2022-12-02",
"count": 1
},
{
"date": "2022-12-03",
"count": 1
},
{
"date": "2022-12-04",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2022-12-12",
"count": 2
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2022-12-26",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-01-04",
"count": 2
},
{
"date": "2023-01-06",
"count": 1
},
{
"date": "2023-01-07",
"count": 1
},
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-18",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-21",
"count": 2
},
{
"date": "2023-01-22",
"count": 1
},
{
"date": "2023-01-24",
"count": 2
},
{
"date": "2023-01-27",
"count": 2
},
{
"date": "2023-01-31",
"count": 4
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-05",
"count": 1
},
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-11",
"count": 2
},
{
"date": "2023-02-16",
"count": 2
},
{
"date": "2023-02-22",
"count": 1
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-25",
"count": 2
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-02-27",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2023-03-16",
"count": 1
},
{
"date": "2023-03-17",
"count": 8
},
{
"date": "2023-03-18",
"count": 3
},
{
"date": "2023-03-19",
"count": 1
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-03-27",
"count": 2
},
{
"date": "2023-03-28",
"count": 2
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-04-02",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-04-04",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-08",
"count": 1
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-04-11",
"count": 2
},
{
"date": "2023-04-12",
"count": 3
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-04-14",
"count": 2
},
{
"date": "2023-04-15",
"count": 1
},
{
"date": "2023-04-17",
"count": 3
},
{
"date": "2023-04-22",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-04-30",
"count": 2
},
{
"date": "2023-05-01",
"count": 1
},
{
"date": "2023-05-03",
"count": 2
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-09",
"count": 2
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-17",
"count": 3
},
{
"date": "2023-05-21",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-06-01",
"count": 1
},
{
"date": "2023-06-02",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-06-10",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-06-14",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-06-16",
"count": 1
},
{
"date": "2023-06-18",
"count": 1
},
{
"date": "2023-06-23",
"count": 3
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-06-26",
"count": 1
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-07-02",
"count": 1
},
{
"date": "2023-07-03",
"count": 1
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-07-09",
"count": 3
},
{
"date": "2023-07-10",
"count": 3
},
{
"date": "2023-07-11",
"count": 5
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-07-14",
"count": 2
},
{
"date": "2023-07-15",
"count": 1
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-07-20",
"count": 2
},
{
"date": "2023-07-21",
"count": 2
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-07-28",
"count": 1
},
{
"date": "2023-07-29",
"count": 2
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-03",
"count": 1
},
{
"date": "2023-08-04",
"count": 1
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-08-15",
"count": 1
},
{
"date": "2023-08-20",
"count": 1
},
{
"date": "2023-08-25",
"count": 1
},
{
"date": "2023-08-28",
"count": 1
},
{
"date": "2023-08-29",
"count": 2
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2023-09-02",
"count": 1
},
{
"date": "2023-09-06",
"count": 3
},
{
"date": "2023-09-09",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2023-09-16",
"count": 2
},
{
"date": "2023-09-20",
"count": 1
},
{
"date": "2023-09-21",
"count": 2
},
{
"date": "2023-09-22",
"count": 1
},
{
"date": "2023-09-27",
"count": 2
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2023-10-02",
"count": 1
},
{
"date": "2023-10-04",
"count": 3
},
{
"date": "2023-10-07",
"count": 1
},
{
"date": "2023-10-08",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-10-11",
"count": 2
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-18",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-10-23",
"count": 1
},
{
"date": "2023-10-28",
"count": 2
},
{
"date": "2023-11-05",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2023-11-13",
"count": 2
},
{
"date": "2023-11-18",
"count": 1
},
{
"date": "2023-11-19",
"count": 3
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2023-12-05",
"count": 2
},
{
"date": "2023-12-10",
"count": 1
},
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2023-12-13",
"count": 1
},
{
"date": "2023-12-15",
"count": 2
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-01",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-01-05",
"count": 2
},
{
"date": "2024-01-12",
"count": 2
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-01-21",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-01-30",
"count": 3
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-14",
"count": 2
},
{
"date": "2024-02-19",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-02-25",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-02-28",
"count": 2
},
{
"date": "2024-02-29",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-03-02",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-08",
"count": 2
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-13",
"count": 2
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-17",
"count": 1
},
{
"date": "2024-03-23",
"count": 2
},
{
"date": "2024-03-24",
"count": 3
},
{
"date": "2024-04-02",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-04-04",
"count": 1
},
{
"date": "2024-04-05",
"count": 2
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-17",
"count": 1
},
{
"date": "2024-04-18",
"count": 2
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-05-25",
"count": 2
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-06-12",
"count": 2
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-06-21",
"count": 2
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-06-28",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-07-13",
"count": 3
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-07-19",
"count": 1
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-07-28",
"count": 1
},
{
"date": "2024-08-01",
"count": 1
},
{
"date": "2024-08-03",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-08-12",
"count": 1
},
{
"date": "2024-08-14",
"count": 2
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2024-08-29",
"count": 1
},
{
"date": "2024-09-02",
"count": 1
},
{
"date": "2024-09-04",
"count": 2
},
{
"date": "2024-09-07",
"count": 1
},
{
"date": "2024-09-08",
"count": 1
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-09-21",
"count": 1
},
{
"date": "2024-09-24",
"count": 2
},
{
"date": "2024-09-26",
"count": 1
},
{
"date": "2024-09-28",
"count": 1
},
{
"date": "2024-10-01",
"count": 2
},
{
"date": "2024-10-02",
"count": 1
},
{
"date": "2024-10-03",
"count": 1
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-11",
"count": 2
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-26",
"count": 1
},
{
"date": "2024-10-28",
"count": 2
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-11-19",
"count": 2
},
{
"date": "2024-11-23",
"count": 1
},
{
"date": "2024-11-25",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2024-12-04",
"count": 2
},
{
"date": "2024-12-05",
"count": 3
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2024-12-09",
"count": 1
},
{
"date": "2024-12-11",
"count": 1
},
{
"date": "2024-12-12",
"count": 1
},
{
"date": "2024-12-17",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2024-12-19",
"count": 3
},
{
"date": "2024-12-20",
"count": 23
},
{
"date": "2024-12-21",
"count": 12
},
{
"date": "2024-12-22",
"count": 5
},
{
"date": "2024-12-23",
"count": 16
},
{
"date": "2024-12-24",
"count": 6
},
{
"date": "2024-12-25",
"count": 8
},
{
"date": "2024-12-26",
"count": 10
},
{
"date": "2024-12-27",
"count": 6
},
{
"date": "2024-12-28",
"count": 2
},
{
"date": "2024-12-30",
"count": 2
},
{
"date": "2024-12-31",
"count": 2
},
{
"date": "2025-01-01",
"count": 1
},
{
"date": "2025-01-02",
"count": 3
},
{
"date": "2025-01-03",
"count": 1
},
{
"date": "2025-01-04",
"count": 1
},
{
"date": "2025-01-05",
"count": 3
},
{
"date": "2025-01-06",
"count": 6
},
{
"date": "2025-01-07",
"count": 2
},
{
"date": "2025-01-09",
"count": 3
},
{
"date": "2025-01-10",
"count": 5
},
{
"date": "2025-01-11",
"count": 2
},
{
"date": "2025-01-12",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-01-15",
"count": 4
},
{
"date": "2025-01-16",
"count": 4
},
{
"date": "2025-01-17",
"count": 7
},
{
"date": "2025-01-19",
"count": 1
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-01-21",
"count": 2
},
{
"date": "2025-01-22",
"count": 5
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-01-24",
"count": 3
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-01-27",
"count": 2
},
{
"date": "2025-01-28",
"count": 2
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-01-31",
"count": 1
},
{
"date": "2025-02-01",
"count": 1
},
{
"date": "2025-02-04",
"count": 3
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-06",
"count": 2
},
{
"date": "2025-02-07",
"count": 3
},
{
"date": "2025-02-08",
"count": 2
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-02-27",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-03-03",
"count": 2
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2025-03-05",
"count": 2
},
{
"date": "2025-03-08",
"count": 3
},
{
"date": "2025-03-09",
"count": 4
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-03-11",
"count": 4
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-03-13",
"count": 4
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-03-15",
"count": 3
},
{
"date": "2025-03-17",
"count": 4
},
{
"date": "2025-03-18",
"count": 4
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-03-20",
"count": 2
},
{
"date": "2025-03-21",
"count": 2
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-03-25",
"count": 2
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-03-28",
"count": 2
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-04-01",
"count": 2
},
{
"date": "2025-04-02",
"count": 2
},
{
"date": "2025-04-05",
"count": 1
},
{
"date": "2025-04-06",
"count": 1
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-04-12",
"count": 1
},
{
"date": "2025-04-15",
"count": 2
},
{
"date": "2025-04-18",
"count": 1
},
{
"date": "2025-04-19",
"count": 1
},
{
"date": "2025-04-21",
"count": 1
},
{
"date": "2025-04-22",
"count": 2
},
{
"date": "2025-04-23",
"count": 2
},
{
"date": "2025-04-25",
"count": 4
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-04-30",
"count": 2
},
{
"date": "2025-05-03",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-10",
"count": 1
},
{
"date": "2025-05-13",
"count": 3
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-05-24",
"count": 1
},
{
"date": "2025-05-26",
"count": 2
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-03",
"count": 2
},
{
"date": "2025-06-04",
"count": 2
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-11",
"count": 3
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-14",
"count": 1
},
{
"date": "2025-06-17",
"count": 3
},
{
"date": "2025-06-19",
"count": 2
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-06-25",
"count": 2
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-03",
"count": 1
},
{
"date": "2025-07-05",
"count": 5
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-10",
"count": 3
},
{
"date": "2025-07-13",
"count": 2
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-07-20",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-07-28",
"count": 1
},
{
"date": "2025-08-01",
"count": 3
},
{
"date": "2025-08-02",
"count": 2
},
{
"date": "2025-08-03",
"count": 1
},
{
"date": "2025-08-04",
"count": 2
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-08-12",
"count": 1
},
{
"date": "2025-08-13",
"count": 2
},
{
"date": "2025-08-16",
"count": 1
},
{
"date": "2025-08-17",
"count": 3
},
{
"date": "2025-08-21",
"count": 2
},
{
"date": "2025-08-26",
"count": 2
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-08-30",
"count": 2
},
{
"date": "2025-08-31",
"count": 3
},
{
"date": "2025-09-01",
"count": 1
},
{
"date": "2025-09-03",
"count": 2
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-09-11",
"count": 3
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-09-15",
"count": 2
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-09-21",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-09-28",
"count": 1
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-10-01",
"count": 2
},
{
"date": "2025-10-02",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-10-06",
"count": 2
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-09",
"count": 2
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-15",
"count": 2
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-18",
"count": 1
},
{
"date": "2025-10-20",
"count": 2
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-10-26",
"count": 2
},
{
"date": "2025-10-30",
"count": 3
},
{
"date": "2025-11-02",
"count": 2
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-09",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-23",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-06",
"count": 1
},
{
"date": "2025-12-12",
"count": 2
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2025-12-19",
"count": 2
},
{
"date": "2025-12-21",
"count": 2
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2025-12-27",
"count": 2
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-05",
"count": 2
},
{
"date": "2026-01-07",
"count": 2
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-11",
"count": 1
},
{
"date": "2026-01-12",
"count": 2
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-20",
"count": 2
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-23",
"count": 2
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-01-26",
"count": 2
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-01-29",
"count": 2
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-10",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-17",
"count": 1
},
{
"date": "2026-02-18",
"count": 3
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-24",
"count": 3
},
{
"date": "2026-02-27",
"count": 2
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-03-08",
"count": 3
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-15",
"count": 2
},
{
"date": "2026-03-18",
"count": 2
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-03-26",
"count": 2
},
{
"date": "2026-03-27",
"count": 2
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-03-29",
"count": 2
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-03-31",
"count": 2
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-03",
"count": 3
},
{
"date": "2026-04-04",
"count": 5
},
{
"date": "2026-04-05",
"count": 9
},
{
"date": "2026-04-06",
"count": 4
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-08",
"count": 6
},
{
"date": "2026-04-09",
"count": 9
},
{
"date": "2026-04-10",
"count": 2
},
{
"date": "2026-04-12",
"count": 2
},
{
"date": "2026-04-13",
"count": 2
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-04-15",
"count": 3
},
{
"date": "2026-04-16",
"count": 5
},
{
"date": "2026-04-17",
"count": 3
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-04-19",
"count": 2
},
{
"date": "2026-04-21",
"count": 2
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
},
{
"date": "2026-04-27",
"count": 2
},
{
"date": "2026-04-29",
"count": 2
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-04",
"count": 2
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-09",
"count": 3
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-14",
"count": 2
},
{
"date": "2026-05-15",
"count": 2
},
{
"date": "2026-05-18",
"count": 3
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-05-22",
"count": 2
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-05-26",
"count": 3
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-05-28",
"count": 2
},
{
"date": "2026-06-01",
"count": 2
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-05",
"count": 3
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-06-08",
"count": 2
},
{
"date": "2026-06-09",
"count": 4
},
{
"date": "2026-06-10",
"count": 2
},
{
"date": "2026-06-12",
"count": 2
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-04",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_forks": 3952
},
"star_history": {
"days": [
{
"date": "2026-05-11",
"count": 21
},
{
"date": "2026-05-12",
"count": 29
},
{
"date": "2026-05-13",
"count": 18
},
{
"date": "2026-05-14",
"count": 25
},
{
"date": "2026-05-15",
"count": 34
},
{
"date": "2026-05-16",
"count": 16
},
{
"date": "2026-05-17",
"count": 14
},
{
"date": "2026-05-18",
"count": 15
},
{
"date": "2026-05-19",
"count": 15
},
{
"date": "2026-05-20",
"count": 9
},
{
"date": "2026-05-21",
"count": 14
},
{
"date": "2026-05-22",
"count": 11
},
{
"date": "2026-05-23",
"count": 12
},
{
"date": "2026-05-24",
"count": 19
},
{
"date": "2026-05-25",
"count": 63
},
{
"date": "2026-05-26",
"count": 24
},
{
"date": "2026-05-27",
"count": 15
},
{
"date": "2026-05-28",
"count": 20
},
{
"date": "2026-05-29",
"count": 9
},
{
"date": "2026-05-30",
"count": 6
},
{
"date": "2026-05-31",
"count": 6
},
{
"date": "2026-06-01",
"count": 15
},
{
"date": "2026-06-02",
"count": 14
},
{
"date": "2026-06-03",
"count": 15
},
{
"date": "2026-06-04",
"count": 28
},
{
"date": "2026-06-05",
"count": 36
},
{
"date": "2026-06-06",
"count": 15
},
{
"date": "2026-06-07",
"count": 23
},
{
"date": "2026-06-08",
"count": 18
},
{
"date": "2026-06-09",
"count": 21
},
{
"date": "2026-06-10",
"count": 18
},
{
"date": "2026-06-11",
"count": 14
},
{
"date": "2026-06-12",
"count": 16
},
{
"date": "2026-06-13",
"count": 10
},
{
"date": "2026-06-14",
"count": 8
},
{
"date": "2026-06-15",
"count": 11
},
{
"date": "2026-06-16",
"count": 15
},
{
"date": "2026-06-17",
"count": 7
},
{
"date": "2026-06-18",
"count": 16
},
{
"date": "2026-06-19",
"count": 12
},
{
"date": "2026-06-20",
"count": 8
},
{
"date": "2026-06-21",
"count": 13
},
{
"date": "2026-06-22",
"count": 16
},
{
"date": "2026-06-23",
"count": 10
},
{
"date": "2026-06-24",
"count": 4
},
{
"date": "2026-06-25",
"count": 7
},
{
"date": "2026-06-26",
"count": 10
},
{
"date": "2026-06-27",
"count": 14
},
{
"date": "2026-06-28",
"count": 9
},
{
"date": "2026-06-29",
"count": 7
},
{
"date": "2026-06-30",
"count": 7
},
{
"date": "2026-07-01",
"count": 10
},
{
"date": "2026-07-02",
"count": 18
},
{
"date": "2026-07-03",
"count": 8
},
{
"date": "2026-07-04",
"count": 5
},
{
"date": "2026-07-05",
"count": 9
},
{
"date": "2026-07-06",
"count": 9
},
{
"date": "2026-07-07",
"count": 7
},
{
"date": "2026-07-08",
"count": 13
},
{
"date": "2026-07-09",
"count": 11
},
{
"date": "2026-07-10",
"count": 6
},
{
"date": "2026-07-11",
"count": 5
},
{
"date": "2026-07-12",
"count": 10
},
{
"date": "2026-07-13",
"count": 9
},
{
"date": "2026-07-14",
"count": 7
},
{
"date": "2026-07-15",
"count": 9
},
{
"date": "2026-07-16",
"count": 11
},
{
"date": "2026-07-17",
"count": 9
},
{
"date": "2026-07-18",
"count": 5
},
{
"date": "2026-07-19",
"count": 8
},
{
"date": "2026-07-20",
"count": 11
},
{
"date": "2026-07-21",
"count": 8
}
],
"complete": false,
"collected": 1000,
"total_stars": 97556
},
"open_issues_and_prs": 453
},
"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": true,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 13012,
"source_files_sampled": 416,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"requirements.txt",
"setup.cfg",
"setup.py"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 6,
"malicious_count": 0,
"assessed_package": "pypi:thefuck@3.32",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "colorama",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "flake8",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "mock",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pexpect",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psutil",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pypandoc",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-benchmark",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-docker-pexpect",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-mock",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "six",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "twine",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "wheel",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 0,
"indirect_count": 14
}
},
"maintainership": {
"issues": {
"open_prs": 148,
"merged_prs": 482,
"open_issues": 305,
"closed_ratio": 0.613,
"closed_issues": 483,
"closed_unmerged_prs": 143
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "nvbn",
"commits": 930,
"avatar_url": "https://avatars.githubusercontent.com/u/1114542?v=4"
},
{
"type": "User",
"login": "scorphus",
"commits": 140,
"avatar_url": "https://avatars.githubusercontent.com/u/2112697?v=4"
},
{
"type": "User",
"login": "mcarton",
"commits": 125,
"avatar_url": "https://avatars.githubusercontent.com/u/3751788?v=4"
},
{
"type": "User",
"login": "josephfrazier",
"commits": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/6473925?v=4"
},
{
"type": "User",
"login": "mlk",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/142099?v=4"
},
{
"type": "User",
"login": "SanketDG",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/8980971?v=4"
},
{
"type": "User",
"login": "djh82",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/1810493?v=4"
},
{
"type": "User",
"login": "Epse",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/10013355?v=4"
},
{
"type": "User",
"login": "dvjn",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/62170586?v=4"
},
{
"type": "User",
"login": "MattKotsenas",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/51421?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.611
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [
"tox.ini"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 18 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": 7,
"reason": "Found 14/19 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 62 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "c7e7e1d884d3bb241ea6448f72a989434c2a35ec",
"ran_at": "2026-07-21T21:41:34Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 734,
"created_at": "2017-11-17T20:46:27Z",
"last_comment_at": "2025-04-21T10:11:33Z",
"last_comment_author": "onehafs"
},
{
"number": 736,
"created_at": "2017-11-22T09:28:32Z",
"last_comment_at": "2019-08-09T20:04:00Z",
"last_comment_author": "Epse"
},
{
"number": 777,
"created_at": "2018-01-24T13:06:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 790,
"created_at": "2018-02-26T01:19:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 804,
"created_at": "2018-04-15T23:15:43Z",
"last_comment_at": "2018-05-22T17:06:36Z",
"last_comment_author": "nvbn"
},
{
"number": 873,
"created_at": "2019-01-05T17:39:03Z",
"last_comment_at": "2021-08-09T09:31:23Z",
"last_comment_author": "scorphus"
},
{
"number": 883,
"created_at": "2019-02-06T15:18:11Z",
"last_comment_at": "2024-01-16T21:25:35Z",
"last_comment_author": "preetham1239"
},
{
"number": 887,
"created_at": "2019-02-24T16:12:03Z",
"last_comment_at": "2019-02-27T09:18:56Z",
"last_comment_author": "scorphus"
},
{
"number": 948,
"created_at": "2019-08-30T11:42:09Z",
"last_comment_at": "2019-09-02T07:45:03Z",
"last_comment_author": "abramzog"
},
{
"number": 964,
"created_at": "2019-10-04T20:52:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 987,
"created_at": "2019-10-22T13:01:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 988,
"created_at": "2019-10-24T21:49:45Z",
"last_comment_at": "2019-10-29T22:26:09Z",
"last_comment_author": "scorphus"
},
{
"number": 992,
"created_at": "2019-10-25T18:40:45Z",
"last_comment_at": "2019-12-23T13:47:14Z",
"last_comment_author": "djh82"
},
{
"number": 995,
"created_at": "2019-10-26T18:19:11Z",
"last_comment_at": "2019-10-29T20:06:20Z",
"last_comment_author": "SuperSandro2000"
},
{
"number": 1006,
"created_at": "2019-10-31T21:56:26Z",
"last_comment_at": "2019-10-31T22:58:03Z",
"last_comment_author": "moore3071"
},
{
"number": 1007,
"created_at": "2019-11-01T09:07:19Z",
"last_comment_at": "2020-03-28T18:47:24Z",
"last_comment_author": "scorphus"
},
{
"number": 1010,
"created_at": "2019-11-13T23:14:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1013,
"created_at": "2019-11-27T03:02:17Z",
"last_comment_at": "2019-12-02T14:36:05Z",
"last_comment_author": "brahamdelam"
},
{
"number": 1020,
"created_at": "2019-12-09T01:04:07Z",
"last_comment_at": "2019-12-23T16:26:16Z",
"last_comment_author": "djh82"
},
{
"number": 1038,
"created_at": "2020-02-03T18:34:10Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2024-01-25T19:52:35Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 39,
"created_at": "2015-04-19T01:52:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 90,
"created_at": "2015-04-22T07:20:15Z",
"last_comment_at": "2015-04-22T19:26:08Z",
"last_comment_author": "Timidger"
},
{
"number": 94,
"created_at": "2015-04-22T13:16:33Z",
"last_comment_at": "2015-04-24T12:47:32Z",
"last_comment_author": "crimsonknave"
},
{
"number": 97,
"created_at": "2015-04-22T15:03:08Z",
"last_comment_at": "2020-10-24T19:38:55Z",
"last_comment_author": "floppydisken"
},
{
"number": 104,
"created_at": "2015-04-23T02:26:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 108,
"created_at": "2015-04-23T06:34:14Z",
"last_comment_at": "2021-03-14T02:11:27Z",
"last_comment_author": "mhowell86"
},
{
"number": 172,
"created_at": "2015-05-09T08:57:36Z",
"last_comment_at": "2015-05-09T14:38:12Z",
"last_comment_author": "nvbn"
},
{
"number": 178,
"created_at": "2015-05-09T17:57:24Z",
"last_comment_at": "2015-08-06T11:01:44Z",
"last_comment_author": "creckord"
},
{
"number": 297,
"created_at": "2015-07-21T02:09:42Z",
"last_comment_at": "2017-06-01T09:15:06Z",
"last_comment_author": "dzek69"
},
{
"number": 302,
"created_at": "2015-07-21T10:14:20Z",
"last_comment_at": "2022-12-22T18:03:40Z",
"last_comment_author": "florianzemma"
},
{
"number": 320,
"created_at": "2015-07-28T17:04:09Z",
"last_comment_at": "2015-07-29T15:54:01Z",
"last_comment_author": "scorphus"
},
{
"number": 334,
"created_at": "2015-08-13T13:38:25Z",
"last_comment_at": "2015-09-03T13:57:26Z",
"last_comment_author": "felixonmars"
},
{
"number": 353,
"created_at": "2015-09-01T14:35:56Z",
"last_comment_at": "2023-12-21T15:40:36Z",
"last_comment_author": "asolopovas"
},
{
"number": 360,
"created_at": "2015-09-06T02:25:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 368,
"created_at": "2015-09-09T18:47:01Z",
"last_comment_at": "2021-08-08T21:14:16Z",
"last_comment_author": "scorphus"
},
{
"number": 371,
"created_at": "2015-09-10T20:19:12Z",
"last_comment_at": "2016-01-19T12:56:16Z",
"last_comment_author": "crimsdings"
},
{
"number": 380,
"created_at": "2015-10-09T14:51:31Z",
"last_comment_at": "2023-10-10T08:25:47Z",
"last_comment_author": "Rom1deTroyes"
},
{
"number": 393,
"created_at": "2015-10-29T02:15:26Z",
"last_comment_at": "2016-02-17T16:03:09Z",
"last_comment_author": "mattgrande"
},
{
"number": 395,
"created_at": "2015-10-29T13:56:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 399,
"created_at": "2015-11-01T23:22:44Z",
"last_comment_at": "2016-01-05T17:40:07Z",
"last_comment_author": "scorphus"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nvbn/thefuck",
"host": "github.com",
"name": "thefuck",
"owner": "nvbn"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 33,
"inputs": {
"security": 50,
"vitality": 18,
"community": 83,
"governance": 62,
"engineering": 66,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 55,
"overall_after_abandonment_multiplier": 33
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 732,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 732 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 732
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 44,
"inputs": {
"releases_count": 17,
"latest_release_tag": "3.32",
"releases_from_tags": false,
"days_since_latest_release": 1660,
"mean_days_between_releases": 176.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1660 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1660
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~176.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 176.4
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [
"dependencies_clean"
],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 20,
"unanswered_open_issues": 16,
"days_since_last_merged_pr": 908,
"days_since_last_human_commit": 908,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 908 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 908,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 83,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"forks": 3952,
"stars": 97556,
"watchers": 811,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "97,556 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 97556
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3,952 forks",
"points": 25,
"status": "met",
"details": [
{
"code": "forks",
"params": {
"count": 3952
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "811 watchers",
"points": 15,
"status": "met",
"details": [
{
"code": "watchers",
"params": {
"count": 811
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": true,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": 7.2,
"status": "met",
"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": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"packages": [
"thefuck"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 4907
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,907 downloads/month across pypi",
"points": 49.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4907,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"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": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 100,
"top_contributor_share": 0.611
},
"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 61% of commits",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 61
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 62 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": 482,
"open_issues": 305,
"closed_issues": 483,
"issue_closed_ratio": 0.613,
"closed_unmerged_prs": 143
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "61% of issues closed",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 61
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "482/625 decided PRs merged",
"points": 29.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 482,
"decided": 625
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 14/19 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"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": 74,
"inputs": {
"followers": 2096,
"owner_type": "User",
"is_verified": null,
"owner_login": "nvbn",
"public_repos": 101,
"account_age_days": 5399
},
"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": "2,096 followers of nvbn",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2096,
"login": "nvbn"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "101 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 101
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"thefuck"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 1660
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1660 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1660
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "101 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 101
}
}
],
"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": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": "tox.ini",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 18 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"python",
"shell"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 18 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 14/19 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 62 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:thefuck@3.32 runtime dependency closure — what installing the published package pulls in — 6 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:thefuck@3.32",
"assessed": 6
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 6,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 6,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 21
},
"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": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.85,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "85 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 85,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": true,
"has_linter_config": true,
"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": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "tox.ini",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"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": "devcontainer, Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 13012,
"source_files_sampled": 416,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/416 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 416,
"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": [],
"report_type": "repository",
"generated_at": "2026-07-21T21:42:00.776322Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nvbn/thefuck.svg",
"full_name": "nvbn/thefuck",
"license_state": "standard",
"license_spdx": "MIT"
}