paper-with-me

Papers

Autonomous Intelligent Agents for Natural-Language-Driven Web Execution with Integrated Security Assurance

2026-05-14 · Vinil Pasupuleti, Siva Rama Krishna Varma Bayyavarapu, Shrey Tyagi arxiv

Modern web test suites rot. A UI refactor breaks locators, a timing change causes race conditions, and within weeks developers abandon the suite entirely. This paper presents an AI-driven autonomous testing framework that addresses these failure modes through five integrated strategies - navigation reliability, context-aware selector generation, post-generation validation, smart wait injection, and failure learning - implemented over a containerised worker architecture that decouples orchestration from long-running browser execution. Evaluated across four production applications and 176 scenarios, the framework improves script generation success from 55% to 93%, achieves an 8x reduction in navigation failures, eliminates 80% of timing-related race conditions, and reduces test creation time by 75% compared to manual Selenium authoring. The framework extends naturally to security validation: testers describe attack scenarios in plain English - "try accessing another user's invoice" - which the agent converts to OWASP Top 10-aligned browser probes, detecting 85% of authentication bypass vulnerabilities and 95% of input validation flaws with false positive rates below 12%. Natural-language-driven security testing of this kind represents, to our knowledge, a novel contribution to the field.

📄 PDF Abstract BibTeX arXiv:2605.15281

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AgentOS: From Application Silos to a Natural Language-Driven Data Ecosystem

2026-03-09 · Rui Liu, Tao Zhe, Dongjie Wang, Zijun Yao 외 arxiv

The rapid emergence of open-source, locally hosted intelligent agents marks a critical inflection point in human-computer interaction. Systems such as OpenClaw demonstrate that Large Language Model (LLM)-based agents can…

Sequential Pattern MiningKnowledge Graphs

Exploring Large Language Model based Intelligent Agents: Definitions, Methods, and Prospects

2024-01-07 · Yuheng Cheng, Ceyao Zhang, Zhengwen Zhang, Xiangrui Meng 외

Intelligent agents stand out as a potential path toward artificial general intelligence (AGI). Thus, researchers have dedicated significant effort to diverse implementations for them. Benefiting from recent progress in l…

Language ModelingLanguage ModellingLarge Language Model

Multi-Agent Systems Powered by Large Language Models: Applications in Swarm Intelligence

2025-03-05 · Cristian Jimenez-Romero, Alper Yegenoglu, Christian Blum

This work examines the integration of large language models (LLMs) into multi-agent simulations by replacing the hard-coded programs of agents with LLM-driven prompts. The proposed approach is showcased in the context of…

Toward Training Superintelligent Software Agents through Self-Play SWE-RL

2025-12-21 · Yuxiang Wei, Zhiqing Sun, Emily McMilin, Jonas Gehring 외 arxiv

While current software agents powered by large language models (LLMs) and agentic reinforcement learning (RL) can boost programmer productivity, their training data (e.g., GitHub issues and pull requests) and environment…

Reinforcement Learning

Multi-Agent Chance-Constrained Stochastic Shortest Path with Application to Risk-Aware Intelligent Intersection

2022-10-03 · Majid Khonji, Rashid Alyassi, Wolfgang Merkt, Areg Karapetyan 외

In transportation networks, where traffic lights have traditionally been used for vehicle coordination, intersections act as natural bottlenecks. A formidable challenge for existing automated intersections lies in detect…

Autonomous Vehicles