Eternal Network Diag

v1.0.0

Perform network diagnostics including ping, DNS resolution, TCP port checks, and traceroute for specified hosts.

0· 77·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description say network diagnostics and the included script implements ping-style checks, DNS lookups, TCP port checks, and traceroute. There are no unrelated environment variables, binaries, or config paths required.
Instruction Scope
SKILL.md instructs running the local script with host arguments. The script only performs network operations against the user-specified target(s) and does not read files, access environment secrets, or transmit data to third-party endpoints.
Install Mechanism
No install spec is present (instruction-only with a bundled script). The skill does not download remote artifacts or run an installer; it relies on the local Python script and system utilities for ping/traceroute as fallbacks.
Credentials
The skill does not request any environment variables, credentials, or config paths. All network activity is limited to hosts supplied by the user at runtime.
Persistence & Privilege
always is false and the skill does not modify agent configuration or request permanent presence. Autonomous invocation is permitted by platform default but the skill does not claim elevated privileges.
Assessment
This skill is internally consistent for doing network diagnostics. Before installing: be aware it will run ping/traceroute/subprocesses and open TCP connections to whatever host you pass it (don’t point it at hosts you are not permitted to test). The source and homepage are unknown, but the full script is included for review — if you need stricter assurance, inspect the script locally or run it in an isolated environment (or container). Note: ping/traceroute behavior and flags may vary by OS; the script falls back to socket checks when those utilities are absent.

Like a lobster shell, security has layers — review code before you run it.

latestvk976hxkyeq8bedfs5hefk1pg3d83yvzs

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments