SKILL·AF5924

address-sanitizer

plurigrid
更新于 1 month ago
15 次查看
7
3
7
在 GitHub 上查看
其他general

关于

This skill enables developers to use AddressSanitizer (ASan) to detect critical memory safety bugs like use-after-free and buffer overflows in C/C++ programs. It's ideal for integrating runtime memory error detection into your testing workflow. Use it to identify hard-to-find memory leaks and corruption issues during development.

快速安装

Claude Code

推荐
主要方式
npx skills add plurigrid/asi -a claude-code
插件命令备选方式
/plugin add https://github.com/plurigrid/asi
Git 克隆备选方式
git clone https://github.com/plurigrid/asi.git ~/.claude/skills/address-sanitizer

在 Claude Code 中复制并粘贴此命令以安装该技能

GitHub 仓库

plurigrid/asi
路径: plugins/asi/skills/address-sanitizer
0
FAQ

Frequently asked questions

What is the address-sanitizer skill?

address-sanitizer is a Claude Skill by plurigrid. Skills package instructions and resources that Claude loads on demand, so Claude can perform address-sanitizer-related tasks without extra prompting.

How do I install address-sanitizer?

Use the install commands on this page: add address-sanitizer to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does address-sanitizer belong to?

address-sanitizer is in the testing-handbook-skills category, tagged general.

Is address-sanitizer free to use?

Yes. address-sanitizer is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

相关推荐技能

ossfuzz
其他

该Skill为开发者提供与OSS-Fuzz的集成,支持持续模糊测试以发现软件中的安全漏洞。它适用于需要进行自动化安全测试的项目,帮助识别代码中的潜在内存错误和崩溃问题。作为Trail of Bits的安全测试工具,开发者可将其用于强化代码安全性并集成到现有测试流程中。

查看技能
cargo-fuzz
其他

这是一个用于Rust模糊测试的Claude Skill,基于cargo-fuzz和libFuzzer实现。它帮助开发者在Rust项目中进行自动化安全测试,发现代码中的潜在漏洞和边界情况。该技能特别适合需要进行安全审计或寻找内存安全问题的Rust开发者使用。

查看技能
aflpp
其他

这个Skill提供了AFL++模糊测试工具,用于对二进制文件和源代码进行全面的安全测试。它特别适合开发者在软件开发生命周期中集成自动化安全测试,发现潜在的内存损坏和逻辑漏洞。通过集成AFL++,开发者可以系统性地提升代码安全性,无需手动搭建复杂的模糊测试环境。

查看技能
testing-handbook-generator
其他

这个Skill能自动生成全面的安全测试手册和指南,帮助开发者制定系统化的安全测试策略。它特别适合在规划渗透测试、代码审计或安全评估项目时,快速创建结构化的测试框架和方法论。该工具由Trail of Bits开发,可与审计上下文构建、CodeQL等安全工具配合使用,提升安全测试的覆盖率和效率。

查看技能