kanchi-dividend-sop
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches financial data, including stock quotes and company profiles, from the Financial Modeling Prep API (financialmodelingprep.com). This is a well-known service used for financial data retrieval.
- [DATA_EXFILTRATION]: Transmits user-provided stock tickers to the Financial Modeling Prep API to obtain necessary dividend and price information. No sensitive system or user data is accessed or exfiltrated.
- [CREDENTIALS_UNSAFE]: API authentication is handled securely via the
FMP_API_KEYenvironment variable as documented in the SKILL.md. No hardcoded secrets or keys were identified in the source code. - [COMMAND_EXECUTION]: The included Python scripts perform data parsing and file writing (JSON, CSV, MD) without invoking shell commands or executing untrusted subprocesses.
Audit Metadata