REVIEW 4 major objections 6 minor 15 references
LLM-centric agentic AI can close the loop for UAV swarm missions, but corrupting only the structured observations fed to the agent is enough to steer its decisions and multiply packet-loss cost by fourteen times.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-14 16:22 UTC pith:L3JLB3IA
load-bearing objection Useful architecture-plus-threat synthesis with one clean, statistically reported sim result (PMA) that actually shows observation-only steering of an LLM UAV scheduler; the 14.2× figure is real under their setup but untested against their own integrity gates. the 4 major comments →
LLM-Centric Agentic AI for UAV Swarms: Architecture, Enabling Technologies, and Open Problems
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper establishes that an LLM-centric closed-loop agent (LAUS) can translate high-level mission goals into coordinated UAV swarm actions by assembling perception, agentic memory, knowledge bases and tool calls, yet the same loop is vulnerable at the perception-reasoning boundary. Specifically, a gray-box Priority Manipulation Attack that multiplies three observation features (queue length, residual energy, channel quality) after sensing but before the prompt is sufficient to make the LLM scheduling agent deterministically serve only the attacker-chosen sensors and degrade cumulative packet-loss cost by a factor of 14.2 relative to clean runs.
What carries the argument
LAUS closed-loop architecture together with the Priority Manipulation Attack (PMA): a post-perception, pre-prompt rewrite of structured observation features that steers the LLM's planning without model or environment access.
Load-bearing premise
That an attacker who can freely rewrite the structured observation JSON after the perception module but before the LLM prompt, at a fixed threefold intensity on three sensors, is a realistic model of edge-node compromise, and that results from a GPT-4o-mini discrete-time simulator transfer to real agentic UAV controllers.
What would settle it
Replicate the thirty-run PMA experiment on a different LLM or on physical UAVs with an integrity gate that sanitizes or cryptographically signs the structured observation; if the 14.2-fold degradation disappears or the UAVs are no longer deterministically redirected, the claimed high-leverage attack surface is refuted.
If this is right
- Agentic UAV controllers must treat the perception-reasoning interface as a first-class security boundary, not merely a data-formatting step.
- Defense-in-depth for swarms must include observation integrity checks, provenance tracking and independent safety validators before any LLM command reaches the flight controller.
- Standardized benchmarks for perception-reasoning attacks become necessary before large-scale agentic swarm deployment.
- Onboard or edge LLM deployment under size-weight-and-power limits must preserve enough reasoning depth to support the closed loop without collapsing under compression.
- Human-in-the-loop governance and kill switches remain mandatory because observation-level attacks can silently redirect swarm behavior without model compromise.
Where Pith is reading between the lines
- If observation-level attacks prove as cheap in the field as in the simulator, certification regimes for agentic UAVs will have to require cryptographically signed or multi-source verified telemetry before any LLM planning step.
- The same PMA pattern could transfer to other tool-using agents (ground robots, satellite tasking) that ingest structured sensor JSON, suggesting a broader class of 'feature-priority' attacks beyond aerial swarms.
- Lightweight small language models tailored for UAV SWaP constraints may trade away the very contextual robustness that currently makes the 14.2-fold attack possible, creating a new accuracy-security trade-off that the paper leaves open.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes LAUS, an LLM-centric closed-loop agentic architecture for UAV swarms that couples context engineering, tool calling, agentic memory, governance/HITL, and a safety validator to translate mission goals into swarm actions (task allocation, path planning, formation, energy management, etc.). It surveys enabling technologies (onboard/edge compute, 5G/6G, MLLMs, cybersecurity), taxonomizes agent-level and cyber-physical threats with a defense-in-depth stack (Fig. 2), and presents a case study of Priority Manipulation Attacks (PMA) on an LLM-assisted data-collection scheduler: gray-box rewriting of structured post-perception features (queue, energy, path loss) before the prompt, without touching model weights or the physical environment. Over N=30 seeds with GPT-4o-mini, cumulative packet-loss cost rises from mean 121.2 to 1720.3 (14.2×; Wilcoxon p<0.001), with all UAVs redirected to sensors {2,7,15}; an ICLDC baseline is reported as a single-run reference (6.1× degradation). Open problems include hallucination-resistant reasoning, SWaP-constrained onboard LLMs, and security benchmarks for perception–reasoning attacks.
Significance. If the architecture and threat framing hold, the paper usefully unifies agentic LLM control for UAV swarms and elevates the perception–reasoning interface as a first-class security surface—an angle that is timely for safety-critical multi-UAV systems. Credit is due for the PMA evaluation design: N=30 independent seeds, means/σ/95% CIs, Wilcoxon and Friedman tests, and a crisp success criterion (deterministic redirection of all three UAVs). That package makes the narrow empirical claim—that unauthenticated structured observations can steer this particular LLM scheduler in simulation—falsifiable and reproducible in principle. The work is less a new control algorithm than a systems/security position paper with one quantitative attack study; its lasting value depends on whether the PMA result survives integrity checks, model variation, and clearer differentiation from prior agentic-UAV frameworks (Sapkota et al.; Koubaa et al.).
major comments (4)
- [Section V, Tables I–II, Fig. 4; cf. Fig. 2] Section V / Tables I–II / Fig. 4: The load-bearing claim that PMA shows the perception–reasoning interface is a high-leverage surface that “bypasses conventional model-centric defenses entirely” is not supported by the experiment as run. Fig. 2 and §IV explicitly list integrity gates, provenance, sanitization, and anomaly detection at that interface, yet the case study feeds attacker-rewritten JSON to GPT-4o-mini with no integrity gate, range check, or consistency filter. With trusted post-perception features and fixed 3× intensity on pre-chosen sensors {2,7,15}, large degradation is nearly guaranteed. An ablation with even a lightweight integrity/consistency gate (and/or attack-intensity sweep) is needed before the “bypasses defenses” and “high-leverage, low-barrier” conclusions can stand.
- [Section V, Table II, Fig. 4c] Section V, Table II: The ICLDC baseline is a single-run reference (clean 80, attacked 488) while the LLM agent is evaluated over N=30 with full distributional statistics. The paper then states the LLM is “2.3× more vulnerable” (14.2× vs 6.1×). That cross-method vulnerability comparison is not statistically on equal footing. Either run ICLDC over the same 30 seeds with the same attack injection pipeline, or restrict claims to the LLM-only clean-vs-attacked contrast and treat ICLDC as qualitative context only.
- [Section V, Table I] Section V and Table I: Generalization of the PMA result is under-supported. Only GPT-4o-mini at temperature 0.2 is tested; attack intensity is fixed at 3×; the environment is a discrete-time kinematic simulator with probabilistic LoS. The weakest assumption—that this gray-box JSON rewrite models realistic edge/pipeline compromise and that the magnitude transfers to deployed agentic controllers—is not stress-tested. At minimum, report one additional model (or a small open SLM) and a sensitivity plot over attack intensity / number of tampered sensors, and state clearly that results are simulation-only for this scheduler class.
- [Sections I–II, Fig. 1] Sections I–II: LAUS is positioned as a novel closed-loop framework, yet Sapkota et al. and Koubaa et al.’s five-layer agentic UAV stack (perception, reasoning, action, integration, learning) are cited as closely related. The manuscript needs a sharper, itemized differentiation: which modules (context engineering layer, agentic memory as atomic notes, governance/kill-switch, tool-calling regime) are new versus re-packaging, and what interfaces or invariants LAUS adds that those frameworks lack. Without that, the architectural contribution risks reading as a survey synthesis rather than a distinct system proposal.
minor comments (6)
- [Title, Abstract, passim] Inconsistent spacing in “UA V” / “UAV” appears throughout the title, abstract, and body; standardize to “UAV”.
- [Fig. 4] Fig. 4 caption is extremely dense (panel descriptions, stats, and interpretation crammed together); split into a shorter caption plus a brief results paragraph for readability.
- [Fig. 3, Section IV] Fig. 3 risk matrix is qualitative with no stated scoring rubric for “likelihood” vs “impact”; a short note on how ratings were assigned (expert judgment vs literature frequency) would help.
- [Section III.A] Section III.A asserts onboard full LLMs are “impractical” without citing concrete SWaP numbers or recent UAV-edge LLM deployments; a table of model size vs typical UAV compute/energy budgets would ground the claim.
- [References] Several references are arXiv preprints dated 2025–2026; where peer-reviewed versions exist, prefer them; otherwise mark as preprint consistently.
- [Abstract; Section VI] Abstract and conclusion promise “standardized security benchmarks” as an open problem but do not sketch even a minimal benchmark task suite (threat model, metrics, datasets); one short paragraph in §VI would make the open-problem claim actionable.
Circularity Check
No load-bearing circularity; PMA degradation is an empirical simulator outcome, not forced by definition or fit, with only minor non-load-bearing self-citation of the ICLDC baseline.
specific steps
-
self citation load bearing
[Section V, Tables I–II, Fig. 4 and reference [15]]
"The ICLDC scheduling scheme [15] serves as a baseline for comparison under the same environmental configuration. ... ICLDC degradation (ref.): 6.1× LLM 2.3× more vulnerable"
ICLDC is the authors’ own prior LLM-in-context scheduling method, re-used here solely as a comparative baseline. The citation is not load-bearing for the PMA claim itself (the 14.2× figure is generated independently by the new attack experiment); it merely supplies a reference number. Minor and non-circular under the stated criteria.
full rationale
The paper is primarily an architectural proposal (LAUS closed-loop agentic framework), technology survey, and threat analysis, culminating in an empirical case study rather than a first-principles derivation. The central quantitative claim (Section V, Tables I–II, Fig. 4) reports a measured 14.2× rise in cumulative packet-loss cost (LLM clean mean 121.2 vs. attacked 1720.3, N=30, Wilcoxon p<0.001) under gray-box PMA that multiplies three observation features by a fixed intensity of 3×. That ratio is an observed outcome of GPT-4o-mini ICL scheduling inside a discrete-time kinematic simulator; it is not obtained by fitting a free parameter to the same quantity later labeled a prediction, nor is it definitionally identical to any input equation. The sole self-citation of note is the ICLDC baseline [15] (same first author), used only for comparative degradation (6.1×) under identical attack conditions; the attack effectiveness result itself does not rest on or reduce to that prior method. No uniqueness theorem, ansatz smuggled via self-citation, or self-definitional loop appears. Standard self-citations of enabling-technology papers do not close any derivation. Hence circularity is negligible (score 1).
Axiom & Free-Parameter Ledger
free parameters (4)
- PMA attack intensity =
3×
- LLM temperature =
0.2
- Attack target sensor set =
{2, 7, 15}
- Simulation horizon and energy init =
30 steps / 50 J / 20 sensors
axioms (4)
- domain assumption A closed-loop agent with perception, memory, reasoning/planning, tool use, and action is the right cognitive architecture for adaptive UAV swarm control.
- ad hoc to paper Structured post-perception observations (queue, energy, channel) can be intercepted and rewritten without altering the physical environment or model weights (gray-box PMA model).
- domain assumption Discrete-time kinematic UAV motion plus probabilistic LoS channel model adequately represents the scheduling environment for packet-loss cost.
- ad hoc to paper GPT-4o-mini with in-context structured JSON prompts is a representative LLM agent for UAV data-collection scheduling.
invented entities (2)
-
LAUS (LLM-Centric Agentic AI for UAV Swarms)
no independent evidence
-
Priority Manipulation Attack (PMA)
no independent evidence
read the original abstract
Uncrewed Aerial Vehicle (UAV) swarms have significant potential for applications such as Search and Rescue (SAR) and environmental monitoring, but their real-world deployment is limited by a lack of situational awareness, intermittent connectivity, and significant cybersecurity risks. Agentic Artificial Intelligence (AI) represents a shift from standalone Large Language Model (LLM) toward closed-loop cognitive architectures that integrate perception, memory, reasoning/planning, and action to enable adaptive, goal-directed swarm behavior. Within this framework, Agentic AI provides a unifying structure for autonomous and adaptive swarm operations while expanding the system attack surface compared to conventional AI systems. This paper proposes LLM-Centric Agentic AI for UAV Swarms (LAUS) and reviews key enabling technologies such as onboard and edge computing, 5G/6G connectivity, multimodal intelligence, and cybersecurity mechanisms, and analyzes threats such as Priority Manipulation Attacks (PMA) that can distort decision-making and degrade network performance. Finally, it identifies open research challenges, including hallucination-resistant reasoning, onboard LLM deployment under SWaP constraints, and standardized security benchmarks for perception-reasoning attacks in agentic UAV systems.
Figures
Reference graph
Works this paper leans on
-
[1]
Machine learning-aided operations and communications of unmanned aerial ve- hicles: A contemporary survey,
H. Kurunathan, H. Huang, K. Li, W. Ni, and E. Hossain, “Machine learning-aided operations and communications of unmanned aerial ve- hicles: A contemporary survey,”IEEE Communications Surveys & Tuto- rials, vol. 26, no. 1, pp. 496–533, Sep. 2023
2023
-
[2]
State-of-the-art and future research challenges in uav swarms,
S. Javed, A. Hassan, R. Ahmad, W. Ahmed, R. Ahmed, A. Saadat, and M. Guizani, “State-of-the-art and future research challenges in uav swarms,”IEEE Internet of Things Journal, vol. 11, no. 11, pp. 19 023– 19 045, Feb. 2024
2024
-
[3]
Computational intelligence algorithms for uav swarm networking and collaboration: A comprehensive survey and future direc- tions,
P. Cao, L. Lei, S. Cai, G. Shen, X. Liu, X. Wang, L. Zhang, L. Zhou, and M. Guizani, “Computational intelligence algorithms for uav swarm networking and collaboration: A comprehensive survey and future direc- tions,”IEEE Communications Surveys & Tutorials, vol. 26, no. 4, pp. 2684–2728, May 2024
2024
-
[4]
From large ai models to agentic ai: A tutorial on future intelligent communications,
F. Jiang, C. Pan, K. Wang, P. Michiardi, O. A. Dobre, and M. Debbah, “From large ai models to agentic ai: A tutorial on future intelligent communications,”IEEE Journal on Selected Areas in Communications, vol. 44, pp. 3507–3540, Feb. 2026
2026
-
[5]
Uavs meet agentic ai: A multidomain survey of autonomous aerial intelligence and agentic uavs,
R. Sapkota, K. I. Roumeliotis, and M. Karkee, “Uavs meet agentic ai: A multidomain survey of autonomous aerial intelligence and agentic uavs,” arXiv preprint arXiv:2506.08045, 2025
Pith/arXiv arXiv 2025
-
[6]
Agentic uavs: Llm-driven autonomy with integrated tool-calling and cognitive reasoning,
A. Koubaa and K. Gabr, “Agentic uavs: Llm-driven autonomy with integrated tool-calling and cognitive reasoning,”arXiv preprint arXiv:2509.13352, 2025
arXiv 2025
-
[7]
A-mem: Agentic memory for llm agents,
W. Xu, Z. Liang, K. Mei, H. Gao, J. Tan, and Y . Zhang, “A-mem: Agentic memory for llm agents,”Advances in Neural Information Processing Systems, vol. 38, pp. 17 577–17 604, Dec. 2025
2025
-
[8]
From prompts to protection: Large language model-assisted in-context learning for smart public safety uav,
Y . Emami, H. Zhou, M. G. Gait ´an, K. Li, L. Almeida, and Z. Han, “From prompts to protection: Large language model-assisted in-context learning for smart public safety uav,”IEEE Wireless Communications, pp. 1–10, Mar. 2026
2026
-
[9]
Agentic ai meets edge com- puting in autonomous uav swarms,
T. M. Nguyen, V . T. Truong, and L. B. Le, “Agentic ai meets edge com- puting in autonomous uav swarms,”IEEE Internet of Things Magazine, vol. 9, no. 3, pp. 87–95, Feb. 2026
2026
-
[10]
Swarmchat: An LLM-based, context-aware multimodal interaction system for robotic swarms,
E. M. Eumi, H. Abbass, and N. Marcus, “Swarmchat: An LLM-based, context-aware multimodal interaction system for robotic swarms,” in International Conference on Swarm Intelligence. Springer, 2025, pp. 181–192
2025
-
[11]
Agentic ai security: Threats, defenses, evaluation, and open challenges,
A. Chhabra, S. Datta, S. K. Nahin, and P. Mohapatra, “Agentic ai security: Threats, defenses, evaluation, and open challenges,”IEEE Access, vol. 14, pp. 49 455–49 482, Mar. 2026
2026
-
[12]
Agent security bench (asb): Formalizing and benchmarking attacks and defenses in llm-based agents,
H. Zhang, J. Huang, K. Mei, Y . Yao, Z. Wang, C. Zhan, H. Wang, and Y . Zhang, “Agent security bench (asb): Formalizing and benchmarking attacks and defenses in llm-based agents,” inInternational Conference on Learning Representations, vol. 2025, Singapore, Apr. 2025, pp. 35 331– 35 366
2025
-
[13]
The emerged security and privacy of llm agent: A survey with case studies,
F. He, T. Zhu, D. Ye, B. Liu, W. Zhou, and P. S. Yu, “The emerged security and privacy of llm agent: A survey with case studies,”ACM Computing Surveys, vol. 58, no. 6, pp. 1–36, Dec. 2025
2025
-
[14]
Sok: The attack surface of agentic ai–tools, and autonomy,
A. Dehghantanha and S. Homayoun, “Sok: The attack surface of agentic ai–tools, and autonomy,”arXiv preprint arXiv:2603.22928, 2026
arXiv 2026
-
[15]
Llm-enabled in-context learning for data collection scheduling in uav-assisted sensor networks,
Y . Emami, H. Zhou, S. Nabavirazavi, and L. Almeida, “Llm-enabled in-context learning for data collection scheduling in uav-assisted sensor networks,”IEEE Internet of Things Journal, vol. 12, no. 23, pp. 51 664– 51 676, Sep. 2025
2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.