FiberAgent

PassAudited by ClawScan on May 1, 2026.

Overview

FiberAgent appears to do what it says—shopping cashback search—but users should know it sends searches and wallet/agent details to FiberAgent and returns affiliate-tracked links.

This skill is reasonable to install if you want affiliate cashback shopping search. Before using it, verify the FiberAgent domain and publisher, make sure rewards are tied to your intended wallet, do not provide private keys or seed phrases, and independently confirm prices and cashback terms before buying.

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

Your product searches and agent identifier may be visible to FiberAgent and used for affiliate tracking.

Why it was flagged

Search terms and the supplied agent ID are sent to the external FiberAgent API to obtain shopping results and affiliate links.

Skill content
const url = `https://fiberagent.shop/api/agent/search?keywords=${encodeURIComponent(keywords)}&agent_id=${agent_id}&size=${size}`; const res = await fetch(url);
Recommendation

Use the skill only if you are comfortable sharing shopping queries with fiberagent.shop; avoid sensitive search terms and review the service’s privacy and affiliate terms.

What this means

Cashback earnings, stats, and reputation may become tied to the wallet and agent ID you provide.

Why it was flagged

The registration tool associates an agent name with a supplied Monad wallet address and crypto preference on the external service.

Skill content
body: JSON.stringify({ agent_name: agent_id, wallet_address: wallet_address, crypto_preference: crypto_preference })
Recommendation

Verify the wallet address and agent ID before registration, never provide wallet seed phrases or private keys, and treat any returned account token as sensitive.

What this means

Recommended links may be tracked affiliate links, and rewards may go to the configured agent wallet when purchases occur.

Why it was flagged

The skill’s outputs include affiliate links and crypto rewards, creating a monetized recommendation context that is disclosed in the artifact.

Skill content
Returns the best deal with affiliate link that earns crypto
Recommendation

Compare final prices independently and disclose affiliate tracking when sharing shopping recommendations with others.