SAST (Static Application Security Testing) is a security testing technique that analyses application source code, bytecode, or binaries to identify vulnerabilities without executing the application. It is performed early in the development lifecycle. Also known as static code analysis, SAST helps detect security issues before deployment.