Skip to main content

fal-serverless-guide

Facilitates serverless deployment of custom ML models on fal.ai, including GPU selection, scaling, and secrets management.

Install this skill

or
86/100

Security score

The fal-serverless-guide skill was audited on Feb 21, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 507

Curl to non-GitHub URL

SourceSKILL.md
507curl -X POST http://localhost:8000/predict \
medium line 549

Curl to non-GitHub URL

SourceSKILL.md
549curl -X POST "https://queue.fal.run/your-username/your-app/predict" \
low line 522

Access to .env file

SourceSKILL.md
522fal.config({ credentials: process.env.FAL_KEY });
low line 507

External URL reference

SourceSKILL.md
507curl -X POST http://localhost:8000/predict \
low line 549

External URL reference

SourceSKILL.md
549curl -X POST "https://queue.fal.run/your-username/your-app/predict" \
low line 589

External URL reference

SourceSKILL.md
589- Check https://fal.ai/pricing for current rates
Scanned on Feb 21, 2026
View Security Dashboard