AI News selected for Professionals and Decision Makers
AI Security And Privacy Updates

Build your own vulnerability harness

19:59 · June 18, 2026 · Cloudflare AI Blog

Build your own vulnerability harness

We break down the technical architecture behind our multi-stage vulnerability discovery harness and automated triage loop. Learn how we manage state controls, squash false positives through adversarial review, and route around LLM context limits.

Summary

Cloudflare has developed a model-agnostic Vulnerability Discovery Harness (VDH) and Vulnerability Validation System (VVS) to turn an initial single-repository security-audit skill into a continuous, fleet-wide scanning pipeline. The approach treats large language models as interchangeable components rather than fixed dependencies, allowing different models to handle discovery and validation so that each finding is evaluated by distinct logic and training data. This design addresses the limits of standalone agents, which lose state when context windows fill and cannot maintain persistence or cross-reference findings across runs.

The VDH performs the core discovery work through a sequence of focused stages stored in a database and coordinated by an orchestrator. Reconnaissance agents first map architecture and threat vectors, after which hunter agents execute per-class attacks. Subsequent stages handle gap filling for under-tested code areas, dependency tracing across repositories, and feedback loops that rewrite prompts based on prior misses. State is externalized so each agent remains stateless, keeping context usage below 25 percent of the window and enabling resumability after interruptions. Cross-repo tracing follows the dependency graph to spawn tasks in consumer repositories, surfacing vulnerabilities at interfaces that single-repo scans miss.

Findings then move into the VVS, which runs on a separate model to perform deduplication, adversarial judgment, and mechanical validation before any report is generated. A validator agent attempts to disprove each candidate, while deterministic checks confirm schema adherence and line references. Surviving items proceed to automated triage and patching workflows. The separation of models provides an independent stress test that reduces false positives, and the overall pipeline collapses thousands of raw candidates into a small queue of actionable fixes.

Practical rollout began with a roughly 450-line skill that codified attacker scenarios and bug classes, then lifted each phase into dedicated agents with database-backed state. Metrics track real-world velocity through coverage across attack classes and repositories, as well as the ratio of validated findings that reach human review. The architecture remains language-agnostic because it operates on higher-level logic rather than syntax-specific parsers, allowing the same harness to scan Rust, Go, TypeScript, and other codebases without per-language customization.

Why it matters

Directly actionable for Dutch security teams building or adapting AI security pipelines; addresses core security risks of AI agents in vulnerability discovery and offers concrete mitigation patterns relevant under EU contexts.

More in this beat
ai-agentscloudflareharness-engineeringllm-agentsred-teamingthreat-and-vulnerability-updatesthreat-modeling
When Vibe Hacking Turns AI into the Junior Hacker Every Adversary Always Wanted

13:30 · August 4, 2026

When Vibe Hacking Turns AI into the Junior Hacker Every Adversary Always Wanted

This article is highly relevant for security professionals as it highlights the evolving AI-driven threat landscape where the technical barrier to entry for attackers is significantly lowered. It provides actionable strategic advice on shifting from point-in-time security assessments to continuous threat exposure management, which is crucial for Dutch enterprises defending against AI-assisted cyberattacks.

Relevance 85 · Audience 90

From Prompts to Contracts: Harness Engineering for Auditable Enterprise LLM Agents

06:00 · July 11, 2026

From Prompts to Contracts: Harness Engineering for Auditable Enterprise LLM Agents

Directly actionable for Dutch/EU teams building compliant LLM agents; aligns with Netherlands emphasis on ethical, transparent AI and EU regulatory needs for auditability. Offers novel, technically rigorous methodology with high reproducibility for researchers and advanced practitioners.

Relevance 85 · Audience 90

NVIDIA Nemotron Achieves Benchmark-Leading Performance With LangChain Deep Agents Harness

17:00 · July 8, 2026

NVIDIA Nemotron Achieves Benchmark-Leading Performance With LangChain Deep Agents Harness

This development is highly relevant as it offers a cost-effective, open-source alternative to closed AI models, which is crucial for driving AI adoption among Dutch SMEs. Furthermore, the ability to run these agents on proprietary infrastructure aligns perfectly with European data sovereignty and strict AI governance requirements.

Relevance 85 · Audience 75

RIFT-Bench: Dynamic Red-teaming For Agentic AI Systems

06:00 · June 24, 2026

RIFT-Bench: Dynamic Red-teaming For Agentic AI Systems

This research is highly relevant for Dutch AI practitioners and researchers focusing on AI safety and compliance with the EU AI Act. RIFT-Bench provides a scalable, unified framework for red-teaming autonomous LLM agents, which is critical for deploying secure and trustworthy AI systems in enterprise environments.

Relevance 85 · Audience 95

Scaling Managed Agents: Decoupling the brain from the hands

02:00 · April 8, 2026

Scaling Managed Agents: Decoupling the brain from the hands

Highly actionable for Product Teams and Builders implementing agent workflows with Claude, including code-level interface patterns, security mitigations, and performance gains like reduced TTFT. Directly addresses model updates, harness evolution, and production observability.

Relevance 80 · Audience 85

Building a C compiler with a team of parallel Claudes

01:00 · February 5, 2026

Building a C compiler with a team of parallel Claudes

Directly demonstrates actionable agent-team workflows, test harness patterns, and parallelism techniques that Product Teams and Builders can adapt for complex software projects using current Claude APIs.

Relevance 85 · Audience 90

Effective harnesses for long-running agents

01:00 · November 26, 2025

Effective harnesses for long-running agents

Highly actionable for Product Teams and Builders with concrete implementation guidance, exact model references (Opus 4.5), and workflow strategies directly applicable to agent development and observability.

Relevance 82 · Audience 88

Army Cyber training AI agents in cyber ‘work roles’ alongside human counterparts

15:57 · August 20, 2026

Army Cyber training AI agents in cyber ‘work roles’ alongside human counterparts

This article provides critical insights into how a leading NATO ally is operationalizing agentic AI in cyber warfare, directly informing Dutch and European doctrine developers and defense technologists. It highlights practical human-machine teaming models and ethical guardrails that align with the Netherlands' focus on responsible military AI.

Relevance 85 · Audience 95

FraudBench: Stress-Testing Policy-Grounded Banking Agents Against Adaptive Fraud

06:00 · August 20, 2026

FraudBench: Stress-Testing Policy-Grounded Banking Agents Against Adaptive Fraud

This research is highly relevant for Dutch AI researchers and the strong local fintech and banking sector exploring customer-facing LLM agents. It provides a rigorous, reproducible framework to test agent compliance and security against fraud, aligning with strict EU financial and AI regulations.

Relevance 85 · Audience 95