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.cobaltstrike and pyMalleableC2. These are established open-source libraries in the cybersecurity community for analyzing Cobalt Strike artifacts.
  • [COMMAND_EXECUTION]: The agent.py script is a standard Python CLI tool that reads profile data and outputs analysis results. It does not use any dangerous functions like eval(), exec(), or os.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
Risk Level
SAFE
Analyzed
Jul 16, 2026, 08:09 AM
Security Audit — agent-trust-hub — analyzing-cobaltstrike-malleable-c2-profiles