Skip to main content

bring-rezepte

Facilitates recipe searches and ingredient management for the Bring app, enhancing shopping list organization and meal planning.

Install this skill

or
85/100

Security score

The bring-rezepte skill was audited on Feb 19, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 229

Fetch to external URL

SourceSKILL.md
229web_fetch("https://www.chefkoch.de/rezepte/123/lasagne.html")
low line 265

Fetch to external URL

SourceSKILL.md
265web_fetch("https://www.eatclub.de/rezept/honig-senf-lachs/")
low line 97

External URL reference

SourceSKILL.md
97node scripts/bring_list.js --list <list-uuid> --content-url "https://api.getbring.com/rest/v2/bringtemplates/content/<uuid>"
low line 103

External URL reference

SourceSKILL.md
103node scripts/bring_list.js --list-name "Einkauf" --content-url "https://api.getbring.com/rest/v2/bringtemplates/content/<uuid>"
low line 185

External URL reference

SourceSKILL.md
185node scripts/bring_list.js --list-name "Einkauf" --add-recipe-url "https://www.chefkoch.de/rezepte/123/lasagne.html"
low line 193

External URL reference

SourceSKILL.md
193node scripts/bring_inspirations.js --parse-url "https://www.chefkoch.de/rezepte/123/lasagne.html"
low line 219

External URL reference

SourceSKILL.md
219node scripts/bring_inspirations.js --parse-url "https://www.chefkoch.de/rezepte/123/lasagne.html"
low line 220

External URL reference

SourceSKILL.md
220# Returns: { ..., "image": "https://img.chefkoch-cdn.de/rezepte/123/lasagne.jpg", ... }
low line 229

External URL reference

SourceSKILL.md
229web_fetch("https://www.chefkoch.de/rezepte/123/lasagne.html")
low line 232

External URL reference

SourceSKILL.md
232// Extract URL from: <meta property="og:image" content="https://...">
low line 238

External URL reference

SourceSKILL.md
238![Recipe Image](https://img.chefkoch-cdn.de/rezepte/123/lasagne.jpg)
low line 261

External URL reference

SourceSKILL.md
261node scripts/bring_inspirations.js --parse-url "https://www.eatclub.de/rezept/honig-senf-lachs/"
low line 262

External URL reference

SourceSKILL.md
262# → { ..., "image": "https://www.eatclub.de/wp-content/uploads/2023/09/shutterstock-416951386.jpg" }
low line 265

External URL reference

SourceSKILL.md
265web_fetch("https://www.eatclub.de/rezept/honig-senf-lachs/")
low line 269

External URL reference

SourceSKILL.md
269# ![Honig-Senf-Lachs](https://www.eatclub.de/wp-content/uploads/2023/09/shutterstock-416951386.jpg)
Scanned on Feb 19, 2026
View Security Dashboard