udp
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: udp Version: 1.0.0 The skill bundle provides standard documentation and code snippets for UDP socket programming and network debugging across multiple languages (Python, Node.js, Go, C#). It includes common troubleshooting steps and security best practices, such as avoiding hardcoded credentials and being aware of IP spoofing, with no malicious patterns or suspicious instructions identified in SKILL.md or _meta.json.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may help compose commands that send network packets, so misuse could create unwanted traffic to someone else's system.
The skill provides command examples for sending UDP traffic to a host and port. This is central to UDP debugging, but such commands can affect external systems if used without authorization.
echo "hello" | nc -u -w1 host port
Use the guidance only for systems you own, operate, or have explicit permission to test, and confirm the target host and port before running commands.
