Crypto Prices in Latam by Criptoya

PassAudited by ClawScan on May 1, 2026.

Overview

This is a narrow, instruction-only skill for fetching public crypto price data from CriptoYa, with no credentials, installs, persistence, or data mutation.

This appears safe for public crypto quote lookups. Before installing, note that it may make external requests to criptoya.com and depends on command-line tools such as curl/jq being available, but it does not request credentials or modify accounts or files.

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

When used, the agent may contact criptoya.com to retrieve public market data for the requested cryptocurrency pair or exchange.

Why it was flagged

The skill asks the agent to use local command-line tools to call an external API. This is expected for the stated purpose and is bounded to CriptoYa price/fee endpoints, but users should be aware that the agent may make network requests when invoked.

Skill content
Ejecutar `curl -s` y parsear con `jq`.
Recommendation

Use it for public price and fee lookups only, and ensure you are comfortable with the agent making requests to CriptoYa; no credentials are needed.