Install IntelliJ plugin

Last updated: Apr 16, 2026


Fluid Attacks' IntelliJ plugin enables you to do the following directly on IntelliJ IDEA and other supported IDEs:

  • View a list of the weaknesses and their specific cases that Fluid Attacks has identified so far in the source code of your products.
  • See the specific lines of code in which a vulnerability detected by Fluid Attacks' tools or hacking team is present.
  • Get custom, AI-generated guides to remediate vulnerabilities.
  • Get, and automatically apply, AI-generated code fix suggestions.
  • Request reattacks.

To install the plugin please follow these steps:

  1. Go to JetBrains Marketplace and use the search bar to look for 'Fluid Attacks'.

    Search Fluid Attacks plugin on JetBrains Marketplace

    Alternatively, in the IDE, such as IntelliJ IDEA, open your settings and click on Plugins, then search for 'Fluid Attacks' in the Marketplace tab.

  2. Click on the search result to be directed to the Fluid Attacks plugin page. There, click the Get button.

    Download the Fluid Attacks IntelliJ plugin

    If installing the plugin from the IDE, click the Install button next to the search result. When it is done, restart the IDE.

  3. Log in to Fluid Attacks' platform.

  4. Generate and copy an API token from the platform (for detailed instructions, see Generate or revoke the API Token).

    Find API token option on the Fluid Attacks platform
  5. Go to the IDE and click on the Fluid Attacks tab on the left side, then paste the API token in the provided field and click on Add Token.

    Add Fluid Attacks token on IntelliJ IDEA

Upon providing the token, the tab reloads and shows you a tree view with the vulnerable locations in your repository, categorized by type of vulnerability. Clicking on a location takes you to the relevant line(s) in the respective file.

View vulnerable code with the Fluid Attacks IntelliJ plugin