Skip to main content

video-search

Enables natural language search across video archives, locating events, objects, and people using advanced semantic search techniques.

Install this skill

or
15/100

Security score

The video-search skill was audited on May 16, 2026 and we found 23 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 32

Template literal with variable interpolation in command context

SourceSKILL.md
32```bash
medium line 110

Template literal with variable interpolation in command context

SourceSKILL.md
110```bash
medium line 119

Template literal with variable interpolation in command context

SourceSKILL.md
119```bash
medium line 135

Template literal with variable interpolation in command context

SourceSKILL.md
135# Consider only RTSP sources with `search_source_type` filter i.e. live camera streams
high line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160Open `http://${HOST_IP}:3000/` and type natural-language queries:
medium line 175

Template literal with variable interpolation in command context

SourceSKILL.md
175```bash
medium line 33

Curl to non-GitHub URL

SourceSKILL.md
33curl -sf --max-time 5 "http://${HOST_IP}:8000/docs" >/dev/null \
medium line 34

Curl to non-GitHub URL

SourceSKILL.md
34&& curl -sf --max-time 5 "http://${HOST_IP}:9200/" >/dev/null
medium line 112

Curl to non-GitHub URL

SourceSKILL.md
112curl -s -X POST http://${HOST_IP}:8000/generate \
medium line 121

Curl to non-GitHub URL

SourceSKILL.md
121curl -s -X POST http://${HOST_IP}:8000/generate \
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
126curl -s -X POST http://${HOST_IP}:8000/generate \
medium line 131

Curl to non-GitHub URL

SourceSKILL.md
131curl -s -X POST http://${HOST_IP}:8000/generate \
medium line 136

Curl to non-GitHub URL

SourceSKILL.md
136curl -s -X POST http://${HOST_IP}:8000/generate \
low line 33

External URL reference

SourceSKILL.md
33curl -sf --max-time 5 "http://${HOST_IP}:8000/docs" >/dev/null \
low line 34

External URL reference

SourceSKILL.md
34&& curl -sf --max-time 5 "http://${HOST_IP}:9200/" >/dev/null
low line 75

External URL reference

SourceSKILL.md
75`POST http://.../generate` request until the user has supplied an
low line 112

External URL reference

SourceSKILL.md
112curl -s -X POST http://${HOST_IP}:8000/generate \
low line 121

External URL reference

SourceSKILL.md
121curl -s -X POST http://${HOST_IP}:8000/generate \
low line 126

External URL reference

SourceSKILL.md
126curl -s -X POST http://${HOST_IP}:8000/generate \
low line 131

External URL reference

SourceSKILL.md
131curl -s -X POST http://${HOST_IP}:8000/generate \
low line 136

External URL reference

SourceSKILL.md
136curl -s -X POST http://${HOST_IP}:8000/generate \
low line 160

External URL reference

SourceSKILL.md
160Open `http://${HOST_IP}:3000/` and type natural-language queries:
low line 176

External URL reference

SourceSKILL.md
176npx agent-browser --auto-connect open http://${HOST_IP}:3000
Scanned on May 16, 2026
View Security Dashboard
Installation guide →