audit_source_code
Detects critical secure coding issues in C/C++ source code, including stack buffer overflows, unsafe function usage, format string exploits, and memory leaks.
Instructions
Scans C/C++ source code files for critical secure coding issues such as stack buffer overflows, gets/strcpy usage, format string exploits, command injections, and memory leaks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the C/C++ source code file to audit. |