Skip to main content

videodb

Enables real-time video and audio processing, indexing, and editing for enhanced media management and monitoring.

Install this skill

or
63/100

Security score

The videodb skill was audited on May 18, 2026 and we found 15 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 306

Template literal with variable interpolation in command context

SourceSKILL.md
3061. **Choose state dir**: `STATE_DIR="${VIDEODB_EVENTS_DIR:-$HOME/.local/state/videodb}"`
low line 223

Webhook reference - potential data exfiltration

SourceSKILL.md
223callback_url="https://example.com/webhook",
low line 244

Webhook reference - potential data exfiltration

SourceSKILL.md
244# Async reframe for full-length videos (returns None, result via webhook):
low line 245

Webhook reference - potential data exfiltration

SourceSKILL.md
245video.reframe(target="vertical", callback_url="https://example.com/webhook")
low line 60

Access to .env file

SourceSKILL.md
60load_dotenv(".env")
medium line 68

Access to .env file

SourceSKILL.md
682. Project's `.env` file in current directory
low line 79

Access to .env file

SourceSKILL.md
79load_dotenv(".env")
medium line 109

Access to .env file

SourceSKILL.md
109- **Project `.env` file**: Save `VIDEO_DB_API_KEY=your-key` in the project's `.env` file
low line 111

External URL reference

SourceSKILL.md
111Get a free API key at [console.videodb.io](https://console.videodb.io) (50 free uploads, no credit card).
low line 121

External URL reference

SourceSKILL.md
121video = coll.upload(url="https://example.com/video.mp4")
low line 124

External URL reference

SourceSKILL.md
124video = coll.upload(url="https://www.youtube.com/watch?v=VIDEO_ID")
low line 222

External URL reference

SourceSKILL.md
222source="https://example.com/video.mp4",
low line 223

External URL reference

SourceSKILL.md
223callback_url="https://example.com/webhook",
low line 245

External URL reference

SourceSKILL.md
245video.reframe(target="vertical", callback_url="https://example.com/webhook")
low line 274

External URL reference

SourceSKILL.md
274video = coll.upload(url="https://example.com/video.mp4")
Scanned on May 18, 2026
View Security Dashboard
Installation guide →