Secure Coding

This skill should be used while WRITING any backend, API, auth, or data-handling code for a web app or SaaS — to prevent vulnerabilities before they ship, not to audit them after. Trigger phrases include "add an endpoint", "handle user input", "store user data", "is this secure", "build the API", "save to the database", "handle the form", "user uploads", "process payment", "handle secrets", "set up CORS", "rate limit". It applies OWASP Top 10 prevention, input validation, secrets hygiene, and GDPR basics as you build.

MartinOlivero 06a4c18 5.6 KB Updated

File contents

MartinOlivero/saas-builder/tree/main/skills/secure-coding commit 06a4c18b93

Frequently asked questions

npx skillmds@latest add martinolivero/secure-coding