DeltaCert-Agent: Selective Security Recertification for Evolving Tool-Using LLM Agents

Inside the System

Project overview

A change-impact-aware security recertification framework for evolving tool-using LLM agents that maps configuration changes to affected assurance claims, selects scoped tests, executes risk-triggered sentinels, and escalates to broader recertification when impact cannot be bounded safely.

Choose a project explanation mode

Result

Controlled Evaluation

0.7502 recall regression detection vs 0.5501 equal-budget random

31,396 evidence rows · four local models · five repetitions

How was this measured?
Evaluation
31,396 evidence rows · four local models · five repetitions
Scope
Controlled Evaluation
Baseline
Equal-budget random test selection (mean recall 0.5501).
Method
DeltaBench mutations were evaluated across four local Ollama models in five repetitions; recall and test reduction were aggregated from resumable evidence traces.
Review the evaluation source

Business Problem

Tool-using LLM agents do not remain static.

A deployed agent can change because of:

  • a different model or model version,
  • a changed system or developer prompt,
  • a new or modified tool,
  • tool-schema changes,
  • permission changes,
  • policy updates,
  • memory or retrieval changes,
  • dependency changes,
  • runtime-control changes,
  • environment changes.

Any of these can invalidate security evidence collected for the previous configuration.

The naive response is:

Any change
   ↓
Run every security test again
   ↓
Issue / reject certificate

That is safe in principle, but expensive and difficult to scale.

DeltaCert-Agent instead asks:

What changed?
   ↓
Which assurance claims can be affected?
   ↓
Which tests provide evidence for those claims?
   ↓
Are additional high-risk sentinel tests required?
   ↓
Is selective recertification sufficient?
   ↓
If not, escalate to broader / full recertification

From: Why This Project Exists

Proposed Solution

DeltaCert-Agent determines which security tests need to be rerun after an LLM-agent configuration change, while preserving evidence, escalating on uncertainty, and producing an auditable recertification decision.


From: One-Line Idea

Outcome

Documented in project article

Mean regression-detection recall improves from the equal-budget random baseline's 0.5501 to 0.7502 while executing 61.35% fewer tests on average; 95% recall CI is 0.7153–0.7841 across 31,396 evidence rows.

Cost and Risk Reduction

Not quantified

Quantified financial impact has not yet been documented.

Deployment Context

Local research framework using Ollama and resumable experiment scripts; no public production deployment is claimed.

Key Capabilities

  • Agentic AI
  • Security
  • Explainability

Evidence and Project Links

Reactions

0 reactions

Comments