From asi
Fuzzes Python code using Atheris to discover vulnerabilities like crashes and assertion failures. Useful for security testing Python applications.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:atherisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trit**: -1 (MINUS)
Trit: -1 (MINUS) Category: testing-handbook-skills Author: Trail of Bits Source: trailofbits/skills License: AGPL-3.0
Python fuzzing with Atheris for discovering vulnerabilities in Python code.
This is a Trail of Bits security skill. Refer to the original repository for detailed usage guidelines and examples.
See: https://github.com/trailofbits/skills
npx claudepluginhub plurigrid/asi --plugin asiFuzzes code with libFuzzer to find vulnerabilities like crashes and memory issues. Useful for security audits and bug hunting.
Guides setting up and running fuzz campaigns with AFL++, libFuzzer, Honggfuzz, Boofuzz, and syzkaller. Covers harness writing, corpus curation, mutation strategies, coverage measurement, and crash triage for file parsers, network protocols, kernel drivers, and firmware.
Fuzzes pure Python code and C extensions using coverage-guided Atheris/libFuzzer. Detects memory corruption via AddressSanitizer. Includes Linux/macOS/Docker setup.