shoko bb7eebf502 security(polymarket-browse): use proper URL encoding for --search parameter
- Import quote from urllib.parse
- Replace q.replace(' ', '%20') with quote(q, safe='')
- Properly encodes: &, =, %, +, #, ?, and other special chars
- Prevents URL injection attacks
2026-03-26 19:11:59 +00:00
2026-03-24 07:18:05 +00:00
Description
Shoko Hermes Agent Skills Repository
582 KiB
Languages
Python 100%