Browse
Showing 20 of 343 components
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...
Official MCP developer inspector for testing MCP servers through a browser UI, CLI launch flow, environment injection, a...
Pure markdown knowledge management skills from the Obsidian CEO for working with vaults, note linking, tagging, and pers...
Structured task planning skill that uses markdown files for persistent plan tracking, progress updates, and subtask deco...
Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when some...
Python framework for building MCP servers and clients with a high-level API, testing utilities, auth helpers, and deploy...
Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bod...
MCP server for GitHub API integration - repos, issues, PRs, and more.
Test cryptographic implementations for timing leaks with dudect-style workflows, leakage hypotheses, and reproducible me...
Design high-value fuzzing dictionaries for structured inputs, parsers, protocols, file formats, and smart contract ABI s...
Use Atheris to fuzz Python code and native extension boundaries with coverage-guided tests, useful inputs, and reproduci...
Build libFuzzer harnesses for C/C++ libraries, configure sanitizers and corpora, and turn crashes into minimized reprodu...
Security-focused review of code changes using git history analysis to find regressions.
Prepare OSS-Fuzz integrations with build scripts, fuzz targets, seed corpora, dictionaries, and project metadata for con...
Open-source server from Google that simplifies connecting AI agents to databases with built-in authentication, connectio...
Write targeted fuzz harnesses that isolate parsers, state machines, and security-sensitive APIs without hiding bugs behi...
Google's MCP toolbox for database access, with prebuilt tools for SQL and NoSQL systems plus a framework for custom safe...
Set up cargo-fuzz for Rust crates, write effective fuzz targets, manage corpora, and triage panics or sanitizer crashes.