opnsense-diagnostics — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited opnsense-diagnostics (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.
Run a structured diagnostic workflow when the user reports connectivity issues, network problems, or asks to troubleshoot why a host can't be reached.
diagnose, connectivity, network issue, can't reach, troubleshoot, ping, traceroute, unreachable, timeout, blocked
Execute these steps in order. Run independent checks in parallel where possible.
Extract the target hostname or IP from the user's request. If ambiguous, ask for clarification.
opnsense_diag_ping with the target address (count: 3)opnsense_diag_dns_lookup with the hostname (skip if target is an IP)opnsense_diag_traceroute to the targetopnsense_diag_arp_table — check if target has an ARP entry (local network)opnsense_diag_fw_states — check for active connections to/from the targetopnsense_diag_routes — verify a route exists for the targetopnsense_diag_fw_logs with limit 100 — filter for entries matching the target IPPresent findings in this format:
## Diagnostic Report: {target}
### Connectivity
- Ping: {PASS/FAIL} — {latency or error}
- DNS: {PASS/FAIL/SKIP} — {resolved IP or error}
- Traceroute: {hops summary}
### Network State
- ARP Entry: {found/not found}
- Active FW States: {count matching target}
- Route: {matching route or "no route"}
### Firewall Logs
- Recent blocks matching target: {count}
- {details if blocks found}
### Assessment
{One paragraph summary: what's working, what's failing, likely root cause}
### Recommended Actions
- {Actionable next steps}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.