Skip to main content

fal-optimization

Optimizes performance and costs for fal.ai integrations through strategies like parallel processing and serverless scaling.

Install this skill

or
46/100

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

medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160connectionKey: `user-${userId}`,
medium line 337

Template literal with variable interpolation in command context

SourceSKILL.md
337const cacheKey = `${prompt}-${seed}`;
medium line 450

Template literal with variable interpolation in command context

SourceSKILL.md
450console.log(`Queue position: ${update.queue_position}`);
medium line 456

Template literal with variable interpolation in command context

SourceSKILL.md
456console.log(`Total time: ${elapsed}ms`);
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: 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
medium line 11

Webhook reference - potential data exfiltration

SourceSKILL.md
11| Avoid polling | Use webhooks | Lower API calls |
medium line 33

Webhook reference - potential data exfiltration

SourceSKILL.md
33- Choosing between polling and webhooks
medium line 312

Webhook reference - potential data exfiltration

SourceSKILL.md
312### 4. Use Webhooks for High Volume
medium line 314

Webhook reference - potential data exfiltration

SourceSKILL.md
314Avoid polling overhead with webhooks:
low line 323

Webhook reference - potential data exfiltration

SourceSKILL.md
323// Use webhooks
low line 326

Webhook reference - potential data exfiltration

SourceSKILL.md
326webhookUrl: "https://your-server.com/webhook"
low line 328

Webhook reference - potential data exfiltration

SourceSKILL.md
328// No polling needed - result delivered to webhook
medium line 518

Webhook reference - potential data exfiltration

SourceSKILL.md
518- [ ] Webhook callbacks instead of polling
low line 326

External URL reference

SourceSKILL.md
326webhookUrl: "https://your-server.com/webhook"
Scanned on Feb 21, 2026
View Security Dashboard