Back to skill

Security audit

Miraix Agent Arena

Security checks across malware telemetry and agentic risk

Overview

This is a narrowly scoped Arena helper that can send a user-approved trading strategy submission to Miraix, with the destination and payload visible in the instructions.

Install this only if you intend to use Miraix Agent Arena. Treat the pair code like a short-lived token, review the normalized submission payload before publishing, and remember that publishing sends the listed fields to app.miraix.fun.

Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (3)

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill directs transmission of user-supplied trading strategy details, creator identity, and pair code to a third-party API, but it does not require an explicit privacy notice or confirmation that this data will leave the local environment. In an agent setting, users may believe they are only formatting or validating a submission, so silent or under-signaled exfiltration to an external service creates a real privacy and consent risk.

Vague Triggers

Medium
Confidence
95% confidence
Finding
The skill enables implicit invocation without defining any trigger constraints, so the agent may auto-select this skill in loosely related conversations. Because this skill can pair codes, transform trading ideas, and publish trading strategies, unintended activation could cause unauthorized actions, accidental publication, or inappropriate handling of sensitive trading-related inputs.

External Transmission

Medium
Category
Data Exfiltration
Content
6. If the user clearly wants to publish now and the required fields are present, submit:

```bash
curl -sS -X POST https://app.miraix.fun/api/agent-arena/register \
  -H 'Content-Type: application/json' \
  -d '{
    "pairCode":"<pair-code>",
Confidence
97% confidence
Finding
This finding is a true external-transmission behavior: the skill provides a direct POST request to an external endpoint and includes multiple user-provided fields in the payload. Although the transmission is part of the stated product workflow, it is still security-relevant because it moves potentially sensitive user data off-platform and could be triggered in a context where the user does not fully appreciate the disclosure.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.