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 Feb 21, 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
| 160 | connectionKey: `user-${userId}`, |
Template literal with variable interpolation in command context
| 337 | const cacheKey = `${prompt}-${seed}`; |
Template literal with variable interpolation in command context
| 450 | console.log(`Queue position: ${update.queue_position}`); |
Template literal with variable interpolation in command context
| 456 | console.log(`Total time: ${elapsed}ms`); |
Webhook reference - potential data exfiltration
| 3 | description: Complete fal.ai optimization system. PROACTIVELY activate for: (1) Queue vs run performance, (2) Parallel request batching, (3) Streaming for real-time UI, (4) WebSocket for interactive a |
Webhook reference - potential data exfiltration
| 11 | | Avoid polling | Use webhooks | Lower API calls | |
Webhook reference - potential data exfiltration
| 33 | - Choosing between polling and webhooks |
Webhook reference - potential data exfiltration
| 312 | ### 4. Use Webhooks for High Volume |
Webhook reference - potential data exfiltration
| 314 | Avoid polling overhead with webhooks: |
Webhook reference - potential data exfiltration
| 323 | // Use webhooks |
Webhook reference - potential data exfiltration
| 326 | webhookUrl: "https://your-server.com/webhook" |
Webhook reference - potential data exfiltration
| 328 | // No polling needed - result delivered to webhook |
Webhook reference - potential data exfiltration
| 518 | - [ ] Webhook callbacks instead of polling |
External URL reference
| 326 | webhookUrl: "https://your-server.com/webhook" |
Install this skill with one command
/learn @josiahsiegel/fal-optimization