Stockmarket

Security checks across malware telemetry and agentic risk

Overview

This skill does what it says: it runs a local Python CLI to fetch market data from Alpha Vantage, with no hidden persistence or unrelated data access found.

Install only if you want a Bash-enabled helper that contacts Alpha Vantage for market data. Prefer setting ALPHA_VANTAGE_KEY in the environment rather than passing it on the command line, protect that key because it controls your Alpha Vantage quota, and be aware that broad triggers may run the skill for generic stock or market questions.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Vague Triggers

Medium
Confidence
82% confidence
Finding
The trigger phrases are broad generic terms like `stock price`, `market data`, and `stock market`, which can overlap with ordinary financial-information requests. Ambiguous triggers can cause unintended invocation of this skill in contexts where the user did not intend to run a Bash-enabled, API-calling tool, increasing the risk of unnecessary external requests, data leakage in queries, or tool misuse.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal