English Tutor

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears to be a simple English tutor that stores learning preferences in memory; no malicious or high-impact behavior is evidenced.

This looks safe to install from a security perspective. Be aware that it remembers onboarding answers such as level, interests, style, and schedule, so do not provide sensitive personal details unless you are comfortable with them being retained by the skill.

Findings (1)

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 tutor preferences may be remembered across sessions, which is useful for personalization but could retain details you type during onboarding.

Why it was flagged

The skill stores onboarding answers in persistent memory, including learning level, interests, style, speaking/writing ratio, and preferred schedule.

Skill content
await memory.set("et.level", userInput); ... await memory.set("et.interests", userInput); ... await memory.set("et.schedule", userInput);
Recommendation

Avoid entering sensitive personal information as learning preferences, and reset or clear the skill memory if you no longer want the tutor to remember prior settings.