learning-medusa

Fail

Audited by Runlayer on Mar 3, 2026

Risk Level: HIGH
Scan Summary
Max Score
96%
Files
18
Flagged
6
Chunks
37
Flagged Files (6)
learning-medusa/troubleshooting/verification-guide.mdHIGH
95.9%

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.

learning-medusa/lessons/lesson-1-custom-features.mdHIGH
94.6%

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.

learning-medusa/checkpoints/checkpoint-api-route.mdMEDIUM
81.0%

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.

learning-medusa/lessons/lesson-3-admin-dashboard.mdLOW
69.3%

Tool passed security scan

learning-medusa/lessons/lesson-2-extend-medusa.mdLOW
57.1%

Tool passed security scan

learning-medusa/troubleshooting/common-errors.mdLOW
52.9%

Tool passed security scan

Passed Files (12)Click to expand
learning-medusa/checkpoints/checkpoint-ui-route.mdOK
39.8%

Tool passed security scan

learning-medusa/architecture/workflow-orchestration.mdOK
37.7%

Tool passed security scan

learning-medusa/checkpoints/checkpoint-widget.mdOK
35.9%

Tool passed security scan

learning-medusa/SKILL.mdOK
35.2%

Tool passed security scan

learning-medusa/checkpoints/checkpoint-querying.mdOK
34.2%

Tool passed security scan

learning-medusa/architecture/admin-integration.mdOK
31.8%

Tool passed security scan

learning-medusa/architecture/module-workflow-route.mdOK
28.7%

Tool passed security scan

learning-medusa/architecture/module-isolation.mdOK
23.8%

Tool passed security scan

learning-medusa/checkpoints/checkpoint-workflow-hooks.mdOK
14.1%

Tool passed security scan

learning-medusa/checkpoints/checkpoint-module.mdOK
7.1%

Tool passed security scan

learning-medusa/checkpoints/checkpoint-module-links.mdOK
5.4%

Tool passed security scan

learning-medusa/checkpoints/checkpoint-workflow.mdOK
3.6%

Tool passed security scan

Audit Metadata
Max File Score
96%
Classification
UNKNOWN_SERVER
Files Scanned
18
Files Flagged
6
Chunks Analyzed
37
Analyzed
Mar 3, 2026, 10:16 AM
Security Audit — runlayer — learning-medusa