Spaces:
Running
Running
muralipala1504 commited on
Commit Β·
40ec317
1
Parent(s): 2cab803
docs(tests): add prompt_tests.md for UI domain filtering validation
Browse files- prompt_tests.md +35 -0
prompt_tests.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Deepshell-UI Prompt Test Log
|
| 2 |
+
|
| 3 |
+
This file tracks test prompts to verify domain filtering, precision, and output formatting.
|
| 4 |
+
β
= Allowed & correct response
|
| 5 |
+
π« = Correctly rejected (out of domain)
|
| 6 |
+
π‘ = Leak (responded when should have been rejected)
|
| 7 |
+
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
## β
Allowed (Infra/DevOps)
|
| 11 |
+
- "docker ps -a" β β
command output
|
| 12 |
+
- "Terraform script to create AWS S3 bucket" β β
hcl output
|
| 13 |
+
- "Ansible playbook to install nginx" β β
yaml output
|
| 14 |
+
- "Generate shell script for LVM with 20GB space" β β
bash output
|
| 15 |
+
- "Chef recipe to configure Apache (infra context)" β β
ruby output
|
| 16 |
+
- "Kubernetes manifest for nginx Pod" β β
yaml output
|
| 17 |
+
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
## π« Blocked (Out of Domain)
|
| 21 |
+
- "Recipe for chicken biryani" β π« refused
|
| 22 |
+
- "Explain Agile methodology" β π« refused
|
| 23 |
+
- "Game of Thrones plot summary" β π« refused
|
| 24 |
+
- "Stock market forecast" β π« refused
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
## π‘ Leaks (Need Fix)
|
| 29 |
+
- "Love poem about clouds" β π‘ generated poem (should be refused)
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
## Notes
|
| 34 |
+
- Continue testing diverse prompts daily.
|
| 35 |
+
- Update this file so we can patch leaks in **Sunday Sprint (v1.2.0)**.
|