实体
OWASP LLM Top 10
OWASP LLM Top 10
PulseAugur coverage of OWASP LLM Top 10 — every cluster mentioning OWASP LLM Top 10 across labs, papers, and developer communities, ranked by signal.
总计 · 30天
2
90 天内 2
发布 · 30天
0
90 天内 0
论文 · 30天
1
90 天内 1
层级分布 · 90 天
最近 · 第 1/1 页 · 共 2 条
-
STRIDE-GPT 工具对 AI 应用威胁进行建模,记录上下文,限制令牌
STRIDE-GPT 是一款开源工具,旨在通过分析架构描述来为 AI 应用生成 STRIDE 威胁模型。它强调将 LLM 特定的资产,如系统提示、RAG 文档和代理推理链,作为威胁建模过程中的一等组件来处理。该工具需要详细的架构描述,包括组件、数据流和信任边界,才能生成有效的安全模型。此外,它还强调了全面日志记录对于事后重建的重要性,并提出了分层速率限制策略以防止令牌耗尽攻击。
-
LLMs process questions via tokenization, embeddings, and attention
Large language models like ChatGPT, Gemini, and Microsoft Copilot process user questions through a series of steps, beginning with tokenization and converting these tokens into numerical embeddings that represent their …