traffic-guard
hemanth
High-throughput traffic and attack defense gate for incoming HTTP traffic with zero required dependencies, wire-order header validation, and TypeSafe System One acceleration for bot mitigation, exploit detection, and risk scoring.
- License
- Not declared
- GitHub Stars
- 1
- Source reviewed
- —
Where Jev makes a decision
traffic-guard progressively evaluates requests against TypeSafe System One using Noul (`is_bot`, `is_attack`, `is_spoofed`), Choice (`traffic_type`), and Score (`risk_level`).
What this project offers
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
Review scope
Author and repository text is preserved where clear; missing languages are enriched automatically. Checks establish source-level Jev integration, not runtime, safety, or performance validation.
Sources and implementation
- hemanth/traffic-guard/blob/192673bd801866827a81ecfb19413f0e74a90990/README.md
- hemanth/traffic-guard/blob/192673bd801866827a81ecfb19413f0e74a90990/node/src/gate.ts
- hemanth/traffic-guard/blob/192673bd801866827a81ecfb19413f0e74a90990/node/src/policy.ts
- hemanth/traffic-guard/blob/192673bd801866827a81ecfb19413f0e74a90990/python/traffic_guard/gate.py
Related projects
safer-with-jev
andrelandgraf · Security & Guardrails
An HTTP inspection gateway that checks request content with Jev before optionally forwarding it to an HTTPS destination.
pi-jev
y0usaf · Security & Guardrails
A Pi extension that flags tool risks before execution and checks output for secrets and failure types.
pi-jev-auto-mode
jomatsu · Security & Guardrails
Adds rule checks to Pi commands and file operations, then uses Jev to assess cases that need further judgment.
jev-judgment
HyunjunJeon · Security & Guardrails
Adds judgment checks for authorization, operation risk, and failure causes to coding Agents.