USMLE

AdvisoryAudited by Static analysis on Apr 30, 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

The agent may create or modify local study-tracking files, which could include inaccurate or sensitive information if not reviewed.

Why it was flagged

The skill directs the agent to write ongoing tracking data to local files. This is aligned with the progress-tracking purpose and scoped to a dedicated folder, but users should know the agent may update local records.

Skill content
**Track everything** — Log sessions, scores, wrong questions to `~/usmle/`
Recommendation

Confirm what the agent will save, keep storage limited to ~/usmle/, and periodically review or delete records you no longer need.

What this means

Private exam timelines, scores, weak areas, residency goals, and study feedback may remain on disk and be reused in later sessions.

Why it was flagged

The skill uses persistent local files to store profile details, exam goals, study sessions, assessments, question-bank progress, and feedback. This is expected for a study tracker, but it creates reusable context that may contain private academic or wellbeing information.

Skill content
User data lives in `~/usmle/` ... `profile.md` ... `sessions/` ... `assessments/` ... `qbank/` ... `feedback.md`
Recommendation

Store only information you are comfortable retaining, avoid unnecessary sensitive health or personal details, and review the ~/usmle/ directory if sharing the device or agent environment.