Gate Flash Swap Skill
Analysis
This is a coherent Gate crypto swap skill, but it can execute financial conversions and relies on external authoritative runtime instructions, so it should be reviewed carefully before enabling.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
STOP — You MUST read and strictly follow the shared runtime rules ... These rules have the highest priority. → Read [gate-runtime-rules.md](https://github.com/gate/gate-skills/blob/master/skills/gate-runtime-rules.md)
The skill makes an external, unpinned document authoritative before tool use, even though that document is not included in the reviewed artifacts.
Immediately call `cex_fc_create_fc_order_v1` with the returned quote_id and amounts — no separate confirmation
The documented one-click workflow allows the agent to create a crypto swap after preview when it interprets the request as direct or one-click, without a second confirmation step.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
- API Key Required: Yes (see skill doc/runtime MCP deployment) - Permissions: Fc:Write
The skill requires a Gate API key with flash-swap write permission, which is expected for the purpose but grants delegated authority over account funds.
