utkusen/sast-skills

Collection of agent skills to find vulnerabilities inside your web/mobile apps.

ai-securityclaudeclaude-codesast
Crecimiento de estrellas
Estrellas
1.3k
Forks
63
Crecimiento semanal
+7
Issues
0
5001k
mar 26may 26jul 26sept 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
Repositorios relacionados
usestrix/strix

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

PythonPyPIApache License 2.0agentsartificial-intelligence
strix.ai
61.6k6.7k
KeygraphHQ/shannon

Shannon is an AI pentester for web applications and APIs. It analyzes your source code, identifies attack vectors, and executes real exploits to prove vulnerabilities before they reach production.

TypeScriptnpmGNU Affero General Public License v3.0penetration-testingpentesting
keygraph.io
47.9k5.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 NotebookawesomeMIT Licensehackingpenetration-testing
hackerrepo.org
29.3k5.4k
NVIDIA/SkillSpector

Security scanner for AI agent skills. Detect vulnerabilities, malicious patterns, security risks, prompt injection, data exfiltration, and supply-chain risks in Claude Code, Codex, and MCP skills before you install them.

PythonPyPIApache License 2.0agent-securityagent-skills
docs.nvidia.com/skills/scanning-agent-skills
16.8k1.4k
openai/codex-security

OpenAI's Codex Security CLI and TypeScript SDK for finding, validating, and fixing security vulnerabilities. npm: https://www.npmjs.com/package/@openai/codex-security

TypeScriptnpmcliApache License 2.0ai-securityapplication-security
developers.openai.com/codex/security
10.6k771
Tencent/AI-Infra-Guard

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

PythonPyPIApache License 2.0agentllm
tencent.github.io/AI-Infra-Guard/
6.2k580
FlorianBruniaux/claude-code-ultimate-guide

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

PythonPyPItutorialCreative Commons Attribution Share Alike 4.0 Internationalagentic-codingai-assistant
cc.bruniaux.com
5.9k773
Giskard-AI/giskard-oss

🐢 Open-Source Evaluation & Testing library for LLM Agents

PythonPyPIApache License 2.0mlopsml-validation
docs.giskard.ai
5.8k531
Awarexone/Agentic-Bug-Hunter

AI-powered bug bounty hunting toolkit that works with or without subscription.

PythonPyPIMIT Licenseai-securitybug-bounty
awarexone.com
4.7k836
elementalsouls/Claude-BugHunter

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

PythonPyPIskillMIT Licenseai-securityanthropic
elementalsouls.github.io/Claude-BugHunter
4.4k667
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
4.1k911
nolabs-ai/nono

secure multiplexed execution paths for agents - zero trust, zero setup, zero latency.

Rustcrates.ioApache License 2.0ai-agentssecurity
nono.sh
4k262