together-install-auth
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Installs the official 'together' Python package from PyPI and the 'openai' package from NPM. These are well-known and trusted dependencies for AI development.
- [CREDENTIALS_UNSAFE]: The skill correctly instructs the user to store the 'TOGETHER_API_KEY' in environment variables or a .env file rather than hardcoding it, which aligns with standard security best practices.
- [COMMAND_EXECUTION]: Uses standard package manager commands (pip/npm) for installation. No suspicious or obfuscated command strings were detected.
Audit Metadata