Back to skill
v1.0.1

Study

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:35 AM.

Analysis

This appears to be a benign study-planning skill that creates and maintains local study files under a clearly disclosed ~/study folder.

GuidanceBefore installing, confirm you are comfortable with the agent creating and managing study files under ~/study. The artifacts do not show network access, credential use, hidden code, or writes outside that 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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
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.

User impactThe agent may create local folders for study data in your home directory.
RecommendationAllow this only if you are comfortable with the agent managing files under ~/study, and verify it does not write elsewhere.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityLowConfidenceHighStatusNote
SKILL.md
~/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.

User impactYour study materials, weak areas, exam dates, and progress may persist locally across sessions.
RecommendationKeep sensitive materials only in the intended ~/study folder, review stored files periodically, and avoid adding content you do not want the agent to reuse.