> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qlty.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Available Plugins

The following plugins are available on both [Qlty
CLI](/cli/quickstart) and [Qlty
Cloud](/cloud/quickstart):

| Name                                                                                 | Language(s)                                                                                    | Check types       |
| ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------- | ----------------- |
| [actionlint](https://github.com/rhysd/actionlint)                                    | GitHub Actions                                                                                 | Security, Linter  |
| [ast-grep](https://github.com/ast-grep/ast-grep)                                     | All                                                                                            | Linter            |
| [bandit](https://github.com/PyCQA/bandit)                                            | Python                                                                                         | Security          |
| [biome](https://github.com/biomejs/biome)                                            | CSS, JavaScript, JSON, TypeScript                                                              | Linter, Formatter |
| [black](https://github.com/psf/black)                                                | Python                                                                                         | Formatter         |
| [brakeman](https://github.com/presidentbeef/brakeman)                                | Ruby on Rails                                                                                  | Security          |
| [checkov](https://github.com/bridgecrewio/checkov)                                   | Terraform, CloudFormation, Kubernetes, Docker                                                  | Security          |
| [checkstyle](https://github.com/checkstyle/checkstyle)                               | Java                                                                                           | Linter            |
| [clippy](https://github.com/rust-lang/rust-clippy)                                   | Rust                                                                                           | Linter            |
| [coffeelint](https://github.com/coffeelint/coffeelint)                               | CoffeeScript                                                                                   | Linter            |
| [dockerfmt](https://github.com/reteps/dockerfmt)                                     | Dockerfile                                                                                     | Formatter         |
| [dotenv-linter](https://github.com/dotenv-linter/dotenv-linter)                      | Shell                                                                                          | Linter            |
| [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker) | All                                                                                            | Linter            |
| [eslint](https://github.com/eslint/eslint)                                           | JavaScript, TypeScript                                                                         | Linter            |
| [flake8](https://github.com/PyCQA/flake8)                                            | Python                                                                                         | Linter            |
| [gitleaks](https://github.com/zricethezav/gitleaks)                                  | Git                                                                                            | Security          |
| [gofmt](https://golang.org/cmd/gofmt/)                                               | Go                                                                                             | Formatter         |
| [golangci-lint](https://github.com/golangci/golangci-lint)                           | Go                                                                                             | Linter            |
| [google-java-format](https://github.com/google/google-java-format)                   | Java                                                                                           | Formatter         |
| [hadolint](https://github.com/hadolint/hadolint)                                     | Dockerfile                                                                                     | Linter            |
| [haml-lint](https://github.com/sds/haml-lint)                                        | HAML                                                                                           | Linter            |
| [knip](https://github.com/webpro-nl/knip)                                            | JavaScript, TypeScript                                                                         | Linter            |
| [ktlint](https://github.com/pinterest/ktlint)                                        | Kotlin                                                                                         | Linter, Formatter |
| [kube-linter](https://github.com/stackrox/kube-linter)                               | Kubernetes                                                                                     | Security          |
| [markdownlint](https://github.com/DavidAnson/markdownlint)                           | Markdown                                                                                       | Linter            |
| [mypy](https://github.com/python/mypy)                                               | Python                                                                                         | Linter            |
| [osv-scanner](https://github.com/google/osv-scanner)                                 | C++, Dart, Elixir, Erlang, Go, Gradle, Maven, NodeJS, PHP, Python, R, Ruby, Rust               | Security          |
| [oxc](https://github.com/oxc-project/oxc)                                            | JavaScript, TypeScript                                                                         | Linter            |
| [php-codesniffer](https://github.com/squizlabs/PHP_CodeSniffer)                      | PHP                                                                                            | Linter            |
| [php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer)                         | PHP                                                                                            | Formatter         |
| [phpstan](https://github.com/phpstan/phpstan)                                        | PHP                                                                                            | Linter            |
| [pmd](https://github.com/pmd/pmd)                                                    | Java, Apex                                                                                     | Linter            |
| [prettier](https://github.com/prettier/prettier)                                     | CSS, Graphql, HTML, Javascript, JSON, Markdown, SASS, Typescript, YAML                         | Formatter         |
| [prisma](https://github.com/prisma/prisma)                                           | Prisma                                                                                         | Linter            |
| radarlint                                                                            | Docker, Go, Java, JavaScript, Kotlin, PHP, Python, Ruby, Scala, Terraform, TypeScript          | Linter            |
| [redocly](https://github.com/Redocly/redocly-cli)                                    | OpenAPI                                                                                        | Linter            |
| [reek](https://github.com/troessner/reek)                                            | Ruby                                                                                           | Linter            |
| [ripgrep](https://github.com/BurntSushi/ripgrep)                                     | All                                                                                            | Text search       |
| [rubocop](https://github.com/rubocop/rubocop)                                        | Ruby                                                                                           | Linter            |
| [ruff](https://github.com/charliermarsh/ruff)                                        | Python                                                                                         | Linter            |
| [rustfmt](https://github.com/rust-lang/rustfmt)                                      | Rust                                                                                           | Formatter         |
| [semgrep](https://github.com/returntocorp/semgrep)                                   | All                                                                                            | Security          |
| [shellcheck](https://github.com/koalaman/shellcheck)                                 | Shell                                                                                          | Linter            |
| [shfmt](https://github.com/mvdan/sh)                                                 | Shell                                                                                          | Formatter         |
| [spectral](https://github.com/stoplightio/spectral)                                  | OpenAPI, AsyncAPI                                                                              | Linter            |
| [sqlfluff](https://github.com/sqlfluff/sqlfluff)                                     | SQL                                                                                            | Linter            |
| [standardrb](https://github.com/testdouble/standard)                                 | Ruby                                                                                           | Linter            |
| [stringslint](https://github.com/dral3x/StringsLint)                                 | Swift, Objective-C                                                                             | Linter            |
| [stylelint](https://github.com/stylelint/stylelint)                                  | CSS, SCSS, Less                                                                                | Linter            |
| [swiftformat](https://github.com/nicklockwood/SwiftFormat)                           | Swift                                                                                          | Formatter         |
| [swiftlint](https://github.com/realm/SwiftLint)                                      | Swift                                                                                          | Linter            |
| [terraform](https://github.com/hashicorp/terraform)                                  | Terraform                                                                                      | Formatter         |
| [tflint](https://github.com/terraform-linters/tflint)                                | Terraform                                                                                      | Linter            |
| [trivy](https://github.com/aquasecurity/trivy)                                       | .NET, C#, C++, Dart, Elixir, Erlang, Go, Gradle, Maven, NodeJS, PHP, Python, Ruby, Rust, Swift | Security          |
| [trufflehog](https://github.com/trufflesecurity/trufflehog)                          | All                                                                                            | Security          |
| [vale](https://github.com/errata-ai/vale)                                            | Prose, Markdown                                                                                | Linter            |
| [yamllint](https://github.com/adrienverge/yamllint)                                  | YAML                                                                                           | Linter            |
| [zizmor](https://github.com/woodruffw/zizmor)                                        | GitHub Actions                                                                                 | Security          |

## See Also

* [Supported Languages](/languages)
