← all plugins

Testing Handbook Skills

by @trailofbits · plugin · 15 skills

Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)

Install the whole plugin (CLI)
npx skillmds add trailofbits/aflpp npx skillmds add trailofbits/ruzzy npx skillmds add trailofbits/libafl npx skillmds add trailofbits/atheris npx skillmds add trailofbits/ossfuzz npx skillmds add trailofbits/libfuzzer npx skillmds add trailofbits/cargo-fuzz npx skillmds add trailofbits/wycheproof npx skillmds add trailofbits/harness-writing npx skillmds add trailofbits/address-sanitizer npx skillmds add trailofbits/coverage-analysis npx skillmds add trailofbits/fuzzing-obstacles npx skillmds add trailofbits/fuzzing-dictionary npx skillmds add trailofbits/constant-time-testing npx skillmds add trailofbits/testing-handbook-generator
⬇ Download

Skills in this plugin

  1. aflpp · trailofbits bundle
    Fuzz C/C++ projects with multi-core support using AFL++, a fork of AFL with better performance and advanced features.
    6k
    repo stars
  2. ruzzy · trailofbits bundle
    Coverage-guided fuzzing for Ruby code and C extensions using libFuzzer and sanitizers.
    6k
    repo stars
  3. libafl · trailofbits bundle
    Build custom fuzzers with a modular Rust library, supporting advanced mutation strategies, custom feedback mechanisms, and non-standard target architectures.
    6k
    repo stars
  4. atheris · trailofbits bundle
    Fuzz Python code and C extensions with coverage guidance and AddressSanitizer support using a libFuzzer-based fuzzer.
    6k
    repo stars
  5. ossfuzz · trailofbits bundle
    Set up continuous fuzzing infrastructure for open-source projects using Google's OSS-Fuzz platform, including building and running fuzz harnesses locally and enrolling new projects.
    6k
    repo stars
  6. libfuzzer · trailofbits bundle
    Coverage-guided fuzzer built into LLVM for C/C++ projects. Use for fuzzing C/C++ code that can be compiled with Clang.
    6k
    repo stars
  7. cargo-fuzz · trailofbits bundle
    Fuzz Rust projects with libFuzzer using cargo-fuzz, including harness writing, sanitizer integration, and coverage analysis.
    6k
    repo stars
  8. wycheproof · trailofbits bundle
    Validate cryptographic implementations against known attacks and edge cases using Wycheproof test vectors.
    6k
    repo stars
  9. harness-writing · trailofbits bundle
    Write effective fuzzing harnesses across languages to improve code coverage and find bugs in your system under test.
    6k
    repo stars
  10. address-sanitizer · trailofbits bundle
    Detect memory errors like buffer overflows and use-after-free bugs in C/C++ code during fuzzing and testing using AddressSanitizer.
    6k
    repo stars
  11. coverage-analysis · trailofbits bundle
    Measures code coverage during fuzzing to assess harness effectiveness and identify fuzzing blockers.
    6k
    repo stars
  12. fuzzing-obstacles · trailofbits bundle
    Patch code to bypass checksums, global state, and validation checks that block fuzzer progress, using conditional compilation for C/C++ and Rust.
    6k
    repo stars
  13. fuzzing-dictionary · trailofbits bundle
    Guides fuzzers with domain-specific tokens to reach deeper code paths in parsers, protocol handlers, and file format processors.
    6k
    repo stars
  14. constant-time-testing · trailofbits bundle
    Detect timing side channels in cryptographic code using formal, symbolic, dynamic, and statistical testing tools.
    6k
    repo stars
  15. testing-handbook-generator · trailofbits bundle
    Generates Claude Code skills from the Trail of Bits Testing Handbook for security testing tools and techniques.
    6k
    repo stars