Browse
Showing 20 of 59 components
Run Semgrep static analysis scan on a codebase using parallel subagents. Supports two scan modes — "run all" (full rules...
Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encou...
Security audit skill collection from Trail of Bits covering vulnerability detection, binary analysis, SAST, and secure c...
Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when hunting bug variants, buil...
Author, test, and refine YARA rules for malware, exploit, and artifact detection while minimizing false positives.
Runs CodeQL and Semgrep for automated security vulnerability detection in codebases.
Performs comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-spe...
Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Trig...
Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemi...
Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whi...
Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when some...
Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when revie...
Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bod...
Parses and processes SARIF files from static analysis tools like CodeQL, Semgrep, or other scanners. Triggers on "parse...
Generates minimal macOS Seatbelt sandbox configurations. Use when sandboxing, isolating, or restricting macOS applicatio...
Design high-value fuzzing dictionaries for structured inputs, parsers, protocols, file formats, and smart contract ABI s...
Configure and run AFL++ fuzzing campaigns for C/C++ targets, including harness setup, corpus handling, dictionaries, par...
Security-focused review of code changes using git history analysis to find regressions.
Set up cargo-fuzz for Rust crates, write effective fuzz targets, manage corpora, and triage panics or sanitizer crashes.
Test cryptographic implementations for timing leaks with dudect-style workflows, leakage hypotheses, and reproducible me...