medusa-setup
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill guides the user through a standard development environment setup for Medusa v2, using official scaffolding tools and best practices.
- [EXTERNAL_DOWNLOADS]: Fetches the latest installation guides and configuration references from the official Medusa documentation at docs.medusajs.com.
- [SAFE]: Explicitly instructs the user to store sensitive credentials in environment variables and provides guidance on excluding them from version control using .gitignore.
- [COMMAND_EXECUTION]: Employs standard Node.js development commands (npx, npm) and the official Medusa CLI to manage the application lifecycle and database migrations.
Audit Metadata