{"id":30815235,"url":"https://github.com/threadlinee/authz-mutation-tester","last_synced_at":"2026-05-03T22:33:25.787Z","repository":{"id":311022460,"uuid":"1042166108","full_name":"Threadlinee/AuthZ-Mutation-Tester","owner":"Threadlinee","description":"AuthZ Mutation Tester (Python)","archived":false,"fork":false,"pushed_at":"2025-08-21T15:40:58.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T08:20:31.862Z","etag":null,"topics":["authz","cli","educational","github","hacking-tool","lua","mutation","mutation-tester","python","testing-tool"],"latest_commit_sha":null,"homepage":"https://docs.github.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Threadlinee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-21T15:27:41.000Z","updated_at":"2025-08-21T15:41:26.000Z","dependencies_parsed_at":"2025-08-21T18:41:39.112Z","dependency_job_id":null,"html_url":"https://github.com/Threadlinee/AuthZ-Mutation-Tester","commit_stats":null,"previous_names":["threadlinee/new"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Threadlinee/AuthZ-Mutation-Tester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadlinee%2FAuthZ-Mutation-Tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadlinee%2FAuthZ-Mutation-Tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadlinee%2FAuthZ-Mutation-Tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadlinee%2FAuthZ-Mutation-Tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Threadlinee","download_url":"https://codeload.github.com/Threadlinee/AuthZ-Mutation-Tester/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadlinee%2FAuthZ-Mutation-Tester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32587819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authz","cli","educational","github","hacking-tool","lua","mutation","mutation-tester","python","testing-tool"],"created_at":"2025-09-06T08:09:56.352Z","updated_at":"2026-05-03T22:33:25.773Z","avatar_url":"https://github.com/Threadlinee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AuthZ Mutation Tester (Python)\n\nA CLI tool to perform authorization mutation testing against HTTP APIs (authorized environments only).\n\n- Sends a baseline request per target\n- Applies configured mutations (headers, method, JSON body)\n- Asserts that mutated requests are rejected\n- Reports results in a table or JSON\n\n## Quick start\n\n1. Create a virtualenv and install deps:\n\n```bash\npython -m venv .venv\n# PowerShell\n. .venv/Scripts/Activate.ps1\npython -m pip install -U pip\npip install -r requirements.txt\n```\n\n2. Run sample against httpbin:\n\n```bash\npython -m authz_mutator samples/example.yaml\n```\n\nJSON output (for CI):\n```bash\npython -m authz_mutator samples/example.yaml --json --pretty\n```\n\nExit codes:\n- 0: all mutations behaved as expected (denied)\n- 1: one or more mutations were allowed (potential authz weakness) or there were errors\n\n## Config\n\nSee `samples/example.yaml` for a documented example. Mutations supported:\n- remove_header: name\n- replace_header: name, value\n- method: method\n- body_replace: path (dot notation), value\n\n## Notes\n- Use only with explicit authorization.\n- Network errors/timeouts are reported as failures for safety.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadlinee%2Fauthz-mutation-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreadlinee%2Fauthz-mutation-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadlinee%2Fauthz-mutation-tester/lists"}