This document discusses conducting a PHP security audit. It recommends interviewing developers to understand the application and security features. The audit involves black box testing from outside, and an open code review to find issues like SQL, PHP and HTML injections. The report summarizes problems found like register_globals use, SQL injections and header injections, with criticality and load impact. Conducting regular cross-audits and establishing a security mantra can help improve code security.