Shivang Desai presented on OWASP Mobile Top 10 risks M7 (Client Side Injection) and M8 (Security Decisions via Untrusted Inputs). He defined the risks, showed examples like SQL injection, XSS, and URL scheme hijacking. The impacts include consuming paid resources, data exfiltration, and privilege escalation. Prevention methods include sanitizing untrusted data, prepared statements, input validation, and checking caller permissions.