2026-06-19 ·
#22489 syftmerged — the 6thtldr-pages/tldrpage shipped upstream this cycle:kioclient,helmfile,dagger,fc-scan,pyinstaller.
2026-06-02 ·
llm-jailbreak-taxonomy v4.2.1— "Honest Reframing: Simulation is Prior, Not Result" Adversarial peer review caught four overclaim issues in v4.2.0. v4.2.1 publicly retracts each one with a side-by-side "claim → why wrong" table in the changelog. Self-correction documented, not silently rewritten — full audit trail ingit log.
Mechanism-grounded taxonomy of 40 jailbreak patterns across 10 categories, mapped to the safety-alignment assumptions they subvert. Ships a complete evaluation harness, citation-audit methodology (every claim verified via direct WebFetch), and explicit retraction discipline when an adversarial reviewer catches an overclaim.
| Latest release | v4.2.1 (2026-06-02) |
| Live site | zakky8.github.io/llm-jailbreak-taxonomy |
| Test suite | pytest 10/10 passing · GitHub Actions CI on Python 3.10/3.11/3.12 |
| Patterns | 40 · across 10 mechanism-grounded categories |
| Citations | 17, every claim direct-WebFetch verified · 1 publicly refuted (PoisonedRAG 90% not 97–99%) · 1 mis-classified category renamed (GCG vs token-smuggling) |
| Reproducibility | seed-42 bit-identical across runs · verified in CI |
🤖 TENET
Open-source TypeScript agent framework where hallucination defense, source-grounding, tool-call governance, and platform rate-limit scheduling are first-class layers, not bolt-ons. One config deploys the same agent to Discord, Slack, Telegram, MS Teams, a web widget, REST/gRPC, and ticketing webhooks.
| License | Apache-2.0 |
| Tests | 1,036 passing across 83 suites, gated in CI |
| Surfaces | 9 (Discord · Slack · Telegram · Teams · web widget · REST · gRPC · Matrix · voice) + 4 ticketing connectors |
| Model adapters | 6 — Anthropic, OpenAI, Gemini, Mistral, Ollama, Bedrock (all streaming) |
| Differentiator | Pre-tool-call policy + approval gates + structured audit trail — an OSS gap LangChain/CrewAI/AutoGen don't fill |
| Benchmarks | Measured in hermetic CI on every PR, not marketed — see BENCHMARKS.md |
The definitive Three.js + WebGL performance reference. 48 validated topic folders. Every claim sourced against live repos and browser specs. Covers WebGPU, GLSL, R3F, GSAP, mobile, GPGPU particles, and validated corrections to claims most tutorials get wrong.
| Live site | zakky8.github.io/web-optimization — ⌘K search, filter, particle background |
| Three.js version | r184 |
| Folders | 48 covering full 3D web stack |
| Approach | Sourced corrections to widely-repeated wrong claims (GSAP plugins free, SMIL not deprecated, PCFSoftShadowMap deprecated, Safari WebXR support) |
| Project | Stars | Contributions |
|---|---|---|
tldr-pages/tldr — collaborative cheatsheets for console commands |
63.1k | 6 merged: kioclient, helmfile, syft, dagger, fc-scan, pyinstaller |
openclaw/openclaw — personal AI assistant, any OS/platform |
383k | 3 PRs submitted: #30063 TS-strictness fix in the cron gateway, #30031 YAML frontmatter edge-case fix, #30029 plugin duplicate-detection fix — each passed automated review at 5/5 confidence; auto-closed for inactivity ahead of maintainer merge |
External-PR throughput this year: 12 PRs · ~850 commits.
|
AI / Safety
|
Agents
|
3D / Web
|
|
|
|
If you use the LLM Jailbreak Taxonomy in your work:
@misc{zakky2026llmjailbreak,
title = {A Systematic Taxonomy of Jailbreak Techniques in Large Language Models:
Toward Robust Safety Alignment},
author = {Zakky},
year = {2026},
month = {June},
note = {Version 4.2.1 --- honest reframing release},
url = {https://github.com/zakky8/llm-jailbreak-taxonomy}
}Full CITATION.cff and BibTeX bibliography in paper/references.bib (every entry direct-WebFetch verified against arxiv).
Working principles that show up in every repo:
sourcing:
primary: "Official docs, changelogs, browser specs, live repos"
secondary: "Peer-reviewed papers (NeurIPS, USENIX, ICML, ACM CCS)"
rejected: "Affiliate review sites, paraphrased rules, training memory"
claims:
default: "Hypothesis until corroborated by ≥2 independent sources"
single: "Marked UNVERIFIED"
retractions: "Documented publicly in CHANGELOG, not silently rewritten"
simulation_vs_measurement:
prior: "Hand-tuned parameters reproduce literature distributions"
measurement: "Live API calls against real models"
rule: "Never present the first as the second"
disclosure:
vulnerabilities: "Disclosed to affected vendors before public release"
payloads: "Mechanisms published; specific exploits redacted"
review:
adversarial: "Welcome — assumption is reviewer is right until proven otherwise"
response: "Fix > defend > silently ignore"


