Dev Secure Coding

Use when writing or modifying application code in any language — endpoints, handlers, database queries, HTTP clients, file access, forms, config loading — and whenever adding or upgrading a dependency. Applies whenever code touches user input, credentials, SQL, shell commands, file paths, external URLs, or authentication, even if the request never mentions security. Also use before declaring code finished, to self-check what was written. Triggers on "create an endpoint", "add this library", "connect to this API", "save this to the database", "read this file", "add login". Complements the stack skills (dev-python-clean-code, golang-clean-code, dev-react-internal, dev-angular-internal) rather than replacing them.

slackwero bd718f9 7 files · 44.0 KB Updated

File contents

slackwero/skills/tree/main/dev-secure-coding commit bd718f9214

Frequently asked questions

npx skillmds@latest add slackwero/dev-secure-coding