setup-semgrep-plugin
por semgrep
Configurar el plugin de Semgrep instalando Semgrep, autenticándose y verificando la compatibilidad
npx skills add https://github.com/semgrep/cursor-plugin --skill setup-semgrep-pluginSetup Semgrep Plugin
Follow these steps to set up the Semgrep plugin:
1. Install Semgrep
Check if Semgrep is installed, and install it if not:
which semgrep || brew install semgrep
2. Authenticate with Semgrep
Log in to Semgrep (this will open a browser window):
semgrep login --force
3. Install Semgrep Pro Engine
Install the Pro engine for enhanced scanning capabilities:
semgrep install-semgrep-pro || true
4. Verify Installation
Confirm everything is working:
semgrep --pro --version
5. Check Version Compatibility
Verify your Semgrep version is >= 1.146.0:
semgrep --version
If your version is older than 1.146.0, please update:
brew upgrade semgrep
Más skills de semgrep
code-security
semgrep
Directrices de seguridad para escribir código seguro. Úselo al escribir código, revisar código en busca de vulnerabilidades o preguntar sobre prácticas de codificación segura como 'verificar si…
official
llm-security
semgrep
Directrices de seguridad para aplicaciones LLM basadas en OWASP Top 10 para LLM 2025. Úselo al construir aplicaciones LLM, revisar seguridad de IA, implementar sistemas RAG, o…
official
semgrep
semgrep
Ejecutar análisis estáticos de Semgrep y crear reglas de detección personalizadas. Úsalo cuando se te pida escanear código con Semgrep, encontrar vulnerabilidades de seguridad, escribir YAML personalizado…
official