analyzing-cobaltstrike-malleable-c2-profiles
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a defensive security tool for malware analysis and threat hunting. It parses configuration files to identify indicators of compromise (IOCs).
- [EXTERNAL_DOWNLOADS]: The documentation mentions installing
dissect.cobaltstrikeandpyMalleableC2. These are established open-source libraries in the cybersecurity community for analyzing Cobalt Strike artifacts. - [COMMAND_EXECUTION]: The
agent.pyscript is a standard Python CLI tool that reads profile data and outputs analysis results. It does not use any dangerous functions likeeval(),exec(), oros.system()to execute arbitrary code. - [DATA_EXFILTRATION]: No network operations or external data transmissions were detected. The script operates entirely on local file inputs provided by the user.
Audit Metadata