From asi
Use AddressSanitizer to detect memory safety bugs in C/C++ programs. Identifies use-after-free, buffer overflow, memory leaks, and other memory errors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:address-sanitizerThe 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
Use AddressSanitizer to detect memory safety bugs in C/C++ programs. Identifies use-after-free, buffer overflow, memory leaks, and other memory errors.
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 asiAudits C/C++/Rust code for missing or compiler-removed zeroization of secrets using assembly-level, IR, and control-flow analysis.
Audits C/C++/Rust code for missing zeroization of sensitive data like secrets and keys, detecting compiler optimizations removing wipes via assembly, IR, and control-flow analysis.
Guides choosing memory-safe languages and reviewing C/C++ code for memory corruption vulnerabilities. Provides threat context and mitigation strategies.