SKILL·CF8D1A

address-sanitizer

plurigrid
Updated 1 month ago
14 views
7
3
7
View on GitHub
Othergeneral

About

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.

Quick Install

Claude Code

Recommended
Primary
npx skills add plurigrid/asi -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/plurigrid/asi
Git CloneAlternative
git clone https://github.com/plurigrid/asi.git ~/.claude/skills/address-sanitizer

Copy and paste this command in Claude Code to install this skill

GitHub Repository

plurigrid/asi
Path: 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.

Related Skills