skills/mukul975/anthropic-cybersecurity-skills/building-c2-infrastructure-with-sliver-framework/Gen Agent Trust Hub
building-c2-infrastructure-with-sliver-framework
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to download and execute an installation script from
https://sliver.sh/installinSKILL.md. This is the official installation source for the Sliver C2 framework provided by BishopFox. - [REMOTE_CODE_EXECUTION]: The deployment workflow includes a command that pipes a remote script into a shell with elevated privileges (
curl https://sliver.sh/install | sudo bash). While this is a common installation pattern for this framework, it involves executing remote code with root access. - [COMMAND_EXECUTION]: Several scripts included in the skill perform command execution:
scripts/agent.pyusessubprocess.runto interact with thesliver-clientbinary to automate implant generation and session management.scripts/process.pyusessubprocess.runto execute thenslookuputility for DNS health checks.- These implementations use argument lists (not shell strings) and do not use
shell=True, which is consistent with secure coding practices for subprocess management.
Audit Metadata