原文整理页

开发者发现 Perplexity 疑似使用了开源库 Browser Use,因其未禁用库中硬编码的测试指令而导致“露馅”

来源作者:Peter Steinberger 🦞 (@steipete)原始来源:https://x.com/steipete/status/2042554346060075120

中文导读

开发者发现 Perplexity 疑似使用了开源库 Browser Use,因其未禁用库中硬编码的测试指令而导致“露馅”。

正文 Markdown

I just realized that Perplexity is built on Browser Use open-source library. Last April, Perplexity users kept reporting that it was randomly searching for “capital of France” and answering “Paris” for unrelated prompts. That exact prompt, “What is the capital of France?”, is hardcoded in Browser Use. We used it as a sanity check in _verify_llm_connection: every time an Agent() was instantiated, it sent that prompt to the LLM. You can disable that but they forgot. Honestly, if they'd just told us, I'd have happily shown them how to integrate it properly. Feels like with Manus. Commit in browser_use: browser_use/agent/service.py lines 1272–1296 at commit 3f4c918a