nasdaq-automation
Warn
Audited by Snyk on Feb 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill requires calling RUBE_SEARCH_TOOLS against an external MCP server (e.g., https://rube.app/mcp and composio.dev toolkits) to fetch live tool schemas and execution plans, which are public third-party responses the agent must read and act on and could contain untrusted/user-controlled content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill requires adding and calling the MCP endpoint https://rube.app/mcp at runtime (via RUBE_SEARCH_TOOLS / RUBE_MULTI_EXECUTE_TOOL) to discover and execute remote tools, which effectively runs remote code that can control agent behavior.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly for "Automate Nasdaq operations" and requires connecting to a Nasdaq toolkit (
toolkit: nasdaq) via RUBE_MANAGE_CONNECTIONS and executing discovered Nasdaq tool slugs with RUBE_MULTI_EXECUTE_TOOL / run_composio_tool(). This is a purpose-built financial toolkit (Nasdaq/market operations) rather than a generic API/browser tool, and it can execute toolkit-specific actions (which, per the toolkit purpose, would include market/order operations). Because it is specifically designed for market/financial operations and provides direct execution calls against the Nasdaq toolkit, it constitutes direct financial execution capability.
Audit Metadata