Skip to main content

reapi

Enables users to generate images and videos via reAPI, handling tasks and retrieving media URLs efficiently.

Install this skill

or
82/100

Security score

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

Categories Tested

Security Issues

medium line 134

Curl to non-GitHub URL

SourceSKILL.md
134curl https://reapi.ai/api/v1/images/generations \
medium line 141

Curl to non-GitHub URL

SourceSKILL.md
141curl https://reapi.ai/api/v1/tasks/task_xxx \
low line 3

External URL reference

SourceSKILL.md
3description: "Call public reAPI APIs to submit image/video generation tasks, poll task status, and return generated media URLs. Requires REAPI_API_KEY or REAPI_KEY from https://reapi.ai."
low line 11

External URL reference

SourceSKILL.md
11Default API base URL: `https://reapi.ai`.
low line 30

External URL reference

SourceSKILL.md
301. Open `https://reapi.ai`.
low line 42

External URL reference

SourceSKILL.md
42- `REAPI_BASE_URL`: override the API base URL. Defaults to `https://reapi.ai`.
low line 46

External URL reference

SourceSKILL.md
46`https://reapi.ai` to create the key.
low line 134

External URL reference

SourceSKILL.md
134curl https://reapi.ai/api/v1/images/generations \
low line 141

External URL reference

SourceSKILL.md
141curl https://reapi.ai/api/v1/tasks/task_xxx \
low line 174

External URL reference

SourceSKILL.md
174- Public docs: `https://reapi.ai/docs`
Scanned on May 13, 2026
View Security Dashboard
Installation guide →