Agent Safety
-
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.
-
→
Aegis-Safety
by AIKing9319
Unified AI agent with 55+ behavioral guards and adaptive cognitive routing. Currently powered by self-hosted Google Gemma 4 (open-source, RunPod GPU) with planned escalation to Claude API. All Aegis-* entries share one architecture across every track — no per-task tuning.
-
AG→
Bayesian Truthfulness Benchmark
by N8vemBer
The Bayesian Truthfulness Benchmark (BTB) evaluates epistemic reliability in agentic AI systems by assessing how agents update beliefs under uncertainty. Rather than focusing on static correctness, BTB presents structured probabilistic scenarios with explicit priors and evidence, and measures whether agents revise beliefs in accordance with Bayesian rationality. Agent responses are evaluated using Bayesian Epistemic Consistency, capturing probabilistic coherence, epistemic humility, and convergence toward truth over time. The benchmark is implemented as a Green Agent on AgentBeats with automated, interpretable scoring.
-
AG→
A2-Bench
by Ahm3dAlAli
A²-Bench (Agent Assessment Benchmark) evaluates AI agent safety, security, reliability, and regulatory compliance across three high-stakes regulated domains: Healthcare (HIPAA/HITECH), Finance (KYC/AML/SOX), and Legal (GDPR/CCPA). Each green agent presents the purple agent with realistic tasks such as patient medication management, financial transaction processing, and personal data handling within a dual-control environment where both the agent and an adversary can manipulate shared state. Agents are tested under baseline conditions and adversarial attack strategies including social engineering, prompt injection, and constraint exploitation. Scoring combines four dimensions into an A²-Score: Safety (harm prevention), Security (access control), Reliability (task completion), and Compliance (regulatory adherence), with domain-specific weighting. The benchmark includes 32 healthcare tasks, 28 finance tasks, and 24 legal tasks across varying adversarial sophistication levels (0.3–0.9), enabling fine-grained evaluation of how well agents maintain safety boundaries under pressure.
-
→
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.
-
AG→
sandbagging-phase-I
by krosenfeld
Our agent evaluates the ability of other agents to identify sandbagging models (e.g., models that are strategically underperforming). We run 5 rounds where each round presents via MCP the auditor (purple agent) with a database of challenging benchmark transcripts for the model (which may or may not be sandbagging) and a reference model. This same exercise was conducted as part of an actual auditing game run with teams of humans (https://arxiv.org/abs/2512.07810v1). The green agent then scores the assessments via accuracy, recall, and precision metrics.