Skip to main content

replicate

Enables users to run open-source ML models in the cloud via the Replicate API for tasks like image and text generation.

Install this skill

or
36/100

Security score

The replicate skill was audited on May 16, 2026 and we found 24 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 51

Curl to non-GitHub URL

SourceSKILL.md
51curl -s -X POST "https://api.replicate.com/v1/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json" -d @/tmp/replicate_prediction.json | jq '{id, sta
medium line 71

Curl to non-GitHub URL

SourceSKILL.md
71curl -s -X POST "https://api.replicate.com/v1/models/<owner>/<model-name>/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json" -d @/tmp/replicate_pr
medium line 79

Curl to non-GitHub URL

SourceSKILL.md
79curl -s "https://api.replicate.com/v1/predictions/<prediction-id>" --header "Authorization: Bearer $REPLICATE_TOKEN" | jq '{id, status, output, error}'
medium line 106

Curl to non-GitHub URL

SourceSKILL.md
106curl -s -X POST "https://api.replicate.com/v1/models/black-forest-labs/flux-schnell/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json" -d @/tmp/re
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
126curl -s -X POST "https://api.replicate.com/v1/models/stability-ai/sdxl/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json" -d @/tmp/replicate_sdxl.
medium line 143

Curl to non-GitHub URL

SourceSKILL.md
143curl -s -X POST "https://api.replicate.com/v1/models/meta/llama-3-70b-instruct/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json" -d @/tmp/replica
medium line 151

Curl to non-GitHub URL

SourceSKILL.md
151curl -s "https://api.replicate.com/v1/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" | jq '.results[] | {id, status, created_at, urls}'
medium line 157

Curl to non-GitHub URL

SourceSKILL.md
157curl -s "https://api.replicate.com/v1/models" --header "Authorization: Bearer $REPLICATE_TOKEN" | jq '.results[] | {url, description}'
medium line 165

Curl to non-GitHub URL

SourceSKILL.md
165curl -s "https://api.replicate.com/v1/models/<owner>/<model-name>" --header "Authorization: Bearer $REPLICATE_TOKEN" | jq '{url, description, latest_version}'
medium line 183

Curl to non-GitHub URL

SourceSKILL.md
183curl -s -X POST "https://api.replicate.com/v1/deployments/<deployment-owner>/<deployment-name>/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json"
low line 10

External URL reference

SourceSKILL.md
10> Official docs: `https://replicate.com/docs/reference/http`
low line 27

External URL reference

SourceSKILL.md
27Connect the **Replicate** connector at [app.vm0.ai/connectors](https://app.vm0.ai/connectors).
low line 29

External URL reference

SourceSKILL.md
29> **Troubleshooting:** If requests fail, run `zero doctor check-connector --env-name REPLICATE_TOKEN` or `zero doctor check-connector --url https://api.replicate.com/v1/models --method GET`
low line 51

External URL reference

SourceSKILL.md
51curl -s -X POST "https://api.replicate.com/v1/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json" -d @/tmp/replicate_prediction.json | jq '{id, sta
low line 71

External URL reference

SourceSKILL.md
71curl -s -X POST "https://api.replicate.com/v1/models/<owner>/<model-name>/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json" -d @/tmp/replicate_pr
low line 79

External URL reference

SourceSKILL.md
79curl -s "https://api.replicate.com/v1/predictions/<prediction-id>" --header "Authorization: Bearer $REPLICATE_TOKEN" | jq '{id, status, output, error}'
low line 106

External URL reference

SourceSKILL.md
106curl -s -X POST "https://api.replicate.com/v1/models/black-forest-labs/flux-schnell/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json" -d @/tmp/re
low line 126

External URL reference

SourceSKILL.md
126curl -s -X POST "https://api.replicate.com/v1/models/stability-ai/sdxl/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json" -d @/tmp/replicate_sdxl.
low line 143

External URL reference

SourceSKILL.md
143curl -s -X POST "https://api.replicate.com/v1/models/meta/llama-3-70b-instruct/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json" -d @/tmp/replica
low line 151

External URL reference

SourceSKILL.md
151curl -s "https://api.replicate.com/v1/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" | jq '.results[] | {id, status, created_at, urls}'
low line 157

External URL reference

SourceSKILL.md
157curl -s "https://api.replicate.com/v1/models" --header "Authorization: Bearer $REPLICATE_TOKEN" | jq '.results[] | {url, description}'
low line 165

External URL reference

SourceSKILL.md
165curl -s "https://api.replicate.com/v1/models/<owner>/<model-name>" --header "Authorization: Bearer $REPLICATE_TOKEN" | jq '{url, description, latest_version}'
low line 183

External URL reference

SourceSKILL.md
183curl -s -X POST "https://api.replicate.com/v1/deployments/<deployment-owner>/<deployment-name>/predictions" --header "Authorization: Bearer $REPLICATE_TOKEN" --header "Content-Type: application/json"
low line 192

External URL reference

SourceSKILL.md
1923. **Image output**: `output` will be an array of URLs (e.g. `["https://replicate.delivery/..."]`). Download with `curl -L`.
Scanned on May 16, 2026
View Security Dashboard
Installation guide →