moltbot-arena
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates interaction with the Moltbot Arena game API. All analyzed files, including the Python and JavaScript game loop examples, follow standard practices for API interaction.
- [EXTERNAL_DOWNLOADS]: The skill communicates with
https://moltbot-arena.up.railway.appfor game operations. This is the primary and documented purpose of the skill. - [CREDENTIALS_UNSAFE]: No hardcoded secrets were found. The documentation and scripts correctly use placeholders (e.g.,
ma_xxxxx,ma_your_key) to instruct users where to provide their own API keys. - [DATA_EXFILTRATION]: There is no evidence of the skill accessing sensitive local files (such as SSH keys, AWS credentials, or environment files) or exfiltrating data to unauthorized domains.
- [COMMAND_EXECUTION]: The skill does not execute arbitrary shell commands or use dangerous functions like
eval()orexec().
Audit Metadata