address-sanitizer
关于
This skill enables developers to use AddressSanitizer (ASan) to detect critical memory safety bugs like use-after-free and buffer overflows in C/C++ code. It's a security-focused tool for identifying memory leaks and other runtime errors during testing. Use it for in-depth memory error detection as part of a comprehensive security testing workflow.
快速安装
Claude Code
推荐npx skills add plurigrid/asi -a claude-code/plugin add https://github.com/plurigrid/asigit clone https://github.com/plurigrid/asi.git ~/.claude/skills/address-sanitizer在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
相关推荐技能
atheris
其他Atheris是一个用于Python代码模糊测试的安全技能,能自动发现代码中的漏洞。它适用于需要进行安全测试的Python项目,帮助开发者识别潜在的安全风险。该技能由Trail of Bits开发,可与CodeQL、Semgrep等其他安全分析工具结合使用。
libfuzzer
其他这是一个用于代码安全测试的libFuzzer模糊测试技能,能够自动生成随机输入来发现程序中的漏洞和崩溃。它特别适用于对C/C++代码进行持续的安全测试和漏洞挖掘。开发者可以将其集成到测试流程中,帮助识别潜在的内存安全问题和其他边界条件缺陷。
constant-time-testing
其他这个Skill用于检测时序侧信道攻击并验证代码的常量时间实现,帮助开发者识别可能泄露敏感信息的时间差异漏洞。它特别适合在开发加密算法、安全关键代码或进行安全审计时使用。通过集成Trail of Bits的安全测试工具,开发者可以确保代码执行时间不随输入数据变化,从而增强应用程序的安全性。
cargo-fuzz
其他这是一个用于Rust模糊测试的Claude Skill,基于cargo-fuzz和libFuzzer实现。它帮助开发者在Rust项目中进行自动化安全测试,发现代码中的潜在漏洞和边界情况。该技能特别适合需要进行安全审计或寻找内存安全问题的Rust开发者使用。
