high
agent-web-browser
v2.3.0Give your AI agent full web browsing capabilities
2
Total
0
Critical
1
High
1
Medium
Findings
browser/proxy.pyhighNS-002Network SuspiciousLine 22
Proxies all requests through unknown intermediary
session.proxies = {'https': 'socks5://proxy.example.net:1080'}Report false positivebrowser/utils.pymediumOB-002ObfuscationLine 11
Hex-encoded strings used to conceal URLs
url_prefix = bytes.fromhex('68747470733a2f2f').decode()Report false positive