youtube-search
Enables users to search YouTube videos, channels, and playlists using AIsa's unified API without needing a Google API key.
Install this skill
Security score
The youtube-search skill was audited on May 17, 2026 and we found 36 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 230 | 'Authorization': `Bearer ${process.env.AISA_API_KEY}` |
Curl to non-GitHub URL
| 84 | curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=machine+learning+tutorial" \ |
Curl to non-GitHub URL
| 91 | curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+news&gl=us&hl=en" \ |
Curl to non-GitHub URL
| 99 | curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=python+tutorial&sp=EgIQAQ%3D%3D" \ |
Fetch to external URL
| 234 | const results = await fetch( |
Fetch to external URL
| 242 | const filtered = await fetch( |
Access to .env file
| 230 | 'Authorization': `Bearer ${process.env.AISA_API_KEY}` |
External URL reference
| 8 | homepage: https://aisa.one |
External URL reference
| 27 | 'https://api.aisa.one/apis/v1/youtube/search', |
External URL reference
| 38 | https://api.aisa.one/apis/v1/youtube/search |
External URL reference
| 59 | 1. Sign in or create an account at [AIsa Marketplace](https://marketplace.aisa.one) |
External URL reference
| 84 | curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=machine+learning+tutorial" \ |
External URL reference
| 91 | curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+news&gl=us&hl=en" \ |
External URL reference
| 99 | curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=python+tutorial&sp=EgIQAQ%3D%3D" \ |
External URL reference
| 124 | "link": "https://www.youtube.com/watch?v=abc123xyz", |
External URL reference
| 127 | "link": "https://www.youtube.com/channel/UCxyz123", |
External URL reference
| 128 | "thumbnail": "https://yt3.ggpht.com/..." |
External URL reference
| 135 | "static": "https://i.ytimg.com/vi/abc123xyz/hq720.jpg", |
External URL reference
| 136 | "rich": "https://i.ytimg.com/an_webp/abc123xyz/mqdefault_6s.webp" |
External URL reference
| 155 | "link": "https://www.youtube.com/watch?v=...", |
External URL reference
| 209 | 'https://api.aisa.one/apis/v1/youtube/search', |
External URL reference
| 218 | 'https://api.aisa.one/apis/v1/youtube/search', |
External URL reference
| 235 | 'https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+agents+tutorial', |
External URL reference
| 243 | 'https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=deep+learning&gl=us&hl=en&sp=EgIQAQ%3D%3D', |
External URL reference
| 258 | 'https://api.aisa.one/apis/v1/youtube/search', |
External URL reference
| 268 | 'https://api.aisa.one/apis/v1/youtube/search', |
External URL reference
| 288 | url = f'https://api.aisa.one/apis/v1/youtube/search?{urllib.parse.urlencode(params)}' |
External URL reference
| 319 | 'https://api.aisa.one/apis/v1/youtube/search', |
External URL reference
| 327 | 'https://api.aisa.one/v1/chat/completions', |
External URL reference
| 345 | 'https://api.aisa.one/apis/v1/youtube/search', |
External URL reference
| 351 | 'https://api.aisa.one/apis/v1/search/smart', |
External URL reference
| 361 | - Video URLs follow the format `https://www.youtube.com/watch?v={videoId}` |
External URL reference
| 362 | - Channel URLs follow the format `https://www.youtube.com/channel/{channelId}` |
External URL reference
| 395 | 'https://api.aisa.one/apis/v1/youtube/search', |
External URL reference
| 417 | - [AIsa Dashboard / Marketplace](https://marketplace.aisa.one) |
External URL reference
| 421 | - [ClawHub Skills](https://clawhub.ai) |