MCP server for static security analysis of Android source code
MCP server for static security analysis of Android application source code. Runs on Cloudflare Workers as a remote MCP server over Streamable HTTP. Analyzes Android project source files — without building the project — and returns a structured security report. The analysis covers: Manifest analysis — exported components, dangerous permissions, cleartext traffic, debug flags, backup settings, SDK…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat gegen diesen Endpunkt keinen tools/list-Handshake abgeschlossen und hat daher keine Beobachtung dessen, was der Server offenlegt. Nichts hiervon sagt, dass er nichts offenlegt.
MCP server for static security analysis of Android application source code. Runs on Cloudflare Workers as a remote MCP server over Streamable HTTP. Analyzes Android project source files — without building the project — and returns a structured security report. The analysis covers: Manifest analysis — exported components, dangerous permissions, cleartext traffic, debug flags, backup settings, SDK versions Gradle/build config — release build misconfigurations, outdated SDKs, suspicious…