sast-skills
Turn your AI coding assistant into a full security vulnerability scanner
All Skills in This Repository (16)
Pure Emerald Level Indicatorssast-ssrf
Identifies and quantifies SSRF vulnerabilities by tracing user input to outbound network calls.
sast-hardcodedsecrets
Scan codebases for hardcoded secrets and write findings to markdown files.
sast-pathtraversal
Trace user-controlled path inputs through file operations and report path traversal vulnerabilities.
sast-sqli
Detect SQL injection vulnerabilities via recon, parallel verification, and merged results.
sast-graphql
Detect unsafe GraphQL operation document construction with user input tracing.
sast-businesslogic
Identify business logic vulnerabilities and generate prioritized threat scenarios.
sast-analysis
Map codebase architecture and technology stack into sast/architecture.md.
sast-missingauth
Detect missing authentication and broken function-level authorization in codebases.
sast-report
Consolidate SAST findings from sast/*-results.md into a prioritized final-report.md.
sast-idor
Identify and map IDOR vulnerabilities in REST or GraphQL endpoints.
sast-ssti
Trace dynamic template strings to detect SSTI vulnerabilities across multi-language codebases.
sast-xss
Detect Cross-Site Scripting vulnerabilities by tracing user input through rendering sinks.
Frequently Asked Questions
FAQPage SchemaHow to install sast-skills?βΌ
Run `npx skills add utkusen/sast-skills --all -g -y` in your terminal to install all security scanning skills globally.
What vulnerabilities can sast-skills detect?βΌ
It detects 14 classes including SQL injection, XSS, SSRF, RCE, XXE, path traversal, insecure file upload, JWT flaws, missing authentication, IDOR, business logic flaws, GraphQL injection, and hardcoded secrets.
How do I run a security scan on my codebase?βΌ
Copy your project into the sast-files folder, open it in your AI assistant, and ask it to run a vulnerability scan. The orchestrator file handles the full workflow automatically.
Does sast-skills work with Claude Code and Cursor?βΌ
Yes. It works natively with Claude Code, Codex, Opencode, Cursor, and any assistant that supports agent skills, with no third-party tools required.
Do I need security expertise to use sast-skills?βΌ
No. The skills guide your AI agent through recon, verification, and reporting automatically, and the final report explains each finding with fixes and test steps.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core