Browse
Showing 20 of 313 components
MCP server for GitHub API integration - repos, issues, PRs, and more.
Pure markdown knowledge management skills from the Obsidian CEO for working with vaults, note linking, tagging, and pers...
Gives AI coding agents direct access to Figma design data, enabling accurate one-shot UI implementation by reading layou...
Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whi...
Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bod...
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...
Measure fuzzing or test coverage, identify untested parser and protocol paths, and translate coverage gaps into better h...
Open-source server from Google that simplifies connecting AI agents to databases with built-in authentication, connectio...
Google's MCP toolbox for database access, with prebuilt tools for SQL and NoSQL systems plus a framework for custom safe...
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...
Security-focused review of code changes using git history analysis to find regressions.
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...