shine-network-check
Network diagnostics using Globalping MCP — ping, traceroute, DNS lookup from global probes. Also checks SSL certs via sslmon MCP.
<objective>
Run network diagnostics on the given target:
- Ping: latency from 5+ geographic locations via
globalpingMCP.- Fallback: local
ping -c 5via Bash.
- Fallback: local
- DNS resolution: verify A, AAAA, CNAME, MX records from multiple probes.
- Fallback:
dig/nslookupvia Bash.
- Fallback:
- Traceroute: network path analysis.
- Fallback:
traceroute/mtrvia Bash.
- Fallback:
- SSL check (if HTTPS URL):
sslmonMCP → cert expiry, chain validity, protocol versions.- Fallback:
openssl s_client -connect <host>:443via Bash.
- Fallback:
- Security headers (if URL): check HSTS, CSP, X-Frame-Options, X-Content-Type-Options.
- Via
curl -I <url>via Bash.
- Via
Output: latency table (by region), DNS records, SSL status, header audit, recommendations. </objective>
<guardrails> - Never run intrusive scans (port scans, vulnerability probing) without explicit approval. - Use read-only diagnostic tools only. - If `globalping` MCP unavailable → fall back to local tools, note the reduced coverage. - For SSL issues: recommend fix, never auto-modify server config. </guardrails>