social-media-poster
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Command Execution (SAFE): The script twitter_poster.py executes ffmpeg for video transcoding using subprocess.run with an argument list, which prevents shell injection.
- Network Operations (SAFE): The skill communicates only with official social media API endpoints for LinkedIn and Twitter/X. The local server used for OAuth authentication is a standard and safe implementation.
- Credential Handling (SAFE): API keys and tokens are managed using environment variables and a .env file, which is a standard security practice for local tools.
Audit Metadata