Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language: en
|
|
|
|
| 4 |
tags:
|
|
|
|
| 5 |
- security
|
| 6 |
- autonomous-agent
|
| 7 |
-
-
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
# Autonomous Security Agent
|
|
|
|
|
|
|
| 11 |
|
| 12 |
## System Overview
|
| 13 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language: en
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
tags:
|
| 6 |
+
- mcp
|
| 7 |
- security
|
| 8 |
- autonomous-agent
|
| 9 |
+
- ai-agent
|
| 10 |
+
- cybersecurity
|
| 11 |
+
- local-llm
|
| 12 |
---
|
| 13 |
|
| 14 |
+
## Autonomous Security Agent
|
| 15 |
+
|
| 16 |
+
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. Built for local offensive security automation with real-time tool execution and autonomous decision loops.
|
| 17 |
|
| 18 |
## System Overview
|
| 19 |
|