notemdpro-web-researcher
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes untrusted data from web search results.
- Ingestion points: Untrusted data enters the context through web search results and scraped HTML content, which are interpolated into the
{SEARCH_RESULTS_CONTEXT}variable. - Boundary markers: The prompt template used for summarization lacks delimiters or instructions to ignore embedded commands within the fetched context.
- Capability inventory: The skill utilizes
requestUrlfor network access and the LLM for content generation. - Sanitization: No evidence of content sanitization or instruction filtering is mentioned in the documentation or logic flow.
- [DATA_EXFILTRATION]: Risk of credential exposure via debug logs.
- Evidence: The
enableApiErrorDebugModeconfiguration logs the "Full API request/response." If thetavilyApiKeyis transmitted via headers or query strings, it could be inadvertently exposed in the agent's logs or console output. - [EXTERNAL_DOWNLOADS]: The skill downloads content from arbitrary external URLs.
- Evidence: The
DuckDuckGoProviderperforms web scraping and fetches full webpage content usingrequestUrl. While this is a core feature for research, it involves interacting with untrusted external servers and processing their data.
Audit Metadata