Hk Stock To Gougoubi Prediction

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.

What this means

If the user asks for actual creation, the agent may submit a prediction market proposal rather than only drafting one.

Why it was flagged

The skill can delegate to another skill that may create a public or on-chain prediction proposal. This is purpose-aligned and explicitly user-gated, but the action can have external/public impact.

Skill content
Pass the resulting market to `gougoubi-create-prediction` ... Do not submit on-chain or through the UI unless the user clearly wants actual creation.
Recommendation

Before requesting submission, review the market name, deadline, rules, tags, and any transaction or publication confirmation carefully.

What this means

A user following the repository install instructions could run code that is not included in this artifact set.

Why it was flagged

The install documentation references a helper script path, but no scripts directory or script file is included in the provided manifest. This does not affect the instruction-only ClawHub package, but users installing from an external repository should verify that script first.

Skill content
bash scripts/install-hk-stock-to-gougoubi-prediction-skill.sh
Recommendation

Prefer the reviewed ClawHub artifact or inspect any external repository script before executing it.