udp

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.

What this means

The agent may help compose commands that send network packets, so misuse could create unwanted traffic to someone else's system.

Why it was flagged

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.

Skill content
echo "hello" | nc -u -w1 host port
Recommendation

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.