Sensei Product Update - March 2021
It’s already over two months into 2021 and along with it come some big improvements to the user experience of Sensei, Secure Code Warrior’s IntelliJ plugin. Let's dive right in and take a look at the exciting new things delivered in the latest releases.
Registering to install Sensei is no longer required
In previous versions of Sensei, it was a requirement to authenticate it with a Secure Code Warrior account. Now you can use Sensei without signing in at all. Just install it, and you’re good to go.
Get started even faster with the new quickstart guide
Not only do you no longer need to authenticate when you install Sensei, but now you can get started writing secure code even faster with the improved onboarding experience.

The new quickstart guide will present you with a scratch file containing code for which Sensei offers a quick fix. This demonstrates how to find and apply quick fixes from the get-go.

Jump right in and get into the flow of writing code even faster.
Easily find cookbooks
We’ve made it easier to find cookbooks for you to utilize. When you add a cookbook, we now also give you options to use one of our suggested cookbooks. You can also visit our Cookbook Index on GitHub, where you can find even more cookbooks to get you started. To make use of them, simply copy the link provided on the page, and use that as the URL when you add a new cookbook as per normal.

Recipes loaded automatically in project
It’s now easier than ever to load recipes to a project. As of our latest release, we’ll automatically look for recipes in a .sensei folder at the root of the project. If we find it, they will be loaded. How easy is that?
Better Java syntax coverage
We’ve expanded the coverage for more keywords in our Java model, enabling you to better target the exactcode you wantin your recipes. We’ve added support for the following keywords:
- assert
- finally
- switch
Improved number comparisons
We’ve added the ability to do relative comparisons against Integer values. You can now construct a recipe that searches for literals, as an example, where the value is between 1 and 10:
search:
literal:
integerValue:
greaterThan: 0
lessThan: 11
Support for IntelliJ 2021.1 EAP
We have added support for the IntelliJ 2021.1 EAP Build 1. You should not run into any issues when running 2021.1.1 on this build. While we continue to track the latest EAP builds of IntelliJ and do our best to ensure that we’re supporting the latest builds, keep in mind that you may still run into issues.
Further improvements
Along with the above, we’ve also improved the following:
- Improved error reporting
- Easier access to important functionalities
For more details on our recent releases, check out our release notes here.
Get Sensei now
Interested in taking your secure coding skills to the next level? Download Sensei and start writing better quality code today.
.webp)
.avif)
Discover the latest improvements to the user experience of Sensei, Secure Code Warrior's IntelliJ plugin and start writing quality code even faster.

Secure Code Warrior is here for your organization to help you secure code across the entire software development lifecycle and create a culture in which cybersecurity is top of mind. Whether you’re an AppSec Manager, Developer, CISO, or anyone involved in security, we can help your organization reduce risks associated with insecure code.
Book a demo.webp)
.avif)
It’s already over two months into 2021 and along with it come some big improvements to the user experience of Sensei, Secure Code Warrior’s IntelliJ plugin. Let's dive right in and take a look at the exciting new things delivered in the latest releases.
Registering to install Sensei is no longer required
In previous versions of Sensei, it was a requirement to authenticate it with a Secure Code Warrior account. Now you can use Sensei without signing in at all. Just install it, and you’re good to go.
Get started even faster with the new quickstart guide
Not only do you no longer need to authenticate when you install Sensei, but now you can get started writing secure code even faster with the improved onboarding experience.

The new quickstart guide will present you with a scratch file containing code for which Sensei offers a quick fix. This demonstrates how to find and apply quick fixes from the get-go.

Jump right in and get into the flow of writing code even faster.
Easily find cookbooks
We’ve made it easier to find cookbooks for you to utilize. When you add a cookbook, we now also give you options to use one of our suggested cookbooks. You can also visit our Cookbook Index on GitHub, where you can find even more cookbooks to get you started. To make use of them, simply copy the link provided on the page, and use that as the URL when you add a new cookbook as per normal.

Recipes loaded automatically in project
It’s now easier than ever to load recipes to a project. As of our latest release, we’ll automatically look for recipes in a .sensei folder at the root of the project. If we find it, they will be loaded. How easy is that?
Better Java syntax coverage
We’ve expanded the coverage for more keywords in our Java model, enabling you to better target the exactcode you wantin your recipes. We’ve added support for the following keywords:
- assert
- finally
- switch
Improved number comparisons
We’ve added the ability to do relative comparisons against Integer values. You can now construct a recipe that searches for literals, as an example, where the value is between 1 and 10:
search:
literal:
integerValue:
greaterThan: 0
lessThan: 11
Support for IntelliJ 2021.1 EAP
We have added support for the IntelliJ 2021.1 EAP Build 1. You should not run into any issues when running 2021.1.1 on this build. While we continue to track the latest EAP builds of IntelliJ and do our best to ensure that we’re supporting the latest builds, keep in mind that you may still run into issues.
Further improvements
Along with the above, we’ve also improved the following:
- Improved error reporting
- Easier access to important functionalities
For more details on our recent releases, check out our release notes here.
Get Sensei now
Interested in taking your secure coding skills to the next level? Download Sensei and start writing better quality code today.
.webp)
It’s already over two months into 2021 and along with it come some big improvements to the user experience of Sensei, Secure Code Warrior’s IntelliJ plugin. Let's dive right in and take a look at the exciting new things delivered in the latest releases.
Registering to install Sensei is no longer required
In previous versions of Sensei, it was a requirement to authenticate it with a Secure Code Warrior account. Now you can use Sensei without signing in at all. Just install it, and you’re good to go.
Get started even faster with the new quickstart guide
Not only do you no longer need to authenticate when you install Sensei, but now you can get started writing secure code even faster with the improved onboarding experience.

The new quickstart guide will present you with a scratch file containing code for which Sensei offers a quick fix. This demonstrates how to find and apply quick fixes from the get-go.

Jump right in and get into the flow of writing code even faster.
Easily find cookbooks
We’ve made it easier to find cookbooks for you to utilize. When you add a cookbook, we now also give you options to use one of our suggested cookbooks. You can also visit our Cookbook Index on GitHub, where you can find even more cookbooks to get you started. To make use of them, simply copy the link provided on the page, and use that as the URL when you add a new cookbook as per normal.

Recipes loaded automatically in project
It’s now easier than ever to load recipes to a project. As of our latest release, we’ll automatically look for recipes in a .sensei folder at the root of the project. If we find it, they will be loaded. How easy is that?
Better Java syntax coverage
We’ve expanded the coverage for more keywords in our Java model, enabling you to better target the exactcode you wantin your recipes. We’ve added support for the following keywords:
- assert
- finally
- switch
Improved number comparisons
We’ve added the ability to do relative comparisons against Integer values. You can now construct a recipe that searches for literals, as an example, where the value is between 1 and 10:
search:
literal:
integerValue:
greaterThan: 0
lessThan: 11
Support for IntelliJ 2021.1 EAP
We have added support for the IntelliJ 2021.1 EAP Build 1. You should not run into any issues when running 2021.1.1 on this build. While we continue to track the latest EAP builds of IntelliJ and do our best to ensure that we’re supporting the latest builds, keep in mind that you may still run into issues.
Further improvements
Along with the above, we’ve also improved the following:
- Improved error reporting
- Easier access to important functionalities
For more details on our recent releases, check out our release notes here.
Get Sensei now
Interested in taking your secure coding skills to the next level? Download Sensei and start writing better quality code today.

Click on the link below and download the PDF of this resource.
Secure Code Warrior is here for your organization to help you secure code across the entire software development lifecycle and create a culture in which cybersecurity is top of mind. Whether you’re an AppSec Manager, Developer, CISO, or anyone involved in security, we can help your organization reduce risks associated with insecure code.
View reportBook a demoIt’s already over two months into 2021 and along with it come some big improvements to the user experience of Sensei, Secure Code Warrior’s IntelliJ plugin. Let's dive right in and take a look at the exciting new things delivered in the latest releases.
Registering to install Sensei is no longer required
In previous versions of Sensei, it was a requirement to authenticate it with a Secure Code Warrior account. Now you can use Sensei without signing in at all. Just install it, and you’re good to go.
Get started even faster with the new quickstart guide
Not only do you no longer need to authenticate when you install Sensei, but now you can get started writing secure code even faster with the improved onboarding experience.

The new quickstart guide will present you with a scratch file containing code for which Sensei offers a quick fix. This demonstrates how to find and apply quick fixes from the get-go.

Jump right in and get into the flow of writing code even faster.
Easily find cookbooks
We’ve made it easier to find cookbooks for you to utilize. When you add a cookbook, we now also give you options to use one of our suggested cookbooks. You can also visit our Cookbook Index on GitHub, where you can find even more cookbooks to get you started. To make use of them, simply copy the link provided on the page, and use that as the URL when you add a new cookbook as per normal.

Recipes loaded automatically in project
It’s now easier than ever to load recipes to a project. As of our latest release, we’ll automatically look for recipes in a .sensei folder at the root of the project. If we find it, they will be loaded. How easy is that?
Better Java syntax coverage
We’ve expanded the coverage for more keywords in our Java model, enabling you to better target the exactcode you wantin your recipes. We’ve added support for the following keywords:
- assert
- finally
- switch
Improved number comparisons
We’ve added the ability to do relative comparisons against Integer values. You can now construct a recipe that searches for literals, as an example, where the value is between 1 and 10:
search:
literal:
integerValue:
greaterThan: 0
lessThan: 11
Support for IntelliJ 2021.1 EAP
We have added support for the IntelliJ 2021.1 EAP Build 1. You should not run into any issues when running 2021.1.1 on this build. While we continue to track the latest EAP builds of IntelliJ and do our best to ensure that we’re supporting the latest builds, keep in mind that you may still run into issues.
Further improvements
Along with the above, we’ve also improved the following:
- Improved error reporting
- Easier access to important functionalities
For more details on our recent releases, check out our release notes here.
Get Sensei now
Interested in taking your secure coding skills to the next level? Download Sensei and start writing better quality code today.
Table of contents

Secure Code Warrior is here for your organization to help you secure code across the entire software development lifecycle and create a culture in which cybersecurity is top of mind. Whether you’re an AppSec Manager, Developer, CISO, or anyone involved in security, we can help your organization reduce risks associated with insecure code.
Book a demoDownloadResources to get you started
Benchmarking Security Skills: Streamlining Secure-by-Design in the Enterprise
Finding meaningful data on the success of Secure-by-Design initiatives is notoriously difficult. CISOs are often challenged when attempting to prove the return on investment (ROI) and business value of security program activities at both the people and company levels. Not to mention, it’s particularly difficult for enterprises to gain insights into how their organizations are benchmarked against current industry standards. The President’s National Cybersecurity Strategy challenged stakeholders to “embrace security and resilience by design.” The key to making Secure-by-Design initiatives work is not only giving developers the skills to ensure secure code, but also assuring the regulators that those skills are in place. In this presentation, we share a myriad of qualitative and quantitative data, derived from multiple primary sources, including internal data points collected from over 250,000 developers, data-driven customer insights, and public studies. Leveraging this aggregation of data points, we aim to communicate a vision of the current state of Secure-by-Design initiatives across multiple verticals. The report details why this space is currently underutilized, the significant impact a successful upskilling program can have on cybersecurity risk mitigation, and the potential to eliminate categories of vulnerabilities from a codebase.
Secure code training topics & content
Our industry-leading content is always evolving to fit the ever changing software development landscape with your role in mind. Topics covering everything from AI to XQuery Injection, offered for a variety of roles from Architects and Engineers to Product Managers and QA. Get a sneak peak of what our content catalog has to offer by topic and role.
Quests: Industry leading learning to keep developers ahead of the game mitigating risk.
Quests is a learning platform that helps developers mitigate software security risks by enhancing their secure coding skills. With curated learning paths, hands-on challenges, and interactive activities, it empowers developers to identify and prevent vulnerabilities.
Resources to get you started
Is Vibe Coding Going to Turn Your Codebase Into a Frat Party?
Vibe coding is like a college frat party, and AI is the centerpiece of all the festivities, the keg. It’s a lot of fun to let loose, get creative, and see where your imagination can take you, but after a few keg stands, drinking (or, using AI) in moderation is undoubtedly the safer long-term solution.
The Decade of the Defenders: Secure Code Warrior Turns Ten
Secure Code Warrior's founding team has stayed together, steering the ship through every lesson, triumph, and setback for an entire decade. We’re scaling up and ready to face our next chapter, SCW 2.0, as the leaders in developer risk management.