Back to skill

Security audit

pcap-analysis

Security checks for vulnerabilities and agentic risk

Overview

This skill is a local packet-capture analysis guide with a Python helper and no evidence of hidden network access, credential use, persistence, or destructive behavior.

Install this only if you intend to analyze packet captures locally. Packet captures can contain private traffic, credentials, or payload data, so keep inputs and generated CSV outputs in trusted locations, adjust the example /root paths for your environment, and ensure Scapy is installed before using the helper module.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.