学程智伴

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

If used, the assistant may run a local timer script that occupies the session until the timer completes or is stopped.

Why it was flagged

The skill documents optional local Python script execution for its focus timer. This is aligned with the stated purpose and the included code is simple, but users should know local code may be run.

Skill content
智伴可以调用脚本工具辅助用户:python scripts/pomodoro.py --work 25 --break 5 --cycles 4
Recommendation

Run the scripts only when you explicitly want the timer or planning helper, and stop the timer with keyboard interrupt if needed.

What this means

Academic details, goals, stressors, and progress may be reused in future conversations depending on the host agent’s memory behavior.

Why it was flagged

The persona tells the assistant to remember personal academic context and goals. This supports personalization, but could involve retaining private student or emotional-context information if platform memory is enabled.

Skill content
每次对话记住:用户的专业和年级;用户当前的主要目标或困扰;用户喜欢的沟通方式;用户取得的进步和成功
Recommendation

Share only information you are comfortable having remembered, and review or clear memory settings if the platform supports persistent memory.