Health Proactive

PendingAudited by VirusTotal on May 11, 2026.

Overview

No VirusTotal analysis has been recorded yet. File reputation checks will appear here once the artifact hash has been scanned.

Findings (0)

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 skill may not work as packaged, or a user/agent may end up running unreviewed local code to perform the alerts.

Why it was flagged

The skill declares and instructs execution of a helper script, but the supplied manifest contains only SKILL.md and no install spec or code file, so the executable behavior is unavailable for review.

Skill content
"requires": { "scripts": ["scripts/health_proactive.js"] } ... node scripts/health_proactive.js check
Recommendation

Do not run the referenced script unless it is included, reviewed, and matches the package; the skill should declare Node and provide the script with clear provenance.

What this means

Personal meal, hydration, or overdue-task reminders could be posted into a shared channel using whatever account or workspace access is available.

Why it was flagged

The skill plans to post alerts to a specific workspace channel, which requires delegated posting authority, but the metadata declares no credential or configuration boundary for that authority.

Skill content
アラートは `#pj_openclaw` (`C0AHBLQ0P32`) に投稿。
Recommendation

Require an explicit posting credential or tool permission, make the destination configurable, and ask for user confirmation before posting sensitive health or task alerts.

What this means

Past alert state may persist across sessions and could affect future reminders.

Why it was flagged

The skill persists alert state for duplicate prevention, which is purpose-aligned, but retention, clearing behavior, and the cross-sounding state filename are not explained.

Skill content
状態は `state/mention_image_analyzer_state.json` の `proactive` セクションで管理。
Recommendation

Document what is stored, how long it is kept, whether other skills share the file, and how the user can reset or delete the state.