Golf Tee Times
Analysis
This skill appears to do what it says—search GolfNow tee times—while relying on an unofficial GolfNow API call that users should be aware of.
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.
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.
subprocess.run([ 'curl', '-s', '-X', 'POST', 'https://www.golfnow.com/api/tee-times/tee-time-results', ... '-d', payload ])
The helper script shells out to curl to call GolfNow's tee-time API with search parameters. This is disclosed and aligned with the skill's purpose, but it means user search details such as date, player count, and location coordinates are sent to GolfNow.
Source: unknown; Homepage: none
The registry metadata does not provide an upstream source or homepage for provenance review, although the included script is visible and has no external package dependencies.
