learning-medusa
Audited by Runlayer on Mar 3, 2026
Tool passed security scan
Malicious tool definition detected
Get authentication token: ```bash curl -X POST http://localhost:9000/auth/user/emailpass \ -H "Content-Type: application/json" \ --data-raw '{ "email": "admin@test.com", "password": "supersecret" }' ``` 3.
Tool passed security scan
Malicious tool definition detected
Tool: learning-medusa/lessons/lesson-1-custom-features.md [4/4] Description: admin authentication token** Since `/admin/brands` requires authentication, get a token first: ```bash curl -X POST 'http://localhost:9000/auth/user/emailpass' \ -H 'Content-Type: application/json' \ --data-raw '{ "email": "admin@medusa-test.com", "password": "supersecret" }' ``` Replace with your admin email/password.
Tool passed security scan
Malicious tool definition detected
**Lesson 1 Complete!** You've built a complete feature from scratch: - Brand Module (data layer) - createBrandWorkflow (business logic with rollback) - POST /admin/brands (HTTP interface with validation) 2.
Tool passed security scan
Tool passed security scan
Tool passed security scan
Passed Files (12)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan