Spaces:
Running
Running
| # Deepshell-UI Prompt Test Log | |
| This file tracks test prompts to verify domain filtering, precision, and output formatting. | |
| β = Allowed & correct response | |
| π« = Correctly rejected (out of domain) | |
| π‘ = Leak (responded when should have been rejected) | |
| --- | |
| ## β Allowed (Infra/DevOps) | |
| - "docker ps -a" β β command output | |
| - "Terraform script to create AWS S3 bucket" β β hcl output | |
| - "Ansible playbook to install nginx" β β yaml output | |
| - "Generate shell script for LVM with 20GB space" β β bash output | |
| - "Chef recipe to configure Apache (infra context)" β β ruby output | |
| - "Kubernetes manifest for nginx Pod" β β yaml output | |
| --- | |
| ## π« Blocked (Out of Domain) | |
| - "Recipe for chicken biryani" β π« refused | |
| - "Explain Agile methodology" β π« refused | |
| - "Game of Thrones plot summary" β π« refused | |
| - "Stock market forecast" β π« refused | |
| --- | |
| ## π‘ Leaks (Need Fix) | |
| - "Love poem about clouds" β π‘ generated poem (should be refused) | |
| --- | |
| ## Notes | |
| - Continue testing diverse prompts daily. | |
| - Update this file so we can patch leaks in **Sunday Sprint (v1.2.0)**. | |