RIPS is a PHP static source code analyzer based on PIXY that detects vulnerabilities like SQL injection and cross-site scripting. It works by splitting code into tokens and tracing whether user-supplied data reaches sensitive sinks like vulnerable functions. RIPS has a simple web interface and detects vulnerabilities through case studies by preparing a local web site and running analysis. Future work includes improving support for object-oriented code and dynamic runtime analysis.