video-analytics
Queries video analytics data from Elasticsearch to retrieve incidents, alerts, and metrics for analysis and reporting.
Install this skill
or
71/100
Security score
The video-analytics skill was audited on May 16, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 24
Template literal with variable interpolation in command context
SourceSKILL.md
| 24 | ```bash |
medium line 25
Curl to non-GitHub URL
SourceSKILL.md
| 25 | curl -sf --max-time 5 "http://${HOST_IP}:9901/mcp" >/dev/null 2>&1 || \ |
medium line 26
Curl to non-GitHub URL
SourceSKILL.md
| 26 | curl -sf --max-time 5 "http://${HOST_IP}:9901/" >/dev/null |
medium line 52
Curl to non-GitHub URL
SourceSKILL.md
| 52 | SESSION_ID=$(curl -si -X POST http://localhost:9901/mcp \ |
medium line 59
Curl to non-GitHub URL
SourceSKILL.md
| 59 | curl -s -X POST http://localhost:9901/mcp \ |
low line 25
External URL reference
SourceSKILL.md
| 25 | curl -sf --max-time 5 "http://${HOST_IP}:9901/mcp" >/dev/null 2>&1 || \ |
low line 26
External URL reference
SourceSKILL.md
| 26 | curl -sf --max-time 5 "http://${HOST_IP}:9901/" >/dev/null |
low line 52
External URL reference
SourceSKILL.md
| 52 | SESSION_ID=$(curl -si -X POST http://localhost:9901/mcp \ |
low line 59
External URL reference
SourceSKILL.md
| 59 | curl -s -X POST http://localhost:9901/mcp \ |
Scanned on May 16, 2026
View Security DashboardGitHub Stars 1.3K
Rate this skill
Categorydata analytics
UpdatedMay 20, 2026
NVIDIA-AI-Blueprints/video-search-and-summarization