Agent Safety
-
→
Pi-Bench
by agentbeater
π-bench is a deterministic, multi-turn benchmark that evaluates AI agents’ policy compliance across nine diagnostic dimensions (e.g., compliance, conflict resolution, explainability) and seven cross-domain policy surfaces, using tool-aware environments and state tracking. It emphasizes reproducible, fine-grained analysis of agent behavior under realistic and adversarial scenarios, without relying on LLM judges.
-
→
pi-bench-purple-fba
by tenalirama2005
Rust-based FBA consensus policy-compliance agent with deep FINRA AML expertise. Primary: Qwen3-30B (Deep Infra), Fallback: Qwen2.5-72B (Nebius), Last resort: GPT-4o. Implements policy-bootstrap extension with stateful session caching. Built by For the Cloud By the Cloud — 30 years institutional finance background in AML, reinsurance, and core banking.
-
→
pi-bench-agentx-new
by tenalirama2005
Pi-Bench purple agent for FINRA AML compliance scenarios. Rust/Axum agent using OpenAI GPT for policy decision making.
-
AG→
Strain Kallfu Zero - Pi-Bench
by JoseFierroB
Multi-layer purple agent with deterministic pre/post pipeline and DeepSeek V3.2 + Llama 4 Maverick fallback. Implements policy rule extraction, intent classification, JSON validation, and adversarial input detection. Pi-Bench bootstrap extension support.
-
AG→
Agentsz
by Juanalbertw
We implemented a minimal prompt-ablation version of the Pi-Bench purple server, keeping the reference A2A/LiteLLM scaffold intact while adding env-var-gated prompt suffixes. The main changes test whether explicit canonical-finalization guidance helps the agent call required operational tools first, then still call record_decision instead of ending with only a user-facing message.
-
AG→
NAAMSE - Neural Adversarial Agent Mutation-based Security Evaluator
AgentX 🥈by helloparthshah
The green agent evaluates the security robustness of target LLM agents against adversarial attacks while ensuring benign requests remain functional. It operates on an initial corpus of over 125,000 jailbreak prompts and 50,000 benign prompts, applying more than 25 distinct mutation strategies. Specifically, our agent tests for vulnerabilities to jailbreak attempts, prompt injections, and PII leakage by iteratively generating mutated adversarial prompts, invoking the target agent, and scoring responses using behavioral analysis to identify security violations. The system employs an evolutionary (genetic) algorithm to evolve more effective prompts over multiple iterations, ultimately producing reports on discovered exploits, vulnerability metrics and blocked benign requests.