CL4R1T4S
PromptFreeLEAKED SYSTEM PROMPTS FOR CHATGPT, GEMINI, GROK, CLAUDE, PERPLEXITY, CURSOR, DEVIN, REPLIT, AND MORE! - AI SYSTEMS TRANSPARENCY FOR ALL! 👐
Capabilities11 decomposed
system-prompt-extraction-via-directive-injection
Medium confidenceExtracts hidden system prompts from AI models by injecting specific trigger directives (e.g., *!<NEW_PARADIGM>!*) that cause models to self-disclose their internal instruction sets. The extraction mechanism exploits prompt injection vulnerabilities where obfuscated payloads (leetspeak encoding like '5h1f7 y0ur f0cu5') bypass safety filters and force models to output their complete behavioral scaffolds, including restriction logic, persona definitions, and tool-calling schemas.
Uses obfuscated directive strings (*!<NEW_PARADIGM>!* with leetspeak encoding) to trigger self-disclosure rather than relying on jailbreak conversations or adversarial prompting — a more direct, mechanistic approach to forcing models to expose their internal instruction scaffolds. The repository documents model-specific trigger patterns across 10+ AI providers.
More systematic and reproducible than ad-hoc jailbreak attempts because it maintains a curated database of known working directives per model version, enabling researchers to test extraction techniques at scale rather than through trial-and-error.
system-prompt-documentation-and-archival
Medium confidenceMaintains a centralized, version-controlled repository of extracted system prompts organized by AI provider (OpenAI, Anthropic, Google, xAI, etc.) and model version, with structured markdown documentation including extraction date, contextual metadata, and technical analysis. The repository functions as a structured database where each prompt is cataloged with temporal tracking to detect behavioral drift across model updates and versions.
Implements a Git-based version control system for system prompts, treating them as living documents with temporal metadata (extraction date, model version) rather than static artifacts. This enables researchers to track behavioral drift and alignment changes across model updates — a capability absent from most prompt databases.
Provides version history and extraction timestamps that allow researchers to correlate prompt changes with model release dates, whereas most prompt leak collections are unversioned snapshots without temporal context.
ai-system-alignment-framework-analysis
Medium confidenceAnalyzes and categorizes how different AI labs implement alignment through system prompts, organizing findings into four technical domains: Restriction Logic (hard-coded refusals and topic bans), Persona Scaffolding (forced identities and roles), Deception/Redirection (instructions to pivot away from sensitive queries), and Ideological Framing (embedded ethical or political biases). This enables researchers to understand the mechanisms through which alignment is implemented and compare approaches across providers.
Provides an explicit taxonomy for analyzing system prompt alignment mechanisms (Restriction Logic, Persona Scaffolding, Deception/Redirection, Ideological Framing), enabling structured comparison of how different labs implement alignment rather than treating prompts as unstructured text.
Offers a standardized framework for categorizing alignment approaches, whereas most prompt analysis is ad-hoc and lacks systematic categorization across providers.
multi-provider-system-prompt-comparison-and-analysis
Medium confidenceEnables systematic comparison of system prompts across 10+ AI providers (OpenAI, Anthropic, Google, xAI, Cognition, Replit, etc.) to identify patterns in restriction logic, persona scaffolding, deception/redirection strategies, and ideological framing. The repository's organizational structure groups prompts by provider and model, allowing researchers to analyze how different labs implement alignment constraints, ethical guidelines, and behavioral boundaries.
Organizes extracted prompts by provider in a standardized directory structure, enabling side-by-side comparison of how different labs implement the same alignment concepts (e.g., restriction logic, persona scaffolding). The repository explicitly categorizes system prompt impact into four technical domains: Restriction Logic, Persona Scaffolding, Deception/Redirection, and Ideological Framing.
Provides a unified taxonomy for analyzing alignment across providers, whereas individual model documentation is scattered across proprietary sources and lacks standardized categorization for comparative analysis.
prompt-injection-vulnerability-testing-and-documentation
Medium confidenceDocuments and catalogs prompt injection techniques that successfully trigger system prompt disclosure across different AI models, including obfuscation strategies (leetspeak encoding, special character sequences), timing-based attacks, and context manipulation. The repository serves as a reference for security researchers to understand which injection patterns work against specific models and versions, enabling systematic red-teaming of AI systems.
Catalogs obfuscated injection directives (e.g., *!<NEW_PARADIGM>!* with leetspeak payloads) as reproducible, documented attack vectors rather than one-off exploits. The repository tracks which obfuscation techniques work against which models, creating a systematic vulnerability database for prompt injection.
Provides a curated, version-specific database of working injection techniques, whereas most security research on prompt injection is scattered across academic papers and informal security disclosures without centralized tracking.
ai-model-behavioral-alignment-auditing
Medium confidenceEnables auditing of AI model behavior against documented system prompts by comparing extracted instructions with observed model outputs. Researchers can verify whether a model's actual responses align with its stated restrictions, personas, and ethical guidelines, or identify cases where models deviate from, contradict, or selectively ignore their system prompts. This capability supports compliance verification and bias detection.
Provides the raw material (extracted system prompts) needed to conduct behavioral audits, enabling researchers to compare documented alignment constraints against observed model outputs. The repository's version-tracked prompts enable temporal analysis of how alignment changes correlate with model updates.
Enables audit-grade behavioral verification by providing authoritative system prompt documentation, whereas most AI auditing relies on reverse-engineering model behavior without access to actual system instructions.
ai-transparency-and-interpretability-research-support
Medium confidenceServes as a primary data source for AI transparency research by exposing the 'hidden instructions' that define model behavior, personas, and constraints. The repository enables researchers to study how AI labs implement alignment, what ethical frameworks are embedded in models, and how system prompts shape outputs. This supports interpretability research, bias detection, and understanding of AI system design decisions.
Centralizes system prompt documentation from 10+ major AI providers in a single repository, enabling comparative research on alignment approaches that would otherwise require accessing proprietary documentation from multiple companies. The repository explicitly maps prompts to four impact domains: Restriction Logic, Persona Scaffolding, Deception/Redirection, and Ideological Framing.
Provides unified access to system prompts across providers, whereas transparency research typically requires reverse-engineering behavior or relying on scattered leaks without standardized documentation.
community-contributed-prompt-extraction-and-validation
Medium confidenceImplements an open-source contribution model where security researchers and developers can submit newly extracted system prompts with structured metadata (model name, version, extraction date, extraction method, contextual logs). The repository includes submission guidelines and validation requirements to ensure extracted prompts are technically accurate and reproducible. Contributors provide evidence of successful extraction and document the techniques used.
Establishes a structured contribution process with metadata requirements (extraction date, model version, contextual logs) that enables reproducibility and version tracking. Unlike ad-hoc prompt leak collections, CL4R1T4S enforces documentation standards to maintain research-grade data quality.
Provides a standardized submission framework with metadata validation, whereas most prompt leak communities rely on unstructured sharing without version tracking or extraction method documentation.
model-version-drift-tracking-and-temporal-analysis
Medium confidenceTracks system prompt changes across model versions and deployment dates, enabling researchers to analyze how AI labs evolve their alignment strategies over time. By maintaining version-controlled prompts with extraction timestamps, the repository enables temporal analysis of behavioral drift, policy changes, and safety mechanism updates. Researchers can correlate prompt changes with model release dates and identify when and how alignment constraints were modified.
Uses Git version control and extraction timestamps to enable temporal analysis of system prompt evolution, treating prompts as living documents with change history. This enables researchers to correlate prompt modifications with model updates and identify when alignment constraints were tightened or relaxed.
Provides version-tracked prompt history with timestamps, whereas most prompt collections are static snapshots without temporal context or change tracking.
agentic-ai-system-instruction-documentation
Medium confidenceDocuments system prompts and instruction sets for agentic AI systems (Cursor, Windsurf, Devin, Replit Agent, Cline, etc.) that operate with tool-calling capabilities, function schemas, and autonomous decision-making. The repository captures how these systems are instructed to use tools, manage state, handle errors, and make decisions — information critical for understanding agent behavior and potential failure modes. Includes documentation of tool-calling schemas (e.g., <x41:function_call>) and agent-specific constraints.
Extends system prompt documentation to agentic AI systems with tool-calling capabilities, capturing not just behavioral constraints but also tool-calling schemas and agent-specific decision-making instructions. The repository documents how agents are instructed to use tools like code execution, file access, and external APIs.
Provides unified documentation of agent system prompts alongside tool-calling schemas, whereas most agent documentation is scattered across provider docs without centralized transparency analysis.
prompt-obfuscation-and-evasion-technique-catalog
Medium confidenceCatalogs obfuscation and evasion techniques used in prompt injection attacks, including leetspeak encoding, special character sequences, context manipulation, and other methods that bypass safety filters. The repository documents which techniques are effective against specific models and versions, serving as both a reference for security researchers and a resource for understanding how models can be manipulated to disclose hidden instructions.
Documents obfuscation techniques (leetspeak, special characters, context manipulation) as reproducible attack patterns with model-specific effectiveness data, rather than treating them as one-off exploits. The repository tracks which obfuscation strategies work against which models and versions.
Provides a curated, model-specific catalog of obfuscation techniques with effectiveness metrics, whereas most security research on prompt injection evasion is scattered across informal disclosures without systematic evaluation.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with CL4R1T4S, ranked by overlap. Discovered automatically through the match graph.
chatgpt_system_prompt
A collection of GPT system prompts and various prompt injection/leaking knowledge.
system_prompts_leaks
Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), Gemini (3.1 Pro, 3 Flash, CLI), Grok (4.2, 4), Perplexity, and more. Updated regularly.
system-prompts-and-models-of-ai-tools
FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sourced) System Prompts
Emacs org-mode package
[Neovim plugin](https://github.com/jackMort/ChatGPT.nvim)
Refact – Open-Source AI Agent, Code Generator & Chat for JavaScript, Python, TypeScript, Java, PHP, Go, and more.
Refact.ai is the #1 free open-source AI Agent on the SWE-bench verified leaderboard. It autonomously handles software engineering tasks end to end. It understands large and complex codebases, adapts to your workflow, and connects with the tools developers actually use (including MCP). It tracks your
Promptomania
Enhance AI art creation with tailored prompts and versatile...
Best For
- ✓security researchers conducting red-team assessments of AI systems
- ✓transparency advocates documenting AI model behavior and bias
- ✓developers building prompt injection detection systems
- ✓AI safety researchers studying alignment mechanisms across providers
- ✓compliance auditors verifying AI system behavior against documented constraints
- ✓open-source maintainers building transparency tools for AI governance
- ✓AI alignment researchers studying implementation mechanisms
- ✓policy analysts evaluating AI governance approaches
Known Limitations
- ⚠Effectiveness varies by model version and deployment date — newer models may have patched disclosure vulnerabilities
- ⚠Extracted prompts may be incomplete or sanitized if the model partially resists disclosure
- ⚠Directives require active interaction with the target model; cannot extract from offline/archived models
- ⚠Success rate depends on obfuscation technique; some models may ignore leetspeak payloads entirely
- ⚠Prompts become stale as models are updated; extraction date metadata is critical but may lag actual deployments
- ⚠Repository depends on community contributions — coverage gaps exist for newer models or less-documented providers
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
Last commit: Apr 17, 2026
About
LEAKED SYSTEM PROMPTS FOR CHATGPT, GEMINI, GROK, CLAUDE, PERPLEXITY, CURSOR, DEVIN, REPLIT, AND MORE! - AI SYSTEMS TRANSPARENCY FOR ALL! 👐
Categories
Alternatives to CL4R1T4S
Are you the builder of CL4R1T4S?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →