cpp-safety
C/C++ memory safety checks. Enforces smart pointers, safe string functions, RAII patterns, and catches common memory pitfalls.
Installation
If you haven't added the marketplace yet, see Getting Started.
claude plugin install cpp-safety@wrxck-claude-plugins
Or add to your ~/.claude/settings.json:
{
"enabledPlugins": {
"cpp-safety@wrxck-claude-plugins": true
}
}
Features
- Enforces smart pointer usage over raw pointers
- Safe string function alternatives
- RAII pattern enforcement
- Memory leak detection patterns