JevとCodeGraphによるセキュリティレビュー
typesafe-security-reviewプロジェクトは、Jevの確率判断をコードグラフやOWASP/CWEデータと組み合わせ、低コストのセキュリティスキャンに使います。
Jevは入力メッセージや指示がプロンプトインジェクションに見えるかどうかを判断し、設定したしきい値に基づいてフラグ付け、ブロック、許可を行います。Jevがリスクを評価し、ソフトウェアが行動を決定します。
3. prompt injection lab input: a message or instruction Jev: judges whether it looks like a prompt injection code: uses your threshold to flag, block or allow it Jev judges the risk. your software decides what to do.