1. National Institute of Standards and Technology (NIST). (2008). Special Publication 800-115, Technical Guide to Information Security Testing and Assessment. Section 4.2, "Security Testing and Examination Tools" (pp. 4-3 to 4-11), details various categories of automated tools, such as vulnerability scanners and web application scanners, used to systematically test for security flaws.
2. Cisco. (2023). What Is DevSecOps?. Cisco Learning & Certifications. In the "Key principles of DevSecOps" section, the document states, "Automating security testing and integration is a key principle," emphasizing the use of automated tools for SAST, DAST, and SCA within the CI/CD pipeline to find vulnerabilities automatically.
3. Pfleeger, C. P., Pfleeger, S. L., & Margulies, J. (2015). Security in Computing (5th ed.). Pearson Education. Chapter 8, "Program Security," discusses automated testing tools like static and dynamic program analyzers that are used to find security flaws in code without manual review, defining a core aspect of automated security testing. (This textbook is standard courseware in many university computer science programs).