stock-trading-agents-light
What this skill does
Stock trading signal analysis framework with multi-agent debate mechanism for investment recommendations
github/leoyeai - Environment Variable Usage - 2.1k stars
Threat analysis
Skill info
pkg:github/LeoYeAI/openclaw-master-skills@e5199b5?skill=stock-trading-agents-lightAssessments (2)
Environment Variable Usage
Environment Variable Usage via local-llm-review
scripts/get_fundamentals.py
TUSHARE_TOKEN = os.environ.get('TUSHARE_TOKEN')
if not TUSHARE_TOKEN:
print("错误: 请设置环境变量 TUSHARE_TOKEN", file=sys.stderr)
sys.exit(1)
ts.set_token(TUSHARE_TOKEN)
pro = ts.pro_api()Environment Variable Usage via local-llm-review
scripts/get_market_data.py
TUSHARE_TOKEN = os.environ.get('TUSHARE_TOKEN')
if not TUSHARE_TOKEN:
print("错误: 请设置环境变量 TUSHARE_TOKEN", file=sys.stderr)
sys.exit(1)
ts.set_token(TUSHARE_TOKEN)
pro = ts.pro_api()Badge
Add the Anomity scan badge for stock-trading-agents-light to your README.
How Anomity governs this at runtime
Scan-time vetting tells you what a skill says it will do. Anomity's Endpoint Sensor sees what agents actually do: it discovers skills alongside every other AI artifact on the endpoint, and runtime governance can allow, deny, or log the tool calls a skill triggers. Policy violations route to your SIEM, Slack, email, or Jira, backed by a queryable 90-day audit trail.
Book a 30-minute demo to see your own skill inventory.
Methodology and disputes
Every skill is assessed by the Anomity Skill Intelligence engine against its public source; findings indicate risk patterns, not confirmed exploitation. Maintainer of stock-trading-agents-light? Report an issue or request a rescan.




