We provide a GitLab Runner–based solution, so you never have to upload your source code to third-party services or worry about leaks.
H3x Kitty identifies security issues early in the development lifecycle — making them cheaper and easier to fix.
Installation is straightforward and can be completed by anyone with access to your Flutter code repository in GitLab.
Try the FREE version yourself — upgrade to PRO only if and when you decide it’s worth it.
Add the following job to your .gitlab-ci.yml
file in your Flutter app repository:
job_sast:
stage: test
image:
name: "h3xkitty/h3x_kitty:latest"
variables:
LICENSE_KEY: "H3X_KITTY_FREE_LICENSE"
allow_failure: true
artifacts:
reports:
sast: gl-sast-report.json
$0 / month