Fear and Greed Index

PassAudited by ClawScan on May 1, 2026.

Overview

This is a simple instruction-only skill that fetches a public crypto sentiment index from Alternative.me without credentials or local code.

This skill appears low risk. It provides instructions for fetching a public crypto Fear & Greed Index value and does not request credentials, install code, or persist data.

Findings (1)

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 contact Alternative.me to retrieve the current crypto sentiment score.

Why it was flagged

The skill directs use of curl to call an external public API. This is a network/tool action, but it is clearly disclosed, narrow, unauthenticated, and central to the skill's market-sentiment purpose.

Skill content
curl -s "https://api.alternative.me/fng/?limit=1"
Recommendation

Install if you are comfortable with the agent making this public API request for sentiment analysis.