extension Claude Code Plugins
download code
arrow_back All plugins

cpp-safety

C/C++ memory safety checks. Enforces smart pointers, safe string functions, RAII patterns, and catches common memory pitfalls.

Code Quality v1.0.0

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

Source

View the source code, report issues, or contribute on GitHub:

github.com/wrxck/cpp-safety