Doctorbot Healthcheck Free
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only health-check skill appears benign, but it will inspect local system security details such as firewall status, open ports, and services.
This looks like a coherent read-only health-check skill. Expect it to inspect local security configuration and produce potentially sensitive system details. Do not approve any fix, hardening, firewall change, or scheduled task unless you intentionally install and review a separate skill that provides those capabilities.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may produce a report containing details about your local security posture, open ports, and running services.
The skill asks the agent to run local audit/status commands and inspect host network state. This is purpose-aligned and described as read-only, but users should notice the system-level command use.
Runs `openclaw security audit --deep` ... Scans your host's firewall status (`ufw`, `firewalld`) and lists open ports.
Run it only on systems you control, and review any command before allowing actions beyond read-only inspection.
The skill may rely on tools already present on the host, and behavior may vary depending on what commands are available.
The registry metadata does not declare the local tools named by the skill text, such as `openclaw`, `ufw`, or `firewalld`. No code is installed, but dependency expectations are under-specified.
Required binaries (all must exist): none ... Install specifications: No install spec โ this is an instruction-only skill.
Confirm which local commands the agent plans to run and whether those tools are installed before starting the audit.
