sliver-c2
Fail
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCREDENTIALS_UNSAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: The installation instructions in
SKILL.mduse the high-risk patterncurl https://sliver.sh/install | sudo bash. This executes a remote shell script directly with root privileges without verifying its contents. - [EXTERNAL_DOWNLOADS]: The skill makes extensive use of the
armorycommand (e.g.,sliver > armory install all), which downloads and installs third-party extensions and Beacon Object Files (BOFs) from remote repositories at runtime. - [COMMAND_EXECUTION]: The skill facilitates arbitrary command execution on remote targets via
shellandexecutecommands. It also includestmuxautomation scripts that execute shell commands and capture their output, which can lead to command injection if session variables are manipulated. - [DATA_EXFILTRATION]: Explicit commands for data exfiltration are documented, including
download /remote/file /localand memory dumping tools likeprocdump,nanodump, andmimikatzfor harvesting credentials and sensitive system information. - [DYNAMIC_EXECUTION]: The skill documents advanced techniques for memory-only code execution, such as
execute-assembly(.NET assembly loading),execute-shellcode(process injection), andcoff-loaderfor running BOFs. These methods bypass traditional disk-based security monitoring. - [PRIVILEGE_ESCALATION]: Several mechanisms for acquiring elevated permissions are provided, including the
getsystemcommand andimpersonate USERNAMEfor token manipulation. - [INDIRECT_PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection in the
Phase 1: 环境准备section. The agent usestmux capture-pane -t sliver -pto read output from the C2 console. If the C2 server or a compromised implant returns malicious instructions, they would be ingested directly into the agent's context.
Recommendations
- AI detected serious security threats
Audit Metadata