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.

What this means

The agent may produce a report containing details about your local security posture, open ports, and running services.

Why it was flagged

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.

Skill content
Runs `openclaw security audit --deep` ... Scans your host's firewall status (`ufw`, `firewalld`) and lists open ports.
Recommendation

Run it only on systems you control, and review any command before allowing actions beyond read-only inspection.

What this means

The skill may rely on tools already present on the host, and behavior may vary depending on what commands are available.

Why it was flagged

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.

Skill content
Required binaries (all must exist): none ... Install specifications: No install spec โ€” this is an instruction-only skill.
Recommendation

Confirm which local commands the agent plans to run and whether those tools are installed before starting the audit.