External Transmission
Medium
- Category
- Data Exfiltration
- Content
./scripts/search.sh --json '{"query": "NVIDIA stock analysis", "search_depth": "advanced"}' ``` ### Equivalent curl The script is a thin wrapper around this call:- Confidence
- 94% confidence
- Finding
- This skill sends user-supplied JSON to an external third-party API using curl, creating a clear data egress path. In the context of a search skill this is expected, but it becomes dangerous if prompts, sensitive user data, secrets, or internal-only information are placed into the query body or if the wrapper passes arbitrary JSON fields without validation.
