hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 55Snippets
export AISA_API_KEY="YOUR_AISA_API_KEY"export AISA_API_KEY="YOUR_AISA_API_KEY"network_call
Outbound network call
Outbound network call
Line 85Snippets
curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=machine+learning+tutorial" \curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+news&gl=us&hl=en" \curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=python+tutorial&sp=EgIQAQ%3D%3D" \Use the `next_page_token` from a response to fetch the next page of results:const results = await fetch(env_access
Environment variable access
Environment variable access
Line 29Snippets
headers={'Authorization': f'Bearer {os.environ["AISA_API_KEY"]}'}, 'Authorization': `Bearer ${process.env.AISA_API_KEY}`headers = {'Authorization': f'Bearer {os.environ["AISA_API_KEY"]}'} req.add_header('Authorization', f'Bearer {os.environ["AISA_API_KEY"]}')headers = {'Authorization': f'Bearer {os.environ["AISA_API_KEY"]}'}Trust Score
Updated há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
|
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:43
Run 1