Attackers can inject indirect prompts in normal-looking repositories to trick Claude Code into spawning a reverse shell.
An agentic coding tool tasked with cloning and setting up a seemingly benign GitHub repository could execute a malicious ...
# 基本的更新和安装 apt update && apt upgrade -y apt install build-essential cmake # 配置编译环境 export CC=/usr/bin/gcc export CXX=/usr/bin/g++ 然后呢,你需要去 Release 里下载全部的模型文件,然后覆盖掉 models ...