Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
|
|
|
| 3 |
A self-contained security agent built with Qwen 2.5-7B running locally via LM Studio on Kali Linux. The agent can autonomously execute security tools, analyze results, and take action through an MCP (Model Context Protocol) server.
|
| 4 |
|
| 5 |
## Features
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language: en
|
| 4 |
+
tags:
|
| 5 |
+
- security
|
| 6 |
+
- autonomous-agent
|
| 7 |
+
- kali-linux
|
| 8 |
+
- llm
|
| 9 |
+
- mcp
|
| 10 |
+
---
|
| 11 |
|
| 12 |
+
# Autonomous Security Agent
|
| 13 |
A self-contained security agent built with Qwen 2.5-7B running locally via LM Studio on Kali Linux. The agent can autonomously execute security tools, analyze results, and take action through an MCP (Model Context Protocol) server.
|
| 14 |
|
| 15 |
## Features
|