c-review
v2.0.2Comprehensive C/C++ security code review, with coverage verified against a parse of the source
By Paweł Płatek7.1k GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install c-review for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install c-review@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/trailofbits/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/c-review/.
Plugin files
├── .claude-plugin/plugin.json└── skills/c-review/SKILL.md
Included Skills1
Performs comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C/C++ applications, reviewing daemons or services for memory safety, or hunting integer overflow / use-after-free / race conditions in userspace code.
Plugin manifests1
{
"name": "c-review",
"version": "2.0.2",
"description": "Comprehensive C/C++ security code review, with coverage verified against a parse of the source",
"author": {
"name": "Paweł Płatek"
},
"keywords": [
"c",
"cpp",
"security",
"code-review",
"static-analysis",
"vulnerabilities",
"linux",
"macos",
"posix",
"windows"
],
"interface": {
"displayName": "C/C++ Review",
"shortDescription": "Comprehensive C/C++ security code review, with coverage verified against a parse of the source",
"longDescription": "Comprehensive C/C++ security code review, with coverage verified against a parse of the source",
"developerName": "Paweł Płatek"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[c-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/c-review)