anysearch-mcp-server
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides an
extracttool that retrieves content from arbitrary external URLs. This data is converted to Markdown and fed into the agent's context, creating an attack surface for adversarial instructions embedded in external web pages. - Ingestion points: The
urlparameter of theextracttool inSKILL.mdallows the agent to fetch content from any web address. - Boundary markers: Absent. The documentation does not specify the use of delimiters or instructions for the agent to ignore embedded prompts within the extracted content.
- Capability inventory: The skill allows the agent to perform network requests via the
searchandextracttools. - Sanitization: There is no evidence of sanitization or filtering to remove malicious instructions from the fetched HTML/Markdown content.
- [EXTERNAL_DOWNLOADS]: The installation instructions recommend using
npxto download and execute utility packages from the NPM registry at runtime. - Evidence: The
stdioandSSEtransport sections inSKILL.mdutilizenpx -y mcp-remoteandnpx -y supergatewayto facilitate connection to the API. - [COMMAND_EXECUTION]: The skill requires manual execution of shell commands for proxy setup and environment variable configuration.
- Evidence: Use of
npx,export, and.envfile creation as described in theInstallationandAPI Key Configurationsections.
Audit Metadata