peertube

Pass

Audited by Gen Agent Trust Hub on Sep 2, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides a Python-based CLI tool peertube-cli that interacts with PeerTube instance APIs. Analysis of the source code confirms that it performs standard API requests using the requests library and does not execute arbitrary shell commands or unsanitized user input.
  • [CREDENTIALS_SAFE]: The skill manages authentication using OAuth2. User credentials (username/password) are only used during the login flow to obtain a token. The resulting access token is persisted locally to ~/.config/peertube-cli/token.json, which is a standard and acceptable practice for CLI tools.
  • [DATA_EXPOSURE]: The tool communicates only with the server specified by the user via the PEERTUBE_SERVER environment variable. There is no evidence of data exfiltration to unauthorized third parties.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 2, 2026, 05:56 PM
Security Audit — agent-trust-hub — peertube