Skip to main content

moltmoon-sdk

Facilitates the installation and operation of the MoltMoon SDK for managing token launches and trades on the Base mainnet.

Install this skill

or
83/100

Security score

The moltmoon-sdk skill was audited on May 22, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 101

Template literal with variable interpolation in command context

SourceSKILL.md
101privateKey: process.env.MOLTMOON_PRIVATE_KEY as `0x${string}`,
low line 99

Access to .env file

SourceSKILL.md
99baseUrl: process.env.MOLTMOON_API_URL || 'https://api.moltmoon.xyz',
low line 101

Access to .env file

SourceSKILL.md
101privateKey: process.env.MOLTMOON_PRIVATE_KEY as `0x${string}`,
medium line 151

Access to .env file

SourceSKILL.md
151- Keep secrets in `.env`; never commit keys.
low line 29

External URL reference

SourceSKILL.md
29MOLTMOON_API_URL=https://api.moltmoon.xyz
low line 62

External URL reference

SourceSKILL.md
62--website "https://example.com" \
low line 63

External URL reference

SourceSKILL.md
63--twitter "https://x.com/example" \
low line 64

External URL reference

SourceSKILL.md
64--discord "https://discord.gg/example" \
low line 99

External URL reference

SourceSKILL.md
99baseUrl: process.env.MOLTMOON_API_URL || 'https://api.moltmoon.xyz',
Scanned on May 22, 2026
View Security Dashboard
Installation guide →