setup-semgrep-plugin
โดย semgrep
ติดตั้งปลั๊กอิน 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
Skills เพิ่มเติมจาก semgrep
code-security
semgrep
แนวทางความปลอดภัยสำหรับการเขียนโค้ดที่ปลอดภัย ใช้เมื่อเขียนโค้ด ตรวจสอบโค้ดเพื่อหาช่องโหว่ หรือสอบถามเกี่ยวกับแนวปฏิบัติการเขียนโค้ดที่ปลอดภัย เช่น 'ตรวจสอบหา…
official
llm-security
semgrep
แนวทางความปลอดภัยสำหรับแอปพลิเคชัน LLM ตาม OWASP Top 10 สำหรับ LLM 2025 ใช้เมื่อสร้างแอป LLM ตรวจสอบความปลอดภัยของ AI ใช้งานระบบ RAG หรือ…
official
semgrep
semgrep
เรียกใช้การสแกนวิเคราะห์แบบคงที่ของ Semgrep และสร้างกฎการตรวจจับที่กำหนดเอง ใช้เมื่อถูกขอให้สแกนโค้ดด้วย Semgrep ค้นหาช่องโหว่ด้านความปลอดภัย เขียน YAML ที่กำหนดเอง…
official