stock-quote
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or credential theft attempts were identified. The skill correctly implements its stated functionality using standard Python libraries.\n- [COMMAND_EXECUTION]: The skill executes a local script
scripts/quote.pyusing theuvorpythoncommand. The user-provided ticker symbol is passed as a command-line argument and normalized to uppercase, which prevents basic shell injection attacks.\n- [EXTERNAL_DOWNLOADS]: The skill declares dependencies onyfinanceand a internal packagetrading-skills.yfinanceis a widely recognized library for accessing Yahoo Finance data.\n- [SAFE]: (Indirect Prompt Injection Surface) The skill ingests external data from financial markets. This represents a potential surface for indirect prompt injection if an attacker could manipulate market data fields to include instructions for the LLM. However, the risk is negligible given the structured nature of stock data and the skill's limited capabilities.
Audit Metadata