utkusen/sast-skills

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

About the project

SAST Skills is a collection of agent workflows that inspect web and mobile application code for security vulnerabilities, where SAST means static application security testing. Developers and security reviewers use it to map a codebase, verify possible flaws, and produce a severity-ranked remediation report. The catalogue entries are the project's vulnerability-detection and reporting skills.

1.3kStars on the repository
16Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

sast-analysis

01

utkusen/sast-skills

Skill Claude CodeCodex

Perform codebase analysis and architecture mapping as the first phase of a security assessment. Explores the tech stack, frameworks, entry points, data flows, and trust boundaries. Outputs sast/architecture.md. Run this before any vulnerability detection skill. Use when asked to analyze a codebase for security or when…

not rated 1.3k +4 5mo ago A SkillSpector: pass 73 tokens original MIT

sast-businesslogic

02

utkusen/sast-skills

Skill Claude CodeCodex

Detect business logic vulnerabilities in a codebase using a three-phase approach: threat modeling (domain analysis and attack scenarios), batched verify (check exploitable gaps in parallel subagents, 3 scenarios each), and merge (consolidate batch results). Covers price manipulation, workflow bypass, limit violations…

not rated 1.3k +4 5mo ago A SkillSpector: pass 110 tokens original MIT

sast-fileupload

03

utkusen/sast-skills

Skill Claude CodeCodex needs its repo

Detect insecure file upload vulnerabilities in a codebase using a three-phase approach: discovery (find all upload sites), batched verify (check extension bypass and related issues in parallel subagents, 3 sites each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first).…

not rated 1.3k +4 5mo ago A SkillSpector: pass 92 tokens original MIT

sast-graphql

04

utkusen/sast-skills

Skill Claude CodeCodex

Detect GraphQL injection vulnerabilities in a codebase using a three-phase approach: recon (confirm GraphQL usage and find unsafe operation document assembly sites), batched verify (trace user input to those sites in parallel subagents, up to 3 candidate sites each), and merge (consolidate batch results). Requires…

not rated 1.3k +4 5mo ago A SkillSpector: warn 123 tokens original MIT

utkusen/sast-skills

Skill Claude CodeCodex

Detect hardcoded sensitive data (API keys, access tokens, private keys, passwords, etc.) in publicly accessible code — frontend JavaScript, mobile apps, client-side bundles, and HTML templates. Uses a three-phase approach: recon (find secret candidates), batched verify (confirm real secrets in public code paths, 3…

not rated 1.3k +4 5mo ago A SkillSpector: warn 124 tokens original MIT

sast-idor

06

utkusen/sast-skills

Skill Claude CodeCodex

Detect Insecure Direct Object Reference (IDOR) vulnerabilities in a codebase using a three-phase approach: recon (find candidates), batched verify (check authorization in parallel subagents, 3 candidates each), and merge (consolidate batch results). Checks endpoints for missing ownership or authorization checks on…

not rated 1.3k +4 5mo ago A SkillSpector: warn 103 tokens original MIT

sast-jwt

07

utkusen/sast-skills

Skill Claude CodeCodex

Detect insecure JWT (JSON Web Token) implementations in a codebase using a two-phase approach: first map all JWT issuance and verification sites to understand the token lifecycle and signing configuration, then check each verification site for exploitable weaknesses such as algorithm confusion, missing signature…

not rated 1.3k +4 5mo ago A SkillSpector: warn 123 tokens original MIT

sast-missingauth

08

utkusen/sast-skills

Skill Claude CodeCodex

Detect missing authentication and broken function-level authorization vulnerabilities in a codebase using a three-phase approach: recon (map endpoints and the role/permission system), batched verify (check auth/authz in parallel subagents, 3 endpoints each), and merge (consolidate batch results). Covers…

not rated 1.3k +4 5mo ago A SkillSpector: warn 121 tokens original MIT

sast-pathtraversal

09

utkusen/sast-skills

Skill Claude CodeCodex needs its repo

Detect path traversal vulnerabilities in a codebase using a three-phase approach: recon (find file-loading sinks with dynamic paths), batched verify (trace user input and mitigations in parallel subagents, 3 sinks each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first).…

not rated 1.3k +4 5mo ago A SkillSpector: warn 98 tokens original MIT

sast-rce

10

utkusen/sast-skills

Skill Claude CodeCodex

Detect Remote Code Execution (RCE) vulnerabilities in a codebase using a three-phase approach: recon (find dangerous execution sinks), batched verify (trace user input to sinks in parallel subagents, 3 sinks each), and merge (consolidate batch results). Covers OS command injection, eval-like sinks, and unsafe…

not rated 1.3k +4 5mo ago B 110 tokens original MIT

sast-report

11

utkusen/sast-skills

Skill Claude CodeCodex

Consolidate all SAST vulnerability results from the sast/ folder into a single final report ranked by severity and confidentiality impact. Reads all -results.md files and produces sast/final-report.md. Run after all vulnerability detection skills complete. Use when asked to generate a final report, consolidate…

not rated 1.3k +4 5mo ago A SkillSpector: pass 69 tokens original MIT

sast-sqli

12

utkusen/sast-skills

Skill Claude CodeCodex

Detect SQL injection vulnerabilities in a codebase using a three-phase approach: recon (find unsafe SQL construction sites), batched verify (trace user input to those sites in parallel subagents, 3 sites each), and merge (consolidate batch results). Covers string concat, f-strings, unsafe ORM methods, and dynamic…

not rated 1.3k +4 5mo ago A SkillSpector: warn 104 tokens original MIT

sast-ssrf

13

utkusen/sast-skills

Skill Claude CodeCodex

Detect Server-Side Request Forgery (SSRF) vulnerabilities in a codebase using a three-phase approach: recon (find outbound call sites), batched verify (trace user input to destinations in parallel subagents, 3 sites each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first).…

not rated 1.3k +4 5mo ago B 99 tokens original MIT

sast-ssti

14

utkusen/sast-skills

Skill Claude CodeCodex

Detect Server-Side Template Injection (SSTI) vulnerabilities in a codebase using a three-phase approach: recon (find template rendering sites that use dynamic strings), batched verify (trace user input to those sites in parallel subagents, 3 candidates each), and merge (consolidate batch results). Requires…

not rated 1.3k +4 5mo ago A SkillSpector: warn 99 tokens original MIT

sast-xss

15

utkusen/sast-skills

Skill Claude CodeCodex

Detect Cross-Site Scripting (XSS) vulnerabilities in a codebase using a three-phase approach: recon (find HTML/JS/DOM sink sites), batched verify (trace user input to sinks in parallel subagents, 3 sink sites each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first). Outputs…

not rated 1.3k +4 5mo ago A SkillSpector: warn 99 tokens original MIT

sast-xxe

16

utkusen/sast-skills

Skill Claude CodeCodex

Detect XML External Entity (XXE) vulnerabilities in a codebase using a three-phase approach: recon (find XML parsing sites without external-entity hardening), batched verify (trace user input to each site in parallel subagents, 3 sites each), and merge (consolidate batch results). Requires sast/architecture.md (run…

not rated 1.3k +4 5mo ago A SkillSpector: warn 100 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: