skills/mukul975/anthropic-cybersecurity-skills/analyzing-ransomware-network-indicators/Gen Agent Trust Hub
analyzing-ransomware-network-indicators
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected. The skill performs its stated purpose of network forensic analysis using standard Python libraries.
- [EXTERNAL_DOWNLOADS]: The script fetches a list of TOR exit nodes from the official Tor Project domain (
check.torproject.org). This is a well-known and trusted service, and the download is used for legitimate cross-referencing of network indicators. - [COMMAND_EXECUTION]: The skill processes user-provided Zeek or NetFlow log files. Analysis is performed through statistical calculations (mean, standard deviation) and set comparisons, without the use of dangerous functions like
eval()orexec().
Audit Metadata