skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

testing-handbook-skills

Testing Handbook skills: fuzzers, static analysis, sanitizers

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/trailofbits/skills --skill testing-handbook-skills

Overview

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.

Application

When to use this Skill

Documentation

Show Skills.md file

Testing Handbook Skills

Meta-skill that generates Claude Code skills from the Trail of Bits Application Security Testing Handbook.

Overview

This plugin provides a skill generator that:

  1. Analyzes the Testing Handbook structure
  2. Identifies skill candidates (tools, techniques, domains)
  3. Generates skills using appropriate templates
  4. Validates generated skills

Installation

Add to your Claude Code skills configuration:

# From the skills marketplace
claude skills install testing-handbook-skills

# Or manually add to .claude/settings.json
{
  "plugins": [
    "./plugins/testing-handbook-skills"
  ]
}
Lines 1 - 28 of 241

Recommendations

Explore other random skills

All skillsMy patterns