Caveat verdict

moonfunsdk

45
๐ŸŸ  Risky
Significant risk patterns flagged โ€” automated deep scan, not behavioral proof.

The skill reads a PRIVATE_KEY env var to sign real on-chain transactions on Binance Smart Chain with real BNB; while the skill claims keys are local-only, installing from pip and sending data to a hosted image API create third-party flows warranting scrutiny for a financial key-holding tool.

โš  Flagged for review โ€” coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis โ€” not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

48
security
20
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime โ€” transitive dependencies are not auditable

package_install

Findings (3)

Pattern match high

Pipe to python โ€” executes piped content as Python code

PACKAGE_MANIFEST.md ยท prose ยท downgraded ยท | Python

Pattern match medium

Python os.getenv โ€” reads environment variable

SKILL.md ยท code ยท os.getenv(

Pattern match low

Base64 encoding/decoding

python/moonfun_sdk/image_api.py ยท prose ยท downgraded ยท Base64-encode

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B). Final tier capped at Caution โ€” cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions โ€” minimal attack surface.

package_installcredential_access

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API