Study
Analysis
This appears to be a benign study-planning skill that creates and maintains local study files under a clearly disclosed ~/study folder.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Create on first use: `mkdir -p ~/study/{subjects,calendar}`The skill includes a local command to create its workspace. This is expected for a local study-management skill and is narrowly scoped to ~/study.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
~/study/ ... materials/ ... flashcards.json ... schedule.md ... progress.md ... deadlines.json ... config.json
The skill defines persistent local storage for study materials, schedules, progress, deadlines, and preferences. This is disclosed and purpose-aligned, but the stored content may be reused in later study sessions and may contain private academic information.
