Skip to main content

modal-knowledge

Provides comprehensive knowledge of Modal.com, covering features, pricing, and best practices for serverless cloud platform usage.

Install this skill

or
38/100

Security score

The modal-knowledge skill was audited on May 12, 2026 and we found 6 security issues across 2 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

high line 328

Direct command execution function call

SourceSKILL.md
328call = func.spawn(data)
high line 332

Direct command execution function call

SourceSKILL.md
332calls = [func.spawn(item) for item in items]
critical line 502

Direct command execution function call

SourceSKILL.md
502| Async spawn | `func.spawn(arg)` |
medium line 270

Python subprocess execution

SourceSKILL.md
270subprocess.run(["python", "-m", "http.server", "8000"])
low line 157

Access to .env file

SourceSKILL.md
157image.env({"VAR": "value"})
low line 199

Access to .env file

SourceSKILL.md
199# From .env file
Scanned on May 12, 2026
View Security Dashboard
Installation guide →