search
Aisa Search provides intelligent multi-source retrieval for agents, enabling structured web and scholar searches with citation support.
Install this skill
or
40/100
Security score
The search skill was audited on Jul 28, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 84
Curl to non-GitHub URL
SourceSKILL.md
| 82 | |
| 83 | ```bash |
| 84 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/web?query=AI+frameworks&max_num_results=10" \ |
| 85 | -H "Authorization: Bearer $AISA_API_KEY" |
| 86 | ``` |
medium line 91
Curl to non-GitHub URL
SourceSKILL.md
| 89 | |
| 90 | ```bash |
| 91 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/scholar?query=transformer+models&max_num_results=10" \ |
| 92 | -H "Authorization: Bearer $AISA_API_KEY" |
| 93 |
medium line 94
Curl to non-GitHub URL
SourceSKILL.md
| 92 | -H "Authorization: Bearer $AISA_API_KEY" |
| 93 | |
| 94 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/scholar?query=LLM&max_num_results=10&as_ylo=2024&as_yhi=2025" \ |
| 95 | -H "Authorization: Bearer $AISA_API_KEY" |
| 96 | ``` |
medium line 101
Curl to non-GitHub URL
SourceSKILL.md
| 99 | |
| 100 | ```bash |
| 101 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/smart?query=machine+learning+optimization&max_num_results=10" \ |
| 102 | -H "Authorization: Bearer $AISA_API_KEY" |
| 103 | ``` |
medium line 127
Curl to non-GitHub URL
SourceSKILL.md
| 125 | |
| 126 | ```bash |
| 127 | curl -X POST "https://api.aisa.one/apis/v1/perplexity/sonar" \ |
| 128 | -H "Authorization: Bearer $AISA_API_KEY" \ |
| 129 | -H "Content-Type: application/json" \ |
medium line 141
Curl to non-GitHub URL
SourceSKILL.md
| 139 | |
| 140 | ```bash |
| 141 | curl -X POST "https://api.aisa.one/apis/v1/perplexity/sonar-pro" \ |
| 142 | -H "Authorization: Bearer $AISA_API_KEY" \ |
| 143 | -H "Content-Type: application/json" \ |
medium line 155
Curl to non-GitHub URL
SourceSKILL.md
| 153 | |
| 154 | ```bash |
| 155 | curl -X POST "https://api.aisa.one/apis/v1/perplexity/sonar-reasoning-pro" \ |
| 156 | -H "Authorization: Bearer $AISA_API_KEY" \ |
| 157 | -H "Content-Type: application/json" \ |
medium line 169
Curl to non-GitHub URL
SourceSKILL.md
| 167 | |
| 168 | ```bash |
| 169 | curl -X POST "https://api.aisa.one/apis/v1/perplexity/sonar-deep-research" \ |
| 170 | -H "Authorization: Bearer $AISA_API_KEY" \ |
| 171 | -H "Content-Type: application/json" \ |
medium line 183
Curl to non-GitHub URL
SourceSKILL.md
| 181 | |
| 182 | ```bash |
| 183 | curl -X POST "https://api.aisa.one/apis/v1/tavily/search" \ |
| 184 | -H "Authorization: Bearer $AISA_API_KEY" \ |
| 185 | -H "Content-Type: application/json" \ |
medium line 188
Curl to non-GitHub URL
SourceSKILL.md
| 186 | -d '{"query":"latest AI developments"}' |
| 187 | |
| 188 | curl -X POST "https://api.aisa.one/apis/v1/tavily/extract" \ |
| 189 | -H "Authorization: Bearer $AISA_API_KEY" \ |
| 190 | -H "Content-Type: application/json" \ |
medium line 193
Curl to non-GitHub URL
SourceSKILL.md
| 191 | -d '{"urls":["https://example.com/article"]}' |
| 192 | |
| 193 | curl -X POST "https://api.aisa.one/apis/v1/tavily/crawl" \ |
| 194 | -H "Authorization: Bearer $AISA_API_KEY" \ |
| 195 | -H "Content-Type: application/json" \ |
medium line 198
Curl to non-GitHub URL
SourceSKILL.md
| 196 | -d '{"url":"https://example.com","max_depth":2}' |
| 197 | |
| 198 | curl -X POST "https://api.aisa.one/apis/v1/tavily/map" \ |
| 199 | -H "Authorization: Bearer $AISA_API_KEY" \ |
| 200 | -H "Content-Type: application/json" \ |
Scanned on Jul 28, 2026
View Security DashboardRate this skill
Categoryeducation research
UpdatedAugust 9, 2026
claudeclaude-codecopilothermesfrontenddesigndocxgitapitestingbackendresearcherdata-analystmarketing-analysteducation researchdata analyticsmarketing
baofeng-tech/agent-skills