Study Tutor

AdvisoryAudited by Static analysis on May 3, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

Your study progress, weak areas, mistakes, and review plan may be saved for later tutoring sessions.

Why it was flagged

The skill creates persistent learning-profile notes for future study sessions, which can preserve user progress and weak points across interactions.

Skill content
The intended profile path is:
```text
memory/{subject}-study.md
```
Recommendation

Use the memory file only for study-related notes and avoid storing personal, private, or sensitive information there.

What this means

The agent may access study files you provide or identify, but the artifacts direct it not to browse unrelated local files.

Why it was flagged

The skill can involve reading user-provided files, but the instruction is narrowly scoped to materials relevant to the current study task.

Skill content
Only read materials that the user explicitly provides or points to for the current study task, such as notes, slides, textbooks, assignments, or problem sets.
Recommendation

Only point the skill at files you intend to use for studying, and avoid giving it directories containing unrelated private material.