OnlyBaby

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: only-baby-skill Version: 1.0.0 The skill is benign. It clearly defines its purpose: analyzing user-provided JSON files (`contractions_*.json`, `babyLogs_*.json`) to generate health summaries for a mother and baby. The instructions for the AI agent in `SKILL.md` are well-scoped, focusing on local data parsing, calculation, and report generation. There are no instructions for data exfiltration, malicious execution, persistence, or prompt injection attempts that would lead the agent to perform actions outside its stated purpose or access unauthorized resources. File access is limited to resolving paths for the specified input JSON files from the user message or workspace, which is a necessary and expected capability for this type of skill.

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 agent may open local baby or contraction log files that the user references, which can contain sensitive personal health information.

Why it was flagged

The skill instructs the agent to read local files named or referenced by the user. This is expected for the stated purpose, but users should ensure only the intended JSON files are provided.

Skill content
Resolve file paths from user message or workspace (e.g. Downloads, project paths). Parse contractions as an array; baby data as object with `babyLog` and `birthday`.
Recommendation

Only point the skill at the intended contraction and baby-log JSON files, and avoid giving broad or ambiguous file references.

What this means

A user could mistake the report for medical diagnosis if they rely only on the verdict labels.

Why it was flagged

The skill asks for clear health and safety labels, which could be over-trusted in a medical context, but it also explicitly requires a medical-advice caveat and directs users to professionals when uncertain.

Skill content
**Mum safe?** (Yes / Monitor / Seek care) ... **Baby healthy?** (Yes / Monitor / Concern) ... **Caveat** One line: this is not medical advice; when in doubt, contact a midwife, OB, or paediatrician.
Recommendation

Use the output as a structured summary, not as medical advice; contact a qualified clinician for urgent symptoms, uncertainty, or abnormal results.