Browse
Showing 17 of 17 components
Run Semgrep static analysis scan on a codebase using parallel subagents. Supports two scan modes — "run all" (full rules...
Measure fuzzing or test coverage, identify untested parser and protocol paths, and translate coverage gaps into better h...
Design high-value fuzzing dictionaries for structured inputs, parsers, protocols, file formats, and smart contract ABI s...
Test cryptographic implementations for timing leaks with dudect-style workflows, leakage hypotheses, and reproducible me...
Use Atheris to fuzz Python code and native extension boundaries with coverage-guided tests, useful inputs, and reproduci...
Write targeted fuzz harnesses that isolate parsers, state machines, and security-sensitive APIs without hiding bugs behi...
Set up cargo-fuzz for Rust crates, write effective fuzz targets, manage corpora, and triage panics or sanitizer crashes.
Configure and run AFL++ fuzzing campaigns for C/C++ targets, including harness setup, corpus handling, dictionaries, par...
Build libFuzzer harnesses for C/C++ libraries, configure sanitizers and corpora, and turn crashes into minimized reprodu...
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...
Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tool...
Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, revi...
Systematic code refactoring with clean code patterns, design patterns, and complexity reduction.
Test generation, mocks, coverage analysis for AI agents
Docstring quality vetting for Python -- enrichment, freshness, coverage, and presence checks
Official Twilio Labs MCP server for communication APIs, enabling AI agents to send SMS, make voice calls, and manage mes...