Network Config

v1.0.0

A powerful open-source tool for managing networks and troubleshooting network problems! network-config, c#, aws-ssm, dns, dns-lookup, icmp.

0· 91·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 and description match the included runtime script and SKILL.md. The script implements the listed subcommands (scan, monitor, alert, export, search, etc.) and uses only standard Unix utilities. No credentials, external services, or unrelated binaries are requested.
Instruction Scope
SKILL.md instructions correspond to the shipped script and describe local usage. Minor inconsistencies: SKILL.md mentions an override NETWORK_CONFIG_DIR 'not yet wired' while the script currently uses DATA_DIR from HOME (it does not read NETWORK_CONFIG_DIR). The metadata/version strings differ (registry shows 1.0.0; SKILL.md and script advertise v2.0.0). The JSON export implementation uses simple printf/cat and does not escape or sanitize logged values — malformed or multi-line entries could break export or leak structured content; this is a correctness/privacy concern but not evidence of malicious behavior.
Install Mechanism
No install spec (instruction-only skill) and a single Bash script are included. Nothing is downloaded from external URLs and no archive extraction occurs. Risk from install-time network downloads is absent.
Credentials
The skill requires no environment variables, no credentials, and no special config paths. The data directory is per-user (~/.local/share/network-config), which is appropriate for the stated functionality.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It writes user-scoped files in the home directory (data and history logs) which is expected for a logging tool. It does not modify other skills or system-wide agent settings.
Assessment
This tool appears to be a simple, local Bash-based logging/management utility that stores plain-text logs under ~/.local/share/network-config/. It does not request credentials or access the network. Before installing, be aware: (1) log entries are stored as plain text — do not record passwords, API keys, or other secrets with it; (2) the JSON export code does not appear to escape special characters or multi-line values, so exports may be malformed or reveal structured data; (3) SKILL.md mentions an env override (NETWORK_CONFIG_DIR) that the script doesn't read—if you need to relocate data, confirm or patch that; (4) metadata/version strings mismatch between registry and the package (1.0.0 vs v2.0.0), which may indicate stale packaging. If those issues are acceptable, the skill appears coherent and safe to use in a single-user environment.

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

latestvk9715rgnr1cmncwax2myj8m0hh839fff

License

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

Comments