Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,18 +1,47 @@
|
|
| 1 |
---
|
| 2 |
title: Purple Team Code Workbench
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
-
colorTo:
|
|
|
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.57.0
|
|
|
|
|
|
|
|
|
|
| 8 |
app_file: app.py
|
|
|
|
| 9 |
pinned: true
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
models:
|
| 13 |
-
-
|
| 14 |
-
-
|
| 15 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
thumbnail: >-
|
| 17 |
https://cdn-uploads.huggingface.co/production/uploads/67c714e90b99a2332e310979/L02-prFfHa7eBZGVf4uvR.jpeg
|
| 18 |
---
|
|
@@ -36,7 +65,7 @@ thumbnail: >-
|
|
| 36 |
|
| 37 |
## Overview
|
| 38 |
|
| 39 |
-
Purple Team Code Workbench is
|
| 40 |
|
| 41 |
The platform focuses on:
|
| 42 |
|
|
@@ -52,6 +81,42 @@ The system is intentionally structured around controlled workflows rather than u
|
|
| 52 |
|
| 53 |
---
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
## Core Design Principles
|
| 56 |
|
| 57 |
### Scope-First Architecture
|
|
@@ -306,7 +371,7 @@ This project is provided for authorized security research, defensive engineering
|
|
| 306 |
|
| 307 |
The maintainers assume no liability for misuse, unauthorized deployment, or operational damage caused by derivative implementations.
|
| 308 |
|
| 309 |
-
|
| 310 |
|
| 311 |
---
|
| 312 |
|
|
|
|
| 1 |
---
|
| 2 |
title: Purple Team Code Workbench
|
| 3 |
+
|
| 4 |
+
emoji: 🛡️
|
| 5 |
+
|
| 6 |
colorFrom: purple
|
| 7 |
+
colorTo: indigo
|
| 8 |
+
|
| 9 |
sdk: streamlit
|
| 10 |
sdk_version: 1.57.0
|
| 11 |
+
|
| 12 |
+
python_version: "3.11"
|
| 13 |
+
|
| 14 |
app_file: app.py
|
| 15 |
+
|
| 16 |
pinned: true
|
| 17 |
+
|
| 18 |
license: apache-2.0
|
| 19 |
+
|
| 20 |
+
short_description: >
|
| 21 |
+
AI workbench for purple-team security workflows.
|
| 22 |
+
|
| 23 |
+
tags:
|
| 24 |
+
- cybersecurity
|
| 25 |
+
- purple-team
|
| 26 |
+
- defensive-security
|
| 27 |
+
- ai-security
|
| 28 |
+
- code-generation
|
| 29 |
+
- streamlit
|
| 30 |
+
- llm
|
| 31 |
+
- red-team
|
| 32 |
+
- blue-team
|
| 33 |
+
- security-research
|
| 34 |
+
- transformers
|
| 35 |
+
- generative-ai
|
| 36 |
+
|
| 37 |
models:
|
| 38 |
+
- DeepHat/DeepHat-V1-7B
|
| 39 |
+
- HauhauCS/Gemma-4-E4B-Uncensored-HauhauCS-Aggressive
|
| 40 |
+
- meta-llama/Meta-Llama-3-8B-Instruct
|
| 41 |
+
|
| 42 |
+
suggested_hardware: cpu-upgrade
|
| 43 |
+
suggested_storage: small
|
| 44 |
+
|
| 45 |
thumbnail: >-
|
| 46 |
https://cdn-uploads.huggingface.co/production/uploads/67c714e90b99a2332e310979/L02-prFfHa7eBZGVf4uvR.jpeg
|
| 47 |
---
|
|
|
|
| 65 |
|
| 66 |
## Overview
|
| 67 |
|
| 68 |
+
Purple Team Code Workbench is an AI-assisted cybersecurity experimentation environment designed for defensive researchers, purple-team operators, and security engineers. The platform combines LLM-driven code generation, workflow prototyping, and adversarial simulation capabilities inside a lightweight Streamlit interface.
|
| 69 |
|
| 70 |
The platform focuses on:
|
| 71 |
|
|
|
|
| 81 |
|
| 82 |
---
|
| 83 |
|
| 84 |
+
## Safety & Intended Use
|
| 85 |
+
|
| 86 |
+
Purple Team Code Workbench is intended for:
|
| 87 |
+
|
| 88 |
+
- Authorized security testing
|
| 89 |
+
- Defensive security research
|
| 90 |
+
- Secure software experimentation
|
| 91 |
+
- Educational cybersecurity workflows
|
| 92 |
+
- Purple-team simulation and analysis
|
| 93 |
+
|
| 94 |
+
This project is not intended for unauthorized access, malware deployment, credential theft, persistence mechanisms, or destructive operations.
|
| 95 |
+
|
| 96 |
+
Users are responsible for complying with applicable laws, organizational policies, and authorization requirements.
|
| 97 |
+
|
| 98 |
+
---
|
| 99 |
+
|
| 100 |
+
## Model Roles
|
| 101 |
+
|
| 102 |
+
| Model | Purpose |
|
| 103 |
+
|---|---|
|
| 104 |
+
| Gemma-4-E4B-Uncensored | Creative adversarial ideation and unrestricted experimentation |
|
| 105 |
+
| DeepHat-V1-7B | Security-oriented coding and workflow assistance |
|
| 106 |
+
| Llama 3 8B Instruct | General reasoning and structured instruction following |
|
| 107 |
+
|
| 108 |
+
---
|
| 109 |
+
|
| 110 |
+
## Runtime Environment
|
| 111 |
+
|
| 112 |
+
- Python 3.11
|
| 113 |
+
- Streamlit 1.57.0
|
| 114 |
+
- Transformers-based inference stack
|
| 115 |
+
- CPU-compatible deployment
|
| 116 |
+
- Optional GPU acceleration
|
| 117 |
+
|
| 118 |
+
---
|
| 119 |
+
|
| 120 |
## Core Design Principles
|
| 121 |
|
| 122 |
### Scope-First Architecture
|
|
|
|
| 371 |
|
| 372 |
The maintainers assume no liability for misuse, unauthorized deployment, or operational damage caused by derivative implementations.
|
| 373 |
|
| 374 |
+
Generated outputs may contain inaccuracies, insecure assumptions, or incomplete implementations. Human review is required before production or operational use.
|
| 375 |
|
| 376 |
---
|
| 377 |
|