Secure Your Flutter Code with SAST

H3x Kitty hunts down vulnerabilities in your source code and guides you through fixing them

Try it now
//

Main Features

Privacy of Codebase

We provide a GitLab Runner–based solution, so you never have to upload your source code to third-party services or worry about leaks.

“Shift Left” Approach

H3x Kitty identifies security issues early in the development lifecycle — making them cheaper and easier to fix.

Easy to Install

Installation is straightforward and can be completed by anyone with access to your Flutter code repository in GitLab.

No Bullshit “Selling-Off” Demos

Try the FREE version yourself — upgrade to PRO only if and when you decide it’s worth it.

//

H3x Kitty detects the following security issues

//

How to Install

1. Follow Gitlab instruction to enable SAST for your project

2. Add the following job to .gitlab-ci.yml in Flutter repository:


sast:
    stage: test
    image:
        name: h3xkitty/h3x_kitty:latest
    variables:
        LICENSE_KEY: H3X_KITTY_FREE_LICENSE
    script:
    - echo "Starting to scan Flutter code with H3x Kitty..."
    allow_failure: true
    artifacts:
        reports:
            sast: gl-sast-report.json
    
//

Pricing

FREE

$0 / month

  • Unlimited users
  • Unlimited repositories
  • Core security rules

PRO

$100 / month

  • Unlimited users
  • Unlimited repositories
  • All security rules (including advanced)
Buy