Daniels Running Plan

PassAudited by VirusTotal on May 13, 2026.

Overview

Type: OpenClaw Skill Name: daniels-running-plan Version: 1.2.0 The skill is a legitimate tool for generating personalized running plans based on the Jack Daniels' Running Formula. It follows a clear workflow to collect fitness data, calculate training paces, and output the plan to the local desktop in TXT and CSV formats as stated in SKILL.md. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.

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

Generating a plan may create or overwrite the named files on the local desktop path.

Why it was flagged

The skill directs the agent to create local TXT and CSV files. The paths are fixed and purpose-aligned, but this is still a local file-write action users should notice.

Skill content
同时保存到桌面:1. /home/ai/桌面/running-plan.txt ... 2. /home/ai/桌面/running-plan.csv
Recommendation

Confirm the desired output location or ask the agent not to save files if you only want the plan in chat.

What this means

Your age, running level, goals, and schedule constraints may be reflected in saved local files.

Why it was flagged

The skill asks for personal fitness and schedule information and then persists the generated plan as local files. This is expected for a training-plan generator, but the saved plan may contain personal details.

Skill content
依次询问以下信息:1. 性别 ... 2. 年龄 ... 4. 当前水平 ... 8. 每周哪几天可以跑 ... 同时保存到桌面
Recommendation

Only provide details you are comfortable storing locally, and delete the generated files if you no longer need them.