Oathe Security Badge

Is aidescend/minimax-image-understanding safe?

https://clawhub.ai/aidescend/minimax-image-understanding

97
SAFE

This is a legitimate image understanding utility that provides multimodal AI capabilities through MiniMax, OpenAI, and Anthropic APIs. The code is clean and functions as documented, with no malicious behavior detected.

Category Scores

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

Findings (3)

LOW External API Calls -5

The skill makes HTTP requests to external AI services (MiniMax, OpenAI, Anthropic) to process images, which is legitimate but involves sending data externally.

LOW Executable Python Script -10

The skill contains executable Python code that runs when invoked, which is expected for this type of utility but represents potential code execution.

INFO Image Data Processing -5

The skill processes user images and sends them to external AI services for analysis, which users should be aware of for privacy considerations.