What I wanted to point out is that with an automatic static analysis you can only hope to discover the most trivial cases of abuse. If you want to discover more sophisticated abuses you need an expert analyzing how the app works, and even then the expert could very well miss the abuse if it's obfuscated cleverly enough.Regarding your second paragraph, I'm not suggesting any reverse engineering. Static analysis as I'm referring to is not a manual process, it's exploring all code paths without executing any code.