Secure Coding

Secure-coding discipline mapped to the OWASP Top 10, checked at the point of writing code, not after. Covers input validation and injection classes, broken access control, secrets handling, dependency/supply-chain risk, and safe error handling/logging. Use when writing code that crosses a trust boundary (handles user input, auth, payments, file paths, external commands, or third-party dependencies), when reviewing a diff for security issues, or when the user asks for a security review, threat check, or "is this safe."

aethrox Updated

File contents

aethrox/doctrine/tree/main/skills/secure-coding commit 4cd7a540d3

Frequently asked questions

npx skillmds@latest add aethrox/secure-coding