Skip to main content

runwayml

Generates AI videos, images, and audio using Runway API for high-quality multimedia content creation.

Install this skill

or
57/100

Security score

The runwayml skill was audited on Feb 17, 2026 and we found 27 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 66

Template literal with variable interpolation in command context

SourceSKILL.md
66console.log(`Video URL: ${task.output[0]}`);
medium line 83

Curl to non-GitHub URL

SourceSKILL.md
83curl -X POST "https://api.dev.runwayml.com/v1/image_to_video" \
medium line 96

Curl to non-GitHub URL

SourceSKILL.md
96curl -X POST "https://api.dev.runwayml.com/v1/image_to_video" \
medium line 108

Curl to non-GitHub URL

SourceSKILL.md
108curl "https://api.dev.runwayml.com/v1/tasks/{task_id}" \
low line 385

Base64 decode operation

SourceSKILL.md
385data_uri = f"data:image/jpeg;base64,{base64.b64encode(f.read()).decode()}"
low line 31

External URL reference

SourceSKILL.md
31prompt_image="https://example.com/image.jpg",
low line 59

External URL reference

SourceSKILL.md
59promptImage: "https://example.com/image.jpg",
low line 83

External URL reference

SourceSKILL.md
83curl -X POST "https://api.dev.runwayml.com/v1/image_to_video" \
low line 89

External URL reference

SourceSKILL.md
89"promptImage": "https://example.com/image.jpg",
low line 96

External URL reference

SourceSKILL.md
96curl -X POST "https://api.dev.runwayml.com/v1/image_to_video" \
low line 108

External URL reference

SourceSKILL.md
108curl "https://api.dev.runwayml.com/v1/tasks/{task_id}" \
low line 147

External URL reference

SourceSKILL.md
147> 1 credit = $0.01. Get credits at [dev.runwayml.com](https://dev.runwayml.com)
low line 180

External URL reference

SourceSKILL.md
180prompt_image="https://example.com/image.jpg",
low line 200

External URL reference

SourceSKILL.md
200prompt_image="https://example.com/image.jpg",
low line 217

External URL reference

SourceSKILL.md
217video_uri="https://example.com/source.mp4",
low line 219

External URL reference

SourceSKILL.md
219references=[{"uri": "https://example.com/style_ref.jpg"}] # Optional style reference
low line 232

External URL reference

SourceSKILL.md
232character={"type": "image", "uri": "https://example.com/character.jpg"}, # or type: "video"
low line 233

External URL reference

SourceSKILL.md
233reference={"type": "video", "uri": "https://example.com/performance.mp4"}
low line 253

External URL reference

SourceSKILL.md
253prompt_image="https://example.com/starting_frame.jpg",
low line 282

External URL reference

SourceSKILL.md
282{"uri": "https://example.com/eiffel.jpg", "tag": "EiffelTower"},
low line 283

External URL reference

SourceSKILL.md
283{"uri": "https://example.com/starry.jpg", "tag": "StarryNight"}
low line 294

External URL reference

SourceSKILL.md
294{"uri": "https://example.com/subject.jpg", "tag": "subject"},
low line 295

External URL reference

SourceSKILL.md
295{"uri": "https://example.com/style.jpg"} # No tag = style reference
low line 331

External URL reference

SourceSKILL.md
331audio_uri="https://example.com/noisy_audio.mp3"
low line 340

External URL reference

SourceSKILL.md
340audio_uri="https://example.com/speech.mp3",
low line 354

External URL reference

SourceSKILL.md
354media={"type": "audio", "uri": "https://example.com/original.mp3"}, # or type: "video"
low line 488

External URL reference

SourceSKILL.md
488- [Developer Portal](https://dev.runwayml.com/) - API keys and account management
Scanned on Feb 17, 2026
View Security Dashboard