Laundry

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a local laundry-tracking CLI that stores history on the user’s machine, with no artifact-backed evidence of malicious behavior.

This skill looks safe for normal use as a local laundry log. Before installing, confirm how the `laundry` command is wired, and remember that anything you enter may be saved under `~/.local/share/laundry/` until you remove it.

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

A user may not immediately know which executable will run when using the documented `laundry` command.

Why it was flagged

The skill documentation uses a `laundry` CLI command and the manifest includes `scripts/script.sh`, but the install metadata does not describe how that command is installed or exposed.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Confirm that the `laundry` command points to the expected included script or a trusted installation source before using it.

What this means

Laundry schedules, cost notes, reminders, or other personal household details entered into the tool may remain in local files.

Why it was flagged

The skill intentionally persists user-entered laundry activity and history for later stats, search, and export.

Skill content
All data is stored locally at `~/.local/share/laundry/`. Each action is logged with timestamps.
Recommendation

Avoid entering sensitive information you do not want stored, and periodically review, export, back up, or delete the local data directory as needed.