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에 권한, 작업 위험, 실패 원인 판단을 추가한다.