Skip to main content

vss-frag

Generates video summary reports using the VSS video_search_frag extension, enhancing video analysis with advanced retrieval techniques.

Install this skill

or
0/100

Security score

The vss-frag skill was audited on May 16, 2026 and we found 35 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 84

Template literal with variable interpolation in command context

SourceSKILL.md
84```bash
medium line 147

Template literal with variable interpolation in command context

SourceSKILL.md
147```bash
medium line 175

Template literal with variable interpolation in command context

SourceSKILL.md
175```bash
medium line 192

Template literal with variable interpolation in command context

SourceSKILL.md
192```bash
medium line 201

Template literal with variable interpolation in command context

SourceSKILL.md
201```bash
medium line 219

Template literal with variable interpolation in command context

SourceSKILL.md
219```bash
medium line 239

Template literal with variable interpolation in command context

SourceSKILL.md
239```bash
medium line 247

Template literal with variable interpolation in command context

SourceSKILL.md
247```bash
medium line 89

Curl to non-GitHub URL

SourceSKILL.md
89curl -sf --max-time 5 "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/health" >/dev/null \
medium line 148

Curl to non-GitHub URL

SourceSKILL.md
148curl -sS -X POST "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/v1/chat" \
medium line 176

Curl to non-GitHub URL

SourceSKILL.md
176curl -sS -X POST "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/v1/chat" \
medium line 202

Curl to non-GitHub URL

SourceSKILL.md
202curl -sS "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/executions/EXECUTION_ID" | python3 -m json.tool
medium line 220

Curl to non-GitHub URL

SourceSKILL.md
220curl -sS "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/executions/EXECUTION_ID" | python3 -m json.tool
medium line 240

Curl to non-GitHub URL

SourceSKILL.md
240curl -sS "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/health"
medium line 248

Curl to non-GitHub URL

SourceSKILL.md
248curl -sS -X POST "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/v1/chat" \
medium line 24

Access to .env file

SourceSKILL.md
24> **Environment variables:** All commands use values from the `.env` file at
medium line 25

Access to .env file

SourceSKILL.md
25> `deployments/developer-workflow/dev-profile-lvs/.env`. Edit it before deploying.
medium line 29

Access to .env file

SourceSKILL.md
29### Step 1: Configure the .env file
low line 32

Access to .env file

SourceSKILL.md
32nano deployments/developer-workflow/dev-profile-lvs/.env
low line 61

Access to .env file

SourceSKILL.md
61--env-file ../deployments/developer-workflow/dev-profile-lvs/.env \
low line 74

Access to .env file

SourceSKILL.md
74--env-file ../deployments/developer-workflow/dev-profile-lvs/.env \
low line 100

Access to .env file

SourceSKILL.md
100--env-file ../deployments/developer-workflow/dev-profile-lvs/.env \
low line 112

Access to .env file

SourceSKILL.md
112--env-file ../deployments/developer-workflow/dev-profile-lvs/.env \
low line 118

Access to .env file

SourceSKILL.md
118--env-file ../deployments/developer-workflow/dev-profile-lvs/.env \
low line 125

Access to .env file

SourceSKILL.md
125--env-file ../deployments/developer-workflow/dev-profile-lvs/.env \
low line 37

External URL reference

SourceSKILL.md
37- `NGC_CLI_API_KEY` — from https://ngc.nvidia.com/
low line 38

External URL reference

SourceSKILL.md
38- `NVIDIA_API_KEY` — from https://build.nvidia.com/
low line 89

External URL reference

SourceSKILL.md
89curl -sf --max-time 5 "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/health" >/dev/null \
low line 148

External URL reference

SourceSKILL.md
148curl -sS -X POST "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/v1/chat" \
low line 176

External URL reference

SourceSKILL.md
176curl -sS -X POST "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/v1/chat" \
low line 194

External URL reference

SourceSKILL.md
194"http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/executions/EXECUTION_ID/interactions/INTERACTION_ID/response" \
low line 202

External URL reference

SourceSKILL.md
202curl -sS "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/executions/EXECUTION_ID" | python3 -m json.tool
low line 220

External URL reference

SourceSKILL.md
220curl -sS "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/executions/EXECUTION_ID" | python3 -m json.tool
low line 240

External URL reference

SourceSKILL.md
240curl -sS "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/health"
low line 248

External URL reference

SourceSKILL.md
248curl -sS -X POST "http://${HOST_IP}:${VSS_AGENT_PORT:-8000}/v1/chat" \
Scanned on May 16, 2026
View Security Dashboard
Installation guide →