Skip to main content

kryptogo-meme-trader

Enables analysis and trading of meme coins using KryptoGO's on-chain analysis platform, focusing on wallet clustering and automated trading.

Install this skill

or
0/100

Security score

The kryptogo-meme-trader skill was audited on Mar 5, 2026 and we found 53 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 39

Access to hidden dotfiles in home directory

SourceSKILL.md
39- filesystem:write:~/.openclaw/workspace/.env
medium line 40

Access to hidden dotfiles in home directory

SourceSKILL.md
40- filesystem:write:~/.openclaw/workspace/memory/
medium line 50

Access to hidden dotfiles in home directory

SourceSKILL.md
50credential_file_read_note: "Only scripts/setup.py reads and writes ~/.openclaw/workspace/.env for initial keypair generation and address repair. All other scripts access credentials exclusively via pr
medium line 87

Access to hidden dotfiles in home directory

SourceSKILL.md
872. Add to `~/.openclaw/workspace/.env`:
low line 89

Access to hidden dotfiles in home directory

SourceSKILL.md
89echo 'KRYPTOGO_API_KEY=sk_live_YOUR_KEY' >> ~/.openclaw/workspace/.env && chmod 600 ~/.openclaw/workspace/.env
medium line 111

Access to hidden dotfiles in home directory

SourceSKILL.md
111- Runtime scripts do NOT read `.env` directly — all credentials are accessed via environment variables only, which must be pre-loaded by the caller (`source ~/.openclaw/workspace/.env`)
low line 136

Access to hidden dotfiles in home directory

SourceSKILL.md
136source ~/.openclaw/workspace/.env
medium line 188

Access to hidden dotfiles in home directory

SourceSKILL.md
188Runtime scripts in this skill do NOT read `.env` files directly. All credentials are accessed via environment variables only, which must be pre-loaded by the caller (`source ~/.openclaw/workspace/.env
low line 200

Access to hidden dotfiles in home directory

SourceSKILL.md
200source ~/.openclaw/workspace/.env && bash scripts/cron-examples.sh setup-default
low line 203

Access to hidden dotfiles in home directory

SourceSKILL.md
203source ~/.openclaw/workspace/.env && bash scripts/cron-examples.sh setup-autonomous
low line 263

Access to hidden dotfiles in home directory

SourceSKILL.md
263source ~/.openclaw/workspace/.env && python3 scripts/swap.py <token_mint> 0.1
low line 264

Access to hidden dotfiles in home directory

SourceSKILL.md
264source ~/.openclaw/workspace/.env && python3 scripts/swap.py <token_mint> <amount> --sell
medium line 315

Access to hidden dotfiles in home directory

SourceSKILL.md
315All scripts require credentials to be pre-loaded: `source ~/.openclaw/workspace/.env` before running.
low line 318

Access to hidden dotfiles in home directory

SourceSKILL.md
318source ~/.openclaw/workspace/.env && bash scripts/portfolio.sh # Portfolio check
low line 319

Access to hidden dotfiles in home directory

SourceSKILL.md
319source ~/.openclaw/workspace/.env && bash scripts/trending.sh # Trending tokens
low line 320

Access to hidden dotfiles in home directory

SourceSKILL.md
320source ~/.openclaw/workspace/.env && bash scripts/analysis.sh # Full analysis dashboard
low line 321

Access to hidden dotfiles in home directory

SourceSKILL.md
321source ~/.openclaw/workspace/.env && python3 scripts/swap.py <mint> 0.1 # Buy
low line 322

Access to hidden dotfiles in home directory

SourceSKILL.md
322source ~/.openclaw/workspace/.env && python3 scripts/swap.py <mint> <amt> --sell # Sell
low line 323

Access to hidden dotfiles in home directory

SourceSKILL.md
323source ~/.openclaw/workspace/.env && bash scripts/test-api.sh # API connectivity test
medium line 39

Access to .env file

SourceSKILL.md
39- filesystem:write:~/.openclaw/workspace/.env
medium line 50

Access to .env file

SourceSKILL.md
50credential_file_read_note: "Only scripts/setup.py reads and writes ~/.openclaw/workspace/.env for initial keypair generation and address repair. All other scripts access credentials exclusively via pr
medium line 87

Access to .env file

SourceSKILL.md
872. Add to `~/.openclaw/workspace/.env`:
low line 89

Access to .env file

SourceSKILL.md
89echo 'KRYPTOGO_API_KEY=sk_live_YOUR_KEY' >> ~/.openclaw/workspace/.env && chmod 600 ~/.openclaw/workspace/.env
medium line 92

Access to .env file

SourceSKILL.md
92> **Do NOT paste your API key directly in chat.** Always set secrets via `.env` file.
medium line 100

Access to .env file

SourceSKILL.md
100Creates a Solana keypair, saves to `.env` with chmod 600, prints public address to fund.
medium line 109

Access to .env file

SourceSKILL.md
109- **NEVER** accept secrets pasted directly in chat — instruct users to set them in `.env`
medium line 110

Access to .env file

SourceSKILL.md
110- **NEVER** use the Read tool on `.env` — load credentials via `source` command only
medium line 111

Access to .env file

SourceSKILL.md
111- Runtime scripts do NOT read `.env` directly — all credentials are accessed via environment variables only, which must be pre-loaded by the caller (`source ~/.openclaw/workspace/.env`)
medium line 112

Access to .env file

SourceSKILL.md
112- **Exception:** `scripts/setup.py` reads and writes `.env` for initial keypair generation and address repair — this is the only script that touches credential files
low line 136

Access to .env file

SourceSKILL.md
136source ~/.openclaw/workspace/.env
medium line 139

Access to .env file

SourceSKILL.md
139This is REQUIRED — scripts do not read `.env` directly. All credentials are accessed via environment variables only.
medium line 188

Access to .env file

SourceSKILL.md
188Runtime scripts in this skill do NOT read `.env` files directly. All credentials are accessed via environment variables only, which must be pre-loaded by the caller (`source ~/.openclaw/workspace/.env
medium line 190

Access to .env file

SourceSKILL.md
190**Exception:** `scripts/setup.py` reads and writes `.env` — it loads existing keys to avoid regeneration, backs up `.env` before changes, and writes new keypair entries. This is the only script that t
low line 200

Access to .env file

SourceSKILL.md
200source ~/.openclaw/workspace/.env && bash scripts/cron-examples.sh setup-default
low line 203

Access to .env file

SourceSKILL.md
203source ~/.openclaw/workspace/.env && bash scripts/cron-examples.sh setup-autonomous
low line 263

Access to .env file

SourceSKILL.md
263source ~/.openclaw/workspace/.env && python3 scripts/swap.py <token_mint> 0.1
low line 264

Access to .env file

SourceSKILL.md
264source ~/.openclaw/workspace/.env && python3 scripts/swap.py <token_mint> <amount> --sell
medium line 315

Access to .env file

SourceSKILL.md
315All scripts require credentials to be pre-loaded: `source ~/.openclaw/workspace/.env` before running.
low line 318

Access to .env file

SourceSKILL.md
318source ~/.openclaw/workspace/.env && bash scripts/portfolio.sh # Portfolio check
low line 319

Access to .env file

SourceSKILL.md
319source ~/.openclaw/workspace/.env && bash scripts/trending.sh # Trending tokens
low line 320

Access to .env file

SourceSKILL.md
320source ~/.openclaw/workspace/.env && bash scripts/analysis.sh # Full analysis dashboard
low line 321

Access to .env file

SourceSKILL.md
321source ~/.openclaw/workspace/.env && python3 scripts/swap.py <mint> 0.1 # Buy
low line 322

Access to .env file

SourceSKILL.md
322source ~/.openclaw/workspace/.env && python3 scripts/swap.py <mint> <amt> --sell # Sell
low line 323

Access to .env file

SourceSKILL.md
323source ~/.openclaw/workspace/.env && bash scripts/test-api.sh # API connectivity test
low line 371

Access to .env file

SourceSKILL.md
371├── .env.example
low line 7

External URL reference

SourceSKILL.md
7homepage: https://www.kryptogo.xyz
low line 10

External URL reference

SourceSKILL.md
10en: https://kryptogo.notion.site/Product-Guide-EN-26c3499de8a28179aafacb68304458ea
low line 11

External URL reference

SourceSKILL.md
11zh-tw: https://kryptogo.notion.site/kryptogo-xyz-usage-guide
low line 12

External URL reference

SourceSKILL.md
12zh-cn: https://kryptogo.notion.site/kryptogo-xyz-productguide-zhcn
low line 13

External URL reference

SourceSKILL.md
13whitepaper: https://wallet-static.kryptogo.com/public/whitepaper/kryptogo-xyz-whitepaper-v1.0.pdf
low line 24

External URL reference

SourceSKILL.md
24api_base: https://wallet-data.kryptogo.app
low line 86

External URL reference

SourceSKILL.md
861. Go to [kryptogo.xyz/account](https://www.kryptogo.xyz/account) and create an API key
low line 231

External URL reference

SourceSKILL.md
231> **Free tier limitation:** Cluster analysis only returns the top 2 clusters. To see full cluster data, upgrade at [kryptogo.xyz/pricing](https://www.kryptogo.xyz/pricing).
Scanned on Mar 5, 2026
View Security Dashboard
Installation guide →