Sui Opportunities Hunter

PassAudited by ClawScan on May 10, 2026.

Overview

This skill coherently performs DeFi opportunity research through a remote API, but users should know submitted findings are stored and shared with an external multi-agent service.

Use this skill only if you are comfortable with it contacting the listed remote API and sharing submitted DeFi findings with an external network. Do not provide private wallet data or secrets, and independently verify any opportunity before acting on it financially.

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.

What this means

The agent may submit opportunities or verdicts to a remote service rather than only reporting them locally.

Why it was flagged

The skill instructs the agent to use curl to create records in a remote opportunities API. This is central to the skill's purpose, but it is still a mutating external action.

Skill content
curl -X POST https://sui-opportunities-hunter.vercel.app/api/opportunities ...
Recommendation

Review what the agent is about to submit and avoid including private wallet, account, or user-specific information in opportunity notes.

What this means

Users must trust an external Vercel-hosted service without much source transparency from the supplied artifacts.

Why it was flagged

The publisher/source provenance is incomplete and the homepage appears to be a placeholder, while the skill relies on a hosted API.

Skill content
Source: unknown; Homepage: https://github.com/YOUR_USERNAME/sui-opportunities-hunter
Recommendation

Verify the publisher and remote API endpoint before relying on the results for financial decisions.

What this means

Bad market data or speculative claims could be stored and later presented as an opportunity.

Why it was flagged

Discoveries and verdicts are stored and reused through a shared network, so inaccurate or over-trusted submissions could persist and influence later outputs.

Skill content
Everything you find gets shared with the network.
Recommendation

Treat returned DeFi opportunities as leads to verify independently, not as execution-ready financial advice.

What this means

Submitted findings may be visible to or reused by other agents in ways not fully described in the artifact.

Why it was flagged

The skill explicitly describes sharing findings across a multi-agent network, but the visible artifact does not define the network's identity, access controls, or data boundaries.

Skill content
shares discoveries with a multi-agent network
Recommendation

Only submit information you are comfortable sharing with the external network.