Skip to main content

crypto-prices-criptoya

Fetches cryptocurrency prices and fees from CriptoYa, allowing users to compare exchanges and get real-time data.

Install this skill

or
81/100

Security score

The crypto-prices-criptoya skill was audited on Mar 3, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 31

Curl to non-GitHub URL

SourceSKILL.md
31curl -s "https://criptoya.com/api/BTC/ARS/0.1" | jq '.'
medium line 32

Curl to non-GitHub URL

SourceSKILL.md
32curl -s "https://criptoya.com/api/belo/BTC/ARS/0.1" | jq '.'
medium line 33

Curl to non-GitHub URL

SourceSKILL.md
33curl -s "https://criptoya.com/api/fees" | jq '.'
low line 16

External URL reference

SourceSKILL.md
16- **Base URL**: `https://criptoya.com`
low line 31

External URL reference

SourceSKILL.md
31curl -s "https://criptoya.com/api/BTC/ARS/0.1" | jq '.'
low line 32

External URL reference

SourceSKILL.md
32curl -s "https://criptoya.com/api/belo/BTC/ARS/0.1" | jq '.'
low line 33

External URL reference

SourceSKILL.md
33curl -s "https://criptoya.com/api/fees" | jq '.'
Scanned on Mar 3, 2026
View Security Dashboard