Tutor

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: tutor Version: 1.0.0 The OpenClaw AgentSkills bundle for the 'Tutor' skill is classified as benign. All instructions for the AI agent, primarily found in SKILL.md and safety.md, are clearly aligned with its stated purpose of personalized tutoring. File system operations are strictly confined to the designated `~/tutor/` directory for storing learner profiles, session logs, and progress reports. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's core function or access sensitive data outside its defined scope. The safety and ethical guidelines are robust and explicitly instruct the agent to avoid harmful behaviors and escalate serious concerns responsibly.

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

Learner profiles, session notes, progress data, and reports may remain on disk and influence future tutoring sessions.

Why it was flagged

The skill creates persistent local memory about learners and reloads it across sessions. This supports personalized tutoring, but the records can include sensitive information about minors or students.

Skill content
~/tutor/ ... profile.md # Age, grade, learning style, goals ... sessions.jsonl ... progress.json ... reports/ ... ALWAYS log sessions to ~/tutor/{learner}/
Recommendation

Use the skill with appropriate consent, keep the ~/tutor folder private, review records periodically, and delete learner data when it is no longer needed.

What this means

Sensitive comments from a learner may be summarized or raised to a guardian, which should be handled thoughtfully, especially for minors.

Why it was flagged

The skill can turn sensitive learner disclosures into parent/guardian escalation. This is aligned with the stated safety and parent-oversight purpose, but inaccurate or overly broad escalation could propagate sensitive information.

Skill content
Immediate Escalation to Parent/Guardian ... If learner mentions or implies: ... Abuse of any kind ... Flag immediately to parent/guardian
Recommendation

Have a responsible human review reports and safety escalations before sharing them, and consider the learner’s context and applicable safeguarding practices.