Back to Ruflo

OWASP Top 10 for Agentic Applications 2026 — Ruflo control mapping

v3/docs/security/owasp-agents-2026-mapping.md

3.10.133.9 KB
Original Source

OWASP Top 10 for Agentic Applications 2026 — Ruflo control mapping

Reference: OWASP Gen AI Security Project, "OWASP Top 10 for Agentic Applications" (Dec 2025, 100+ contributors). Issue: ruvnet/ruflo#2149 Last updated: 2026-05-26

Legend

SymbolMeaning
Covered — controls present and validated
Partial — some surfaces covered, gaps documented
Open — no Ruflo control yet, tracked for future work

Matrix

IDRiskCoverageRuflo controlsGaps / follow-ups
ASI01Agent Goal Hijacking (indirect prompt injection via retrieved content)ToolOutputGuardrail (ADR-131) — class shipped, integration phased: P2 MCP tool dispatch, P3 memory read, P4 swarm payloadPhase 2–4 wiring tracked under ADR-131
ASI02Excessive Tool Permissions (over-broad tool access)SafeExecutor allowed-commands list; claims-based authorization (ADR-101); init-time tool permissions in settings.jsonNo per-tool runtime-scoping inside agent reasoning; no tool-use telemetry
ASI03Insecure Tool Invocation (unsafe arg construction, shell injection)SafeExecutor (HIGH-1 CVE fix), InputValidator Zod schemas at boundary, PathValidator for FS args
ASI04Insecure Output Handling (untrusted agent output flows downstream)AIDefence threat detection (ADR-118), sanitizeHtml / sanitizePath helpersNo structured taint propagation between tool calls
ASI05Compromised Memory (poisoned long-term memory)AgentDB witness manifest (ADR-103); ToolOutputGuardrail planned for memory read path (ADR-131 P3)Memory write screening is open
ASI06Excessive Agency (agent acts beyond intended scope)Claims (ADR-101), hierarchical swarm topology w/ Raft consensus, witness verifyNo quorum gate on irreversible actions (delete, transfer, deploy)
ASI07Insecure Inter-Agent Communication (message tampering)Federation TLS (ADR-107), Ed25519 witness signing, claims-based handoff
ASI08Sensitive Data Leakage (secrets in prompts / logs / outputs)PII_PATTERNS in AIDefence, TokenGenerator rotation, env-var-precedence guard (#2144)No deterministic egress filter on tool output before model context
ASI09Insecure Plugin / Extension (untrusted plugin code execution)Plugin signature + supply-chain audit (#2046); allowlist; CVE scan in audit-plugin-packages.mjsPlugin hooks run unsandboxed; no per-plugin capability boundary
ASI10Insufficient Logging & Monitoring (no audit trail for agent decisions)Witness manifest (ADR-103), trajectory logs in SONA, cost-trackerNo structured security-event channel; no signed audit log

Highest-priority gaps (by exploitability × impact)

  1. ASI01 indirect prompt injectionbeing addressed. ToolOutputGuardrail class shipped in ADR-131 P1. Integration into MCP dispatch (P2) and memory read (P3) is the next wave.
  2. ASI06 excessive agency — no quorum gate on destructive operations. A swarm-level "require-N-approvals" check before irreversible tool calls is the natural next ADR.
  3. ASI09 plugin sandboxing — plugins execute hooks with full host capability. Capability tokens or vm isolation are candidates; no ADR yet.
  4. ASI10 audit log — no signed append-only event channel for security decisions. Witness manifest covers releases but not runtime agent events.

How to update this matrix

When a new control ships, update the relevant row's "Coverage" column and add the control reference. When a new gap is identified, add a follow-up bullet linking to the issue/ADR. If you flip ◐ → ✓, link the validating PR + test.

This file is intended to evolve alongside the OWASP 2026 living document; cross-check against the upstream version quarterly.