Parcourir
20 affiché(s) sur 59 component(s)
Runs CodeQL and Semgrep for automated security vulnerability detection in codebases.
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...
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...
Performs comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-spe...
Author, test, and refine YARA rules for malware, exploit, and artifact detection while minimizing false positives.
Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when hunting bug variants, buil...
Security audit skill collection from Trail of Bits covering vulnerability detection, binary analysis, SAST, and secure c...
Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when some...
Generates minimal macOS Seatbelt sandbox configurations. Use when sandboxing, isolating, or restricting macOS applicatio...
Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bod...
Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when revie...
Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whi...
Parses and processes SARIF files from static analysis tools like CodeQL, Semgrep, or other scanners. Triggers on "parse...
Use AddressSanitizer to find memory corruption bugs, configure instrumented builds, interpret sanitizer reports, and tur...
Prepare OSS-Fuzz integrations with build scripts, fuzz targets, seed corpora, dictionaries, and project metadata for con...
Measure fuzzing or test coverage, identify untested parser and protocol paths, and translate coverage gaps into better h...
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.