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.pyexecutes thegphoto2CLI utility usingsubprocess.callto 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.orgfor 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
ptpipsubcommand 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