Back to skill

Security audit

Netstat Tool

Security checks for vulnerabilities and agentic risk

Overview

This is a simple local network diagnostic skill that runs netstat and does not show hidden, destructive, or unrelated behavior.

Before installing, understand that the skill lets an agent inspect local listening ports and network socket information. The advertised command options are broader than the current implementation, so users should treat it as a fixed `netstat -tuln` helper unless updated.

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.