skills/mukul975/anthropic-cybersecurity-skills/analyzing-network-packets-with-scapy/Gen Agent Trust Hub
analyzing-network-packets-with-scapy
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation instructs users to install the
scapylibrary via pip. Scapy is a standard, reputable, and well-known Python library used for packet manipulation and network analysis in the cybersecurity community. - [SAFE]: The core functionality is implemented in
scripts/agent.py, which performs analytical processing on local network capture files. The script uses safe parsing methods, such asrdpcapfor file reading and structured JSON for output generation. It includes data sanitization for untrusted inputs (e.g., DNS query strings) using UTF-8 decoding with error ignoring. No evidence of remote code execution, command injection, or persistence mechanisms was detected.
Audit Metadata