setup-semgrep-plugin
작성자: semgrep
Semgrep 플러그인을 설치하고 인증한 후 호환성을 확인하여 설정합니다.
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
semgrep의 다른 스킬
code-security
semgrep
보안 코드 작성을 위한 보안 지침. 코드를 작성하거나, 취약점을 검토하거나, '다음을 확인하세요'와 같은 안전한 코딩 관행에 대해 질문할 때 사용합니다.
official
llm-security
semgrep
OWASP Top 10 for LLM 2025에 기반한 LLM 애플리케이션 보안 가이드라인입니다. LLM 앱 구축, AI 보안 검토, RAG 시스템 구현 시 사용하세요.
official
semgrep
semgrep
Semgrep 정적 분석 스캔을 실행하고 사용자 정의 탐지 규칙을 생성합니다. Semgrep으로 코드를 스캔하고, 보안 취약점을 찾고, 사용자 정의 YAML을 작성하라는 요청을 받았을 때 사용하세요.
official