DanceArc
Analysis
DanceArc is a coherent instruction-only guide for Arc Testnet payment flows, but users should handle its payment actions, Circle credentials, and private keys carefully.
Findings (4)
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.
Switch wallet to **Arc Testnet** (`5042002`); send **native USDC** `value` transfer to `payTo` for at least the required amount (human confirms in wallet).
The skill documents blockchain payment actions. This is expected for a payment-protocol guide and includes human wallet confirmation, but it is still financial-action guidance.
git clone https://github.com/arunnadarasa/dancearc.git cp -r dancearc/skills/dancearc-protocol ~/.openclaw/skills/dancearc-protocol
The package itself is instruction-only, but its recommended manual install path depends on a GitHub repository outside the provided artifact bundle.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`CIRCLE_API_KEY` | Server | Gateway verify; DCW; faucet ... `CIRCLE_ENTITY_SECRET` | Server | DCW only ... `ARC_BURST_PRIVATE_KEY` | Machine | **Test only** — CLI burst
The documentation references API credentials, an entity secret, and a private key. These are purpose-aligned for Circle/wallet/payment demos, but they are sensitive and not declared in registry requirements.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
If `CIRCLE_API_KEY` set → `POST` Circle Gateway `/v1/gateway/v1/x402/verify`
The skill discloses a third-party provider verification call. This is aligned with the stated Circle Gateway integration, but users should understand that payment verification data may be sent to Circle.
