kanchi-dividend-sop
Audited by Runlayer on Mar 4, 2026
Tool passed security scan
Malicious tool definition detected
Use --tickers or --input.") api_key = os.getenv("FMP_API_KEY") if not api_key: raise SystemExit("FMP_API_KEY is not set.") client = FMPClient(api_key=api_key, sleep_seconds=args.sleep_seconds) quotes = client.get_batch_quotes(tickers) profiles = client.get_batch_profiles(tickers) rows: list[dict[str, Any]] = [] for ticker in tickers: metrics = client.get_key_metrics(ticker, limit=10) row = build_entry_row( ticker=ticker, alpha_pp=args.alpha_pp, quote=quotes.get(ticker), profile=profiles.get(tick
Malicious tool definition detected
- A handoff package for monitoring and tax/account-location workflows. ## Prerequisites ### API Key Setup The entry signal script requires FMP API access: ```bash export FMP_API_KEY=your_api_key_here ``` ### Input Sources Prepare one of the following inputs before running the workflow: 1. Output from `skills/value-dividend-screener/scripts/screen_dividend_stocks.py`. 2.
Tool passed security scan
Tool passed security scan
Passed Files (6)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan