hermes-agent/plugins/web/ddgs
kshitij 646e71a9be fix: sanitize subprocess env for DDGS worker
os.environ.copy() passes all Hermes secrets (gateway tokens, API keys,
dashboard session tokens) into the DDGS child process. Use
_sanitize_subprocess_env() to strip Hermes-managed secrets before
spawning the worker.
2026-07-21 11:51:01 +05:30
..
__init__.py feat(web): ddgs plugin (second migration) 2026-05-13 22:31:28 -07:00
_search_worker.py fix(web/ddgs): isolate DuckDuckGo search in a disposable process 2026-07-21 11:51:01 +05:30
plugin.yaml feat(web): ddgs plugin (second migration) 2026-05-13 22:31:28 -07:00
provider.py fix: sanitize subprocess env for DDGS worker 2026-07-21 11:51:01 +05:30