SearcharxivSearch

arXiv subjects

Youngduk Kim

Publications and source records attributed to Youngduk Kim.

3 recordsLinked to original sources

SkillMutator: Benchmarking and Defending Language-and-Code Cross-modal Attacks on LLM Agent Skills

Large language model (LLM) agents increasingly extend their capabilities at runtime by loading Agent Skills, which pair natural-language specifications (SKILL.md) with executable scripts and resources. Because a skill's behavior relies on both natural-language instructions and executable code, assessing its safety requires cross-modal reasoning, creating a new language-and-code attack surface. Attackers can present a benign workflow in SKILL.md while embedding implicit directives that steer the agent to exfiltrate sensitive files, even if the scripts appear harmless. This attack surface remains understudied; prior work treats skills merely as prompt-injection vectors or static code artifacts, leaving attacks emerging from cross-modal interactions largely unmeasured. In our evaluation, open-source and commercial skill scanners detect only 2%-8% and 9%-17% of such attacks, respectively. To address this gap, we introduce SkillMutator, the first benchmark for install-time detection of language-and-code cross-modal attacks on Agent Skills. It emulates an adversarial mutation process across 13 attack categories, iteratively refining malicious skills using scanner feedback to make injected behaviors indistinguishable from legitimate workflows. We further propose a four-phase reasoning-trajectory distillation framework to distill frontier-teacher traces into smaller open-weight models. This produces a locally deployable scanner avoiding third-party data exposure and excessive API costs. On the strongest SkillMutator subset (n=76), our distilled model (Qwen2.5-Coder-7B-Instruct) improves detection from 17.1% to 88.2%, surpassing GPT-4o-mini (23.7%) and GPT-5.4-mini (79.0%), and reaching frontier-level GPT-5.4 (86.8%). These results show practical defense against cross-modal attacks is feasible without relying on costly frontier models.

cs.CR

Performance study of 4-MU-loaded water for Cherenkov light detection

We report on R&D study to improve the photon detection efficiency of water Cherenkov detectors by doping ultra-pure water with 4-methylumbelliferone (4-MU), a wavelength shifting additive. Cherenkov light yields from cosmic-ray muons were measured for various 4-MU concentrations and compared with those from pure water. At a concentration of 1 ppm, the detected light yield increased by approximately a factor of three. This enhancement can be attributed to wavelength shifting and improved photon collection efficiency. No noticeable degradation in optical transparency was observed across the tested concentrations of 0.5 and 1 ppm with different concentration of ethanol. These results suggest that 4-MU is a promising additive for improving the performance of water Cherenkov detectors.

physics.ins-det

Fast and Accurate Transaction Level Modeling of an Extended AMBA2.0 Bus Architecture

Transaction Level Modeling (TLM) approach is used to meet the simulation speed as well as cycle accuracy for large scale SoC performance analysis. We implemented a transaction-level model of a proprietary bus called AHB+ which supports an extended AMBA2.0 protocol. The AHB+ transaction-level model shows 353 times faster than pin-accurate RTL model while maintaining 97% of accuracy on average. We also present the development procedure of TLM of a bus architecture.

cs.AR