saleor-deploy
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches deployment configurations and documentation from the official Saleor GitHub repository and documentation domain. These are recognized official sources for the platform being deployed.
- [COMMAND_EXECUTION]: Instructions include the use of standard Django management commands (e.g.,
python manage.py migrate) and the Saleor CLI to handle migrations and environment setup, which are routine administrative tasks for this application. - [CREDENTIALS_UNSAFE]: The skill identifies sensitive environment variables such as database connection strings, S3 credentials, and secret keys. It follows security best practices by recommending these be managed through the environment rather than hardcoded in the codebase or Docker images.
Audit Metadata