collaborators

6 papers

cs.SE2026

Does Programming Language Matter? An Empirical Study of Fuzzing Bug Detection

Tatsuya Shirai, Olivier Nourry, Yutaro Kashiwa +2

Fuzzing has become a popular technique for automatically detecting vulnerabilities and bugs by generating unexpected inputs. In recent years, the fuzzing process has been integrate…

cs.SE2025

Agentic Refactoring: An Empirical Study of AI Coding Agents

Kosei Horikawa, Hao Li, Yutaro Kashiwa +3

Agentic coding tools, such as OpenAI Codex, Claude Code, and Cursor, are transforming the software engineering landscape. These AI-powered systems function as autonomous teammates…

cs.SE2025

Large-Scale Empirical Analysis of Continuous Fuzzing: Insights from 1 Million Fuzzing Sessions

Tatsuya Shirai, Olivier Nourry, Yutaro Kashiwa +3

Software vulnerabilities are constantly being reported and exploited in software products, causing significant impacts on society. In recent years, the main approach to vulnerabili…

cs.SE2025

An Empirical Study of Security-Policy Related Issues in Open Source Projects

Rintaro Kanaji, Brittany Reid, Yutaro Kashiwa +2

GitHub recommends that projects adopt a security file that outlines vulnerability reporting procedures. However, the effectiveness and operational challenges of such files are not…

cs.SE2025

Detecting and Characterizing Low and No Functionality Packages in the NPM Ecosystem

Napasorn Tevarut, Brittany Reid, Yutaro Kashiwa +4

Trivial packages, small modules with low functionality, are common in the npm ecosystem and can pose security risks despite their simplicity. This paper refines existing definition…

cs.SE2025

On the Use of Agentic Coding Manifests: An Empirical Study of Claude Code

Worawalan Chatlatanagulchai, Kundjanasith Thonglek, Brittany Reid +5

Agentic coding tools receive goals written in natural language as input, break them down into specific tasks, and write/execute the actual code with minimal human intervention. Key…