mintyouragent

WarnAudited by ClawScan on May 10, 2026.

Overview

This skill is a disclosed Solana wallet/token/poker tool, but it gives an agent high-impact authority to store private keys and spend or stake real SOL.

Install only if you are comfortable giving an agent access to a dedicated Solana wallet. Fund it with a small amount, avoid using a primary wallet, review SOUL.md before linking, and require explicit approval for every transaction, poker stake, token launch, transfer, and key export.

Findings (4)

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

An agent could spend SOL, pay launch fees, or create public blockchain activity that may be irreversible.

Why it was flagged

The skill exposes financially consequential token-launch and buy functionality, including AI-selected spend behavior and a way to bypass confirmation prompts.

Skill content
Launch Solana tokens on pump.fun. 0.01 SOL per launch... `--ai-initial-buy` | Let AI decide buy amount ... `-y, --yes` | Skip confirmation prompts
Recommendation

Use devnet or dry-run first, set explicit spend limits, and require human approval before any launch, transfer, poker stake, `--ai-initial-buy`, or `--yes` use.

What this means

If the wallet files or exported key are exposed or misused, funds controlled by that wallet could be lost.

Why it was flagged

The skill persists Solana wallet material and a backup signing key in the user's home directory, giving it high-impact authority over cryptocurrency funds.

Skill content
`~/.mintyouragent/` ... `wallet.json` ... `RECOVERY_KEY.txt # Backup signing key`
Recommendation

Use a new low-balance wallet, avoid importing a primary wallet, restrict file permissions, and do not allow the agent to run key export/import commands unattended.

What this means

Private agent-profile details could be reused or linked to the external mintyouragent.com identity flow if placed in SOUL.md.

Why it was flagged

The skill intentionally reads a persistent agent personality file for identity/profile linking, which may contain sensitive or prompt-like context.

Skill content
Reads agent personality files (SOUL.md) for profile linking.
Recommendation

Review SOUL.md before using `soul` or `link`, and keep secrets, private prompts, and credentials out of personality files.

What this means

Dependency updates could change behavior or introduce new risk in a tool that handles cryptocurrency transactions.

Why it was flagged

The skill depends on external Python packages with lower-bound-only version constraints; future package changes could affect a wallet and transaction-signing workflow.

Skill content
solders>=0.20.0
requests>=2.28.0
Recommendation

Install in an isolated environment and pin reviewed dependency versions before funding the wallet.