utkusen

16 mods across 2 repositories, 2.5k stars between them.

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…

1.3k 4mo ago A 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…

1.3k 4mo ago A 110 tokens original MIT

sast-fileupload

03

utkusen/sast-skills

Skill Claude CodeCodex

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).…

1.3k 4mo ago A 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…

1.3k 4mo ago A 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…

1.3k 4mo ago A 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…

1.3k 4mo ago A 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…

1.3k 4mo ago A 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…

1.3k 4mo ago A 121 tokens original MIT

sast-pathtraversal

09

utkusen/sast-skills

Skill Claude CodeCodex

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).…

1.3k 4mo ago A 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…

1.3k 4mo 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…

1.3k 4mo ago A 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…

1.3k 4mo ago A 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).…

1.3k 4mo 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…

1.3k 4mo ago A 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…

1.3k 4mo ago A 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…

1.3k 4mo ago A 100 tokens original MIT