endor-sast

Run static application security testing to detect code-level vulnerabilities in a repository.

2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Endor-Solutions-Architecture/endor-solutions-claude-skills --skill endor-sast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: endor-sast
Source: https://github.com/Endor-Solutions-Architecture/endor-solutions-claude-skills/tree/main/.claude/skills/endor-sast
Command: npx skills add https://github.com/Endor-Solutions-Architecture/endor-solutions-claude-skills --skill endor-sast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers identify code-level security weaknesses early by performing static analysis on codebases, reducing the risk of exploitable vulnerabilities before deployment.

Core Features & Use Cases

  • Static analysis across languages to detect common vulnerabilities such as SQL injection, XSS, command injection, path traversal, and insecure deserialization.
  • Clear remediation guidance and prioritized findings to accelerate fixes.
  • Integrates with Endor MCP server to run scans within the development workflow.
  • Use Case: A software team integrates /endor-sast into their CI/CD to catch vulnerabilities during the development phase.

Quick Start

Run /endor-sast to perform a quick static analysis of your repository and review the findings. If you have Code Pro license, enable AI false positive reduction for filtered results.

Frequently Asked Questions about endor-sast

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

FAQPage Schema
How do I find code vulnerabilities like SQL injection and XSS in my repository?

Static application security testing scans your codebase to detect code-level vulnerabilities such as SQL injection, XSS, command injection, path traversal, and insecure deserialization across multiple programming languages. It provides prioritized findings with clear remediation guidance to accelerate fixes.

How does static analysis integrate into my development workflow to catch security weaknesses?

Static analysis integrates with the Endor MCP server using endorctl to run scans directly within your development workflow. Teams can incorporate it into their CI/CD pipelines to detect exploitable vulnerabilities early during the development phase before deployment.

Can I reduce false positives in SAST results when scanning my codebase?

Yes, AI false positive reduction can be enabled to filter SAST results. This feature is available under Code Pro licensing and helps developers focus on legitimate security findings by reducing inaccurate vulnerability detections in the scanned codebase.

Do I need an Endor MCP server setup to run static application security testing?

Yes, an Endor MCP server setup with endorctl is required to run static application security testing. This environment configuration allows the scanning mechanism to access your repository and perform cross-language vulnerability detection within your workflow.

What types of code-level vulnerabilities can static analysis detect across programming languages?

Static application security testing detects common code-level vulnerabilities including SQL injection, cross-site scripting (XSS), command injection, path traversal, and insecure deserialization. It applies across multiple languages to identify security weaknesses before deployment.