Browse Skills

841 skills across 8 categories

All Skills (841 found)

🔍
2w ago

XSS Detection

Detects Cross-Site Scripting (XSS) vulnerabilities in codebases through a three-phase approach: recon for sink sites, batched taint tracing with subagents, and merging results. Use when asked to find XSS bugs.
Quality
+1%1.2K60
🛡️
2w ago

SSTI Detection

Detects Server-Side Template Injection (SSTI) vulnerabilities in a codebase using a three-phase approach: recon, batched verify, and merge. Requires sast/architecture.md from prior architectural analysis.
Quality
+1%1.2K60
🔍
2w ago

SSRF Detection

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), and merge results. Use when asked to find SSRF bugs.
Quality
+1%1.2K60
🔍
2w ago

SQL Injection Detection

Detects SQL injection vulnerabilities in codebases using a three-phase approach: recon, batched verification, and merge. Covers string concatenation, f-strings, unsafe ORM methods, and dynamic identifiers. Use when auditing code for database injection bugs.
Quality
+1%1.2K60
🛡️
2w ago

SAST Report

Aggregates SAST scan results into a final ranked security report, prioritizing by severity and confidentiality impact. Use after vulnerability scans to generate a consolidated summary.
Quality
+1%1.2K60
🔍
2w ago

RCE Detection

Detects Remote Code Execution vulnerabilities using a three-phase approach: recon, batched verification with parallel subagents, and merge. Covers OS command injection, code injection, and unsafe deserialization. Requires prior architecture analysis.
Quality
+1%1.2K60
🗂️
2w ago

Path Traversal Detection

Detect path traversal vulnerabilities in a codebase using a three-phase approach: recon, batched verification, and merge. Use when asked to find path traversal, directory traversal, or file disclosure bugs. Requires prior SAST architecture analysis.
Quality
+1%1.2K60
🔍
2w ago

Broken Access Control Detection

Detect missing authentication and broken function-level authorization vulnerabilities in a codebase using a three-phase static analysis approach. Use when reviewing code for access control flaws, vertical privilege escalation, or unauthenticated endpoints.
Quality
+1%1.2K60
🔐
2w ago

JWT Vulnerability Detection

Detects insecure JWT implementations in codebases by mapping issuance and verification sites, then identifying algorithm confusion, missing signature verification, weak secrets, and other exploitable weaknesses.
Quality
+1%1.2K60
🛡️
2w ago

IDOR Detection

Detects Insecure Direct Object Reference (IDOR) vulnerabilities in codebases using a three-phase approach: recon, batched verification, and merge. Use when auditing applications for authorization bypass bugs where user-supplied identifiers lack ownership checks.
Quality
+1%1.2K60
🔑
2w ago

Hardcoded Secrets Detection

Detects hardcoded API keys, tokens, passwords, and other secrets in publicly accessible code. Uses a three-phase approach combining recon, batched verification, and merging to identify real exposures in frontend, mobile, and client-side bundles.
Quality
+1%1.2K60
🔍
2w ago

GraphQL Injection Detection

Detect GraphQL injection vulnerabilities by finding where user input is unsafely incorporated into GraphQL operation documents. Uses a three-phase agent pipeline to scan your codebase and report findings.
Quality
+1%1.2K60
PreviousPage 35 of 71Next