ChaosChain ACE (Phase 0)

PassAudited by ClawScan on May 10, 2026.

Overview

The skill is clearly about bounded autonomous API payments and includes sensible policy limits, but users should treat wallet-funded session keys and external SDK installation as sensitive.

This skill appears coherent and not malicious from the provided artifact. Before using it, set very low spend limits, short TTLs, and narrow allowed categories; verify every endpoint and price; and pin/review the external SDK because the actual payment code is not included in the skill artifact.

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.

What this means

If configured, the agent could spend wallet funds on x402-gated API calls within the policy you set.

Why it was flagged

The skill is designed to let an agent make API payments. This is disclosed and bounded, but payment actions are high-impact and should remain under clear policy limits.

Skill content
Use when an agent needs autonomous API payments with explicit spend limits and no credit line.
Recommendation

Use small per-transaction and daily limits, require visible payment explanations, and review the endpoint, price, and reason before allowing payment.

What this means

A misconfigured session key or overly broad policy could allow unintended spending from the funded wallet.

Why it was flagged

Wallet-funded session keys represent delegated financial authority. The skill describes bounds, but users should understand that these keys can authorize spending.

Skill content
Use ACE Phase 0 to pay x402-gated APIs with bounded wallet-funded session keys.
Recommendation

Fund session keys minimally, set strict TTL and spending caps, limit categories to the needed use case, and revoke keys when finished.

What this means

Runtime payment behavior depends on external package code that is not included in this artifact review.

Why it was flagged

The instruction-only skill depends on external npm packages for runtime behavior, and the example uses version ranges rather than exact pinned versions.

Skill content
npm install @chaoschain/ace-session-key-sdk@0.1.x ethers@6
Recommendation

Pin exact package versions, verify the package source and integrity, and review the SDK before using it with wallet-funded payment authority.