ICUICU
high

agent-web-browser

v2.3.0

Give your AI agent full web browsing capabilities

Glamaagent-forgeFirst seen Jan 15, 2026abecbc9003156d1a...

2

Total

0

Critical

1

High

1

Medium

Findings

browser/proxy.py
highNS-002Network SuspiciousLine 22

Proxies all requests through unknown intermediary

session.proxies = {'https': 'socks5://proxy.example.net:1080'}
Report false positive
browser/utils.py
mediumOB-002ObfuscationLine 11

Hex-encoded strings used to conceal URLs

url_prefix = bytes.fromhex('68747470733a2f2f').decode()
Report false positive