videodb
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the official
videodbPython SDK to interact with VideoDB's cloud infrastructure for video processing and media generation. All sensitive operations, such as video transcoding, reframing, and AI analysis, are performed server-side on VideoDB infrastructure. - [SAFE]: The skill uses
python-dotenvfor local environment variable management, specifically instructing the user to set theirVIDEO_DB_API_KEYin a.envfile or shell environment. This is a standard and safe practice for credential management in development tools. - [SAFE]: The provided
scripts/ws_listener.pyscript is a utility for receiving real-time WebSocket events (like transcripts and visual alerts). It uses standard Pythonasyncioandwebsocketspatterns. It writes temporary state data (WebSocket IDs and PIDs) to a user-local state directory (~/.local/state/videodbby default) with restricted permissions (0700), which is a best practice for local state storage. - [SAFE]: The skill does not perform any unauthorized file access, network exfiltration, or persistence. All network operations are directed towards official VideoDB endpoints (e.g.,
console.videodb.io,stream.videodb.io) or user-provided media URLs.
Audit Metadata