Skip to main content

videodb

Enables video and audio perception, indexing, and editing with real-time alerts and searchable timelines for enhanced media workflows.

Install this skill

or
78/100

Security score

The videodb skill was audited on May 14, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 242

Webhook reference - potential data exfiltration

SourceSKILL.md
242callback_url="https://example.com/webhook",
low line 263

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Access to .env file

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

Access to .env file

SourceSKILL.md
872. Project's `.env` file in current directory
low line 98

Access to .env file

SourceSKILL.md
98load_dotenv(".env")
medium line 128

Access to .env file

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
242callback_url="https://example.com/webhook",
low line 264

External URL reference

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

External URL reference

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