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
更新于 2/26/2026
星标
4466
分支
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.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use zeroize-audit