# shoulderdev-demos/trust-vulnerable-api — Trust Profile Trust profile for shoulderdev-demos/trust-vulnerable-api. 3 exploitable paths across 3 endpoints. ## Structure - **Total routes:** 5 - **Public:** 0 - **Protected:** 0 - **Exploitable:** 3 - **Auth coverage:** null% ## Summary - **Exploitable paths:** 3 - **Confirmed findings:** 4 - **Review findings:** 0 ## Attack Paths (3) ### GET /api/products - **Sink:** db.all() - **Impact:** Unauthorized database access - **File:** server.js:47 ### GET /api/search - **Sink:** db.all() - **Impact:** Unauthorized database access - **File:** server.js:36 ### GET /api/users - **Sink:** db.all() - **Impact:** Unauthorized database access - **File:** server.js:25