udp

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only UDP networking helper whose guidance is consistent with its stated purpose.

This skill appears safe to install as an instruction-only UDP reference. Before using generated commands, verify that the host and port are authorized testing targets, because UDP tools send real network traffic.

Findings (1)

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.