JevとCodeGraphによるセキュリティレビュー
typesafe-security-reviewプロジェクトは、Jevの確率判断をコードグラフやOWASP/CWEデータと組み合わせ、低コストのセキュリティスキャンに使います。
著者はJevを使ってCAPTCHAを再構築しました。ブラウザがフォームの入力方法を測定し、サーバーがそれを簡潔な文に変換し、Jevが人間かボットかを判定します。ブログ記事とソースコードはコメント欄にあります。
I rebuilt CAPTCHA with Jev The browser measures how you fill in the form. Server turns that into a few plain sentences, and Jev decides: person or bot. Blog post with source code in the comments: