Skip to main content

video-understanding

Enables video content analysis by leveraging VSS agent for detailed visual insights and Q&A based on video frames.

Install this skill

or
82/100

Security score

The video-understanding skill was audited on May 16, 2026 and we found 6 security issues across 4 threat categories. 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 62

Template literal with variable interpolation in command context

SourceSKILL.md
62```bash
medium line 33

Curl to non-GitHub URL

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

Access to .env file

SourceSKILL.md
63# Set from deployment (compose / .env / host where vss-agent listens)
low line 33

External URL reference

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

External URL reference

SourceSKILL.md
64export VSS_AGENT_BASE_URL="http://localhost:8000"
Scanned on May 16, 2026
View Security Dashboard
Installation guide →