Skip to main content

perplexity-search

Enables citation-backed web answers and analytical reasoning using AIsa's Perplexity Sonar for in-depth research and reporting.

Install this skill

or
80/100

Security score

The perplexity-search skill was audited on Jul 28, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 74

Curl to non-GitHub URL

SourceSKILL.md
72
73```bash
74curl -X POST "https://api.aisa.one/apis/v1/perplexity/sonar" \
75 -H "Authorization: Bearer $AISA_API_KEY" \
76 -H "Content-Type: application/json" \
medium line 88

Curl to non-GitHub URL

SourceSKILL.md
86
87```bash
88curl -X POST "https://api.aisa.one/apis/v1/perplexity/sonar-pro" \
89 -H "Authorization: Bearer $AISA_API_KEY" \
90 -H "Content-Type: application/json" \
medium line 102

Curl to non-GitHub URL

SourceSKILL.md
100
101```bash
102curl -X POST "https://api.aisa.one/apis/v1/perplexity/sonar-reasoning-pro" \
103 -H "Authorization: Bearer $AISA_API_KEY" \
104 -H "Content-Type: application/json" \
medium line 116

Curl to non-GitHub URL

SourceSKILL.md
114
115```bash
116curl -X POST "https://api.aisa.one/apis/v1/perplexity/sonar-deep-research" \
117 -H "Authorization: Bearer $AISA_API_KEY" \
118 -H "Content-Type: application/json" \
Scanned on Jul 28, 2026
View Security Dashboard
Installation guide →