You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
redesign website: red team theme, pagination, favicon marquee
- Red team color palette (crimson accent replacing teal)
- ISC-Bench inspired components: stat cards, terminal citation, disclaimer
- Unified leaderboard with 45 extracted + 24 pending models
- Pagination (20 per page) with filter/sort integration
- Two-row scrolling marquee with provider favicons
- Identity confusion section, community contribution features
- GitHub Issue templates for model submission and extraction reports
- Updated README with verification table and contribution guide
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
An open database of system prompts extracted from **45 commercial LLMs** using [JustAsk](https://github.com/x-zheng16/JustAsk), a self-evolving code agent framework.
25
23
Verified at **85--95% accuracy** against leaked Claude Code source.
26
24
25
+
> [!CAUTION]
26
+
> **Research use only.** System Prompt Open is released exclusively for academic safety research, responsible disclosure, and evaluation of LLM security.
27
+
> We do not condone or permit any use of these materials for unauthorized extraction, prompt theft, or exploitation of commercial systems.
28
+
27
29
## Gallery
28
30
29
31
Browse extracted system prompts interactively: **[x-zheng16.github.io/System-Prompt-Open](https://x-zheng16.github.io/System-Prompt-Open/)**
@@ -38,12 +40,31 @@ Browse extracted system prompts interactively: **[x-zheng16.github.io/System-Pro
38
40
Claude Code's source was leaked via `.map` file in the npm registry (March 2026).
39
41
We compared it against our JustAsk extractions from January 2026 -- **two months before the leak**.
40
42
41
-
| Agent | Accuracy | Gap |
42
-
|:------|:--------:|:----|
43
-
| Explore Subagent |**95%**| Only missed `pip install` in bash restrictions |
44
-
| Plan Subagent |**93%**| Minor output format embellishment |
| 1. Extract | Use [JustAsk](https://github.com/x-zheng16/JustAsk) or your own method to extract a system prompt |
55
+
| 2. Verify | Run multiple extractions and compute self-consistency |
56
+
| 3. Submit |[Open an Issue](https://github.com/x-zheng16/System-Prompt-Open/issues/new?template=report-extraction.md) with the model name, extracted prompt, and consistency score |
57
+
58
+
> [!IMPORTANT]
59
+
> We handle redaction before publishing. Do not worry about masking sensitive content in your submission.
0 commit comments