analyze_android_project
Analyzes an Android project's source code for security vulnerabilities. Accepts project files (AndroidManifest.xml, build.gradle, Java/Kotlin sources, XML configs) and returns a structured security report with findings, severity scores, and recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of project files to analyze | |
| options | No | Analysis options | |
| projectName | Yes | Name of the Android project being analyzed |