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 May 22, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 164

Template literal with variable interpolation in command context

SourceSKILL.md
164connectionKey: `user-${userId}`,
medium line 341

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Webhook reference - potential data exfiltration

SourceSKILL.md
5PROACTIVELY 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
medium line 15

Webhook reference - potential data exfiltration

SourceSKILL.md
15| Avoid polling | Use webhooks | Lower API calls |
medium line 37

Webhook reference - potential data exfiltration

SourceSKILL.md
37- Choosing between polling and webhooks
medium line 316

Webhook reference - potential data exfiltration

SourceSKILL.md
316### 4. Use Webhooks for High Volume
medium line 318

Webhook reference - potential data exfiltration

SourceSKILL.md
318Avoid polling overhead with webhooks:
low line 327

Webhook reference - potential data exfiltration

SourceSKILL.md
327// Use webhooks
low line 330

Webhook reference - potential data exfiltration

SourceSKILL.md
330webhookUrl: "https://your-server.com/webhook"
low line 332

Webhook reference - potential data exfiltration

SourceSKILL.md
332// No polling needed - result delivered to webhook
medium line 522

Webhook reference - potential data exfiltration

SourceSKILL.md
522- [ ] Webhook callbacks instead of polling
low line 330

External URL reference

SourceSKILL.md
330webhookUrl: "https://your-server.com/webhook"
Scanned on May 22, 2026
View Security Dashboard
Installation guide →