pi-jev-sentinel
harshwasan
Open-source Pi coding-agent extension that uses Jev to check tool calls before they run, scan files for prompt injection, flag risky replies, and keep secrets out of what it sends.
- ライセンス
- MIT
- GitHub Stars
- 8
- ソース確認日
- —
Jev が判断する箇所
Before each tool call, Jev receives the user's request (or pinned task), the proposed command, the agent's explanation, and recent conversation. It answers a Choice for intent (on task / off task / injected / needs more context) and a Score for risk (safe / needs approval / harmful). Local code turns these into run, ask the user, or warn. If Jev says more context would help, the extension adds it and asks again.
このプロジェクトの用途
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
確認の範囲
公開ソースと連携ロジックを確認済み。
ソースと実装
同じカテゴリのプロジェクト
safer-with-jev
andrelandgraf · 安全対策・コンテンツ審査
Jev で本文を検査し、条件を満たせば HTTPS 宛先に転送するゲートウェイ。
pi-jev
y0usaf · 安全対策・コンテンツ審査
Pi のツール実行前にリスクを通知し、実行後に秘密情報や失敗の種類を点検する拡張。
pi-jev-auto-mode
jomatsu · 安全対策・コンテンツ審査
Pi のコマンドやファイル操作をルールで確認し、追加判断が必要な操作を Jev が評価する。
jev-judgment
HyunjunJeon · 安全対策・コンテンツ審査
コーディング Agent に権限、操作リスク、失敗原因の判断を追加する。