Fishing

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only fishing tracker is coherent and low risk, with the main consideration being that it stores personal fishing notes and locations in local files.

This appears safe to install if you want a local fishing log. Before using it, decide how much location and license-related detail you want stored in ~/fishing, and review those files if you want to edit or remove saved information.

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.

What this means

Fishing records may be added or changed in local files after the user reports catches.

Why it was flagged

The skill instructs the agent to modify local tracking files as part of normal use. This is expected for a fishing log, but users should know the agent may write persistent entries.

Skill content
After user reports a catch, update `~/fishing/catches.md`
Recommendation

Review the ~/fishing files occasionally, and tell the agent to ask before updating logs if you want manual control.

What this means

Private fishing locations or license-related notes could remain in local agent-readable memory and influence future responses.

Why it was flagged

The memory template can store personal fishing-related details, including license information and spot locations, for reuse in future recommendations.

Skill content
- **License:** state, expiration ... - **Location:** coordinates or description
Recommendation

Only store details you are comfortable keeping in local markdown files; avoid exact sensitive locations or license details unless needed.