tcp

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

Network probes or TCP connections could contact external systems, so using them on unauthorized targets may be inappropriate.

Why it was flagged

These examples show the skill may guide the agent or user to run TCP port tests and open TCP connections, which is directly aligned with the skill's network-debugging purpose.

Skill content
Test-NetConnection -ComputerName host -Port port ... nc -zv host port ... telnet host port
Recommendation

Only run suggested connection tests against systems you own, administer, or have permission to test, and review the host and port before executing commands.