skills/octagonai/skills/stock-quote/Gen Agent Trust Hub

stock-quote

Fail

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • Remote Code Execution (HIGH): The documentation in references/mcp-setup.md contains a command to install Homebrew using a piped shell script: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)". This is a high-risk pattern as it executes remote code directly in the shell.
  • External Downloads (MEDIUM): The skill requires the installation of octagon-mcp via npx -y octagon-mcp. This downloads and executes code from an external, untrusted source (OctagonAI) not listed in the trusted organizations.
  • Indirect Prompt Injection (LOW): The skill ingests and processes stock market data from external sources via the octagon-agent tool, creating a surface for indirect prompt injection. * Ingestion points: Data enters through the octagon-agent tool calls described in SKILL.md. * Boundary markers: Absent; no delimiters or ignore-instructions are specified for the tool output. * Capability inventory: The octagon-agent tool possesses broad research and scraping capabilities according to references/mcp-setup.md. * Sanitization: Absent; no mention of sanitizing or validating the retrieved financial data before presentation.
Recommendations
  • AI detected serious security threats
Audit Metadata
Risk Level
HIGH
Analyzed
Feb 17, 2026, 06:26 PM