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

Categories Tested

Security Issues

medium line 511

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Access to .env file

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
593- Check https://fal.ai/pricing for current rates
Scanned on May 22, 2026
View Security Dashboard
Installation guide →