Skip to main content

perplexity-cost-tuning

Optimizes Perplexity costs through tier selection and usage monitoring, helping to reduce API expenses and implement budget alerts.

Install this skill

or
72/100

Security score

The perplexity-cost-tuning skill was audited on May 12, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109.update(`${model}:${query.toLowerCase().trim()}`)
medium line 127

Template literal with variable interpolation in command context

SourceSKILL.md
127hitRate: `${((searchCache as any).hits / ((searchCache as any).hits + (searchCache as any).misses) * 100).toFixed(1)}%`,
medium line 77

Curl to non-GitHub URL

SourceSKILL.md
77curl -X POST https://api.perplexity.ai/chat/completions \
medium line 87

Curl to non-GitHub URL

SourceSKILL.md
87curl -X POST https://api.perplexity.ai/chat/completions \
medium line 136

Curl to non-GitHub URL

SourceSKILL.md
136curl -X POST https://api.perplexity.ai/chat/completions \
low line 77

External URL reference

SourceSKILL.md
77curl -X POST https://api.perplexity.ai/chat/completions \
low line 87

External URL reference

SourceSKILL.md
87curl -X POST https://api.perplexity.ai/chat/completions \
low line 136

External URL reference

SourceSKILL.md
136curl -X POST https://api.perplexity.ai/chat/completions \
Scanned on May 12, 2026
View Security Dashboard
Installation guide →