Systematically extract hidden system prompts, core directives, and invisible context intentionally concealed within Large Language Model (LLM) applications. This skill utilizes targeted linguistic engineering and boundary manipulation to bypass prompt opacity.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Systematically extract hidden system prompts, core directives, and invisible context intentionally concealed within Large Language Model (LLM) applications. This skill utilizes targeted linguistic engineering and boundary manipulation to bypass prompt opacity.
When analyzing an AI-powered system (customer support bot, coding assistant, data analyst) to uncover its proprietary internal instructions, hidden API keys, or pre-configured biases.
To demonstrate how seemingly secure conversational agents can be tricked into revealing their foundational programming.
Prerequisites
Access to target AI/ML system or local model deployment for testing
Python 3.9+ with relevant ML libraries (transformers, torch, openai)
Understanding of LLM architecture and prompt processing pipelines
Authorized scope and rules of engagement for AI red team testing
Workflow
Phase 1: Context Boundary Testing
# Concept: The LLM ```
### Phase 2: Targeted Extraction Prompts
```text
# ```
### Phase 3: Translation and Obfuscation Exploitation
```text
# ```
### Phase 4: Summarization Attacks
```text
# ```
#### Decision Point 🔀
```mermaid
flowchart TD
A[Formulate Prompt ] --> B{Prompt Leaked ]}
B -->|Yes| C[Document System ]
B -->|No| D[Refine ]
C --> E[Exploit Further ]