fal-optimization
Optimizes performance and costs for fal.ai integrations through strategies like parallel processing and serverless scaling.
Install this skill
Security score
The fal-optimization skill was audited on May 22, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 164 | connectionKey: `user-${userId}`, |
Template literal with variable interpolation in command context
| 341 | const cacheKey = `${prompt}-${seed}`; |
Template literal with variable interpolation in command context
| 454 | console.log(`Queue position: ${update.queue_position}`); |
Template literal with variable interpolation in command context
| 460 | console.log(`Total time: ${elapsed}ms`); |
Webhook reference - potential data exfiltration
| 5 | PROACTIVELY activate for: (1) Queue vs run performance, (2) Parallel request batching, (3) Streaming for real-time UI, (4) WebSocket for interactive apps, (5) Model cost comparison, (6) Image size opt |
Webhook reference - potential data exfiltration
| 15 | | Avoid polling | Use webhooks | Lower API calls | |
Webhook reference - potential data exfiltration
| 37 | - Choosing between polling and webhooks |
Webhook reference - potential data exfiltration
| 316 | ### 4. Use Webhooks for High Volume |
Webhook reference - potential data exfiltration
| 318 | Avoid polling overhead with webhooks: |
Webhook reference - potential data exfiltration
| 327 | // Use webhooks |
Webhook reference - potential data exfiltration
| 330 | webhookUrl: "https://your-server.com/webhook" |
Webhook reference - potential data exfiltration
| 332 | // No polling needed - result delivered to webhook |
Webhook reference - potential data exfiltration
| 522 | - [ ] Webhook callbacks instead of polling |
External URL reference
| 330 | webhookUrl: "https://your-server.com/webhook" |