1 Static Analysis of The DeepSeek Android App
Amos Lund 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 objective was to identify potential security and privacy concerns.

I've discussed DeepSeek formerly here.

Additional security and personal privacy issues about DeepSeek have been raised.

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

The findings detailed in this report are based simply on fixed analysis. This means that while the code exists within the app, there is no conclusive proof that all of it is performed in practice. Nonetheless, the existence of such code warrants examination, particularly given the growing issues around information personal privacy, security, the possible abuse of AI-driven applications, and cyber-espionage characteristics between international 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 as well.