postiz
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The authentication module (
src/commands/auth.ts) utilizes the system shell viachild_process.execto open the default web browser for the OAuth2 device authorization flow. This is a standard implementation for CLI-based authentication and is confined to the specific purpose of opening the verification URL. - [CREDENTIALS_UNSAFE]: The skill manages session tokens by storing them in
~/.postiz/credentials.json. The analysis confirms that the tool follows security best practices by explicitly callingchmodSyncto set restrictive permissions (mode 0600) on the credentials file, preventing access from other users on the system. - [DATA_EXFILTRATION]: The CLI tool communicates with official service endpoints at
api.postiz.comandcli-auth.postiz.com. These network operations are necessary for the skill's primary function of scheduling social media content and do not involve unauthorized data movement.
Audit Metadata