Hello everyone

I'm writing a tool for analyzing Android apps

My tool is a website written in Django
Currently, my program is extracting and displaying the basic Android app information, In fact, I parse classes.dex and androidmanifest.xml files and I show the app information such as:
- a package name
- version
- required API
- the installation location
- strings
- activities
- providers
- services
- intents
- the appearance of the program and etc.
This information is also stored in the database, so I have a repository of Android apps that I believe are mostly malware and a small script is supposed to be written that you can access the repository of programs with this script (such as
Viper)
I also mentioned that I want a section of the site interface so users can vote that the uploaded file is a malware.
Well, I need your ideas to complete this program, so much help me if you have ideas and comments.
Thank you very much, I'll post it on the forum if it's complete.