web-search
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs network requests to DuckDuckGo (duckduckgo.com), which is a well-known and reputable search service. These requests are necessary for the skill's primary function.
- [SAFE]: The search script implements output sanitization by using regular expressions to strip HTML tags from search titles and snippets before they are presented to the agent, reducing the risk of content-based injection.
- [SAFE]: Input handling is secure, using
encodeURIComponentto safely include user-provided query terms in the search URL.
Audit Metadata