Oven

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a local oven-tracking tool that stores history on your machine, with minor notes about persistent local logs and unclear installation metadata.

This skill looks safe for its stated offline tracking purpose. Before installing, confirm how the `oven` command is installed or invoked, and remember that entries you add are saved locally under `~/.local/share/oven/` until you remove them.

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

You may need to understand how the bundled script becomes the `oven` command before relying on it.

Why it was flagged

The package includes a shell script and the documentation expects an `oven` command, but the registry does not describe how that command is installed or wired up.

Skill content
No install spec — this is an instruction-only skill. Code file presence: scripts/script.sh
Recommendation

Prefer a clear install specification or explicit documentation showing whether `scripts/script.sh` is installed as the `oven` command.

What this means

Cooking schedules or household routines entered into the tool may remain on disk and be visible to anyone with access to that local account or exported files.

Why it was flagged

The skill persistently stores user-provided oven usage, schedule, inventory, reminder, and activity data for later search, stats, recent activity, and export.

Skill content
All data is stored locally at `~/.local/share/oven/`. Each action is logged with timestamps. Use `export` to back up your data anytime.
Recommendation

Avoid entering sensitive household details unless you are comfortable with them being stored locally, and periodically review or delete the data directory if needed.