Note tool-description coverage in prompt-injection change note

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Sotiris Dragonas
2026-07-02 16:13:03 +02:00
parent 2bee6b845c
commit 3948f3f4aa

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* Added prompt-injection sink models (`system-prompt-injection` and `user-prompt-injection` kinds) for the `openai`, `agents`, `anthropic`, `google-genai`, `openrouter` and `langchain` frameworks.
* Added prompt-injection sink models (`system-prompt-injection` and `user-prompt-injection` kinds) for the `openai`, `agents`, `anthropic`, `google-genai`, `openrouter` and `langchain` frameworks. Tool and function descriptions (which are model-facing instructions) are now modeled as `system-prompt-injection` sinks across all of these frameworks.