atheris
About
This skill enables Python fuzzing with Atheris to automatically discover vulnerabilities like crashes and memory errors in your code. It's ideal for developers building security testing into their workflow to uncover bugs through automated input generation. Use it when you need to harden Python applications against unexpected or malicious inputs.
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/atherisCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
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.
ossfuzz
OtherThis skill integrates with OSS-Fuzz to enable continuous fuzzing for identifying vulnerabilities in your code. It's part of the Trail of Bits security testing suite and is best used when you need automated, large-scale fuzz testing. Refer to the source repository for detailed implementation and usage examples.
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.
fuzzing-obstacles
OtherThis skill helps developers overcome common fuzzing obstacles to improve the effectiveness of their fuzz testing. It provides strategies and techniques for making fuzzers find more bugs and achieve better code coverage. Use it when implementing or troubleshooting fuzzing campaigns for security testing.
