ClawAudit verdict

health_report

openclaw-skill-health-report

45
🟠 Risky
Significant concerns — only install if you understand the risks

Explicitly reads personal health records from MEMORY_DIR and automatically sends generated reports to DingTalk/Feishu/Telegram webhooks; the skill itself warns of this privacy concern, warranting RISKY for third-party transmission of personal health data.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

25
security
50
transparency
90
maintenance

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (4)

Pattern match critical

Possible hardcoded credential

README.md · code · TOKEN="YOUR_BOT_TOKEN

Pattern match medium

Python os.environ.get — reads environment variable

SKILL.md · code · os.environ.get(

Pattern match medium

subprocess execution — runs system commands from Python

scripts/health_report_pro.py · prose · downgraded · subprocess.run(

Pattern match low

Python urllib.request — network access

scripts/daily_health_report_pro.sh · prose · downgraded · urllib.request

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

file_readnetwork_incredential_access

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API