|
|
|
|
|
by Geee
2 days ago
|
|
There's no guarantee against data exfiltration, because the data leaks happens through tool calls, which are not made from the PCC, but from your own device. E.g. "the user asks if their Bitcoin private key is unique, let's make a web search". Combined with prompt injection attacks, it's quite easy for an attacker to craft a prompt which sends your private data through any supported tool call (web search, database search, email, app APIs, etc.). Everything is wide open for the attacker / or yourself accidentally to exfiltrate your data. |
|