synthetic-search
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill connects to
api.synthetic.newto perform searches. This domain is external and not on the predefined trusted list. - [COMMAND_EXECUTION]: The documentation provides examples of constructing shell commands with
curlusing user-supplied search queries. This creates a surface for shell command injection if input is not properly escaped. - [PROMPT_INJECTION]: The skill ingests untrusted search result content, posing a risk of indirect prompt injection.
- Ingestion points: Content is sourced from the
titleandtextfields of the API results. - Boundary markers: No delimiters or safety instructions are defined for the ingested content.
- Capability inventory: The skill utilizes shell execution for
curlandjqcommands. - Sanitization: No sanitization or validation of the API response is specified.
Audit Metadata