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-skillsnpx skills add https://github.com/trailofbits/skills --skill testing-handbook-skillsOr paste this URL into your assistant to install:
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
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
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:
- Analyzes the Testing Handbook structure
- Identifies skill candidates (tools, techniques, domains)
- Generates skills using appropriate templates
- 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