Stack Bounds Format Auditing

Detect, audit, and validate stack buffer overflows caused by incorrect bounds arithmetic in string formatting and memory copy operations (snprintf, swprintf, sprintf, strncpy, memcpy) writing into fixed stack buffers where the size argument is not decremented as the destination pointer advances. Use when auditing C/C++ network protocol serializers, URL/URI builders, message formatters, IPC serialization, or logging routines concatenating attacker-controlled fields. Reproduces HackerOne

SecurityTalent Updated

File contents

SecurityTalent/bugskill-ai/tree/main/Personal-Claude-Code-Agent-Skills/stack-bounds-format-auditing commit 1e3e43a031

Frequently asked questions

npx skillmds@latest add securitytalent/stack-bounds-format-auditing