Miraix Binance Agent Firewall
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: miraix-binance-agent-firewall Version: 1.0.0 The skill is a utility for auditing Binance trading prompts via a third-party API (app.miraix.fun). It extracts user-provided trading prompts and symbols, sends them to the Miraix endpoint for safety scoring, and returns a verdict, permission recommendations, and a safer version of the prompt. The behavior is transparent, aligns with the stated purpose, and does not attempt to access sensitive credentials or execute unauthorized commands.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A trading prompt may contain sensitive strategy or operational details, so that content would be shared with the Miraix API.
The skill explicitly sends the user's trading prompt and symbols to an external provider endpoint for scoring.
curl -sS -X POST https://app.miraix.fun/api/binance-agent-firewall ... -d '{"prompt":"<raw-trading-prompt>","symbols":["<symbol-1>","<symbol-2>"]}'Use only prompts you are comfortable sharing with the external service, and remove API keys, balances, personal identifiers, or private account information before auditing.
If a user asks for a Binance trading-prompt audit, the agent may call the Miraix endpoint as part of fulfilling that request.
The skill allows an agent to invoke it when the task appears to match, which may trigger the documented external audit workflow without the user manually selecting the skill each time.
policy: allow_implicit_invocation: true
Confirm that external API use is acceptable before pasting sensitive trading prompts, and ask the agent not to call external services if you want a local-only review.
