sast-configuration

Configures and manages SAST tools for automated vulnerability detection in CI/CD pipelines.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/PriyanshKuniyal/gemini-cli-resources --skill sast-configuration-priyanshkuniyal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sast-configuration
Source: https://github.com/PriyanshKuniyal/gemini-cli-resources/tree/main/extensions/claude-code-workflows/plugins/security-scanning/skills/sast-configuration
Command: npx skills add https://github.com/PriyanshKuniyal/gemini-cli-resources --skill sast-configuration-priyanshkuniyal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill addresses the need for automated vulnerability detection and configuration management for static application security testing (SAST) tools.

Core Features & Use Cases

  • Comprehensive SAST Tool Setup: Guides the setup of Semgrep, SonarQube, and CodeQL for thorough code scanning.
  • Custom Rule Creation: Allows users to develop custom security rules to fit their unique needs.
  • CI/CD Pipeline Integration: Enables the inclusion of SAST scans within CI/CD pipelines for continuous security monitoring.
  • Optimization: Aims to minimize false positives and improve the performance of security scans.

Quick Start

Start by configuring SAST tools in your codebase using the following commands: Run SAST scan on a local repository: ./scripts/run-sast.sh --setup --language python --tools semgrep,sonarqube

Frequently Asked Questions about sast-configuration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure SAST tools for static code analysis in my repository?

To configure SAST tools, run the setup script to initialize vulnerability detection for a specific language using tools like Semgrep, SonarQube, or CodeQL, enabling comprehensive code scanning and custom rule development.

Can I integrate static application security testing into a CI/CD pipeline?

Yes, you can integrate static application security testing into CI/CD pipelines to enable continuous security monitoring, automatically running vulnerability detection scans during the build process to identify code security issues.

How do I create custom SAST rules for vulnerability detection?

You can create custom SAST rules to fit your unique security needs by defining specific patterns for vulnerability detection, allowing you to target code security issues specific to your application architecture.

What is the best way to reduce false positives in static code analysis scans?

The best way to reduce false positives in static code analysis is through SAST configuration optimization, tuning vulnerability detection rules to refine scan accuracy and improve overall performance.

Does the SAST configuration support Semgrep, SonarQube, and CodeQL simultaneously?

Yes, the SAST configuration supports setting up Semgrep, SonarQube, and CodeQL simultaneously, guiding the comprehensive setup of these tools for thorough code scanning and vulnerability detection across your project.