Static Analysis of The DeepSeek Android App
barbrad381173 edited this page 9 months ago


I conducted a static analysis of DeepSeek, a Chinese LLM chatbot, utilizing version 1.8.0 from the Google Play Store. The goal was to determine possible security and privacy problems.

I've written about DeepSeek formerly here.

Additional security and privacy issues about DeepSeek have been raised.

See likewise this analysis by NowSecure of the iPhone version of DeepSeek

The findings detailed in this report are based simply on fixed analysis. This indicates that while the code exists within the app, there is no definitive evidence that all of it is performed in practice. Nonetheless, the presence of such code warrants scrutiny, particularly provided the growing concerns around data personal privacy, monitoring, the prospective misuse of AI-driven applications, and cyber-espionage characteristics between global powers.

Key Findings

Suspicious Data Handling & Exfiltration

- Hardcoded URLs direct information to external servers, raising concerns about user activity tracking, such as to ByteDance "volce.com" endpoints. NowSecure determines these in the iPhone app yesterday also.