home/categories/code-quality/trailofbits-skills-plugins-zeroize-audit-skills-zeroize-audit-skill-md
code-qualitytesting-security

zeroize-audit

Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.

trailofbits
maintainer
trailofbits
Updated 2/26/2026
Stars
4466
Forks
385
quick start

Installation and usage

Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use zeroize-audit