Start with a task

Three reading paths through the catalog for pre-deployment checks, tool security, and audit evidence. Reading suggestions, not certification.

Evaluate an agent before deployment 5 resources

Select realistic tasks, measure tool-use consistency, and review failure traces before release.

  1. Set up a repeatable evaluation and retain its task, scorer, and logs.

    Attribution: UK AI Security Institute and Meridian Labs
  2. Test assistant performance on multi-modal tasks that require web browsing and external tools.

    Attribution: Authors listed in the paper
  3. Measure how well the agent maintains state and follows user instructions across multi-turn tool interactions.

    Attribution: Authors listed in the paper
  4. CatchBench Benchmark Maintainer project

    Compare when a failure can be caught: before a run, during execution, or after it; start with the offline PRE quickstart.

    Attribution: CatchBench contributors
  5. Inspect annotated multi-agent failure logs to study which agent and step were responsible.

    Attribution: Authors listed in the paper
Secure tool use and prompt injection 5 resources

Test injection resistance, separate instructions from untrusted data, and scan tool configurations.

  1. AgentDojo Benchmark

    Run dynamic test suites to observe how your agent handles prompt injection during tool execution.

    Attribution: ETH Zurich (SPY Lab) and Invariant Labs
  2. Evaluate vulnerability to indirect prompt injections across diverse tool integrations and prompt structures.

    Attribution: Authors listed in the paper
  3. Apply architectural boundaries that separate user instructions from untrusted data in agent workflows.

    Attribution: Authors listed in the paper
  4. agent-audit Tool Maintainer project

    Scan agent code against common vulnerability patterns before running integration tests.

    Attribution: Haiyue Zhang (HeadyZhang)
  5. Check tool configurations for tool poisoning risks and gaps in static validation and parameter visibility.

    Attribution: Authors listed in the paper
Governance and evidence foundations 4 resources

Identify audit questions, document model bounds, map decision provenance, and capture OpenTelemetry execution traces.

  1. Use the framework categories to map operational risks and frame audit questions for your deployment.

    Attribution: National Institute of Standards and Technology (NIST)
  2. Document intended uses, evaluation results, and known limitations in a concise summary.

    Attribution: Authors listed in the paper
  3. Trace inputs, data transforms, and model outputs to explain how automated decisions were reached.

    Attribution: Authors listed in the paper
  4. Instrument agent spans and tool calls using OpenTelemetry-compatible schemas to capture execution traces.

    Attribution: Arize AI
Standard Standards and Governance External resource

NIST AI Risk Management Framework (AI RMF 1.0)

A voluntary framework for organizing AI risks, responsibilities, measurement, and management. Use it to frame the questions your audit needs to answer.

Provenance & sources

Attribution: National Institute of Standards and Technology (NIST)

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Image: NIST · Trademark; editorial identification. Unmodified source asset; displayed at responsive sizes.

Tool Tools and Platforms External resource

Inspect

A framework for evaluating models and agents, with reusable tasks, tools, scorers, and evaluation logs. Start here to design repeatable tests.

Provenance & sources

Attribution: UK AI Security Institute and Meridian Labs

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Image: UK AI Security Institute · Trademark; editorial identification. Unmodified source asset; displayed at responsive sizes.

Benchmark Paper Security Auditing and Scanners NeurIPS 2024 Datasets and Benchmarks Track External resource

AgentDojo

A benchmark environment for testing prompt-injection attacks and defenses on tool-using agents. Check its tasks and threat model before comparing results.

Provenance & sources

Attribution: ETH Zurich (SPY Lab) and Invariant Labs

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Collection Surveys and Foundations Maintainer project

Awesome Auditable AI

A maintained reading list of papers, tools, benchmarks, and standards covering agent reliability, monitoring, failure attribution, and accountability.

Provenance & sources

Attribution: Yue Zhao

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Maintainer disclosure: Authored or maintained by Audit Commons maintainers (Yue Zhao). Listed for relevance without institutional endorsement.

Catalog source: Awesome Auditable AI record

Image: yzhao062/awesome-auditable-ai · CC0-1.0. Unmodified source asset; displayed at responsive sizes.

CatchBench overview of PRE, LIVE, and POST auditing stages
Benchmark Datasets and Benchmarks Maintainer project

CatchBench

A benchmark for auditing agent failures. The offline PRE quickstart runs without model API keys; other benchmark paths have additional setup requirements.

Provenance & sources

Attribution: CatchBench contributors

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Maintainer disclosure: Authored or maintained by Audit Commons maintainers (Yue Zhao). Listed for relevance without institutional endorsement.

Catalog source: Awesome Auditable AI record

Image: yzhao062/catchbench · MIT. Unmodified source asset; displayed at responsive sizes.

Collection Paper The Auditable Agents Ecosystem Maintainer project

Auditable Agents Ecosystem

An ecosystem page connecting tools for inspecting, enforcing policies on, and reviewing agent actions. Follow the component repositories for current capabilities.

Provenance & sources

Attribution: Auditable Agents contributors

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Maintainer disclosure: Authored or maintained by Audit Commons maintainers (Yue Zhao). Listed for relevance without institutional endorsement.

Catalog source: Awesome Auditable AI record

Paper Surveys and Foundations Sci. China Inf. Sci. 2025 External resource

The Rise and Potential of Large Language Model Based Agents: A Survey

Broad survey framing LLMs as the basis for autonomous agents, covering single-agent, multi-agent, and human-agent settings.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Surveys and Foundations Front. Comput. Sci. 2024 External resource

A Survey on Large Language Model based Autonomous Agents

Systematic review of LLM-based autonomous agents with a unified construction framework and a section on agent evaluation strategies.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Surveys and Foundations IJCAI 2024 External resource

Large Language Model based Multi-Agents: A Survey of Progress and Challenges

Survey of LLM multi-agent systems organized by agent profiling, communication, and capability growth, with open challenges.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Surveys and Foundations Preprint 2024 External resource

LLM Multi-Agent Systems: Challenges and Open Problems

Position-style survey of unresolved problems in multi-agent systems, including task allocation, reasoning debate, context, and memory.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Surveys and Foundations KDD 2025 External resource

A Survey on Trustworthy LLM Agents: Threats and Countermeasures

TrustAgent taxonomy separating intrinsic components (brain, memory, tool) from extrinsic ones (user, other agents, environment), mapping attacks, defenses, and evaluation onto each.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Surveys and Foundations FAccT 2024 External resource

Visibility into AI Agents

Accountability-focused position paper proposing agent identifiers, real-time monitoring, and activity logging as measures to make agent activity answerable.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Surveys and Foundations Preprint 2024 External resource

AgentOps: Enabling Observability of LLM Agents

Taxonomy of the artifacts and trace data to record across an agent's lifecycle, drawn from a mapping study of observability tools.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Benchmark Dataset Failure Attribution and Diagnosis ICML 2025 External resource

Which Agent Causes Task Failures and When? On Automated Failure Attribution of LLM Multi-Agent Systems

Defines automated failure attribution for LLM multi-agent systems and releases the Who&When dataset of annotated failure logs labeling the responsible agent and the decisive error step.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Dataset Failure Attribution and Diagnosis NeurIPS 2025 Datasets and Benchmarks Track External resource

Why Do Multi-Agent LLM Systems Fail?

Derives MAST, a 14-mode failure taxonomy in three groups (system design, inter-agent misalignment, task verification), from 150 expert-examined traces, and releases MAST-Data, 1,642 annotated traces across seven multi-agent frameworks.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Dataset Failure Attribution and Diagnosis Preprint 2025 External resource

TRAIL: Trace Reasoning and Agentic Issue Localization

Annotates 148 single- and multi-agent traces with 841 errors under a reasoning, planning, and execution taxonomy, and shows long-context models score near 11% at locating them.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis ICLR 2026 External resource

AgenTracer: Who Is Inducing Failure in the LLM Agentic Systems?

Curates the TracerTraj attribution dataset and trains AgenTracer-8B to identify the responsible agent and step in long failed trajectories.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis NeurIPS 2025 Workshop (LLM Evaluation) External resource

Where Did It All Go Wrong? A Hierarchical Look into Multi-Agent Error Attribution

Proposes ECHO, an agent- and step-level attribution method combining hierarchical context, objective analysis, and consensus voting for subtle reasoning errors.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Dataset Failure Attribution and Diagnosis ICLR 2026 External resource

Aegis: Automated Error Generation and Attribution for Multi-Agent Systems

Generates controlled faults to build a 9,533-trajectory dataset with annotated faulty agents and error modes for training and evaluating attribution methods.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2026 External resource

AgentRx: Diagnosing AI Agent Failures from Execution Trajectories

Synthesizes constraints, checks them step by step, and records the results in an auditable validation log that localizes the critical failure step within a 10-category taxonomy across three domains.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Failure Attribution and Diagnosis ACL 2026 External resource

Seeing the Whole Elephant: A Benchmark for Failure Attribution in LLM-based Multi-Agent Systems

Introduces TraceElephant, a failure-attribution benchmark with fully observable traces and reproducible environments, reporting attribution accuracy up to 76% higher with full execution traces than with output-only logs.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2025 External resource

Demystifying the Lifecycle of Failures in Platform-Orchestrated Agentic Workflows

Releases AgentFail, a collection of 307 failures from low-code agent platforms, and characterizes them by manifestation, root cause, and repair strategy at the workflow-node level.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2026 External resource

FALAT: Tracing Failures in LLM Agent Trajectories via Dependency-Guided Search

Frames attribution as dependency-guided coarse-to-fine search that separates root-cause steps from inherited downstream errors, evaluated on the Who&When benchmark.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Failure Attribution and Diagnosis Preprint 2026 External resource

Who&When Pro: Can LLMs Really Attribute Failures in AI Agents?

Builds Who&When Pro, 12,326 failed trajectories with golden labels across three modalities and 26 source benchmarks, constructed by replaying a successful prefix exactly and then injecting a single failure.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2025 External resource

Where LLM Agents Fail and How They can Learn From Failures

Introduces AgentErrorTaxonomy across memory, reflection, planning, action, and system operations, releases AgentErrorBench of annotated failure trajectories from ALFWorld, GAIA, and WebShop, and reports 24% higher all-correct accuracy for its AgentDebug root-cause debugger.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis KDD 2026 External resource

StepFinder: A Temporal Semantic Framework for Failure Attribution in Multi-Agent Systems

Uses a language model only to encode execution logs into temporal semantic sequences and scores steps with parameter-efficient temporal and attention modules, cutting inference time by 79% against the fastest language-model-based method on Who&When.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis ACL Findings 2026 External resource

Towards Self-Improving Error Diagnosis in Multi-Agent Systems

Prunes trajectory context by symptom-driven backward tracing and gates memory updates on executable evidence, so ErrorProbe needs no annotation and transfers without retraining.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Failure Attribution and Diagnosis Preprint 2026 External resource

Rethinking Failure Attribution in Multi-Agent Systems: A Multi-Perspective Benchmark and Evaluation

Releases MP-Bench and argues that reported language-model weakness at attribution largely reflects single-root-cause benchmark design rather than model capability.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2026 External resource

Tracing Agentic Failure from the Flow of Success

Trains one-class neural controlled differential equations on 100 successful trajectories alone and scores deviation, gaining 20% in-domain F1 at 200 to 5000 times the speed of prompting baselines.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2026 External resource

Conformal Agent Error Attribution

Applies filtration-based conformal prediction over trajectories, returning contiguous step sets with finite-sample distribution-free coverage guarantees.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2026 External resource

SearchAuditor: Auditing and Attributing Failures in Long-Horizon Search Agents

Releases SearchAuditBench, 1,243 failed deep-search trajectories averaging 73.1 messages and 65.1K tokens, on which the strongest baseline reaches a 26.6% end-to-end pass rate.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2026 External resource

Where Do Deep-Research Agents Go Wrong? Span-Level Error Localization in Agent Trajectories

Annotates 2,790 deep-research trajectories and filters them into TELBench, a 1,000-instance benchmark for erroneous-span and first-error localization, on which DRIFT gains up to 30 percentage points.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis ICML 2026 Workshop (AIWILD) External resource

SAFARI: Scaling Long Horizon Agentic Fault Attribution via Active Investigation

Runs a tool-augmented diagnostic loop over short-term memory instead of loading a whole trajectory, gaining 20% on Who&When at a 1M token budget and 19% on the TRAIL GAIA subset at a 25K token budget.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2026 External resource

Failure as a Process: An Anatomy of CLI Coding Agent Trajectories

Annotates 1,794 CLI coding trajectories over 63,000 steps from 7 models and 3 scaffolds on Terminal-Bench, finding that failures are mostly epistemic, start early, and stay hidden until recovery is impossible.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2026 External resource

TrajAudit: Automated Failure Diagnosis for Agentic Coding Systems

Localizes error steps in agentic coding trajectories and releases RootSE, a benchmark of 102 failure trajectories with human-annotated error steps spanning localization, patch generation, verification, and environment failures.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2026 External resource

Characterizing Faults in Agentic AI: A Taxonomy of Types, Symptoms, and Root Causes

Mines 13,602 issues and pull requests from 40 agentic repositories, samples 385 faults, derives 34 fault types, and validates the taxonomy with 145 practitioners.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2026 External resource

CUADebug: Diagnosing and Repairing Computer-Use Agent Failures

Releases CUAErrorBench, 204 human-annotated OSWorld failures, and raises joint subtype-and-step diagnosis from 11.2% to 19.6% on the Claude-agent split.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Failure Attribution and Diagnosis Preprint 2026 Maintainer project

GRADE: Graph Representation of LLM Agent Dependency and Execution

Models a run as one graph with two edge layers, execution for what ran in what order and dependency for what each step relied on; across six corpora the dependency layer predicts failure where run size carries little signal, and the execution layer localizes the faulting step.

Provenance & sources

Attribution: GRADE contributors

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Maintainer disclosure: Authored or maintained by Audit Commons maintainers (Yue Zhao). Listed for relevance without institutional endorsement.

Catalog source: Awesome Auditable AI record

Benchmark Paper Reliability and Robustness Preprint 2026 External resource

ReliabilityBench: Evaluating LLM Agent Reliability Under Production-Like Stress Conditions

Measures tool-using agent reliability along three axes: consistency under repeated runs (pass^k), robustness to semantically equivalent task perturbations, and fault tolerance under injected tool and API failures.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Reliability and Robustness ICLR 2025 External resource

τ-bench: A Benchmark for Tool-Agent-User Interaction in Real-World Domains

Benchmarks agents in simulated tool-agent-user dialogues and introduces the pass^k metric, which scores whether an agent solves the same task on all of k independent trials.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Reliability and Robustness Eval4NLP 2025 Workshop External resource

Non-Determinism of "Deterministic" LLM System Settings in Hosted Environments

Documents variation in output text and task accuracy across repeated runs under nominally deterministic settings (temperature 0 and fixed decoding), identifying one source of run-to-run inconsistency in agent pipelines.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Reliability and Robustness ICML 2026 Workshop (Statistical Frameworks for Uncertainty in Agentic Systems) External resource

When Agents Disagree With Themselves: Behavioral Consistency as an Uncertainty Signal for LLM Agents

Runs the same agent on the same task many times, finding several distinct ReAct-style action paths per ten runs, with inconsistent-path tasks scoring lower than consistent-path ones.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Reliability and Robustness ICML 2026 External resource

AgentNoiseBench: Benchmarking Robustness of Tool-Using LLM Agents Under Noisy Condition

Quantifies how tool-using agents degrade under user-side instruction noise and tool-execution noise, reporting accuracy drops across models under realistic perturbations.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Dataset Reliability and Robustness AAAI 2026 Workshop (LaMAS) External resource

PALADIN: Self-Correcting Language Model Agents to Cure Tool-Failure Cases

Trains agents to detect and recover from tool malfunctions (timeouts, API exceptions, inconsistent outputs) that otherwise trigger cascading reasoning errors and task abandonment.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Reliability and Robustness Preprint 2026 External resource

Atomix: Timely, Transactional Tool Use for Reliable Agentic Workflows

Wraps tool use in progress-aware transactions that commit only after per-resource frontiers rule out earlier conflicting work, at microsecond-scale wrapper overhead.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Reliability and Robustness ASPLOS 2026 Workshop (CoDAIM) External resource

ACRFence: Preventing Semantic Rollback Attacks in Agent Checkpoint-Restore

Names semantic rollback attacks, in which an agent re-synthesizes a slightly different request after restore and the server treats it as new, enabling duplicate payments and credential reuse.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Reliability and Robustness ICML 2026 External resource

ProtocolBench: Which LLM MultiAgent Protocol to Choose?

Compares A2A, ACP, ANP, and Agora on success, latency, message overhead, and failure robustness, finding that completion time in the Streaming Queue scenario varies by up to 36.5% across protocols and mean end-to-end latency differs by 3.48 seconds.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Reliability and Robustness ICML 2026 External resource

Towards a Science of AI Agent Reliability

Argues that a single success rate hides operational flaws and proposes twelve metrics decomposing agent reliability into consistency, robustness, predictability, and safety.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Reliability and Robustness Preprint 2026 External resource

Beyond pass@1: A Reliability Science Framework for Long-Horizon LLM Agents

Proposes reliability metrics for long-horizon tasks (reliability decay curve, variance amplification, graceful degradation, meltdown onset) and evaluates 10 models over 23,392 episodes.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Sets how many identical repeated runs a measurement needs before it is stable, using generalizability-theory reliability, simulation-based power, block-bootstrap convergence, and drift tests, with external validation on three repeated-query corpora collected by other groups including llm-stability.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Decomposes run-to-run variance in LLM brand responses across resampling, paraphrase, model, and query language over 12,933 responses, then converts the components into a query-budget allocation; reported components are point estimates with confidence intervals pending.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails ICML 2024 External resource

AI Control: Improving Safety Despite Intentional Subversion

Evaluates monitoring protocols intended to improve deployment safety when a model tries to subvert oversight, using a trusted weaker model and limited trusted labor.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails Preprint 2023 External resource

Llama Guard: LLM-based Input-Output Safeguard for Human-AI Conversations

Screens user prompts and model responses against a safety risk taxonomy as an input-output filter for agent applications.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails ICML 2025 External resource

GuardAgent: Safeguard LLM Agents by a Guard Agent via Knowledge-Enabled Reasoning

Reads safety requirements, generates a check plan, and compiles the plan into guardrail code that checks a target agent's runtime actions without retraining.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails Preprint 2024 External resource

AgentMonitor: A Plug-and-Play Framework for Predictive and Secure Multi-Agent Systems

Captures per-agent inputs and outputs to predict task outcomes ahead of time and apply real-time corrections when a malicious agent threatens the multi-agent run.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails ACL 2025 External resource

G-Safeguard: A Topology-Guided Security Lens and Treatment on LLM-based Multi-agent Systems

Runs a graph neural network over the multi-agent utterance graph to flag compromised agents and then applies topological intervention to remediate the attack mid-run.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails ACL 2025 External resource

AGrail: A Lifelong Agent Guardrail with Effective and Adaptive Safety Detection

Generates and optimizes safety checks during execution, adapting them to task-specific and systemic risks over an agent's lifetime rather than relying on a fixed rule set.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails NeurIPS 2025 External resource

GUARDIAN: Safeguarding LLM Multi-Agent Collaborations with Temporal Graph Modeling

Models a multi-agent collaboration as a temporal attributed graph and uses an unsupervised encoder-decoder to detect anomalous nodes and edges as errors propagate.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails Preprint 2025 External resource

SentinelAgent: Graph-based Anomaly Detection in Multi-Agent Systems

Watches the live execution graph, scores nodes, edges, and paths against security policies, and intervenes on single-point faults or collusion.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails ASE 2026 External resource

ProbGuard: Proactive Runtime Monitoring for LLM Agent Safety via Probabilistic Prediction

Estimates the likelihood of reaching an unsafe future state with a discrete-time Markov chain so the monitor can warn and intervene before a violation occurs.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails CCS 2025 External resource

AgentSentinel: An End-to-End and Real-Time Security Defense Framework for Computer-Use Agents

Intercepts sensitive operations in a computer-use agent and halts execution until a security audit clears, correlating task context with system traces in real time.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails AAAI 2026 Workshop (TrustAgent) External resource

Trajectory Guard: A Lightweight, Sequence-Aware Model for Real-Time Anomaly Detection in Agentic AI

Uses a Siamese recurrent autoencoder to classify a whole agent trajectory as either a wrong plan for the task or a malformed plan structure, reporting 32 ms per sample and a 17 to 27 times speedup over language-model judge baselines.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails ICLR 2026 External resource

Adaptive Attacks on Trusted Monitors Subvert AI Control Protocols

Shows that an untrusted model which knows the control protocol and the monitor can embed prompt injections in its own outputs to evade diverse language-model monitors on two AI control benchmarks, and that the Defer-to-Resample protocol amplifies the injection into a best-of-n attack.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails ICLR 2026 External resource

Reliable Weak-to-Strong Monitoring of LLM Agents

Stress-tests monitors watching a stronger agent for covert misbehavior across SHADE-Arena and CUA-SHADE-Arena, showing that monitor scaffolding matters more than monitor awareness and that escalating only pre-flagged cases to human reviewers raises the true-positive rate by about 15 percent at a false-positive rate of 0.01.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails Preprint 2026 External resource

Classifier Context Rot: Monitor Performance Degrades with Context Length

Measures how language-model monitors of coding agents degrade as transcripts grow, reporting that Opus 4.6, GPT 5.4, and Gemini 3.1 miss dangerous actions 2x to 30x more often after 800K tokens of benign activity than when the same actions appear alone.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails Preprint 2026 External resource

ActPlane: Programmable OS-Level Policy Enforcement for Agent Harnesses

Enforces agent-declared policy in the kernel with eBPF and an information-flow language, covering indirect execution paths that tool-call interception cannot observe, at 1.9% to 8.4% overhead.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Runtime Monitoring and Guardrails Preprint 2026 External resource

SLEIGHT-Bench: A Benchmark of Evasion Attacks Against Agent Monitors

Assembles 40 covert attacks across 11 evasion categories, on which an Opus 4.6 monitor with extended thinking catches 32% overall and never catches 20 of the 40 at a 1% false-positive rate over ten trials.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails ICSE 2026 External resource

AgentSpec: Customizable Runtime Enforcement for Safe and Reliable LLM Agents

Defines a trigger, predicate, and enforcement-action rule language that prevents over 90% of unsafe code-agent executions and all hazardous embodied actions at millisecond overhead.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails Preprint 2026 External resource

PrefixGuard: From LLM-Agent Traces to Online Failure-Warning Monitors

Induces typed-step adapters offline and then trains prefix-risk scorers for online warnings, reaching 0.900 AUPRC on WebArena and gaining 0.137 on average over raw-text controls across four benchmarks.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails Preprint 2026 External resource

AgentDoG 1.5: A Lightweight and Scalable Alignment Framework for AI Agent Safety and Security

Trains four open-weight guard models from 0.8B to 8B parameters on about 1,000 taxonomy-guided samples and deploys them as a training-free online guardrail.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails EMNLP 2026 External resource

StepGuard: Learning Step-Level Guardrails with Scalable Supervision and Safety-Utility Balancing

Trains a 4B guard model on automatically generated safe and unsafe step-level trajectories to check tool actions before execution and audit completed trajectories, reducing mean attack success rate by 77.3% relative to no guard across AgentDojo and AgentDyn.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails Preprint 2025 External resource

AgentArmor: Enforcing Program Analysis on Agent Runtime Trace to Defend Against Prompt Injection

Reconstructs traces as control-flow, data-flow, and program-dependence graphs and type-checks policy over them, cutting AgentDojo attack success to 3 percent at 1 percent utility cost.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails USENIX Security 2026 External resource

AttriGuard: Defeating Indirect Prompt Injection in LLM Agents via Causal Attribution of Tool Invocations

Replays each proposed tool call under control-attenuated counterfactual views and blocks calls that vanish without the untrusted content, reaching 0% attack success across four AgentDojo suites at about 3% utility cost and holding adaptive attacks to single-digit success rates.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Runtime Monitoring and Guardrails Preprint 2026 External resource

AgentAbstain: Do LLM Agents Know When Not to Act?

Pairs 263 act and abstain tasks across 42 executable environments, on which the best of 17 frontier models reaches 59.5% paired accuracy and some agents act irreversibly before recognizing a reason to stop.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails Preprint 2025 External resource

Enforcing Temporal Constraints for LLM Agents

Compiles temporal safety properties to first-order logic and enforces them at generation time with an SMT solver, raising conformance to 100% for two frontier models while also raising utility.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Runtime Monitoring and Guardrails Preprint 2026 External resource

Online Monitoring and Corrective Steering of Programming Agents

Combines a deterministic rule-based trajectory monitor with an advisor model consulted only on drift, gaining up to 15.2% resolution rate on SWE-bench Verified and Pro at $0.08 per instance.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Runtime Monitoring and Guardrails Preprint 2026 External resource

HiL-Bench (Human-in-Loop Benchmark): Do Agents Know When to Ask for Help?

Hides human-validated blockers in software-engineering and text-to-SQL tasks and scores selective escalation with an Ask-F1 metric.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Paper Runtime Monitoring and Guardrails EMNLP 2023 Demo External resource

NeMo Guardrails

an open-source toolkit that adds programmable rails to LLM applications and agents, intercepting requests to enforce Colang-defined policies and validate tool inputs and outputs before and after a call. Apache-2.0, 2023-present.

Provenance & sources

Attribution: NVIDIA

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Runtime Monitoring and Guardrails External resource

Guardrails AI

an open-source Python framework that runs input and output guards in an application, composing validators from Guardrails Hub to detect and mitigate risks such as toxicity, PII exposure, and hallucination. Apache-2.0, 2023-present.

Provenance & sources

Attribution: Guardrails AI

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Image: guardrails-ai/guardrails · Apache-2.0. Unmodified source asset; displayed at responsive sizes.

Tool Paper Runtime Monitoring and Guardrails Preprint 2025 External resource

LlamaFirewall

a layered guardrail framework combining PromptGuard 2 for jailbreak and injection detection, AlignmentCheck as an experimental chain-of-thought auditor that inspects agent reasoning for goal hijacking, and CodeShield static analysis across 8 languages for insecure generated code. Llama 3.2 Community License, which restricts redistribution and is not an OSI-approved open-source license, 2023-present.

Provenance & sources

Attribution: Meta

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Audit Trails and Decision Records IEEE Access 2019 External resource

Decision Provenance: Harnessing Data Flow for Accountable Systems

Uses data-flow lineage to expose decision pipelines, including inputs, decisions, and downstream effects, as a basis for accountability and audit.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Audit Trails and Decision Records Preprint 2026 External resource

Audit Trails for Accountability in Large Language Models

Proposes lifecycle audit trails that record technical lineage and governance decisions (approvals, waivers, attestations) in tamper-evident logs for LLMs in high-stakes use.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Audit Trails and Decision Records Preprint 2026 External resource

Responsible Agentic AI Requires Explicit Provenance

Argues that responsibility becomes assignable only when agents emit traceable, attributable records across the lifecycle, and formalizes a causal attribution function and responsibility tensor.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Audit Trails and Decision Records ACM AI Leadership Summit 2026 Maintainer project

Auditable Agents

Defines five auditability dimensions for tool-using agents (action recoverability, lifecycle coverage, policy checkability, responsibility attribution, evidence integrity) and an Auditability Card.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Maintainer disclosure: Authored or maintained by Audit Commons maintainers (Yue Zhao). Listed for relevance without institutional endorsement.

Catalog source: Awesome Auditable AI record

Paper Audit Trails and Decision Records Preprint 2026 External resource

Towards Security-Auditable LLM Agents: A Unified Graph Representation

Proposes Agent-BOM, a unified hierarchical attributed graph over agent execution that captures capability bindings, cognitive-state evolution, memory contamination, and cross-agent risk propagation as one structured record for post-hoc security auditing.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Audit Trails and Decision Records Preprint 2026 External resource

The Log is the Agent: Event-Sourced Reactive Graphs for Auditable, Forkable Agentic Systems

Treats an append-only event log as the canonical record and derives the working graph from that log, supporting replay, forks from prior events, and end-to-end lineage for each run.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Audit Trails and Decision Records Preprint 2025 External resource

TraceAegis: Securing LLM-Based Agents via Hierarchical and Behavioral Anomaly Detection

Builds lineage records from agent execution traces and abstracts them into behavioral rules; ships TraceAegis-Bench with labeled benign and abnormal traces.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Audit Trails and Decision Records Preprint 2026 External resource

Agent-Sentry: Bounding LLM Agents via Execution Provenance

Records execution lineage from prior legitimate runs and uses it to bound and account for an agent's later actions at runtime.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Audit Trails and Decision Records Preprint 2026 External resource

From Agent Traces to Trust: A Survey of Evidence Tracing and Execution Provenance in LLM Agents

Surveys evidence tracing and execution lineage for process-level accountability, organizing trace sources, evidence units, and lineage relations for auditable agent systems.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Audit Trails and Decision Records Preprint 2026 External resource

MemLineage: Lineage-Guided Enforcement for LLM Agent Memory

Signs each memory entry per principal over an RFC 6962 Merkle log and refuses sensitive actions whose active justification descends from external content, driving attack success to zero on three memory-poisoning workloads and six AgentDojo banking pairs at sub-millisecond overhead.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Audit Trails and Decision Records Preprint 2026 External resource

TRACE: A Two-Channel Robust Attribution Watermark via Complementary Embeddings for LLM-Agent Trajectories

Leaves action choice distortion-free on a selection channel and keys a tally channel on log structure alone, so a reseller who can rewrite the log cannot erase attribution; detection survives deletion of 70% of steps.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Audit Trails and Decision Records External resource

MakerChecker

self-hosted governance for AI agents with role-based execution, human approval gates, and a hash-chained, Ed25519-signed audit log of every action. AGPL-3.0, 2026-present.

Provenance & sources

Attribution: MakerChecker contributors

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Paper Audit Trails and Decision Records Maintainer project

aegis

runtime policy enforcement for AI agents with a cryptographic audit trail, human-in-the-loop approvals, and a kill switch, implemented as a wrapper around agent code. MIT-licensed, 2026-present.

Provenance & sources

Attribution: Justin0504 and contributors

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Maintainer disclosure: Authored or maintained by Audit Commons maintainers (Yue Zhao). Listed for relevance without institutional endorsement.

Catalog source: Awesome Auditable AI record

Tool Audit Trails and Decision Records External resource

sofagent

commit-time audit engine for AI coding agents that checks git diffs and any available task log against 24 rules, 17 of them enabled by default, recording each result in a local hash-chained history with optional HMAC signing. A doctor command checks chain integrity over the latest 500 history entries, and an MCP server aggregates the local trails by agent. MIT-licensed, 2026-present.

Provenance & sources

Attribution: KongFangXun

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Audit Trails and Decision Records External resource

halo-record

dependency-free recorder that seals tool calls, model calls, and approvals into a SHA-256 hash-chained JSONL log verifiable without trusting the operator, with optional RFC 3161 timestamping and OpenTelemetry GenAI span ingestion. Apache-2.0, 2026-present.

Provenance & sources

Attribution: bkuan001

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Audit Trails and Decision Records External resource

Agent Governance Toolkit

policy enforcement, agent identity, and execution sandboxing with a Merkle-chained audit trail and a Decision BOM, published with control mappings to the OWASP Agentic Top 10, NIST AI RMF 1.0, the EU AI Act, and SOC 2. MIT-licensed, 2026-present; public preview with breaking changes expected.

Provenance & sources

Attribution: Microsoft

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Audit Trails and Decision Records External resource

TRACE

open specification and Python SDK for hardware-attested agent trust records that bind model, policy, data class, tool calls, and TEE attestation into one signed artifact a third party can verify offline, with a conformance test suite. CC BY 4.0 spec, Apache-2.0 tooling, 2026-present.

Provenance & sources

Attribution: AgentRust contributors

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Audit Trails and Decision Records External resource

AgentLens

MCP-native observability and audit-trail platform that records LLM calls, tool invocations, and decisions in an append-only, SHA-256 hash-chained, verifiable event log. MIT-licensed, 2026-present.

Provenance & sources

Attribution: AgentKit AI

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Auditable project diagram showing an agent auditing lifecycle
Tool Audit Trails and Decision Records Maintainer project

auditable

records which inputs a consequential agent action relied on, re-evaluates that action against current state, and reverses the committed action through a pluggable rail when its supporting conditions no longer hold. Apache-2.0, 2026-present.

Provenance & sources

Attribution: Yue Zhao and contributors

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Maintainer disclosure: Authored or maintained by Audit Commons maintainers (Yue Zhao). Listed for relevance without institutional endorsement.

Catalog source: Awesome Auditable AI record

Image: yzhao062/auditable · Apache-2.0. Unmodified source asset; displayed at responsive sizes.

Tool Audit Trails and Decision Records External resource

Proofline

verification-first agent that turns task contracts into deterministic SHA-256 proof packets, rejects missing, stale, or contradictory evidence, and gates external actions behind human approval. MIT-licensed, 2026-present.

Provenance & sources

Attribution: Ceodar Adigu

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Audit Trails and Decision Records External resource

SEMAPRAX Agent Runtime

bounded agent loop with a caller-injected host that emits canonical Trace and Evidence documents for a run and checks them by internal replay before returning them. It is reached through the project's Rust API, so it does not attach to an agent written in another language, and the surrounding language project is pre-alpha. Apache-2.0, 2026-present.

Provenance & sources

Attribution: Wavect

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Audit Trails and Decision Records External resource

Busabase

self-hostable database and workspace for AI agents where scoped credentials can require data, document, schema, skill, and app mutations to arrive as ChangeRequests with exact diffs, submitter attribution, comments, review decisions, commits, and history before approved changes become canonical. MIT-licensed, 2026-present.

Provenance & sources

Attribution: Busabase

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Security Auditing and Scanners CAIS 2026 Maintainer project

Agent Audit: A Security Analysis System for LLM Agent Applications

Static security analysis for LLM agent code and configuration, with tool-boundary taint tracking and MCP config auditing; the tool itself is listed under Scanners.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Maintainer disclosure: Authored or maintained by Audit Commons maintainers (Yue Zhao). Listed for relevance without institutional endorsement.

Catalog source: Awesome Auditable AI record

Benchmark Paper Security Auditing and Scanners ACL Findings 2024 External resource

InjecAgent: Benchmarking Indirect Prompt Injections in Tool-Integrated Large Language Model Agents

A benchmark of 1,054 cases that measures how often tool-integrated LLM agents follow malicious instructions embedded in tool outputs.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Security Auditing and Scanners Preprint 2026 External resource

SoK: The Attack Surface of Agentic AI: Tools, and Autonomy

A systematization of security risks and attack vectors in agentic systems that combine language models with tools, retrieval, and autonomous decision loops.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Security Auditing and Scanners SaTML 2026 External resource

Defeating Prompt Injections by Design

Extracts the control and data flow from the trusted query so untrusted retrieved data cannot affect the program flow, and enforces capability-based policies when tools are called, solving 77% of AgentDojo tasks with provable security against 84% for an undefended system.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Security Auditing and Scanners Preprint 2025 External resource

Design Patterns for Securing LLM Agents against Prompt Injections

Presents six design patterns that constrain a tool-using agent once it ingests untrusted input, with a utility and security trade-off analysis for each.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Security Auditing and Scanners ICLR 2025 External resource

Agent Security Bench (ASB): Formalizing and Benchmarking Attacks and Defenses in LLM-based Agents

Formalizes 10 prompt-injection attacks, memory poisoning, a Plan-of-Thought backdoor, 4 mixed attacks, and 11 defenses across 13 backbones, 10 scenarios, and over 400 tools, reaching a peak average attack success rate of 84.30 percent.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Security Auditing and Scanners NeurIPS 2025 External resource

Memory Injection Attacks on LLM Agents via Query-Only Interaction

Shows that MINJA injects malicious records through ordinary queries and observations alone, with injection success above 90% in most configurations across three agents.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Security Auditing and Scanners Preprint 2026 External resource

MemSecBench: Tracking Agent Memory Poisoning from Persistence to Consequence and Repair

Follows 310 memory-poisoning cases from 48 contexts through write, execute, and forget stages across 24 harness, backend, and model combinations, reporting 84.2% persistence and 50.3% full-chain success, with selective repair at 56.1% among successfully poisoned cases.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Security Auditing and Scanners Preprint 2026 External resource

StepJack: Benchmarking Computer-Use Agent Safety Against Multi-Step Indirect Prompt Injection

Decomposes an adversarial goal into innocuous sub-steps along the navigation path, raising attack success on 3 of 6 computer-use agents by up to 31.2 points across 480 examples.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Security Auditing and Scanners Preprint 2026 External resource

Who Pays the Price? Stakeholder-Centric Prompt Injection Benchmarking for Real-world Web Agents

Introduces StakeBench, which scores prompt-injection harm by the affected stakeholder (user, seller, platform) over 264 executable cases from 22 templates on a live e-commerce environment, where indirect injection succeeds 41.67% to 68.16% of the time and the same agent shows a distinct failure profile per stakeholder.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Security Auditing and Scanners J. Cybersecur. Priv. 2026 External resource

Model Context Protocol Threat Modeling and Analyzing Vulnerabilities to Prompt Injection with Tool Poisoning

Threat model for Model Context Protocol clients showing how unvalidated tool metadata enables prompt injection and tool poisoning, with static-analysis and behavioral defenses.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Security Auditing and Scanners Preprint 2025 External resource

Systematization of Knowledge: Security and Safety in the Model Context Protocol Ecosystem

A survey of security and safety issues across the Model Context Protocol ecosystem, including tool poisoning, supply-chain risk, and proposed mitigations.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Security Auditing and Scanners Preprint 2026 External resource

Rethinking MCP Security: A Large-Scale Study of Runtime MCP Servers and Security Scanner Reliability

Builds MCPZoo from 64,611 unique MCP servers, over 37,288 of which support dynamic analysis, and finds existing scanners flag 96.89% of servers as risky at 45.53% average alert precision.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Finds with structure-aware static analysis that 9.93% of 19,200 description-code pairs from 2,214 real servers misstate what the tool code does.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Security Auditing and Scanners Preprint 2026 External resource

A First Measurement Study on Authentication Security in Real-World Remote MCP Servers

Measures 7,973 live remote servers, of which 40.55% expose tools with no authentication, and reports 325 flaws and 9 CVE identifiers from 119 OAuth-enabled servers.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Security Auditing and Scanners Preprint 2026 External resource

SkillTrace: Multi-Trace Provenance Auditing for LLM-Agent Skill Reuse

Audits skill-package reuse across expression, implementation, and operational traces, reaching AUROC 0.938 and F1 0.898 on 820 transformed positives against 751 negative controls, then audits 36,446 marketplace skills.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Security Auditing and Scanners Preprint 2026 External resource

Cloak and Detonate: Scanner Evasion and Dynamic Detection of Agent Skill Malware

Shows self-extracting skill packing bypasses all 8 tested scanners at over 90% across 1,613 in-the-wild malicious skills, while its sandbox auditor detects 97% of benchmark attacks at a 2% false-positive rate and 87% of real-world malicious skills.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Security Auditing and Scanners Preprint 2026 External resource

OpenSkillRisk: Benchmarking Agent Safety When Using Real-World Risky Third-Party Skills

Collects 263 marketplace skills across 7 threat categories, on which the safest of 3 frameworks and 13 models still executes unsafe actions about 17% of the time.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Security Auditing and Scanners Maintainer project

agent-audit

static security scanner for LLM agents that flags prompt-injection sinks, audits MCP configuration, and runs tool-boundary taint analysis. Its rules map to the OWASP Agentic Top 10 (2026), and it supports LangChain, CrewAI, and AutoGen. MIT-licensed, 2026-present.

Provenance & sources

Attribution: Haiyue Zhang (HeadyZhang)

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Maintainer disclosure: Authored or maintained by Audit Commons maintainers (Yue Zhao). Listed for relevance without institutional endorsement.

Catalog source: Awesome Auditable AI record

Tool Security Auditing and Scanners External resource

garak

an LLM vulnerability scanner that probes a model or any REST-accessible endpoint for prompt injection, jailbreaks, data leakage, and toxic generation, with detectors that score each probe. Apache-2.0, 2023-present.

Provenance & sources

Attribution: NVIDIA

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Security Auditing and Scanners External resource

Agentic Radar

open-source scanner that maps agentic workflows through static analysis, detects MCP servers and tools, and reports OWASP-aligned vulnerabilities. It supports LangGraph, CrewAI, OpenAI Agents, AutoGen, and n8n. Apache-2.0, 2025 (last commit 2025-11-27).

Provenance & sources

Attribution: Splx AI

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Security Auditing and Scanners External resource

Snyk Agent Scan

security scanner that auto-discovers the MCP servers, agent tools, and skills installed on a machine across 13 agent harnesses including Claude Code, Cursor, VS Code, Windsurf, Gemini CLI, and Codex. It flags more than 15 risk classes including prompt injection, tool poisoning, tool shadowing, toxic flows, malware payloads, and hardcoded secrets. Apache-2.0, 2025-present; it requires a Snyk API token, so it is an open-source client to a commercial service.

Provenance & sources

Attribution: Snyk

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks Preprint 2026 External resource

GAMMAF: A Common Framework for Graph-Based Anomaly Monitoring Benchmarking in LLM Multi-Agent Systems

An evaluation framework that generates synthetic multi-agent interaction datasets and standardizes the comparison of graph-based anomaly detectors over agent communication graphs.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks ICLR 2024 External resource

SWE-bench: Can Language Models Resolve Real-World GitHub Issues?

2,294 software-engineering tasks drawn from real GitHub issues and their fix pull requests across 12 Python repositories, with unit-test verification of each generated patch.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Image: SWE-bench/SWE-bench · MIT. Unmodified source asset; displayed at responsive sizes.

Benchmark Paper Datasets and Benchmarks NeurIPS 2024 External resource

SWE-agent: Agent-Computer Interfaces Enable Automated Software Engineering

An open-source coding-agent framework with released SWE-bench trajectories that contain step-by-step tool calls and edits for trace-level study.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks ICLR 2024 External resource

AgentBench: Evaluating LLMs as Agents

A suite of eight interactive environments for measuring multi-turn decision-making of LLM agents, with logged interaction records across many models.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Dataset Datasets and Benchmarks ICLR 2024 External resource

GAIA: a benchmark for General AI Assistants

466 real-world questions that require multi-step reasoning, web browsing, and tool use, with a single correct answer per item for unambiguous scoring of assistant behavior.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks ICLR 2024 External resource

WebArena: A Realistic Web Environment for Building Autonomous Agents

A reproducible environment of self-hosted websites with long-horizon tasks scored by functional correctness of the end state, supporting repeatable agent evaluation.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks NeurIPS 2024 Datasets and Benchmarks Track External resource

OSWorld: Benchmarking Multimodal Agents for Open-Ended Tasks in Real Computer Environments

369 executable computer-use tasks on Ubuntu, each with a setup configuration and an execution-based checker, in an environment that also supports Windows and macOS, on which humans complete over 72.36% of tasks while the best evaluated model reaches 12.24%.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks ICLR 2026 External resource

Terminal-Bench: Benchmarking Agents on Hard, Realistic Tasks in Command Line Interfaces

Terminal-Bench 2.0 curates 89 command-line tasks, each with its own container environment, a human-written solution, and verification tests, on which frontier models and agents score below 65%.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

AppWorld overview of its app engine and benchmark
Benchmark Paper Datasets and Benchmarks ACL 2024 External resource

AppWorld: A Controllable World of Apps and People for Benchmarking Interactive Coding Agents

750 interactive coding tasks over 9 simulated apps exposing 457 APIs, on which GPT-4o solves about 49% of normal tasks and 30% of challenge tasks.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Image: StonyBrookNLP/appworld · Apache-2.0. Unmodified source asset; displayed at responsive sizes.

Paper Datasets and Benchmarks ICLR 2024 External resource

Identifying the Risks of LM Agents with an LM-Emulated Sandbox

ToolEmu emulates tool execution so agents can be stress-tested on 144 cases without real side effects; the safest agent still fails 23.9% of the time and 68.8% of flagged failures are judged valid.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks ICML 2026 External resource

τ²-Bench: Evaluating Conversational Agents in a Dual-Control Environment

Extends τ-bench to dual control where the user also acts on the shared environment, modeling Telecom as a Dec-POMDP and separating agent reasoning errors from coordination errors.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks NeurIPS 2024 Datasets and Benchmarks Track External resource

AgentBoard: An Analytical Evaluation Board of Multi-turn LLM Agents

Nine partially observable environments scored by a fine-grained progress rate that credits incremental advancement rather than final success alone.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks Preprint 2026 External resource

WildClawBench: A Benchmark for Real-World, Long-Horizon Agent Evaluation

60 bilingual multimodal tasks inside real command-line harnesses in Docker, on which the best of 19 models reaches 62.2% and swapping the harness alone moves one model by up to 18 points.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks Preprint 2026 External resource

ClawBench: Can AI Agents Complete Everyday Online Tasks?

Evaluates browser agents on 153 write-heavy tasks across 144 live websites, with final-request interception and synchronized video, screenshot, network, action, and message traces for auditable scoring and failure analysis.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks ICLR 2026 External resource

Evaluating Memory in LLM Agents via Incremental Multi-Turn Interactions

MemoryAgentBench recasts long-context data into incremental multi-turn interactions testing accurate retrieval, test-time learning, long-range understanding, and selective forgetting; no agent class masters all four.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks Preprint 2026 External resource

HINTBench: Horizon-agent Intrinsic Non-attack Trajectory Benchmark

629 trajectories (523 risky, 106 safe) averaging 33 steps that audit risk arising under benign conditions; strong models detect trajectory-level risk but fall below 35 Strict-F1 on locating the risky step.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks NeurIPS 2025 Datasets and Benchmarks Track (Spotlight) External resource

OS-Harm: A Benchmark for Measuring Safety of Computer Use Agents

150 OSWorld-based tasks spanning deliberate misuse, prompt injection, and model misbehavior, with a judge agreeing with human annotation at 0.76 and 0.79 F1.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks EMNLP Findings 2024 External resource

R-Judge: Benchmarking Safety Risk Awareness for LLM Agents

569 multi-turn records across 27 risk scenarios and 10 risk types, on which GPT-4o reaches 74.42% while no other evaluated model significantly beats random.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks Preprint 2026 External resource

TelemetrySuffBench: Is Agent Telemetry Sufficient for Failure-Origin Diagnosis?

Compares metadata, OpenTelemetry-compatible, and OpenInference-compatible views, which retain 99.5% to 100% detection F1 while holding fault-origin step accuracy at or below 0.5%.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Dataset Datasets and Benchmarks Preprint 2026 External resource

PACT: Pressure-Applied Compliance Testing

3,364 conversations across 48 scenarios in 12 regulated domains; each row gives an assistant a workplace rule and 2 to 5 options and records which options comply, whether the rule binds, which of nine pressures applies, and whether a directive is present.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Red-teams 10 agent benchmarks for reward-hacking exploits, surfacing 219 distinct flaws across eight recurring classes and scoring near-perfect on most benchmarks without solving a single task, then patches four of them below a 10% hackable-task ratio and fully repairs WebArena and OSWorld in three iterations.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks COLM 2025 External resource

AgentRewardBench: Evaluating Automatic Evaluations of Web Agent Trajectories

1,302 web agent trajectories drawn from 5 benchmarks and 4 language models, each reviewed by an expert for success, side effects, and repetitiveness, used to score 12 language-model judges and to show that the rule-based evaluation of common benchmarks underreports agent success.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks NeurIPS 2025 External resource

AgentAuditor: Human-Level Safety and Security Evaluation for LLM Agents

Training-free memory-augmented framework that lifts language-model safety evaluators toward human-expert accuracy, released with ASSEBench: 2,293 annotated records, 15 risk types, and 29 scenarios.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Paper Datasets and Benchmarks Preprint 2026 External resource

SpecBench: Measuring Reward Hacking in Long-Horizon Coding Agents

Separates visible validation tests from held-out compositional tests across 30 systems-level tasks, finding the pass-rate gap grows 28 percentage points per tenfold increase in code size.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Datasets and Benchmarks TMLR 2025 External resource

AI Agents That Matter

Critique of agent benchmarking practice, arguing for cost-aware evaluation, adequate holdout sets, and reproducibility alongside accuracy.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

Langfuse

self-hostable platform for tracing LLM and agent calls, running evaluations, managing prompts, and tracking cost and latency, with OpenTelemetry, LangChain, and OpenAI SDK integrations. MIT-licensed core, 2023-present.

Provenance & sources

Attribution: Langfuse contributors

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

Arize Phoenix

open-source observability and evaluation tool built on OpenTelemetry for tracing, evaluating, and debugging LLM and agent applications, with auto-instrumentation for common frameworks. Elastic License 2.0, 2022-present.

Provenance & sources

Attribution: Arize AI

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

OpenInference

a set of OpenTelemetry-compatible conventions and instrumentation packages for capturing traces from LLM and agent frameworks; exports traces to OpenTelemetry-compatible backends. Apache-2.0, 2023-present.

Provenance & sources

Attribution: Arize AI

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

Opik

open-source platform for tracing, evaluating, and monitoring LLM applications and agentic workflows, with LLM-as-a-judge scoring, experiment tracking, and production dashboards. Apache-2.0, 2024-present.

Provenance & sources

Attribution: Comet ML

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Image: comet-ml/opik · Apache-2.0. Unmodified source asset; displayed at responsive sizes.

Tool Tools and Platforms External resource

OpenLLMetry

OpenTelemetry-based instrumentation for LLM applications that emits standard OpenTelemetry traces routable to existing observability backends; SDKs across Python, TypeScript, Go, and Ruby. Apache-2.0, 2023-present.

Provenance & sources

Attribution: Traceloop

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

Helicone

open-source observability platform and AI gateway that logs LLM and agent traces, costs, and latency through a proxy and a unified API across providers. Apache-2.0, 2023-present.

Provenance & sources

Attribution: Helicone

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

Bifrost

OpenAI-compatible gateway that routes across providers with configurable failover, enforces budget and rate limits, executes MCP tools, and emits Prometheus metrics, OpenTelemetry traces, and per-request logs of prompt, response, token, cost, and latency. Apache-2.0, 2025-present.

Provenance & sources

Attribution: Maxim AI

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

Gram

open-source AI control plane that connects agents to MCPs, enforces access policies, and records searchable tool calls, permission changes, and access events. AGPL-3.0, 2025-present.

Provenance & sources

Attribution: Speakeasy

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

DeepEval

open-source evaluation framework that runs LLM and agent tests in a pytest-style workflow, with metrics for hallucination, relevancy, and task correctness that can be included in CI checks. Apache-2.0, 2023-present.

Provenance & sources

Attribution: Confident AI

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Image: confident-ai/deepeval · Apache-2.0. Unmodified source asset; displayed at responsive sizes.

Tool Tools and Platforms External resource

Evidently

open-source framework to evaluate, test, and monitor ML and LLM systems, with 100+ built-in metrics spanning tabular data quality, data drift, and LLM judges. Apache-2.0, 2020-present.

Provenance & sources

Attribution: Evidently AI

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Image: evidentlyai/evidently · Apache-2.0. Unmodified source asset; displayed at responsive sizes.

Tool Tools and Platforms External resource

AgentOps

open-source SDK for monitoring AI agents, with session replays, cost tracking, and failure detection; integrates with CrewAI, OpenAI Agents SDK, LangChain, and AG2 (formerly AutoGen). MIT-licensed, 2023-present.

Provenance & sources

Attribution: AgentOps

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Image: AgentOps-AI/agentops · MIT. Unmodified source asset; displayed at responsive sizes.

Tool Tools and Platforms External resource

LangSmith

framework-agnostic platform from the LangChain team for tracing, offline and online evaluation, and monitoring of LLM and agent applications. Commercial product, not open source; self-hosted and hybrid deployment are available on the Enterprise plan, 2023-present.

Provenance & sources

Attribution: LangChain

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Paper Tools and Platforms EACL 2024 Demo External resource

Ragas

evaluation library for LLM applications, with RAG metrics such as faithfulness, answer relevancy, and context precision, agent metrics such as tool-call accuracy and topic adherence, and test set generation. Apache-2.0, 2023-2026 (last commit 2026-02-24, latest release v0.4.3 on 2026-01-13).

Provenance & sources

Attribution: Exploding Gradients / Ragas contributors

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Image: vibrantlabsai/ragas · Apache-2.0. Unmodified source asset; displayed at responsive sizes.

Tool Paper Tools and Platforms Preprint 2026 External resource

AgentDebugX

closes the debugging loop as detect, attribute, recover, and rerun, reaching 28.8% exact agent-and-step accuracy on Who&When with a qwen3.5-9b backbone against 21.7% for the strongest single-pass baseline and repairing 13 of 73 failed GAIA tasks in one rerun. MIT-licensed, 2026-present.

Provenance & sources

Attribution: AgentDebugX contributors

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

Docent

summarizes, searches, and clusters completed agent transcripts to surface broken tasks; adding packages that Docent revealed as missing raised the GPT-4o InterCode solve rate from 68.6% to 78% across 79 tasks. Apache-2.0, 2025-present.

Provenance & sources

Attribution: Transluce

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

Laminar

OpenTelemetry-native agent observability with Signals that track a behavior described in plain English, such as an agent stuck in a loop, and alert on it across runs, plus SQL queries over span data. Apache-2.0, 2024-present.

Provenance & sources

Attribution: Laminar

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

TruLens

OpenTelemetry-native evaluation recording latency, tokens, and cost per step, with seven agent-specific evaluators covering plan adherence, plan quality, tool selection, tool calling, execution efficiency, logical consistency, and external tool reliability. MIT-licensed, 2020-present.

Provenance & sources

Attribution: TruEra

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

E2B

runs AI-generated code in isolated cloud sandboxes so an unsafe action is contained rather than executed on the host, with Terraform-based self-hosting. Apache-2.0, 2023-present.

Provenance & sources

Attribution: E2B

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

Microsandbox

self-hosted microVM runtime giving agent code hardware-level isolation at an average boot under 100 milliseconds, spawned in-process with no daemon, with SDKs in five languages. Apache-2.0, 2024-present.

Provenance & sources

Attribution: SuperRadCompany

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

Giskard

generates adversarial test suites from a plain-language description of the agent across OWASP LLM Top-10 threat categories, with multi-turn agent testing in v3. Apache-2.0, 2022-present.

Provenance & sources

Attribution: Giskard

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

AgentRunProof

deterministic runtime-conformance harness for the OpenAI Agents SDK that drives the real Runner through scripted responses on the public Model interface, and writes content-addressed evidence that can be rechecked without rerunning the SDK; built-in scenarios make no model API calls. MIT-licensed, 2026-present.

Provenance & sources

Attribution: AgentRunProof contributors

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Paper Tools and Platforms Preprint 2026 External resource

A2E

end-to-end agent auditing engine that uses the Agent Task Protocol to integrate tasks with different harnesses, automatically captures standardized execution traces, and assesses execution efficiency, tool use, task planning, and error recovery with multidimensional metrics. MIT-licensed, 2026-present.

Provenance & sources

Attribution: DataML Lab

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Collection Tools and Platforms External resource

Awesome Agentic Engineering

GitHub Action and CLI that scores an agent specification against risk-tiered profiles, fails a release on unresolved blockers, and runs eight prompt-injection fixtures through LangGraph and OpenAI Agents adapters that retain node-linked traces and machine-readable results. MIT-licensed, 2026-present.

Provenance & sources

Attribution: Lindi Xu

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

AgentCheck

open-source behavioral testing tool for tool-using AI agents that simulates declared tool execution while evaluating tool calls, failures, retries, confirmations, destructive actions, action sequencing, and fabricated success, with integrations for OpenAI Agents SDK, PydanticAI, and custom Python agents. Apache-2.0, 2026-present.

Provenance & sources

Attribution: Waseem Ghanem

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

OrcaReplay

records a coding-agent run below the harness, placing model calls, per-turn workspace changes, and opt-in MCP frames on one timeline. It then re-executes the agent against the recorded model responses and reports divergence, or forks the run from a filesystem checkpoint onto a different model for comparison. Apache-2.0, 2026-present.

Provenance & sources

Attribution: Continuum AI

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Tools and Platforms External resource

plumb-line

zero-dependency provenance primitive that propagates mock or low-confidence taint through derived values, paired with five Claude Code skills that audit a repository for unverified claims and source-truth gaps. Apache-2.0, 2026-present.

Provenance & sources

Attribution: slopstopper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Benchmark Tools and Platforms External resource

YYLO Benchmark

evaluation layer for coding-agent runs that executes each candidate in an isolated workspace and retains hash-linked execution receipts, post-run Git manifests, and evaluator configuration for later inspection. MIT-licensed, 2026-present.

Provenance & sources

Attribution: YYLO

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Standards and Governance FAT* 2019 External resource

Model Cards for Model Reporting

Proposes short standardized documents that report a model's intended use, evaluation conditions, and performance across groups as accountability artifacts for deployed models.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Standards and Governance CACM 2021 External resource

Datasheets for Datasets

Introduces a standard datasheet for documenting a dataset's motivation, composition, collection process, and recommended uses to improve transparency and accountability.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Defines SMACTR, an internal audit framework that produces a documented decision trail across the development lifecycle so teams can assess systems before deployment.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Standards and Governance FAccT 2024 External resource

Black-Box Access is Insufficient for Rigorous AI Audits

Argues that meaningful third-party AI audits need more than query access, comparing black-box, white-box, and outside-the-box methods and their accountability implications.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Standards and Governance ICML 2025 Position Paper Track External resource

Position: AI Agents Need Authenticated Delegation

Extends OAuth 2.0 and OpenID Connect with agent-specific credentials to scope permissions delegated to autonomous agents and link those permissions to a responsible human.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Paper Standards and Governance Preprint 2026 External resource

AI Identity: Standards, Gaps, and Research Directions for AI Agents

Surveys current identity, delegation, and accountability standards for agents acting across organizational boundaries and maps the open gaps that current frameworks leave unaddressed.

Provenance & sources

Attribution: Authors listed in the paper

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

Model Context Protocol (MCP) Specification

JSON-RPC 2.0 protocol that standardizes how applications expose tools, resources, and prompts to language models, with an optional OAuth 2.1 authorization profile requiring Protected Resource Metadata discovery (RFC 9728), resource-indicator audience binding (RFC 8707), and issuer validation (RFC 9207) on HTTP transports. Agentic AI Foundation (a directed fund under the Linux Foundation), revision 2026-07-28.

Provenance & sources

Attribution: Anthropic / Linux Foundation

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

Agent2Agent (A2A) Protocol

task delegation between independent agents, where each server publishes an Agent Card declaring identity, capabilities, skills, endpoint, and authentication across API key, HTTP, OAuth 2.0, OpenID Connect, and mutual TLS. Linux Foundation, contributed by Google, v1.0.1 (28 May 2026).

Provenance & sources

Attribution: Linux Foundation / Google

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

Agent Payments Protocol (AP2)

users sign Checkout and Payment Mandates as verifiable credentials, with an open stage carrying spending constraints and a closed stage carrying a specific authorization, so each agent-initiated transaction leaves a non-repudiable cryptographic record. FIDO Alliance, donated by Google, v0.2.

Provenance & sources

Attribution: FIDO Alliance / Google

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

OpenTelemetry Semantic Conventions for Generative AI (gen-ai)

vendor-neutral telemetry schema for GenAI and agent spans, metrics, and events, covering model calls, tool calls, token usage, and agent and framework operations to support comparison of traces across stacks. OpenTelemetry / CNCF; all gen_ai.* attributes were deprecated in the core semantic-conventions repository at v1.42.0 (12 June 2026) and moved to this dedicated repository.

Provenance & sources

Attribution: OpenTelemetry / CNCF

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

NIST AI 600-1, Generative AI Profile

cross-sector companion to the NIST AI RMF that names twelve GenAI risk areas and over 200 suggested actions across the Govern, Map, Measure, and Manage functions. NIST, July 2024.

Provenance & sources

Attribution: National Institute of Standards and Technology (NIST)

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

EU AI Act (Regulation 2024/1689), Article 12: Record-Keeping

legal duty requiring high-risk AI systems to record events throughout their lifetime for risk identification, post-market monitoring, and operational oversight. Article 26(6) requires deployers to retain the logs for at least six months. EU, 2024; the Digital Omnibus on AI (Regulation (EU) 2026/1744, in force 27 July 2026) moved high-risk application to 2 December 2027 for Annex III areas and 2 August 2028 for AI embedded in regulated products.

Provenance & sources

Attribution: European Union

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

ISO/IEC 42001:2023, Artificial Intelligence Management System

first certifiable AI management system standard, setting requirements to establish, operate, and improve governance controls across the AI lifecycle, including risk assessment, impact assessment, and performance measurement. ISO/IEC JTC 1/SC 42, 2023.

Provenance & sources

Attribution: ISO/IEC JTC 1/SC 42

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

living knowledge base of adversary tactics and techniques against AI systems, modeled on MITRE ATT&CK and built from real-world attacks and red-team demonstrations. MITRE, v2026.07 (7 August 2026): 16 tactics, 101 techniques, 77 sub-techniques, 37 mitigations, and 68 case studies, adding three AI Agent Tool Poisoning sub-techniques (AML.T0110.000/.001/.002) and AML.T0115.

Provenance & sources

Attribution: MITRE

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Primary sources:
Standard Standards and Governance External resource

OWASP Top 10 for LLM Applications and OWASP Top 10 for Agentic Applications

community-maintained risk lists for language-model and agentic applications, covering prompt injection, excessive agency, tool misuse, memory and context poisoning, and goal hijacking, with a builder-side companion guide of technical recommendations. OWASP, 2025 (LLM) / 2026 (Agentic).

Provenance & sources

Attribution: OWASP

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

CWE-1427: Improper Neutralization of Input Used for LLM Prompting

base-level weakness entry cataloging prompt injection as a mappable software weakness, with a LangChain tool-agent demonstrative example. MITRE CWE 4.20, mapping status ALLOWED.

Provenance & sources

Attribution: MITRE

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

Agentic AI Threat Modeling Framework: MAESTRO

seven-layer threat-modeling method a builder can run against an agent architecture. Cloud Security Alliance, 2025; a single-author blog publication rather than a ratified standard, so it sits at a lower evidentiary register than the NIST, ISO, MITRE, and OWASP entries above.

Provenance & sources

Attribution: Cloud Security Alliance

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

Agent Oversight Framework

independent governance proposal that organizes agent oversight into five layers, specifies evidence-collection and integrity controls, grades the evidence and design inferences behind its mechanisms, and runs a public evidence-correction process. ZhangRui987, 2026; a proposed design rather than a ratified standard or an evaluated implementation, so it sits at the same lower evidentiary register as MAESTRO above.

Provenance & sources

Attribution: Zhang Rui (ZhangRui987)

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

C2PA Technical Specification / Content Credentials

cryptographically signed, tamper-evident metadata standard that records the origin and edit history of media, including a manifest for AI-generated and AI-edited content. C2PA (Adobe, Microsoft, BBC, Intel, Truepic, Sony, and others), v2.2 (2025).

Provenance & sources

Attribution: Coalition for Content Provenance and Authenticity (C2PA)

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

Certificate Transparency (RFC 6962, RFC 9162)

append-only Merkle tree log with inclusion proofs, showing an entry is in the log, and consistency proofs, showing the log was only appended to; the origin of the verifiable-log pattern that tamper-evident agent trails reuse. IETF, 2013 (v1) / 2021 (v2).

Provenance & sources

Attribution: IETF

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

in-toto Attestation Framework

signed, machine-readable statements binding a subject artifact to a predicate describing what was done to it, giving a common envelope for provenance claims across steps and tools. in-toto / CNCF, 2018-2026 (living spec).

Provenance & sources

Attribution: in-toto / CNCF

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

SLSA (Supply-chain Levels for Software Artifacts)

graded framework defining what provenance a build must produce and how tamper-resistant it must be, with each level naming concrete requirements rather than intent. OpenSSF, v1.0 (2023).

Provenance & sources

Attribution: OpenSSF

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Standard Standards and Governance External resource

DSSE (Dead Simple Signing Envelope)

signing envelope that authenticates a payload together with its type, removing the canonicalization ambiguity that lets a signature be replayed against a different interpretation of the same bytes; used by in-toto and Sigstore. Secure Systems Lab, 2021-2026.

Provenance & sources

Attribution: Secure Systems Lab

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record

Tool Standards and Governance External resource

Rekor

transparency log service for signed software artifacts and attestations, built on an append-only Merkle log and serving inclusion and consistency proofs over a public API. Sigstore / OpenSSF, Apache-2.0, 2020-present.

Provenance & sources

Attribution: Sigstore / OpenSSF

Review status: Catalog reviewed against catalog snapshot (external links are not runtime verified).

Catalog source: Awesome Auditable AI record