videodb
Audited by Runlayer on Mar 4, 2026
Malicious tool definition detected
`/tmp/videodb_capture_info.json`) so other scripts can read it. 8. **Keep the process alive.** Use `asyncio.Event` with signal handlers for `SIGINT`/`SIGTERM` to block until explicitly stopped. Write a PID file (e.g. `/tmp/videodb_capture_pid`) so the process can be stopped later with `kill $(cat /tmp/videodb_capture_pid)`.
Malicious tool definition detected
Usage: python scripts/ws_listener.py [OPTIONS] [output_dir] Arguments: output_dir Directory for output files (default: /tmp or VIDEODB_EVENTS_DIR env var) Options: --clear Clear the events file before starting (use when starting a new session) Output files: <output_dir>/videodb_events.jsonl - All WebSocket events (JSONL format) <output_dir>/videodb_ws_id - WebSocket connection ID <output_dir>/videodb_ws_pid - Process ID for easy termination Output (first line, for parsing):
Tool passed security scan
Tool passed security scan
Passed Files (9)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan