desearch-ai-search
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary functionality is to interface with the Desearch AI API. Analysis of
scripts/desearch.pyconfirms that all network requests are sent tohttps://api.desearch.aiusing standard Python libraries (urllib). - [SAFE]: The skill requires a
DESEARCH_API_KEYenvironment variable for authentication, which is a standard and safe practice for API-based tools. No hardcoded credentials were found. - [SAFE]: The code implements search and summarization features as described in the documentation. It does not perform any unexpected file system access, privilege escalation, or persistence operations.
- [SAFE]: The skill handles search queries from the user but does not execute them as code; they are passed as data in the JSON body of POST requests to the vendor's API.
Audit Metadata