TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
trailofbits

cargo-fuzz

by trailofbits

star 2.4k

cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.

trailofbits

address-sanitizer

by trailofbits

star 2.4k

AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-afte...

trailofbits

ton-vulnerability-scanner

by trailofbits

star 2.4k

Scans TON (The Open Network) smart contracts for 3 critical vulnerabilities including integer-as-boolean misuse, fake Je...

trailofbits

property-based-testing

by trailofbits

star 2.4k

Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, revi...

trailofbits

solana-vulnerability-scan...

by trailofbits

star 2.4k

Scans Solana programs for 6 critical vulnerabilities including arbitrary CPI, improper PDA validation, missing signer/ow...

star 2.4k

Ruzzy is a coverage-guided Ruby fuzzer by Trail of Bits. Use for fuzzing pure Ruby code and Ruby C extensions.

trailofbits

libfuzzer

by trailofbits

star 2.4k

Coverage-guided fuzzer built into LLVM for C/C++ projects. Use for fuzzing C/C++ code that can be compiled with Clang.

trailofbits

burpsuite-project-parser

by trailofbits

star 2.4k

Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bod...

trailofbits

harness-writing

by trailofbits

star 2.4k

Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving exi...

trailofbits

ask-questions-if-underspe...

by trailofbits

star 2.4k

Clarify requirements before implementing. Use when serious doubts araise.

trailofbits

atheris

by trailofbits

star 2.4k

Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.

trailofbits

burp-suite

by trailofbits

star 2.4k

Burp Suite Professional is an HTTP interception proxy with numerous security testing features. Use when testing web appl...

trailofbits

guidelines-advisor

by trailofbits

star 2.4k

Comprehensive smart contract development advisor based on Trail of Bits' best practices. Analyzes codebase to generate d...

trailofbits

fuzzing-obstacles

by trailofbits

star 2.4k

Techniques for patching code to overcome fuzzing obstacles. Use when checksums, global state, or other barriers block fu...

trailofbits

codeql

by trailofbits

star 2.4k

CodeQL is a static analysis framework that queries code as a database. Use when you need interprocedural analysis or com...

trailofbits

code-maturity-assessor

by trailofbits

star 2.4k

Systematic code maturity assessment using Trail of Bits' 9-category framework. Analyzes codebase for arithmetic safety,...

star 2.4k

AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C/C++ projec...

trailofbits

semgrep

by trailofbits

star 2.4k

Run Semgrep static analysis for fast security scanning and pattern matching. Use when asked to scan code with Semgrep, w...

trailofbits

spec-to-code-compliance

by trailofbits

star 2.4k

Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whi...

trailofbits

differential-review

by trailofbits

star 2.4k

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase s...

trailofbits

audit-context-building

by trailofbits

star 2.4k

Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug findi...

trailofbits

constant-time-analysis

by trailofbits

star 2.4k

Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encou...

trailofbits

coverage-analysis

by trailofbits

star 2.4k

Coverage analysis measures code exercised during fuzzing. Use when assessing harness effectiveness or identifying fuzzin...

trailofbits

fix-review

by trailofbits

star 2.4k

Verifies that git commits address security audit findings without introducing bugs. This skill should be used when the u...