Infra Diagnostics Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Infra Diagnostics Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP server exposing infrastructure diagnostic tools (port checks, DNS lookups, log parsing, system health, SSL cert inspection) over stdio.
cd /Users/kuuashwa/Desktop/Workspace/MyProjects/infra-diagnostics-mcp
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtpython server.pyThe server reads JSON-RPC from stdin and writes to stdout. Not useful to run manually — it's meant to be launched by an MCP client.
Edit ~/.config/opencode/config.json:
{
"mcpServers": {
"infra-diagnostics": {
"type": "stdio",
"command": "/Users/kuuashwa/Desktop/Workspace/MyProjects/infra-diagnostics-mcp/.venv/bin/python",
"args": ["server.py"],
"cwd": "/Users/kuuashwa/Desktop/Workspace/MyProjects/infra-diagnostics-mcp"
}
}
}| Tool | Description |
|---|---|
check_port | TCP connectivity test with latency measurement |
dns_lookup | DNS record resolution (A, AAAA, MX, CNAME, TXT, NS) |
parse_logs | Extract errors/warnings from log text |
system_health | CPU, memory, disk, load average, open FDs |
ssl_cert_check | SSL certificate expiry and details |
Once connected via opencode, you can ask:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.