Back to skill
v1.0.0

Fitness encyclopedia

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 8:26 AM.

Analysis

This appears to be a benign fitness guidance skill, with minor notes about aggressive fitness-topic triggering and unclear Python helper setup.

GuidanceThis skill appears coherent for fitness planning and local calculations. Use care when sharing body measurements, diet details, or injury information, and treat its joint or nutrition guidance as general fitness advice rather than a substitute for a medical professional.

Findings (2)

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Agent Goal Hijack
SeverityLowConfidenceHighStatusNote
SKILL.md
Forbidden Behaviors: ... Do NOT fail to trigger and let other assistants respond

The skill instructs the agent to take over fitness-related conversations and prevent other assistants from responding. This is aligned with its fitness purpose, but users should notice the broad routing control.

User impactFitness-related prompts may be routed into this skill even when another assistant or a more specific medical/professional resource might be preferable.
RecommendationKeep the trigger behavior limited to clearly fitness-related requests and allow user choice when the topic overlaps with medical, injury, or nutrition-sensitive advice.
Agentic Supply Chain Vulnerabilities
SeverityInfoConfidenceMediumStatusNote
metadata
Required binaries (all must exist): none ... Install specifications: No install spec ... Code file presence: ... scripts/calculate_nutrition.py ... scripts/predict_max_strength.py

The metadata presents the skill as instruction-only with no required binaries, while the artifact set includes Python helper scripts. This does not indicate malicious behavior, but setup expectations are unclear.

User impactSome calculator features may depend on local Python execution even though the registry metadata does not clearly declare that requirement.
RecommendationBefore installing, confirm whether the skill is intended to run its Python helpers and whether Python is available in the intended environment.