burp-suite
About
This Claude Skill enables web application security testing using Burp Suite's capabilities. It's designed for developers conducting security assessments and integrates with Trail of Bits' testing handbook methodology. The skill emphasizes flexibility through abstraction patterns from Software Design for Flexibility.
Quick Install
Claude Code
Recommendednpx skills add plurigrid/asi -a claude-code/plugin add https://github.com/plurigrid/asigit clone https://github.com/plurigrid/asi.git ~/.claude/skills/burp-suiteCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
libfuzzer
OtherThis skill enables fuzzing with libFuzzer to automatically discover vulnerabilities in code through automated test generation. It's particularly useful for security testing and identifying edge cases that could lead to crashes or security issues. Developers should use it when conducting security audits or robustness testing of C/C++ codebases.
coverage-analysis
OtherThis skill performs code coverage analysis to assess testing quality by identifying untested code paths. It helps developers understand test effectiveness and prioritize additional testing efforts. Use it when evaluating test suite completeness or aiming to improve overall code quality.
cargo-fuzz
OtherThis skill enables Rust fuzzing using cargo-fuzz and libFuzzer for security testing and bug discovery. It's designed for developers writing Rust code who need to identify memory safety issues and other vulnerabilities through automated input generation. Use this skill when you need to integrate fuzzing into your Rust development workflow for enhanced code security.
wycheproof
OtherThis skill provides Google's Wycheproof test vectors for rigorously testing cryptographic implementations against known vulnerabilities. It's designed for developers who need to validate the security of their crypto code by running comprehensive test suites. Use this skill when implementing or auditing cryptographic algorithms to ensure robustness against edge cases and attacks.
