Gougoubi Market Orchestrator

ReviewAudited by ClawScan on May 10, 2026.

Overview

This code-free router matches its stated purpose, but it deserves review because it can dispatch crypto market actions like staking and reward claiming without explicit confirmation rules.

Before installing, verify the downstream Gougoubi skills it routes to and require manual confirmation for any market-changing action. Do not use broad “end-to-end” requests unless you are comfortable reviewing each proposed transaction or market operation before it runs.

Findings (2)

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

A mistaken high-level request or stage decision could lead the agent to invoke a skill that stakes liquidity, submits results, or claims rewards without the user reviewing the exact action first.

Why it was flagged

The router can cause downstream skills to perform high-impact market/account operations, but the artifact does not require explicit user approval, transaction previews, amount limits, network checks, or other containment before execution.

Skill content
Activate + risk LP: `gougoubi-activate-and-stake-risklp` ... Submit results: `gougoubi-submit-real-results` ... Claim rewards: `gougoubi-claim-all-rewards` ... Phase 3: Choose the smallest correct downstream skill and execute it.
Recommendation

Require an explicit user confirmation step before any downstream skill that changes market state, spends funds, stakes liquidity, submits official results, or claims rewards; include exact account, network, amount, and expected effect.

What this means

Installing this router alone may delegate important decisions to other skills whose safety depends on their separate implementations.

Why it was flagged

The orchestrator's real behavior depends on separately installed downstream skills that are not included in this artifact set, so this review cannot validate their code, permissions, or transaction safeguards.

Skill content
Open `SKILL.md` and confirm the downstream skill names exist in the installed skills directory.
Recommendation

Inspect and trust each referenced downstream Gougoubi skill before using the orchestrator, especially those that can mutate markets or use wallet/account authority.