documentation-auto
Provides a comprehensive reference for Gladia's speech-to-text capabilities, enabling seamless integration and transcription workflows.
Install this skill
or
79/100
Security score
The documentation-auto skill was audited on Jun 5, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 50
Curl to non-GitHub URL
SourceSKILL.md
| 50 | curl -H "x-gladia-key: YOUR_API_KEY" https://api.gladia.io/v2/pre-recorded |
medium line 154
Webhook reference - potential data exfiltration
SourceSKILL.md
| 154 | 5. **Retrieve results**: Poll `GET /v2/pre-recorded/:id` or configure webhooks/callbacks. |
medium line 196
Webhook reference - potential data exfiltration
SourceSKILL.md
| 196 | - **Polling without webhooks**: If you poll `GET /v2/pre-recorded/:id` in a tight loop, you'll hit rate limits. Use webhooks or callbacks instead, or poll with exponential backoff. |
medium line 213
Webhook reference - potential data exfiltration
SourceSKILL.md
| 213 | - [ ] Webhooks or callbacks are configured if polling is not feasible. |
low line 50
External URL reference
SourceSKILL.md
| 50 | curl -H "x-gladia-key: YOUR_API_KEY" https://api.gladia.io/v2/pre-recorded |
Scanned on Jun 5, 2026
View Security Dashboard