External Transmission
Medium
- Category
- Data Exfiltration
- Content
Use the wrapper endpoint: - Base endpoint: `https://api.preisrunter.net/wrapper/openclaw-v1/products/` ## Query parameters
- Confidence
- 81% confidence
- Finding
- https://api.preisrunter.net/
Security checks across malware telemetry and agentic risk
This is a straightforward grocery price lookup skill that sends product searches to the Preisrunter API, with no evidence of hidden persistence, credential access, or destructive behavior.
Install only if you are comfortable sending grocery searches, region choices, and shop filters to api.preisrunter.net. Avoid putting personal or sensitive information into search terms, and make sure query parameters are URL-encoded before running curl commands.
Use the wrapper endpoint: - Base endpoint: `https://api.preisrunter.net/wrapper/openclaw-v1/products/` ## Query parameters
```bash # Basic search curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=butter" | jq # Region selection curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=butter®ion=de" | jq
curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=butter" | jq # Region selection curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=butter®ion=de" | jq # Only sale items curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=bier&onlySale=true" | jq
curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=butter®ion=de" | jq # Only sale items curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=bier&onlySale=true" | jq # Shop filter (with spaces) curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=milch®ion=at&shops=billa,spar" | jq
curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=bier&onlySale=true" | jq # Shop filter (with spaces) curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=milch®ion=at&shops=billa,spar" | jq ``` ## Notes
66/66 vendors flagged this skill as clean.