Caveat verdict

sports

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Devnet-only sports micro-betting using mock USDC on Solana devnet with explicit warnings against mainnet use and throwaway keypairs — no real funds involved by design.

⚠ 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.

10
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 (7)

Pattern match critical

Possible hardcoded credential

references/api.md · code · API_KEY = 'your_key

Pattern match high

Pipe to python — executes piped content as Python code

scripts/optionns.sh · prose · downgraded · | python3

Pattern match medium

Opens WebSocket connection

references/api.md · code · WebSocket

Pattern match low

Makes HTTP request to external URL

references/api.md · code · fetch('https://

Pattern match low

Popular HTTP library — network access

scripts/optionns.sh · prose · downgraded · Got

Pattern match low

Python urllib.request — network access

scripts/signer.py · prose · downgraded · urllib.request

Pattern match low

Python os.getenv — reads environment variable

scripts/strategy.py · prose · downgraded · os.getenv(

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