Trading

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only trading education skill with no trade execution or account access; the main thing to notice is optional persistent local trading memory.

This skill appears safe to install as an educational trading aid. Before using optional memory, decide whether you want trading preferences or journal notes saved locally, and do not store broker credentials, account numbers, detailed holdings, or other sensitive financial information in the skill memory.

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

If the user records real trading behavior, risk preferences, or journal details, that information may remain on disk and be reused in later interactions.

Why it was flagged

The skill creates or uses persistent local files that may contain trading preferences, progress, and journal notes. This is purpose-aligned and scoped, but it is reusable context.

Skill content
Memory lives in `~/trading/` with learning progress tracking. ... memory.md # Preferences, trading style, focus areas ... journal.md # Trade journal for review
Recommendation

Use the optional memory only if desired, avoid storing broker credentials or highly sensitive account details, and periodically review or delete files under `~/trading/`.

What this means

A future agent may continue tailoring responses based on saved trading-learning context even when the user did not explicitly restate it.

Why it was flagged

The skill suggests adding trading-learning context to broader agent/user files, which can affect future sessions outside the immediate skill invocation.

Skill content
If user has a main `AGENTS.md` or `USER.md`, consider adding: ... ## Trading Education ... This helps the agent tailor content across sessions.
Recommendation

Only add broad agent memory entries if you want cross-session personalization, and keep them general rather than including detailed finances or active positions.