GitHub - jayanththalla/androidApp: An AI-powered web tool to analyze Android APKs and generate detailed security insights. Upload APK files and get a clear breakdown of permissions, vulnerabilities, and more — all from a sleek frontend. · GitHub
Skip to content

jayanththalla/androidApp

Folders and files

Repository files navigation

🔐 Android App Security Analysis Tool

An AI-powered web tool to analyze Android APKs and generate detailed security insights. Upload APK files and get a clear breakdown of permissions, vulnerabilities, and more — all from a sleek frontend.

📍 Repository: androidApp


🧠 Features

  • 📁 Upload APKs directly through the web interface
  • 🔍 Analyze security issues, permissions, and risky components
  • 📊 Intuitive, clean UI for viewing results
  • ⚙️ Backend logic integrated with Python for static analysis
  • 🌐 Frontend built for responsiveness and simplicity

🛠️ Tech Stack

  • Frontend: React.js, Tailwind CSS
  • Backend: Python
  • UI Components: shadcn/ui
  • Deployment: (optional - add if hosted somewhere)

🧪 Sample Use Case

  1. Upload an APK file.
  2. The backend analyzes the file for:
    • Dangerous permissions
    • Embedded trackers or malicious code
    • Obfuscation or tampering
  3. The results are displayed in a clean, readable format.

🖥️ Local Development Setup

  1. Clone the repository

    git clone https://github.com/jayanththalla/androidApp.git
    cd androidApp
  2. Install frontend dependencies

    cd client
    pnpm install
    pnpm dev
  3. Run backend (Python)

    (Include your Python backend instructions here, like setting up a virtualenv, installing dependencies, etc.)

    cd server
    pip install -r requirements.txt
    python app.py
  4. Access the app via your local server (default: http://localhost:5173 or whichever port you're using).


📬 Contributing

Pull requests and issue reports are highly appreciated!


👨‍💻 Author


About

An AI-powered web tool to analyze Android APKs and generate detailed security insights. Upload APK files and get a clear breakdown of permissions, vulnerabilities, and more — all from a sleek frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors