camera-provider-reolink

Pass

Audited by Gen Agent Trust Hub on Mar 10, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill integrates with Reolink cameras using standard RTSP and HTTP API methods. It requires the user to provide connection details (IP, username, password) which are used locally to communicate with the camera hardware.
  • [EXTERNAL_DOWNLOADS]: The skill specifies standard Python dependencies (reolink-aio and aiohttp) from public registries. These are well-known libraries for camera integration and asynchronous HTTP requests.
  • [COMMAND_EXECUTION]: The provided scripts handle local camera interactions such as fetching snapshots and generating stream URLs without executing arbitrary or dangerous system commands.
  • [DATA_EXFILTRATION]: While the skill handles sensitive camera credentials, they are only used to authenticate against the camera's local IP address or to generate RTSP URLs for a local media server (go2rtc). No data is sent to external or untrusted third-party services.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 10, 2026, 12:49 AM