Evaluate Adding Androidmeda Tool #3652
Replies: 3 comments 1 reply
|
Hi @cpholguera May i know what is the criteria for discussion to be approved and turned into an issue or a PR. I reviewed this https://mas.owasp.org/contributing/3_PRs_and_Reviews/#how-to-participate-in-discussions There have been 2 interactions/discussions so far, which i have answered. i'd also like to make a case that tool is already being used by others (313 stars and 39 forks so far). 🙂 https://fuzzinglabs.com/llm-assisted-android-deobfuscation-benchmark/ (this is a great benchmarking) Thank you. |
|
I took a look at the project but I don't immediately see the added value? As far as I can tell Androidmeda uses an external decompiler to dump files and submit them to an external LLM with an additional prompt. Is that correct? What's the advantage over decompiling with JADX and simply opening the decompiled output with vscode and asking Copilot to find vulnerabilities? What is the added value over something like JADX-MCP-server (which also currently isn't listed) but at least integrates directly with JADX-gui? Maybe I'm missing something? Using non-deterministic tools for security assessments is also something I'm really not a fan of as it will give both false positives and false negatives which often can't even be reproduced. Currently all of the tools we have listed in the project are deterministic. We would need to update the site to frame such tools. Even though the target audience of the MAS project is technical, unfortunately so many people just don't understand what an LLM can and cannot do. We have some requirements listed for adding tools (https://mas.owasp.org/contributing/#tool-inclusion-disclaimer-for-contributors) and from what I can tell so far:
|
|
fair assessment, just one correction - i would consider it open source, since it also integrates with Ollama (local inference, modern day general CPUs are fine). We may need to re-consider the non-deterministic criteria with LLM for tool addition in the future as more and more tools integrate with it, it does seem to be bring added value expanding what tools can do. my 2 cents. :) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
See description and discussion in #3624
All reactions