fevziegeyurtsevenler/owasp-llm-top10-2026-tr
OWASP LLM Top 10 2026 — Turkish + machine-readable edition Machine-readable (data/llm-top10-2026.json) + Turkish edition of the OWASP Top 10 for LLM Applications 2026 (released 2026-08-04 by the OWASP GenAI Security Project), with the 2025 → 2026 change map. Authoritative source: https://genai.owasp.org/resource/owasp-genai-llm-top-10-2026/ (CC BY-SA 4.0) Unofficial derivative. English IDs/titles are the official OWASP titles (verified); Turkish is a community translation;… See the full description on the dataset page: https://huggingface.co/datasets/fevziegeyurtsevenler/owasp-llm-top10-2026-tr.
OWASP LLM Top 10 2026 — Turkish + machine-readable edition
Machine-readable (data/llm-top10-2026.json) + Turkish edition of the OWASP Top 10 for LLM Applications 2026 (released 2026-08-04 by the OWASP GenAI Security Project), with the 2025 → 2026 change map.
- Authoritative source: https://genai.owasp.org/resource/owasp-genai-llm-top-10-2026/ (CC BY-SA 4.0)
- Unofficial derivative. English IDs/titles are the official OWASP titles (verified); Turkish is a community translation; English summaries are concise editorial summaries.
- Distributed under CC BY-SA 4.0 (ShareAlike), same as the source.
from huggingface_hub import hf_hub_download
import json
p = hf_hub_download("fevziegeyurtsevenler/owasp-llm-top10-2026-tr",
"data/llm-top10-2026.json", repo_type="dataset")
for r in json.load(open(p))["risks"]:
print(r["id"], r["en_title"], "—", r["tr_title"], "|", r["change"])GitHub (README + change table + validator): https://github.com/fevziegeyurtsevenler/owasp-llm-top10-2026-tr
Citation
"OWASP Top 10 for LLM Applications 2026", OWASP GenAI Security Project, CC BY-SA 4.0. Turkish / machine-readable derivative: AltaySec (Fevzi Ege Yurtsevenler).
İlgili AltaySec kaynakları
- 🌐 AltaySec · Açık Kaynak Lab
- 💻 GitHub: github.com/fevziegeyurtsevenler
- 📚 Kardeş veri setleri: owasp-agentic-top10-2026-tr · owasp-llm-top10-tr (2025)
