Period Tracker

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: period Version: 1.0.1 The OpenClaw skill 'Period Tracker' is designed with a strong emphasis on user privacy and local data storage. The `SKILL.md` provides clear instructions for the AI agent to handle sensitive health data ethically, store it locally in `~/period/memory.md`, and never share it. The `privacy.md` file reinforces these principles, explicitly forbidding third-party sharing, advertising, or correlation with location data. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection attempts designed to harm the user or system; all instructions and file access are aligned with the stated purpose of a privacy-first period tracker.

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

Sensitive reproductive-health details could remain on disk and be reused in future interactions even if the user expects the data to be ephemeral or tightly protected.

Why it was flagged

This instructs the agent to persist menstrual-cycle, symptom, and correlation data in a local memory file. That is sensitive health information, and the artifacts do not clearly define retention limits, access protections, or how this memory is prevented from being reused outside the intended context.

Skill content
All user preferences persist in: `~/period/memory.md` ... `### Schedule` ... `### Symptoms` ... `### Correlations`
Recommendation

Require explicit opt-in before storing cycle or symptom data, clearly document retention and deletion behavior, and avoid persistent memory unless the user knowingly enables it.

What this means

A user may share very sensitive health information believing it is encrypted and easily removable, when the reviewed artifacts do not substantiate those protections.

Why it was flagged

The skill makes strong privacy and encryption claims, but the provided artifacts are instruction-only and do not include an encryption or deletion mechanism. This also conflicts with privacy.md guidance to avoid persisting sensitive data in memory.

Skill content
**Privacy:** Local, encrypted, never shared. She controls everything. Delete anytime.
Recommendation

Remove or qualify unsupported privacy claims, align the storage instructions with privacy.md, and document the exact encryption, export, and deletion process.