浏览
正在显示 20 个,共 75 个 components
/cs:cto-review <plan> — Architecture and scaling interrogation. Tech debt, scaling cliffs, team scaling, build-vs-buy. U...
Runs CodeQL and Semgrep for automated security vulnerability detection in codebases.
Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemi...
Performs comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-spe...
Security audit skill collection from Trail of Bits covering vulnerability detection, binary analysis, SAST, and secure c...
Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encou...
Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Trig...
Run Semgrep static analysis scan on a codebase using parallel subagents. Supports two scan modes — "run all" (full rules...
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.
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...
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...
Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bod...
Configure and run AFL++ fuzzing campaigns for C/C++ targets, including harness setup, corpus handling, dictionaries, par...
Set up cargo-fuzz for Rust crates, write effective fuzz targets, manage corpora, and triage panics or sanitizer crashes.
Measure fuzzing or test coverage, identify untested parser and protocol paths, and translate coverage gaps into better h...
Write targeted fuzz harnesses that isolate parsers, state machines, and security-sensitive APIs without hiding bugs behi...