Strategy

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

Sensitive strategy context could remain available in future sessions unless the user reviews, edits, or deletes the local memory file.

Why it was flagged

The skill intentionally stores strategy context persistently on the user's machine, which is useful for continuity but may retain sensitive business constraints, preferences, or past decisions.

Skill content
User context persists in `~/strategy/memory.md`. Create on first use.
Recommendation

Use the memory file only for information you are comfortable retaining locally; avoid secrets, periodically review ~/strategy/memory.md, and delete or edit it when context should not persist.