Introducing the Quark Agent Web Interface#678
Conversation
|
Hello @pulorsok! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-08-31 02:41:06 UTC |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #678 +/- ##
==========================================
- Coverage 79.44% 78.63% -0.81%
==========================================
Files 70 71 +1
Lines 5555 5635 +80
==========================================
+ Hits 4413 4431 +18
- Misses 1142 1204 +62
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quark Agent - Your AI-powered Android APK AnalystWith Quark Agent, you can perform analyses using only natural language. It creates Quark Script code following your ideas and adjusts the code promptly as you provide feedback. Showcase:Here’s a demonstration of using Quark Agent to detect the CWE-798 vulnerability in the ovaa.apk file. Step 1: Environments Requirements
Step 2: Install Quark Agent
git clone https://github.com/quark-engine/quark-engine.git & cd quark-engine
pip install .[QuarkAgent]Step 3: Prepare the Detection Rule and the Sample File.
├── ...
├── quark
├── ...
├── agent # Put rule file and sample file here
├── ... You can download the rule file here and the sample file here. Step 4: Add your OpenAI API keyAdd your OpenAI API key in os.environ["OPENAI_API_KEY"] = 'your-api-key-here'Step 5: Run Quark Agent$ python3 quark/agent/quarkAgentWeb.py
# You can now chat with Quark Agent in your browser.
# The default URL is http://127.0.0.1:5000Open a browser and navigate to See more CWE detections using quark scripts and play them with Quark Agent ! |

Quark Agent - Your AI-powered Android APK Analyst
With Quark Agent, you can perform analyses using only natural language. It creates Quark Script code following your ideas and adjusts the code promptly as you provide feedback.
Showcase:
Here’s a demonstration of using Quark Agent to detect the CWE-798 vulnerability in the ovaa.apk file.
Step 1: Environments Requirements
Step 2: Install Quark Agent
Step 3: Prepare the Detection Rule and the Sample File
You can download the rule file here and the sample file here.
Step 4: Add your OpenAI API key
Add your OpenAI API key in
quarkAgentWeb.pyStep 5: Run Quark Agent
Open a browser and navigate to
127.0.0.1:5000to start using Quark AgentSee more CWE detections using quark scripts and play them with Quark Agent !