External Transmission
Medium
- Category
- Data Exfiltration
- Content
PPID_VAL=$(python3 -c "import os; print(os.getppid())") echo "[Assistant] Parent PID: $PPID_VAL" curl -s -X POST http://localhost:$PORT/proxy/prosearch/search \ -H 'Content-Type: application/json' \ -d '{"keyword":"your search query"}' ```- Confidence
- 95% confidence
- Finding
- This skill instructs the agent to transmit user-derived search queries to a local authenticated gateway, which then proxies them to external web search infrastructure. Even though the HTTP target is localhost, the documented purpose is live public-web retrieval, so user prompts and derived keywords may leave the local trust boundary and expose sensitive user intent or data if the agent searches for confidential content.
