This document discusses security linters Bandit and Gosec. It provides information on what each linter is, the types of security issues it can detect in Python and Go code respectively, how to configure and use each linter, examples of integrating the linters into development tools and workflows, and how to contribute to the open source projects. It also describes a yet-to-be-named GitHub App the presenter is working on that will automatically scan pull requests with Bandit and Gosec.