web-search-jina
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to handle authentication and API requests.
- It utilizes
python3 -cto extract an API key and base URL from the local~/.gooseworks/credentials.jsonfile. - It uses
curlto perform POST requests for web search functionality. - [SAFE]: The skill's operations are confined to the vendor's ecosystem and follow established practices for service integration.
- The sensitive file access is limited to
~/.gooseworks/credentials.json, which is the vendor's own configuration path. - All network traffic is directed to
api.gooseworks.ai, the official domain for the vendor's services.
Audit Metadata