Study Buddy

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a benign local study-tracking tool that runs an included Python helper and stores study data on the user's computer.

This skill is reasonable to install if you are comfortable running the included Python script and keeping study profile/log data under ~/.study-buddy. Do not enter sensitive personal details, and review or remove that local directory if you later want to clear the data.

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

Users are being asked to run a bundled script without much external provenance information.

Why it was flagged

The skill relies on an included local Python helper, but the registry metadata provides limited provenance and no install/runtime declaration. The behavior is disclosed in the docs and not suspicious by itself.

Skill content
Source: unknown; Homepage: none ... No install spec — this is an instruction-only skill ... Code file presence: scripts/study-buddy.py
Recommendation

Review the included script and install/run it only from a trusted skill source.

What this means

Study goals, progress, and wrong-question notes remain on the computer and may be shown again in later Study Buddy sessions.

Why it was flagged

The skill intentionally stores study profile, progress logs, wrong-question entries, and reports as persistent local files.

Skill content
用户数据存储在: `~/.study-buddy/` - `profile.json` ... `logs/` ... `wrong_questions/` ... `report_YYYYMMDD.json`
Recommendation

Avoid entering sensitive personal information, and delete or back up ~/.study-buddy according to your privacy needs.