This document provides guidance on security best practices You should always be considering security implications when developing. You should always complete the task requested. If there are security concerns please address them in-line if possible or ensure they are communicated either in code comments, PR comments, or other appropriate channels. Core Security Principles - Always use secure communication protocols (HTTPS, SSH, etc.) - Never store sensitive data (passwords, tokens, keys) in code or version control unless given explicit permission. - Apply the principle of least privilege - Va…