tradingagents-financial-framework — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tradingagents-financial-framework (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill incorporates the TradingAgents multi-agent trading framework into the GenPark ecosystem. It provides the capability to simulate a complete trading firm using specialized LLM-powered agents.
The framework decomposes complex trading tasks into specialized roles, enabling a robust and scalable approach to market analysis and decision-making.
Generates insights from multiple market perspectives.
Comprises bullish and bearish researchers who critically assess the Analyst Team's insights. Through structured debates, they balance potential gains against inherent risks to refine the analysis.
Composes comprehensive reports from analysts and researchers to make informed trading decisions. It determines the optimal timing and magnitude of trades based on market insights.
TradingAgents supports a wide array of LLMs. Set the appropriate API keys in the environment or configuration:
from tradingagents.graph.trading_graph import TradingAgentsGraph
from tradingagents.default_config import DEFAULT_CONFIG
config = DEFAULT_CONFIG.copy()
config["llm_provider"] = "openai"
config["deep_think_llm"] = "gpt-5.4" # Model for complex reasoning
config["quick_think_llm"] = "gpt-5.4-mini" # Model for quick tasks
config["max_debate_rounds"] = 2
ta = TradingAgentsGraph(debug=True, config=config)
_, decision = ta.propagate("NVDA", "2026-01-15")deep_think_llm and quick_think_llm.[!WARNING] Trading performance may vary based on chosen backbone language models, model temperature, trading periods, data quality, and non-deterministic factors. This framework is designed for research purposes and is not intended as financial, investment, or trading advice.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.