
setup-semgrep-plugin
by semgrep ยท part of semgrep/cursor-plugin
Set up the Semgrep plugin by installing Semgrep, authenticating, and verifying compatibility
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
name: setup-semgrep-plugin description: Set up the Semgrep plugin by installing Semgrep, authenticating, and verifying compatibility
Setup Semgrep Plugin
Follow these steps to set up the Semgrep plugin:
2. Authenticate with Semgrep
Log in to Semgrep (this will open a browser window):
semgrep login --force5. Check Version Compatibility
Verify your Semgrep version is >= 1.146.0:
semgrep --versionIf your version is older than 1.146.0, please update:
brew upgrade semgrepwhich semgrep || brew install semgrepRun this in your project โ your agent picks the skill up automatically.
1. Install Semgrep
Check if Semgrep is installed, and install it if not:
which semgrep || brew install semgrep3. Install Semgrep Pro Engine
Install the Pro engine for enhanced scanning capabilities:
semgrep install-semgrep-pro || true4. Verify Installation
Confirm everything is working:
semgrep --pro --versionNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.