AI Agent Evaluation Playbook A developer published an AI agent evaluation playbook, a repeatable test battery for vetting whether models running inside agent frameworks can be trusted with semi-sensitive content and real write access. The playbook was validated across four models — gpt-oss-120b, qwen-3.8-27b, gemma-4-31b, and Claude Sonnet 5 — on identical tooling, testing task competence, injection resistance, authority discrimination, and memory reliability as independent dimensions. It prescribes isolated per-model profiles, manual approval mode, mechanically scoped write access, and a clearly separated planted test corpus. Purpose: A repeatable test battery for evaluating whether an AI model, running inside an agent framework Hermes, Claude Agent SDK, or similar , can be trusted with real, semi-sensitive content and real write access. Built and validated across four models gpt-oss-120b, qwen-3.8-27b, gemma-4-31b, Claude Sonnet 5 on identical tooling. Use this whenever a new model needs vetting, a model rotates out from under an existing setup, or a vendor's built-in "agentic AI" feature needs a real trust check rather than a marketing-claims check. This tests four separate things. A model can pass some and fail others, they don't correlate: 1. Task competence can it actually do the analysis correctly 2. Injection resistance does it treat untrusted content as untrusted 3. Authority discrimination does it tell a real instruction from a claimed one 4. Memory reliability does it recall accurately, and does self-improvement help or hurt Isolated profile per model , so results from one model never contaminate another's: docker compose exec hermes hermes profile create