Direct Prompt Extraction
High
- Category
- System Prompt Leakage
- Content
keywords = rule.get("keywords", []) for kw in keywords: if kw.lower() in text: return rule return None- Confidence
- 85% confidence
- Finding
- Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
