video-search
Enables natural language search across video archives, locating events, objects, and people using advanced semantic search techniques.
Install this skill
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
Template literal with variable interpolation in command context
| 32 | ```bash |
Template literal with variable interpolation in command context
| 110 | ```bash |
Template literal with variable interpolation in command context
| 119 | ```bash |
Template literal with variable interpolation in command context
| 135 | # Consider only RTSP sources with `search_source_type` filter i.e. live camera streams |
Template literal with variable interpolation in command context
| 160 | Open `http://${HOST_IP}:3000/` and type natural-language queries: |
Template literal with variable interpolation in command context
| 175 | ```bash |
Curl to non-GitHub URL
| 33 | curl -sf --max-time 5 "http://${HOST_IP}:8000/docs" >/dev/null \ |
Curl to non-GitHub URL
| 34 | && curl -sf --max-time 5 "http://${HOST_IP}:9200/" >/dev/null |
Curl to non-GitHub URL
| 112 | curl -s -X POST http://${HOST_IP}:8000/generate \ |
Curl to non-GitHub URL
| 121 | curl -s -X POST http://${HOST_IP}:8000/generate \ |
Curl to non-GitHub URL
| 126 | curl -s -X POST http://${HOST_IP}:8000/generate \ |
Curl to non-GitHub URL
| 131 | curl -s -X POST http://${HOST_IP}:8000/generate \ |
Curl to non-GitHub URL
| 136 | curl -s -X POST http://${HOST_IP}:8000/generate \ |
External URL reference
| 33 | curl -sf --max-time 5 "http://${HOST_IP}:8000/docs" >/dev/null \ |
External URL reference
| 34 | && curl -sf --max-time 5 "http://${HOST_IP}:9200/" >/dev/null |
External URL reference
| 75 | `POST http://.../generate` request until the user has supplied an |
External URL reference
| 112 | curl -s -X POST http://${HOST_IP}:8000/generate \ |
External URL reference
| 121 | curl -s -X POST http://${HOST_IP}:8000/generate \ |
External URL reference
| 126 | curl -s -X POST http://${HOST_IP}:8000/generate \ |
External URL reference
| 131 | curl -s -X POST http://${HOST_IP}:8000/generate \ |
External URL reference
| 136 | curl -s -X POST http://${HOST_IP}:8000/generate \ |
External URL reference
| 160 | Open `http://${HOST_IP}:3000/` and type natural-language queries: |
External URL reference
| 176 | npx agent-browser --auto-connect open http://${HOST_IP}:3000 |