Voltar ao ranking

utkusen/sast-skills

Collection of agent skills that turn your AI coder into a SAST scanner

ai-securityclaudeclaude-codesast
Crescimento de estrelas
Estrelas
1.2k
Forks
54
Crescimento semanal
Issues
0
5001k
mar. de 26abr. de 26jun. de 26jul. de 26
README

LLM SAST Skills

A collection of agent skills that turn your LLM coding assistant into a fully functional SAST scanner to find vulnerabilities in your codebase. Works natively with Claude Code, Codex, Opencode, Cursor and any other assistant that supports agent skills. No third-party tools required.

Claude Code with Opus model is recommended. But if the cost is a concern, use any IDE and model you trust.

Process in Claude Code

How It Works

CLAUDE.md (for Claude Code) or AGENTS.md (for Opencode and other IDEs) orchestrates the entire assessment workflow automatically. The assessment runs in three steps:

  1. Codebase Analysis -- The sast-analysis skill maps the technology stack, architecture, entry points, data flows, and trust boundaries. It writes its findings to sast/architecture.md.

  2. Vulnerability Detection (parallel) -- All 13 vulnerability detection skills run in parallel as subagents. Each skill follows a two-phase approach: first a recon/discovery phase to find candidate sections, then a verification phase to confirm exploitability. Results are written to sast/*-results.md.

  3. Report Generation -- The sast-report skill consolidates all findings into a single sast/final-report.md, ranked by severity with full remediation guidance and dynamic test instructions.

What It Detects

Skill Vulnerability Class
sast-analysis Codebase reconnaissance, architecture mapping, threat modeling
sast-sqli SQL Injection
sast-graphql GraphQL injection
sast-xss Cross-Site Scripting (XSS)
sast-rce Remote Code Execution (command injection, eval, unsafe deserialization)
sast-ssrf Server-Side Request Forgery
sast-idor Insecure Direct Object Reference
sast-xxe XML External Entity
sast-ssti Server-Side Template Injection
sast-jwt Insecure JWT implementations
sast-missingauth Missing authentication and broken function-level authorization
sast-pathtraversal Path / directory traversal
sast-fileupload Insecure file upload
sast-businesslogic Business logic flaws (price manipulation, workflow bypass, race conditions, etc.)
sast-report Consolidated final report ranked by severity

Installation

Copy your project into the sast-files folder, then open sast-files as your workspace in your AI coding assistant.

cp -r /path/to/your/project sast-files/

Note: If your project already contains a CLAUDE.md or AGENTS.md file, remove it before running the assessment — otherwise it will conflict with the orchestration file provided by this toolkit.

Usage

After copying the files, open your project in your AI coding assistant and ask:

Run vulnerability scan

or

Find vulnerabilities in this codebase

The entry point file (CLAUDE.md or AGENTS.md) orchestrates the full workflow automatically. It will skip any steps whose output files already exist, so you can safely re-run it after fixing issues.

Output

All output is written to a sast/ folder in your project root:

File Description
sast/architecture.md Technology stack, architecture, entry points, data flows
sast/*-results.md Per-vulnerability-class findings with proof and remediation
sast/final-report.md Consolidated report ranked by severity
Repositórios relacionados
usestrix/strix

Open-source AI penetration testing tool to find and fix your app’s vulnerabilities.

PythonPyPIApache License 2.0agentsartificial-intelligence
strix.ai
43.2k4.5k
The-Art-of-Hacking/h4cker

This repository is maintained by Omar Santos (@santosomar) and includes thousands of resources related to ethical hacking, bug bounties, digital forensics and incident response (DFIR), AI security, vulnerability research, exploit development, reverse engineering, and more. 🔥 Also check: https://hackertraining.org

Jupyter NotebookMIT Licensehackingpenetration-testing
hackerrepo.org
28.6k5.3k
Giskard-AI/giskard-oss

🐢 Open-Source Evaluation & Testing library for LLM Agents

PythonPyPIApache License 2.0mlopsml-validation
docs.giskard.ai
5.7k501
FlorianBruniaux/claude-code-ultimate-guide

The most comprehensive Claude Code guide: agentic workflows, hooks, skills, MCP servers, quizzes, and production-ready templates. 430K+ lines.

PythonPyPICreative Commons Attribution Share Alike 4.0 Internationalagentic-codingai-assistant
cc.bruniaux.com
5.5k726
Giskard-AI/giskard

🐢 Open-Source Evaluation & Testing for AI & LLM systems

PythonPyPIApache License 2.0mlopsml-validation
docs.giskard.ai
4.3k300
Tencent/AI-Infra-Guard

A full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.

PythonPyPIApache License 2.0agentllm
tencent.github.io/AI-Infra-Guard/
4.2k399
theori-io/copy-fail-CVE-2026-31431

Copy Fail (CVE-2026-31431): 9-year-old Linux kernel LPE found by Theori's Xint Code

PythonPyPIai-securitycve-2026-31431
xint.io/blog/copy-fail-linux-distributions
4k900
shuvonsec/claude-bug-bounty

AI-powered bug bounty hunting from your terminal - recon, 20 vuln classes, autonomous hunting, and report generation. All inside Claude Code.

PythonPyPIMIT Licenseai-securitybug-bounty
shuvonsec.me
4k713
nolabs-ai/nono

Sandbox any AI agent in seconds - zero setup, zero latency.

Rustcrates.ioApache License 2.0ai-agentssecurity
nono.sh
3.1k213
elementalsouls/Claude-BugHunter

A Claude Code skill bundle for bug hunting and external red-team work — 71 skills, 15 slash commands, 681 disclosed-report patterns curated across 24 core vulnerability classes, plus enterprise identity + infrastructure attack matrices.

PythonPyPIOtherai-securityanthropic
elementalsouls.github.io/Claude-BugHunter
3k463
skills/secure-code-game

Learn to code securely while having fun through our popular open source in-editor experience, designed for developers, students, and anyone curious about security. Get started for free in under 2 minutes, playing right from your browser.

JavaScriptnpmMIT Licensecode-securityai
gh.io/scg
2.8k371
0xSteph/pentest-ai-agents

Turn Claude Code into your offensive security research assistant. Specialized AI subagents for authorized penetration testing plan engagements, analyze recon, research exploits, build detections, audit STIGs, and write reports.

ShellMIT Licenseai-agentsai-security
pentestai.xyz
2k393