Aikido Security Extension for Visual StudioAikido Security is a developer-first software security platform. We scan your source code & cloud to show you which vulnerabilities are actually important to solve. The Aikido Security Visual Studio extension scans for secrets and SAST issues and offers real-time scans with inline results and problem highlighting. UsageInstallInstall the Aikido extension in Visual Studio. The integration will prompt you to enter an access token, this can be found in the Aikido Platform by navigating to Integrations > IDE > Visual Studio. Now the extension is connected to your Aikido account and activated. ScanningThe integration scans your codebase for secrets, API keys and SAST code issues. It runs scans whenever you open or save a file. Every time you make and save changes in a file, a scan runs. If any issues are detected, they are highlighted in the editor and also displayed in the Error List. When you hover over a detected SAST issue, additional context about the problem is provided. How to test this extensionIf this is your first time using this extension and you want to explore its capabilities, we suggest testing it with our example file below.
Below you can find an example
Aikido menuThe Aikido menu can be found under the Tools menu and contains some basic commands.
How does the extension perform scans on a repositoryThe integration does two types of scanning: secret scanning with Gitleaks and SAST scanning with Opengrep. It uses Aikido-defined rules, supplemented by any custom rules you add to Aikido. The integration then processes any results to check for false positives or ignored issues. How does the extension connect to AikidoUsing the access token that you provided, the extensions will connect and detect the matching repository in Aikido using the Git remote URL or the name of the project folder. |