Some plugin skills reference a shared plugin-level icon asset instead of copying the icon into every skill directory. In the repro this showed up in Twilio Developer Kit skills, and one CodeRabbit skill had the same shape:
interface:
icon_small: "../../assets/logo.svg"
icon_large: "../../assets/logo.svg"