Browse
Showing 20 of 47 components
Official Microsoft MCP server for Playwright browser automation, enabling AI agents to navigate pages, fill forms, take...
Four-phase root cause analysis — tracing, defense-in-depth, verification.
Runs CodeQL and Semgrep for automated security vulnerability detection in codebases.
Author, test, and refine YARA rules for malware, exploit, and artifact detection while minimizing false positives.
Python framework for building MCP servers and clients with a high-level API, testing utilities, auth helpers, and deploy...
Official MCP developer inspector for testing MCP servers through a browser UI, CLI launch flow, environment injection, a...
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...
Systematic code maturity assessment using Trail of Bits' 9-category framework. Analyzes codebase for arithmetic safety,...
Smart contract development advisor based on Trail of Bits' best practices. Analyzes codebase to generate documentation/s...
Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tool...
Autonomous browser testing with Playwright — form testing, visual testing, screenshots.