Skip to main content

Replicate Automation

Automates Replicate AI model operations, enabling users to run predictions, manage files, and inspect model schemas efficiently.

Install this skill

or
75/100

Security score

The Replicate Automation skill was audited on Feb 21, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 42

Webhook reference - potential data exfiltration

SourceSKILL.md
42Use `REPLICATE_MODELS_PREDICTIONS_CREATE` to run inference on any model with optional synchronous waiting and webhooks.
low line 52

Webhook reference - potential data exfiltration

SourceSKILL.md
52- webhook: string (optional) -- HTTPS URL for async completion notifications
low line 53

Webhook reference - potential data exfiltration

SourceSKILL.md
53- webhook_events_filter: array (optional) -- ["start", "output", "logs", "completed"]
medium line 56

Webhook reference - potential data exfiltration

SourceSKILL.md
56**Sync vs Async:** Use `wait_for` (1-60s) for fast models. For long-running jobs, omit it and use webhooks or poll via `REPLICATE_PREDICTIONS_LIST`.
medium line 117

Webhook reference - potential data exfiltration

SourceSKILL.md
117| Sync wait limits | `wait_for` supports 1-60 seconds only. Long-running jobs need async handling via webhooks or polling `REPLICATE_PREDICTIONS_LIST`. |
medium line 115

Base64 decode operation

SourceSKILL.md
115| File upload encoding | `REPLICATE_CREATE_FILE` requires base64-encoded content. Binary files treated as text (UTF-8) will fail with decode errors. |
low line 13

External URL reference

SourceSKILL.md
13**Toolkit docs:** [composio.dev/toolkits/replicate](https://composio.dev/toolkits/replicate)
low line 19

External URL reference

SourceSKILL.md
191. Add the Composio MCP server to your client: `https://rube.app/mcp`
low line 138

External URL reference

SourceSKILL.md
138*Powered by [Composio](https://composio.dev)*
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →