{"id":18640084,"url":"https://github.com/petr-muller/software-quality-tools","last_synced_at":"2026-02-07T20:31:21.416Z","repository":{"id":68621644,"uuid":"115454633","full_name":"petr-muller/software-quality-tools","owner":"petr-muller","description":"Software Quality Tools","archived":false,"fork":false,"pushed_at":"2018-05-03T16:43:13.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-01T05:53:18.981Z","etag":null,"topics":["quality","static-analysis","testing","tools"],"latest_commit_sha":null,"homepage":null,"language":null,"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/petr-muller.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}},"created_at":"2017-12-26T21:01:52.000Z","updated_at":"2018-05-03T16:43:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"7550aaa0-5931-45e5-983e-6f7f73d5abce","html_url":"https://github.com/petr-muller/software-quality-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/petr-muller/software-quality-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petr-muller%2Fsoftware-quality-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petr-muller%2Fsoftware-quality-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petr-muller%2Fsoftware-quality-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petr-muller%2Fsoftware-quality-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petr-muller","download_url":"https://codeload.github.com/petr-muller/software-quality-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petr-muller%2Fsoftware-quality-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29208161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T20:13:33.422Z","status":"ssl_error","status_checked_at":"2026-02-07T20:13:31.455Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["quality","static-analysis","testing","tools"],"created_at":"2024-11-07T05:53:10.171Z","updated_at":"2026-02-07T20:31:21.402Z","avatar_url":"https://github.com/petr-muller.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Software Quality Tools\n\n## Acceptance Testing\n\n- [Robot Framework](http://robotframework.org/) | Keyword-based acceptance testing framework\n\n## Accessibility\n\n- [Pa11y](http://pa11y.org/) | Automated accessibility web page checker\n\n## Continuous Stuff\n\n- [Dependency CI](https://dependencyci.com/) | Provides feedback on project dependencies (licenses, security, outdated etc.)\n\n## Debuggers\n\n- [GDB Dashboard](https://github.com/cyrus-and/gdb-dashboard) | Modular visual interface for GDB\n\n## Fuzzers\n\n- [American Fuzzy Lop](http://lcamtuf.coredump.cx/afl/) | White-box, instrumented fuzzer able to efficiently guide the fuzzing to explore new internal states of the system under test\n- [Radamsa](https://github.com/aoh/radamsa) | [my notes](https://petr-muller.github.io/tools/2018/01/05/radamsa.html) | Extremely simple to setup but powerful, black-box mutation fuzzer\n\n## Instrumentation Tools\n\n- [Leak Sanitizer](https://clang.llvm.org/docs/LeakSanitizer.html) | LLVM-based run-time memory leak detector\n- [UBSan](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html) | LLVM-based run-time undefined behavior detector for C/C++\n- [Memory Sanitizer](https://clang.llvm.org/docs/MemorySanitizer.html) | LLVM-based run-time unitialized memory read detector\n- [Thread Sanitizer](https://clang.llvm.org/docs/ThreadSanitizer.html) | LLVM-based run-time race condition detector\n- [Address Sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html) | LLVM-based run-time memory error detector\n\n## Mocks\n\n- [cwrap](https://cwrap.org/) | Allows mocking users, privileges, DNS and network for Linux\n\n## Performance\n\n- [Pyflame](https://github.com/uber/pyflame) | Profiler that generates flame graphs for Python programs\n\n## Security\n\n- [clair](https://github.com/coreos/clair) | Vulnerability static analyzer for containers\n\n## Static Analysis\n\n- [Brakeman](https://brakemanscanner.org/) | [GitHub](https://github.com/presidentbeef/brakeman) | Vulnerability scanner for Ruby on Rails applications\n- [Cppcheck](https://github.com/danmar/cppcheck) | Light-weight static analyzer for C and C++\n- [Flow](https://flow.org/) | Static type checker for JavaScript\n- [Frama-C](http://frama-c.com/) | A heavy-weight, state-of-the-art suite of static analyzers for C\n- [Infer](http://fbinfer.com/) | Very powerful static analysis tool for Java, C/C++ and Objective C\n- [OCLint](http://oclint.org/) | [GitHub](https://github.com/oclint/oclint) | Static code checker for C, C++ and Objective C\n- [reek](https://github.com/troessner/reek) | Code smell detector for Ruby\n- [ShellCheck](https://www.shellcheck.net/) | Static analyzer for Shell language\n\n## Test Generators\n\n- [Randoop](https://randoop.github.io/randoop/) | [my notes](https://petr-muller.github.io/tools/2017/12/25/randoop.html) | Automated unit test generator for Java\n\n## Test Drivers\n\n- [clitest](https://github.com/aureliojargas/clitest) | [my notes](https://petr-muller.github.io/tools/2018/05/02/clitest.html) | Doctest-like command line tester\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetr-muller%2Fsoftware-quality-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetr-muller%2Fsoftware-quality-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetr-muller%2Fsoftware-quality-tools/lists"}