Direct Prompt Extraction
High
- Category
- System Prompt Leakage
- Content
prompts.append( f"{random.choice(styles)} of {random.choice(subjects)}, {random.choice(lighting)}" ) return prompts def get_model_defaults(model: str) -> tuple[str, str]:- Confidence
- 85% confidence
- Finding
- Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
