Oathe Security Badge

Is maurodelazeri/the-flip safe?

https://github.com/openclaw/skills/tree/main/skills/maurodelazeri/the-flip

89
SAFE

This skill is a well-designed Solana gambling game that operates securely on devnet with proper anti-rug protections. The main concern is its gambling nature rather than security issues.

Category Scores

Prompt Injection 100/100 · 30%
Data Exfiltration 100/100 · 25%
Code Execution 90/100 · 20%
Clone Behavior 100/100 · 10%
Canary Integrity 100/100 · 10%
Behavioral Reasoning 70/100 · 5%

Findings (2)

INFO Gambling Application -30

This skill implements a gambling game where users bet USDC on coin flip predictions. While technically secure, it may violate organizational policies regarding gambling software.

LOW Node.js Executable -10

The skill includes a Node.js CLI tool (app/demo.mjs) that executes when users interact with the Solana game. This is expected behavior for the application's functionality.