gphoto2-tether

Pass

Audited by Gen Agent Trust Hub on Jun 27, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The script scripts/tether.py executes the gphoto2 CLI utility using subprocess.call to perform camera operations.
  • The commands are constructed as lists of arguments, which is a secure practice to prevent shell injection vulnerabilities.
  • The script provides subcommands for detection, capture, preview, movie recording, bulk download, and configuration management.
  • [EXTERNAL_DOWNLOADS]: The documentation references gphoto.org for camera support lists and technical manuals.
  • It correctly identifies and warns about the use of HTTP for the project's website due to certificate issues.
  • [DATA_EXFILTRATION]: The skill includes a ptpip subcommand that enables network connections to a camera's IP address and port for remote control.
  • This functionality is standard for PTP/IP (Picture Transfer Protocol over IP) and is used for Wi-Fi tethering.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 27, 2026, 09:53 AM
Security Audit — agent-trust-hub — gphoto2-tether