Skip to main content

spending-analysis

Analyzes revenue and spending patterns using Polar and Tinybird APIs for data-driven marketing insights.

Install this skill

or
76/100

Security score

The spending-analysis skill was audited on May 20, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 57

Curl to non-GitHub URL

SourceSKILL.md
57curl -sL "https://api.polar.sh/v1/products" \
medium line 67

Curl to non-GitHub URL

SourceSKILL.md
67curl -sL "https://api.polar.sh/v1/orders?limit=100&product_id=$PRODUCT_ID" \
medium line 97

Curl to non-GitHub URL

SourceSKILL.md
97curl -sL "https://api.europe-west2.gcp.tinybird.co/v0/sql" \
medium line 106

Curl to non-GitHub URL

SourceSKILL.md
106curl -sL "https://api.europe-west2.gcp.tinybird.co/v0/sql" \
low line 57

External URL reference

SourceSKILL.md
57curl -sL "https://api.polar.sh/v1/products" \
low line 67

External URL reference

SourceSKILL.md
67curl -sL "https://api.polar.sh/v1/orders?limit=100&product_id=$PRODUCT_ID" \
low line 97

External URL reference

SourceSKILL.md
97curl -sL "https://api.europe-west2.gcp.tinybird.co/v0/sql" \
low line 106

External URL reference

SourceSKILL.md
106curl -sL "https://api.europe-west2.gcp.tinybird.co/v0/sql" \
Scanned on May 20, 2026
View Security Dashboard
Installation guide →