Golf

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

The agent may create or update your local golf tracking files when you discuss rounds.

Why it was flagged

The skill directs the agent to modify a local round log after the user reports golf activity. This is coherent with the skill purpose but is still local data mutation.

Skill content
After user reports a round, update `~/golf/rounds.md`
Recommendation

Install only if you want the agent to maintain these local golf logs; ask it to confirm before edits if you prefer manual control.

What this means

Your golf profile, course notes, and round history may be reused in later conversations for personalized recommendations.

Why it was flagged

The skill relies on persistent local memory to personalize future recommendations. This is expected, but stale or inaccurate stored data can influence the agent's advice.

Skill content
Before any recommendation, read `~/golf/memory.md` for: Current handicap index, Club distances, Known weaknesses, Practice focus areas
Recommendation

Review the files under ~/golf periodically, avoid storing information you do not want reused, and correct or delete stale notes.