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 Mar 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the Sliver C2 framework installation script from sliver.sh, which is the official domain for this well-known security tool.
- [REMOTE_CODE_EXECUTION]: A setup procedure involves the execution of a remote script using the
curl | bashpattern to install the Sliver framework on the host system. - [COMMAND_EXECUTION]: Python scripts (
agent.py,process.py) use thesubprocessmodule to interact with thesliver-clientandnslookupcommand-line utilities for managing and monitoring the infrastructure. - [DATA_EXFILTRATION]: No patterns for unauthorized data access or external exfiltration were detected; network operations are limited to health checks and C2 management.
- [CREDENTIALS_UNSAFE]: Sensitive information such as IP addresses and domain names are handled via placeholders or configuration files, with no hardcoded secrets found in the code or documentation.
Audit Metadata