Back to skills

testing-handbook-skills

security

A meta-skill that reads the Trail of Bits Application Security Testing Handbook and generates Claude Code skills from it. It covers fuzzers (libFuzzer, AFL++, cargo-fuzz), static analysis tools (Semgr

Setup & Installation

npx skills add https://github.com/trailofbits/testing-handbook-skills --skill testing-handbook-skills
or paste the link and ask your coding assistant to install it
https://github.com/trailofbits/testing-handbook-skills
View on GitHub

What This Skill Does

A meta-skill that reads the Trail of Bits Application Security Testing Handbook and generates Claude Code skills from it. It covers fuzzers (libFuzzer, AFL++, cargo-fuzz), static analysis tools (Semgrep, CodeQL), techniques like harness writing and coverage analysis, and domain-specific testing for crypto. Generated skills are validated before delivery. Instead of manually extracting and structuring handbook content into skill files, this generator does the analysis, templating, and cross-referencing automatically across all 16 skill types in one pass.

When to use it

  • Working with testing handbook skills functionality
  • Implementing testing handbook skills features
  • Debugging testing handbook skills related issues